This commit is contained in:
fbarbu15 2023-11-17 08:56:30 +00:00
parent 483f2cd23f
commit f9e3ff3d21
510 changed files with 924 additions and 1165 deletions

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"uid":"b1a8273437954620fa374b796ffaacdd","children":[],"name":"behaviors"}

View File

@ -1 +0,0 @@
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"}

View File

@ -1 +0,0 @@
{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[],"name":"packages"}

View File

View File

@ -1 +0,0 @@
{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[],"name":"suites"}

View File

@ -1 +0,0 @@
{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[],"name":"timeline"}

View File

@ -1,11 +0,0 @@
launch_status failed=0 1700108401000000000
launch_status broken=0 1700108401000000000
launch_status passed=0 1700108401000000000
launch_status skipped=0 1700108401000000000
launch_status unknown=0 1700108401000000000
launch_time duration=0 1700108401000000000
launch_time min_duration=0 1700108401000000000
launch_time max_duration=0 1700108401000000000
launch_time sum_duration=0 1700108401000000000
launch_retries retries=0 1700108401000000000
launch_retries run=0 1700108401000000000

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Allure Report summary mail</title>
</head>
<body>
Mail body
</body>
</html>

View File

@ -1,11 +0,0 @@
launch_status_failed 0
launch_status_broken 0
launch_status_passed 0
launch_status_skipped 0
launch_status_unknown 0
launch_time_duration 0
launch_time_min_duration 0
launch_time_max_duration 0
launch_time_sum_duration 0
launch_retries_retries 0
launch_retries_run 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1 +0,0 @@
[{"data":{}}]

View File

@ -1 +0,0 @@
[{"data":{}}]

View File

@ -1 +0,0 @@
[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}]

View File

@ -1 +0,0 @@
{}

View File

@ -1 +0,0 @@
[{"data":{"run":0,"retry":0}}]

View File

@ -1,32 +0,0 @@
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>Allure Report</title>
<link rel="favicon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="plugin/screen-diff/styles.css">
</head>
<body>
<div id="alert"></div>
<div id="content">
<span class="spinner">
<span class="spinner__circle"></span>
</span>
</div>
<div id="popup"></div>
<script src="app.js"></script>
<script src="plugin/behaviors/index.js"></script>
<script src="plugin/screen-diff/index.js"></script>
<script src="plugin/packages/index.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FVWC4GKEYS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FVWC4GKEYS');
gtag('allureVersion', 'dev')
gtag('reportUuid', 'ad254183-bd13-4134-9534-df8e6be5f9a4')
</script>
</body>
</html>

View File

@ -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 storys',
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
}));

View File

@ -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'
});
})
});

View File

@ -1,200 +0,0 @@
(function () {
var settings = allure.getPluginSettings('screen-diff', { diffType: 'diff' });
function renderImage(src) {
return (
'<div class="screen-diff__container">' +
'<img class="screen-diff__image" src="' +
src +
'">' +
'</div>'
);
}
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 (
'<div class="screen-diff__overlay screen-diff__container">' +
'<img class="screen-diff__image" src="' +
expectedImage +
'">' +
'<div class="screen-diff__image-over">' +
'<img class="screen-diff__image" src="' +
actualImage +
'">' +
'</div>' +
'</div>'
);
}
if (actualImage) {
return renderImage(actualImage);
}
return 'No diff data provided';
}
var TestResultView = Backbone.Marionette.View.extend({
regions: {
subView: '.screen-diff-view',
},
template: function () {
return '<div class="screen-diff-view"></div>';
},
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 '<pre class="screen-diff-error">' + data.error + '</pre>';
},
});
var AttachmentView = Backbone.Marionette.View.extend({
regions: {
subView: '.screen-diff-view',
},
template: function () {
return '<div class="screen-diff-view"></div>';
},
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 (
'<h3 class="pane__section-title">Screen Diff</h3>' +
'<div class="screen-diff__content">' +
'<div class="screen-diff__switchers">' +
'<label><input type="radio" name="' +
data.radioName +
'" value="diff"> Show diff</label>' +
'<label><input type="radio" name="' +
data.radioName +
'" value="overlay"> Show overlay</label>' +
'</div>' +
renderDiffContent(
data.diffType,
data.diffImage,
data.actualImage,
data.expectedImage,
) +
'</div>'
);
},
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',
});
})();

View File

@ -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;
}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"total":0,"items":[]}

View File

@ -1 +0,0 @@
[{"data":{}}]

View File

@ -1 +0,0 @@
{"total":0,"items":[]}

View File

@ -1 +0,0 @@
[{"data":{}}]

View File

@ -1 +0,0 @@
[]

View File

@ -1 +0,0 @@
[]

View File

@ -1 +0,0 @@
[]

View File

@ -1 +0,0 @@
[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}]

View File

@ -1 +0,0 @@
[]

View File

@ -1 +0,0 @@
[{"data":{"run":0,"retry":0}}]

View File

@ -1 +0,0 @@
[]

View File

@ -1 +0,0 @@
[]

View File

@ -1 +0,0 @@
{"total":0,"items":[]}

View File

@ -1 +0,0 @@
{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0},"time":{}}

View File

@ -1,2 +1,2 @@
"Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN"
"","","","0","1","415","11","0"
"","","","0","0","428","11","0"

1 Epic Feature Story FAILED BROKEN PASSED SKIPPED UNKNOWN
2 0 1 0 415 428 11 0

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN"
"Test defects","0","1","0","0","0"
1 Category FAILED BROKEN PASSED SKIPPED UNKNOWN
Category FAILED BROKEN PASSED SKIPPED UNKNOWN
Test defects 0 1 0 0 0

View File

@ -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/filter/subscribe.node.spec.ts)","children":[{"name":"Subscribe to topic containing Arabic and receive message","uid":"b6f7c2af70bfdd52","parentUid":"c587a09cbb67e4f66439fa2705cf9ccb","status":"broken","time":{"start":1700210422765,"stop":1700210422766,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c587a09cbb67e4f66439fa2705cf9ccb"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"}
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"}

File diff suppressed because one or more lines are too long

View File

@ -1,428 +1,440 @@
"Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description"
"passed","Fri Nov 17 08:40:59 GMT 2023","Fri Nov 17 08:40:59 GMT 2023","1","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","6","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","1","to proto message","","","","","Fields are not dropped",""
"passed","Fri Nov 17 08:41:40 GMT 2023","Fri Nov 17 08:41:40 GMT 2023","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","0","ConnectionManager","Events","peer:discovery","","","should emit `peer:discovery:bootstrap` event when a peer is discovered",""
"passed","Fri Nov 17 08:39:51 GMT 2023","Fri Nov 17 08:39:51 GMT 2023","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/default-waku/proto topic",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","1","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive messages via waku relay post",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message",""
"passed","Fri Nov 17 08:41:47 GMT 2023","Fri Nov 17 08:41:47 GMT 2023","0","selectPeerForProtocol","","","","","should throw an error when no peer matches the given protocols",""
"skipped","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","1","Waku Relay, Subscribe","","","","","Overlapping topic subscription",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing short",""
"passed","Fri Nov 17 08:39:45 GMT 2023","Fri Nov 17 08:39:45 GMT 2023","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Fails to push message bigger that 1MB",""
"passed","Fri Nov 17 08:40:45 GMT 2023","Fri Nov 17 08:40:45 GMT 2023","1","Waku Store, cursor","","","","","Reusing cursor across nodes",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Txt codec","","","","should throw error - no public key",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","1","ConnectionManager","Events","peer:connect","","","should emit `peer:connected:bootstrap` event when a peer is connected",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","0","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","filterPeers function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1",""
"passed","Fri Nov 17 08:38:55 GMT 2023","Fri Nov 17 08:38:55 GMT 2023","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Publish message with rate limit",""
"passed","Fri Nov 17 08:39:20 GMT 2023","Fri Nov 17 08:39:20 GMT 2023","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Verify","","","","should throw error - invalid id",""
"passed","Fri Nov 17 08:39:20 GMT 2023","Fri Nov 17 08:39:20 GMT 2023","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with shell command payload",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","Relay Shard codec","","","","","should handle a minimal index list",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","0","Discovery","","","","","returns all values when wanted number is greater than available values",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","1","Multiaddr from fields","","","","","udp ip6 address",""
"passed","Fri Nov 17 08:41:40 GMT 2023","Fri Nov 17 08:41:40 GMT 2023","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true",""
"passed","Fri Nov 17 08:40:20 GMT 2023","Fri Nov 17 08:40:20 GMT 2023","1","Static Sharding: Running Nodes","","","","","using a protocol with unconfigured pubsub topic should fail",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with content topic containing SQL Injection",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Txt codec","","","","should decode valid enr successfully",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Fails to push message with large meta",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing emoji",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed",""
"passed","Fri Nov 17 08:38:42 GMT 2023","Fri Nov 17 08:38:42 GMT 2023","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Waku2 key: decode","","","","Relay + Store",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Fails to push message with empty content topic",""
"passed","Fri Nov 17 08:38:42 GMT 2023","Fri Nov 17 08:38:42 GMT 2023","1","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with Basic HTML tag payload",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","1","ENR","waku2 key round trip","","","","should set field with only RELAY enabled",""
"passed","Fri Nov 17 08:39:18 GMT 2023","Fri Nov 17 08:39:18 GMT 2023","0","ENR Interop: NimGoNode","","","","","Relay + Store",""
"passed","Fri Nov 17 08:41:41 GMT 2023","Fri Nov 17 08:41:41 GMT 2023","0","Waku Dial [node only]","Bootstrap","","","","Using a function",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","1","ConnectionManager","Dials","dialPeer method > For bootstrap peers","","","should be called for bootstrap peers",""
"passed","Fri Nov 17 08:41:40 GMT 2023","Fri Nov 17 08:41:40 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","1","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions",""
"passed","Fri Nov 17 08:41:21 GMT 2023","Fri Nov 17 08:41:21 GMT 2023","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Fails to publish message with empty text",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled",""
"passed","Fri Nov 17 08:41:43 GMT 2023","Fri Nov 17 08:41:43 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","Waku Message version 0","","","","","Round trip binary serialization",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing long",""
"passed","Fri Nov 17 08:38:55 GMT 2023","Fri Nov 17 08:38:55 GMT 2023","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values",""
"passed","Fri Nov 17 08:41:21 GMT 2023","Fri Nov 17 08:41:21 GMT 2023","0","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing Russian",""
"passed","Fri Nov 17 08:41:25 GMT 2023","Fri Nov 17 08:41:25 GMT 2023","1","Waku Store, general","","","","","Query generator for multiple messages with different message text format",""
"passed","Fri Nov 17 08:41:49 GMT 2023","Fri Nov 17 08:41:49 GMT 2023","0","Wait for remote peer","","","","","Relay - times out",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing numeric",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received",""
"passed","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service",""
"passed","Fri Nov 17 08:41:49 GMT 2023","Fri Nov 17 08:41:49 GMT 2023","1","Wait for remote peer","","","","","Relay - dialed after",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with custom timestamp: 1700206759924",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Throws when trying to push message with empty payload",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message",""
"passed","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop",""
"passed","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe and publish message",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing JSON",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","1","ConnectionManager","Events","peer:discovery","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered",""
"passed","Fri Nov 17 08:39:27 GMT 2023","Fri Nov 17 08:39:27 GMT 2023","1","nwaku","","","","","Correctly serialized arguments",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","1","ENR","Static tests","","","","should properly compute the node id",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing Russian",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing numeric and receive message",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true",""
"passed","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing short",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Verify","","","","should throw error - no id",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","0","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics",""
"passed","Fri Nov 17 08:40:45 GMT 2023","Fri Nov 17 08:40:45 GMT 2023","1","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","1","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics",""
"passed","Fri Nov 17 08:41:49 GMT 2023","Fri Nov 17 08:41:49 GMT 2023","0","Wait for remote peer","","","","","Filter",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing Basic HTML tag",""
"passed","Fri Nov 17 08:39:32 GMT 2023","Fri Nov 17 08:39:32 GMT 2023","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics",""
"passed","Fri Nov 17 08:41:24 GMT 2023","Fri Nov 17 08:41:24 GMT 2023","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing JSON",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","0","pushOrInitMapSet","","","","","Push to array if already present",""
"passed","Fri Nov 17 08:41:40 GMT 2023","Fri Nov 17 08:41:40 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started",""
"passed","Fri Nov 17 08:41:15 GMT 2023","Fri Nov 17 08:41:15 GMT 2023","0","Waku Store, order","","","","","Promise Callback - backward",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing XML",""
"passed","Fri Nov 17 08:41:47 GMT 2023","Fri Nov 17 08:41:47 GMT 2023","0","Util: toAsyncIterator: Filter","","","","","unsubscribes",""
"passed","Fri Nov 17 08:39:27 GMT 2023","Fri Nov 17 08:39:27 GMT 2023","1","multiaddr: dialing","","","","","can dial TLS multiaddrs",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Static tests","","","","should encode/decode to RLP encoding",""
"passed","Fri Nov 17 08:39:53 GMT 2023","Fri Nov 17 08:39:53 GMT 2023","0","Waku Relay, Interop","Two nodes connected to nwaku","","","","Js publishes, other Js receives",""
"passed","Fri Nov 17 08:39:18 GMT 2023","Fri Nov 17 08:39:18 GMT 2023","1","ENR Interop: NimGoNode","","","","","All",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","6","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Verify","","","","should return false",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]",""
"passed","Fri Nov 17 08:41:21 GMT 2023","Fri Nov 17 08:41:21 GMT 2023","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages",""
"passed","Fri Nov 17 08:41:43 GMT 2023","Fri Nov 17 08:41:43 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010",""
"passed","Fri Nov 17 08:40:45 GMT 2023","Fri Nov 17 08:40:45 GMT 2023","1","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages",""
"passed","Fri Nov 17 08:39:51 GMT 2023","Fri Nov 17 08:39:51 GMT 2023","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub",""
"passed","Fri Nov 17 08:39:19 GMT 2023","Fri Nov 17 08:39:19 GMT 2023","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing Chinese and receive message",""
"passed","Fri Nov 17 08:41:41 GMT 2023","Fri Nov 17 08:41:41 GMT 2023","1","User Agent","","","","","Sets default value correctly",""
"passed","Fri Nov 17 08:39:19 GMT 2023","Fri Nov 17 08:39:19 GMT 2023","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption",""
"passed","Fri Nov 17 08:41:25 GMT 2023","Fri Nov 17 08:41:25 GMT 2023","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format",""
"passed","Fri Nov 17 08:41:21 GMT 2023","Fri Nov 17 08:41:21 GMT 2023","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing Chinese",""
"passed","Fri Nov 17 08:39:19 GMT 2023","Fri Nov 17 08:39:19 GMT 2023","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0",""
"broken","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing Arabic and receive message",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with empty version field",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with content topic containing long",""
"passed","Fri Nov 17 08:39:45 GMT 2023","Fri Nov 17 08:39:45 GMT 2023","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic",""
"passed","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message",""
"passed","Fri Nov 17 08:41:43 GMT 2023","Fri Nov 17 08:41:43 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing JSON",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled",""
"passed","Fri Nov 17 08:41:25 GMT 2023","Fri Nov 17 08:41:25 GMT 2023","0","Waku Store, general","","","","","Query generator for multiple messages",""
"passed","Fri Nov 17 08:39:34 GMT 2023","Fri Nov 17 08:39:34 GMT 2023","1","Waku Relay","","","","","Delete observer",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Overlapping topic subscription",""
"passed","Fri Nov 17 08:40:59 GMT 2023","Fri Nov 17 08:40:59 GMT 2023","0","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics",""
"passed","Fri Nov 17 08:38:55 GMT 2023","Fri Nov 17 08:38:55 GMT 2023","0","Ecies Encryption","","","","","R trip binary encryption [ecies, signature]",""
"passed","Fri Nov 17 08:38:40 GMT 2023","Fri Nov 17 08:38:40 GMT 2023","0","Message Validator","","","","","Rejects garbage",""
"passed","Fri Nov 17 08:41:47 GMT 2023","Fri Nov 17 08:41:47 GMT 2023","0","selectPeerForProtocol","","","","","should return a random peer when all peers have the same latency",""
"passed","Fri Nov 17 08:39:45 GMT 2023","Fri Nov 17 08:39:45 GMT 2023","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with content topic containing special chars",""
"passed","Fri Nov 17 08:39:53 GMT 2023","Fri Nov 17 08:39:53 GMT 2023","1","Waku Relay, Interop","","","","","Nwaku publishes",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","1","DNS Node Discovery","","","","","ignores domain fetching errors",""
"passed","Fri Nov 17 08:41:49 GMT 2023","Fri Nov 17 08:41:49 GMT 2023","0","Wait for remote peer","","","","","LightPush",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Error when try to subscribe to more than 30 topics",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message containing Russian",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Register correct protocols",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true",""
"passed","Fri Nov 17 08:41:40 GMT 2023","Fri Nov 17 08:41:40 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","1","Waku Payload","","","","","Asymmetric encrypt & decrypt",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing numeric",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","2","Waku Filter V2: Ping","","","","","Ping on subscribed peer",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields",""
"passed","Fri Nov 17 08:41:25 GMT 2023","Fri Nov 17 08:41:25 GMT 2023","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing emoji",""
"passed","Fri Nov 17 08:41:15 GMT 2023","Fri Nov 17 08:41:15 GMT 2023","1","Waku Store, order","","","","","Ordered Callback - forward",""
"passed","Fri Nov 17 08:41:25 GMT 2023","Fri Nov 17 08:41:25 GMT 2023","0","Waku Store, general","","","","","Query generator for 2000 messages",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","filterPeers function","","","","","should return all peers when numPeers is 0",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive symmetrically encrypted messages via lightPush",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sat Nov 26 2022 08:39:51 GMT+0000 (Coordinated Universal Time)",""
"skipped","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im",""
"passed","Fri Nov 17 08:41:47 GMT 2023","Fri Nov 17 08:41:47 GMT 2023","0","selectPeerForProtocol","","","","","should throw an error when the selected peer does not register the required protocols",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1700210346740 ",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe and receive 2 messages on the same topic",""
"passed","Fri Nov 17 08:41:41 GMT 2023","Fri Nov 17 08:41:41 GMT 2023","1","Waku Dial [node only]","Interop: NimGoNode","","","","connects to nwaku",""
"passed","Fri Nov 17 08:38:42 GMT 2023","Fri Nov 17 08:38:42 GMT 2023","1","RFC Test Vectors","","","","","Waku message hash computation",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery","","","","","retrieves a single peer",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with numeric payload",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages",""
"passed","Fri Nov 17 08:38:55 GMT 2023","Fri Nov 17 08:38:55 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","1","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs",""
"passed","Fri Nov 17 08:41:49 GMT 2023","Fri Nov 17 08:41:49 GMT 2023","1","Wait for remote peer","","","","","Light Node - default protocols",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted",""
"passed","Fri Nov 17 08:41:41 GMT 2023","Fri Nov 17 08:41:41 GMT 2023","0","Decryption Keys","","","","","Used by Waku Relay",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing Script",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","1","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive messages on 2 different content topics",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches",""
"skipped","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client",""
"passed","Fri Nov 17 08:40:45 GMT 2023","Fri Nov 17 08:40:45 GMT 2023","1","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","1","ConnectionManager","Dials","dialPeer method > For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers",""
"passed","Fri Nov 17 08:41:49 GMT 2023","Fri Nov 17 08:41:49 GMT 2023","0","Wait for remote peer","","","","","Privacy Node - default protocol",""
"skipped","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","1","ConnectionManager","Dials","attemptDial method","","","should be called at least once on all `peer:discovery` events",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing numeric",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing XML",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true",""
"passed","Fri Nov 17 08:41:49 GMT 2023","Fri Nov 17 08:41:49 GMT 2023","0","Wait for remote peer","","","","","Relay - dialed first",""
"passed","Fri Nov 17 08:40:45 GMT 2023","Fri Nov 17 08:40:45 GMT 2023","1","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message with extra option is received",""
"passed","Fri Nov 17 08:41:41 GMT 2023","Fri Nov 17 08:41:41 GMT 2023","1","Waku Dial [node only]","Bootstrap","","","","Passing an array",""
"skipped","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Refresh subscription",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty",""
"passed","Fri Nov 17 08:41:31 GMT 2023","Fri Nov 17 08:41:31 GMT 2023","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","2","pushOrInitMapSet","","","","","Init the array if not present",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true",""
"passed","Fri Nov 17 08:41:49 GMT 2023","Fri Nov 17 08:41:49 GMT 2023","0","Wait for remote peer","","","","","Store - dialed first",""
"passed","Fri Nov 17 08:41:40 GMT 2023","Fri Nov 17 08:41:40 GMT 2023","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service",""
"passed","Fri Nov 17 08:39:18 GMT 2023","Fri Nov 17 08:39:18 GMT 2023","1","ENR Interop: NimGoNode","","","","","Relay",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","1","Waku Store, error handling","","","","","Query Generator, No message returned",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing Arabic",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","1","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","filterPeers function","","","","","should return only bootstrap peers up to maxBootstrapPeers",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","1","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing special chars and receive message",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with meta",""
"passed","Fri Nov 17 08:39:20 GMT 2023","Fri Nov 17 08:39:20 GMT 2023","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with custom timestamp: 1669451959924",""
"passed","Fri Nov 17 08:39:34 GMT 2023","Fri Nov 17 08:39:34 GMT 2023","0","Waku Relay","","","","","Decrypt messages",""
"passed","Fri Nov 17 08:41:40 GMT 2023","Fri Nov 17 08:41:40 GMT 2023","0","Peer Exchange","Locally Run Nodes","","","","nwaku interop",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","0","ensureValidContentTopic","","","","","does not throw on valid cases",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with long payload",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","0","Waku Payload","","","","","Symmetric encrypt & Decrypt",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with special chars payload",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]",""
"passed","Fri Nov 17 08:39:27 GMT 2023","Fri Nov 17 08:39:27 GMT 2023","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery",""
"passed","Fri Nov 17 08:40:45 GMT 2023","Fri Nov 17 08:40:45 GMT 2023","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing unicode special characters",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with XML payload",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to 30 topics at once and receives messages",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","0","ConnectionManager","Events","peer:connect","","","should emit `peer:connected:peer-exchange` event when a peer is connected",""
"passed","Fri Nov 17 08:41:21 GMT 2023","Fri Nov 17 08:41:21 GMT 2023","0","Waku Store, page size","","","","","Default pageSize",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic",""
"passed","Fri Nov 17 08:40:45 GMT 2023","Fri Nov 17 08:40:45 GMT 2023","1","Waku Store, cursor","","","","","Passing cursor with wrong message digest",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with Chinese payload",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Nov 17 2023 09:39:51 GMT+0000 (Coordinated Universal Time)",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1700210346740000000 ",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message",""
"passed","Fri Nov 17 08:41:25 GMT 2023","Fri Nov 17 08:41:25 GMT 2023","0","Waku Store, general","","","","","Ordered callback, aborts when callback returns true",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery","","","","","it tolerates circular branch references",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing shell command",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer",""
"passed","Fri Nov 17 08:41:31 GMT 2023","Fri Nov 17 08:41:31 GMT 2023","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing SQL Injection",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","0","ConnectionManager","Dials","dialPeer method > For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with escaped characters payload",""
"skipped","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","1","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","0","ensureValidContentTopic","","","","","throws on empty content topic",""
"passed","Fri Nov 17 08:41:43 GMT 2023","Fri Nov 17 08:41:43 GMT 2023","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now",""
"passed","Fri Nov 17 08:41:43 GMT 2023","Fri Nov 17 08:41:43 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","1","Relay Shard codec","","","","","should throw an error for insufficient data",""
"passed","Fri Nov 17 08:41:43 GMT 2023","Fri Nov 17 08:41:43 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing short and receive message",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: undefined ",""
"skipped","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","filterPeers function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0",""
"passed","Fri Nov 17 08:38:55 GMT 2023","Fri Nov 17 08:38:55 GMT 2023","0","Ecies Encryption","","","","","Check meta is set [ecies]",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with Arabic payload",""
"passed","Fri Nov 17 08:39:51 GMT 2023","Fri Nov 17 08:39:51 GMT 2023","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /some/pubsub/topic topic",""
"passed","Fri Nov 17 08:41:15 GMT 2023","Fri Nov 17 08:41:15 GMT 2023","0","Waku Store, order","","","","","Query Generator - backward",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing unicode special characters",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with custom timestamp: 1700213959924",""
"skipped","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","2","Waku Relay, Publish","","","","","Check publish message containing special chars",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with Script payload",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled",""
"passed","Fri Nov 17 08:41:43 GMT 2023","Fri Nov 17 08:41:43 GMT 2023","1","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message containing short",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters",""
"passed","Fri Nov 17 08:40:59 GMT 2023","Fri Nov 17 08:40:59 GMT 2023","0","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with unicode special characters payload",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with short payload",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with empty application field",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","0","ConnectionManager","Dials","dialPeer method > For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with JSON payload",""
"passed","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","1","Waku Payload","","","","","Sign & Recover",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","1","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic",""
"passed","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","0","This","Is","","","","A test",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","1","Waku Store, error handling","","","","","Query Generator, No Decoder",""
"passed","Fri Nov 17 08:41:25 GMT 2023","Fri Nov 17 08:41:25 GMT 2023","1","Waku Store, general","","","","","Callback on promise",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0",""
"skipped","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for prod.waku.nodes.status.im",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive messages via lightPush",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","0","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics",""
"passed","Fri Nov 17 08:41:21 GMT 2023","Fri Nov 17 08:41:21 GMT 2023","1","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages",""
"passed","Fri Nov 17 08:41:25 GMT 2023","Fri Nov 17 08:41:25 GMT 2023","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true",""
"passed","Fri Nov 17 08:41:49 GMT 2023","Fri Nov 17 08:41:49 GMT 2023","1","Wait for remote peer","","","","","Store - dialed after - with timeout",""
"passed","Fri Nov 17 08:41:47 GMT 2023","Fri Nov 17 08:41:47 GMT 2023","1","selectPeerForProtocol","","","","","should return the peer with the lowest ping",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Refresh subscription",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing escaped characters",""
"passed","Fri Nov 17 08:41:25 GMT 2023","Fri Nov 17 08:41:25 GMT 2023","3","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages",""
"passed","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing XML",""
"passed","Fri Nov 17 08:41:47 GMT 2023","Fri Nov 17 08:41:47 GMT 2023","0","selectPeerForProtocol","","","","","should return the peer with the provided peerId",""
"passed","Fri Nov 17 08:38:55 GMT 2023","Fri Nov 17 08:38:55 GMT 2023","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with Russian payload",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message",""
"passed","Fri Nov 17 08:41:24 GMT 2023","Fri Nov 17 08:41:24 GMT 2023","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Mutual subscription",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with empty encoding field",""
"passed","Fri Nov 17 08:39:19 GMT 2023","Fri Nov 17 08:39:19 GMT 2023","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption",""
"passed","Fri Nov 17 08:41:40 GMT 2023","Fri Nov 17 08:41:40 GMT 2023","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Static tests","","","","should encode/decode to text encoding",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with rate limit",""
"passed","Fri Nov 17 08:39:20 GMT 2023","Fri Nov 17 08:39:20 GMT 2023","0","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with SQL Injection payload",""
"passed","Fri Nov 17 08:38:26 GMT 2023","Fri Nov 17 08:38:26 GMT 2023","1","contentTopicToShardIndex","","","","","converts content topics to expected shard index",""
"passed","Fri Nov 17 08:41:41 GMT 2023","Fri Nov 17 08:41:41 GMT 2023","0","Waku Dial [node only]","Interop: NimGoNode","","","","Does not throw an exception when node disconnects",""
"passed","Fri Nov 17 08:39:45 GMT 2023","Fri Nov 17 08:39:45 GMT 2023","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics",""
"passed","Fri Nov 17 08:39:45 GMT 2023","Fri Nov 17 08:39:45 GMT 2023","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message",""
"passed","Fri Nov 17 08:41:43 GMT 2023","Fri Nov 17 08:41:43 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001",""
"passed","Fri Nov 17 08:39:32 GMT 2023","Fri Nov 17 08:39:32 GMT 2023","1","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing long and receive message",""
"passed","Fri Nov 17 08:40:45 GMT 2023","Fri Nov 17 08:40:45 GMT 2023","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages",""
"skipped","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","1","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","1","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","Multiaddr from fields","","","","","tcp ip4 address",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","0","Waku Message version 0","","","","","Ephemeral field set to true",""
"passed","Fri Nov 17 08:41:43 GMT 2023","Fri Nov 17 08:41:43 GMT 2023","1","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","7","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true",""
"passed","Fri Nov 17 08:39:32 GMT 2023","Fri Nov 17 08:39:32 GMT 2023","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing shell command",""
"passed","Fri Nov 17 08:39:53 GMT 2023","Fri Nov 17 08:39:53 GMT 2023","0","Waku Relay, Interop","","","","","nwaku subscribes",""
"passed","Fri Nov 17 08:39:53 GMT 2023","Fri Nov 17 08:39:53 GMT 2023","0","Waku Relay, Interop","","","","","Publishes to nwaku",""
"passed","Fri Nov 17 08:38:37 GMT 2023","Fri Nov 17 08:38:37 GMT 2023","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Publish message with large meta",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Nov 17 2023 07:39:51 GMT+0000 (Coordinated Universal Time)",""
"skipped","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted",""
"passed","Fri Nov 17 08:41:24 GMT 2023","Fri Nov 17 08:41:24 GMT 2023","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward",""
"passed","Fri Nov 17 08:41:24 GMT 2023","Fri Nov 17 08:41:24 GMT 2023","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","0","Waku Payload","","","","","pre and post cipher",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing Chinese",""
"passed","Fri Nov 17 08:38:55 GMT 2023","Fri Nov 17 08:38:55 GMT 2023","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6",""
"passed","Fri Nov 17 08:41:21 GMT 2023","Fri Nov 17 08:41:21 GMT 2023","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)",""
"passed","Fri Nov 17 08:41:15 GMT 2023","Fri Nov 17 08:41:15 GMT 2023","0","Waku Store, order","","","","","Promise Callback - forward",""
"passed","Fri Nov 17 08:40:20 GMT 2023","Fri Nov 17 08:40:20 GMT 2023","0","Static Sharding: Running Nodes","","","","","configure the node with multiple pubsub topics",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","1","Discovery","","","","","returns all values when wanted number matches available values",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push 30 different messages",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","1","ENR","Verify","","","","should throw error - no public key",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","Txt codec","","","","should throw error - no id",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","1","ENR","Txt codec","","","","should decode valid enr with tcp successfully",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","1","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)",""
"passed","Fri Nov 17 08:41:15 GMT 2023","Fri Nov 17 08:41:15 GMT 2023","0","Waku Store, order","","","","","Ordered Callback - backward",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","1","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled",""
"passed","Fri Nov 17 08:39:45 GMT 2023","Fri Nov 17 08:39:45 GMT 2023","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with emoji payload",""
"passed","Fri Nov 17 08:38:40 GMT 2023","Fri Nov 17 08:38:40 GMT 2023","1","Message Validator","","","","","Accepts a valid Waku Message",""
"passed","Fri Nov 17 08:39:23 GMT 2023","Fri Nov 17 08:39:23 GMT 2023","1","This","Is also","","","","A test",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing Arabic",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","1","Waku Light Push","","","","","Push message with content topic containing shell command",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing long",""
"passed","Fri Nov 17 08:39:15 GMT 2023","Fri Nov 17 08:39:15 GMT 2023","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription",""
"passed","Fri Nov 17 08:40:45 GMT 2023","Fri Nov 17 08:40:45 GMT 2023","1","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars",""
"passed","Fri Nov 17 08:41:47 GMT 2023","Fri Nov 17 08:41:47 GMT 2023","0","Util: toAsyncIterator: Filter","","","","","creates an iterator",""
"passed","Fri Nov 17 08:38:47 GMT 2023","Fri Nov 17 08:38:47 GMT 2023","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message equal or less that 1MB",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive ecies encrypted messages via lightPush",""
"passed","Fri Nov 17 08:40:40 GMT 2023","Fri Nov 17 08:40:40 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message with extra parameter is not received",""
"passed","Fri Nov 17 08:38:53 GMT 2023","Fri Nov 17 08:38:53 GMT 2023","0","Symmetric Encryption","","","","","Check meta is set [symmetric]",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic",""
"passed","Fri Nov 17 08:39:51 GMT 2023","Fri Nov 17 08:39:51 GMT 2023","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic",""
"passed","Fri Nov 17 08:38:33 GMT 2023","Fri Nov 17 08:38:33 GMT 2023","0","ENR multiaddrs codec","","","","","Sample",""
"passed","Fri Nov 17 08:41:21 GMT 2023","Fri Nov 17 08:41:21 GMT 2023","0","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages",""
"passed","Fri Nov 17 08:41:20 GMT 2023","Fri Nov 17 08:41:20 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing Script",""
"passed","Fri Nov 17 08:40:09 GMT 2023","Fri Nov 17 08:40:09 GMT 2023","1","Waku Relay, Publish","","","","","Fails to publish duplicate message",""
"passed","Fri Nov 17 08:40:13 GMT 2023","Fri Nov 17 08:40:13 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message",""
"passed","Fri Nov 17 08:41:47 GMT 2023","Fri Nov 17 08:41:47 GMT 2023","1","Util: toAsyncIterator: Filter","","","","","handles multiple messages",""
"passed","Fri Nov 17 08:38:32 GMT 2023","Fri Nov 17 08:38:32 GMT 2023","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)",""
"passed","Fri Nov 17 08:38:48 GMT 2023","Fri Nov 17 08:38:48 GMT 2023","0","DNS Node Discovery","","","","","caches peers it previously fetched",""
"passed","Fri Nov 17 08:40:58 GMT 2023","Fri Nov 17 08:40:58 GMT 2023","1","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder",""
"passed","Fri Nov 17 08:40:22 GMT 2023","Fri Nov 17 08:40:22 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receives messages on 20 topics",""
"passed","Fri Nov 17 08:41:15 GMT 2023","Fri Nov 17 08:41:15 GMT 2023","0","Waku Store, order","","","","","Query Generator - forward",""
"passed","Fri Nov 17 08:53:03 GMT 2023","Fri Nov 17 08:53:03 GMT 2023","0","Discovery","","","","","returns a subset of values when wanted number is lesser than available values",""
"passed","Fri Nov 17 08:56:12 GMT 2023","Fri Nov 17 08:56:12 GMT 2023","0","selectPeerForProtocol","","","","","should return a random peer when all peers have the same latency",""
"passed","Fri Nov 17 08:55:57 GMT 2023","Fri Nov 17 08:55:57 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start",""
"passed","Fri Nov 17 08:53:11 GMT 2023","Fri Nov 17 08:53:11 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Verify","","","","should throw error - invalid id",""
"passed","Fri Nov 17 08:56:07 GMT 2023","Fri Nov 17 08:56:07 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","0","Waku Payload","","","","","Symmetric encrypt & Decrypt",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed",""
"skipped","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing Basic HTML tag and receive message",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","0","filterPeers function","","","","","should return all peers when numPeers is 0",""
"passed","Fri Nov 17 08:56:13 GMT 2023","Fri Nov 17 08:56:13 GMT 2023","1","Wait for remote peer","","","","","LightPush",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received",""
"passed","Fri Nov 17 08:55:20 GMT 2023","Fri Nov 17 08:55:20 GMT 2023","0","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","1","ensureValidContentTopic","","","","","throws on content topic with empty version field",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","2","Waku Relay, Publish","","","","","Check publish message containing Chinese",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing short and receive message",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Static tests","","","","should encode/decode to text encoding",""
"passed","Fri Nov 17 08:53:03 GMT 2023","Fri Nov 17 08:53:03 GMT 2023","1","Discovery","","","","","returns all values when wanted number is greater than available values",""
"passed","Fri Nov 17 08:55:57 GMT 2023","Fri Nov 17 08:55:57 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message containing emoji",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Fails to publish duplicate message",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","2","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing numeric and receive message",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with Script payload",""
"skipped","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled",""
"passed","Fri Nov 17 08:56:07 GMT 2023","Fri Nov 17 08:56:07 GMT 2023","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000",""
"passed","Fri Nov 17 08:55:57 GMT 2023","Fri Nov 17 08:55:57 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started",""
"passed","Fri Nov 17 08:53:52 GMT 2023","Fri Nov 17 08:53:52 GMT 2023","0","Waku Relay","","","","","Delete observer",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements",""
"passed","Fri Nov 17 08:54:03 GMT 2023","Fri Nov 17 08:54:03 GMT 2023","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true",""
"passed","Fri Nov 17 08:55:52 GMT 2023","Fri Nov 17 08:55:52 GMT 2023","4","Waku Store, general","","","","","Query generator for multiple messages",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing Russian",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message",""
"passed","Fri Nov 17 08:55:05 GMT 2023","Fri Nov 17 08:55:05 GMT 2023","1","Waku Store, cursor","","","","","Passing cursor with wrong message digest",""
"passed","Fri Nov 17 08:53:32 GMT 2023","Fri Nov 17 08:53:32 GMT 2023","1","ConnectionManager","Events","peer:connect","","","should emit `peer:connected:bootstrap` event when a peer is connected",""
"skipped","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted",""
"passed","Fri Nov 17 08:56:13 GMT 2023","Fri Nov 17 08:56:13 GMT 2023","1","Wait for remote peer","","","","","Relay - times out",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Nov 17 2023 07:54:09 GMT+0000 (Coordinated Universal Time)",""
"passed","Fri Nov 17 08:53:32 GMT 2023","Fri Nov 17 08:53:32 GMT 2023","0","ConnectionManager","Dials","dialPeer method > For bootstrap peers","","","should be called for bootstrap peers",""
"passed","Fri Nov 17 08:55:20 GMT 2023","Fri Nov 17 08:55:20 GMT 2023","0","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe and receive 2 messages on the same topic",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing special chars",""
"passed","Fri Nov 17 08:55:05 GMT 2023","Fri Nov 17 08:55:05 GMT 2023","1","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","0","Waku Payload","","","","","Sign & Recover",""
"passed","Fri Nov 17 08:55:57 GMT 2023","Fri Nov 17 08:55:57 GMT 2023","0","Peer Exchange","Locally Run Nodes","","","","nwaku interop",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Refresh subscription",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with Arabic payload",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","1","DNS Node Discovery","","","","","recovers when dns.resolve returns empty",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with empty application field",""
"passed","Fri Nov 17 08:52:57 GMT 2023","Fri Nov 17 08:52:57 GMT 2023","0","Message Validator","","","","","Rejects garbage",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with numeric payload",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","0","filterPeers function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0",""
"passed","Fri Nov 17 08:56:13 GMT 2023","Fri Nov 17 08:56:13 GMT 2023","0","Wait for remote peer","","","","","Relay - dialed after",""
"passed","Fri Nov 17 08:55:46 GMT 2023","Fri Nov 17 08:55:46 GMT 2023","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed",""
"passed","Fri Nov 17 08:56:07 GMT 2023","Fri Nov 17 08:56:07 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","0","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics",""
"passed","Fri Nov 17 08:56:06 GMT 2023","Fri Nov 17 08:56:06 GMT 2023","0","Waku Dial [node only]","Interop: NimGoNode","","","","Does not throw an exception when node disconnects",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","0","contentTopicToShardIndex","","","","","converts content topics to expected shard index",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with shell command payload",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","1","Waku Store, error handling","","","","","Query with Promise Callback, No message returned",""
"passed","Fri Nov 17 08:56:13 GMT 2023","Fri Nov 17 08:56:13 GMT 2023","0","Wait for remote peer","","","","","Store - dialed first",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with Chinese payload",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled",""
"passed","Fri Nov 17 08:54:03 GMT 2023","Fri Nov 17 08:54:03 GMT 2023","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing XML",""
"skipped","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Refresh subscription",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","1","Waku Message version 0","","","","","Meta field set when metaSetter is specified",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive symmetrically encrypted messages via lightPush",""
"passed","Fri Nov 17 08:55:50 GMT 2023","Fri Nov 17 08:55:50 GMT 2023","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing SQL Injection",""
"passed","Fri Nov 17 08:52:59 GMT 2023","Fri Nov 17 08:52:59 GMT 2023","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing unicode special characters and receive message",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing escaped characters and receive message",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","1","filterPeers function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service",""
"passed","Fri Nov 17 08:53:32 GMT 2023","Fri Nov 17 08:53:32 GMT 2023","1","ConnectionManager","Events","peer:discovery","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered",""
"passed","Fri Nov 17 08:55:05 GMT 2023","Fri Nov 17 08:55:05 GMT 2023","0","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages",""
"passed","Fri Nov 17 08:53:11 GMT 2023","Fri Nov 17 08:53:11 GMT 2023","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Error when try to subscribe to more than 30 topics",""
"passed","Fri Nov 17 08:53:11 GMT 2023","Fri Nov 17 08:53:11 GMT 2023","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Publish message with large meta",""
"passed","Fri Nov 17 08:53:32 GMT 2023","Fri Nov 17 08:53:32 GMT 2023","1","ConnectionManager","Dials","dialPeer method > For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags",""
"passed","Fri Nov 17 08:56:12 GMT 2023","Fri Nov 17 08:56:12 GMT 2023","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","1","ENR","Txt codec","","","","should encodeTxt and decodeTxt",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with content topic containing emoji",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up",""
"passed","Fri Nov 17 08:55:52 GMT 2023","Fri Nov 17 08:55:52 GMT 2023","0","Waku Store, general","","","","","Query generator for multiple messages with different message text format",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing JSON",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false",""
"passed","Fri Nov 17 08:54:09 GMT 2023","Fri Nov 17 08:54:09 GMT 2023","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub",""
"passed","Fri Nov 17 08:54:40 GMT 2023","Fri Nov 17 08:54:40 GMT 2023","1","Static Sharding: Running Nodes","","","","","configure the node with multiple pubsub topics",""
"passed","Fri Nov 17 08:56:07 GMT 2023","Fri Nov 17 08:56:07 GMT 2023","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic",""
"passed","Fri Nov 17 08:55:50 GMT 2023","Fri Nov 17 08:55:50 GMT 2023","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward",""
"passed","Fri Nov 17 08:53:50 GMT 2023","Fri Nov 17 08:53:50 GMT 2023","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters",""
"passed","Fri Nov 17 08:56:03 GMT 2023","Fri Nov 17 08:56:03 GMT 2023","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","1","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with rate limit",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message containing JSON",""
"passed","Fri Nov 17 08:56:03 GMT 2023","Fri Nov 17 08:56:03 GMT 2023","1","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","0","Waku Message version 0","","","","","Ephemeral field set to true",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start",""
"passed","Fri Nov 17 08:55:57 GMT 2023","Fri Nov 17 08:55:57 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with content topic containing numeric",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message",""
"passed","Fri Nov 17 08:54:11 GMT 2023","Fri Nov 17 08:54:11 GMT 2023","0","Waku Relay, Interop","","","","","Publishes to nwaku",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing Basic HTML tag",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with Russian payload",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic",""
"passed","Fri Nov 17 08:53:32 GMT 2023","Fri Nov 17 08:53:32 GMT 2023","2","ConnectionManager","Events","peer:discovery","","","should emit `peer:discovery:bootstrap` event when a peer is discovered",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing XML and receive message",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Verify","","","","should throw error - no public key",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","0","Relay Shard codec","","","","","should throw an error for insufficient data",""
"passed","Fri Nov 17 08:55:05 GMT 2023","Fri Nov 17 08:55:05 GMT 2023","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","0","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic",""
"passed","Fri Nov 17 08:54:03 GMT 2023","Fri Nov 17 08:54:03 GMT 2023","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe and receive messages via waku relay post",""
"passed","Fri Nov 17 08:56:03 GMT 2023","Fri Nov 17 08:56:03 GMT 2023","1","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages",""
"passed","Fri Nov 17 08:56:12 GMT 2023","Fri Nov 17 08:56:12 GMT 2023","3","selectPeerForProtocol","","","","","should throw an error when the selected peer does not register the required protocols",""
"passed","Fri Nov 17 08:56:03 GMT 2023","Fri Nov 17 08:56:03 GMT 2023","0","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message equal or less that 1MB",""
"passed","Fri Nov 17 08:53:44 GMT 2023","Fri Nov 17 08:53:44 GMT 2023","0","nwaku","","","","","Correctly serialized arguments",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with SQL Injection payload",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Fails to push message bigger that 1MB",""
"passed","Fri Nov 17 08:56:07 GMT 2023","Fri Nov 17 08:56:07 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Verify","","","","should return false",""
"passed","Fri Nov 17 08:54:11 GMT 2023","Fri Nov 17 08:54:11 GMT 2023","0","Waku Relay, Interop","","","","","nwaku subscribes",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Waku2 key: decode","","","","Relay + Store",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","0","ENR multiaddrs codec","","","","","Sample",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing shell command",""
"passed","Fri Nov 17 08:54:09 GMT 2023","Fri Nov 17 08:54:09 GMT 2023","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","2","to proto message","","","","","Fields are not dropped",""
"passed","Fri Nov 17 08:56:13 GMT 2023","Fri Nov 17 08:56:13 GMT 2023","0","Wait for remote peer","","","","","Light Node - default protocols",""
"passed","Fri Nov 17 08:53:32 GMT 2023","Fri Nov 17 08:53:32 GMT 2023","0","ConnectionManager","Dials","dialPeer method > For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sat Nov 26 2022 08:54:09 GMT+0000 (Coordinated Universal Time)",""
"passed","Fri Nov 17 08:56:13 GMT 2023","Fri Nov 17 08:56:13 GMT 2023","0","Wait for remote peer","","","","","Privacy Node - default protocol",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: undefined ",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive messages on 2 different content topics",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true",""
"passed","Fri Nov 17 08:55:52 GMT 2023","Fri Nov 17 08:55:52 GMT 2023","2","Waku Store, general","","","","","Callback on promise, aborts when callback returns true",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","0","pushOrInitMapSet","","","","","Push to array if already present",""
"passed","Fri Nov 17 08:56:07 GMT 2023","Fri Nov 17 08:56:07 GMT 2023","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","2","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","1","ENR","waku2 key round trip","","","","should set field with only FILTER enabled",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing Script",""
"passed","Fri Nov 17 08:53:34 GMT 2023","Fri Nov 17 08:53:34 GMT 2023","1","ENR Interop: NimGoNode","","","","","All",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with unicode special characters payload",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message with extra option is received",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Mutual subscription",""
"passed","Fri Nov 17 08:56:03 GMT 2023","Fri Nov 17 08:56:03 GMT 2023","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing unicode special characters",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true",""
"passed","Fri Nov 17 08:56:03 GMT 2023","Fri Nov 17 08:56:03 GMT 2023","9","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages",""
"passed","Fri Nov 17 08:55:36 GMT 2023","Fri Nov 17 08:55:36 GMT 2023","0","Waku Store, order","","","","","Promise Callback - forward",""
"passed","Fri Nov 17 08:56:06 GMT 2023","Fri Nov 17 08:56:06 GMT 2023","1","Waku Dial [node only]","Interop: NimGoNode","","","","connects to nwaku",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to 30 topics at once and receives messages",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receives messages on 20 topics",""
"passed","Fri Nov 17 08:56:12 GMT 2023","Fri Nov 17 08:56:12 GMT 2023","0","selectPeerForProtocol","","","","","should return the peer with the provided peerId",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing Arabic and receive message",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing emoji",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing shell command",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1700211204231000000 ",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","8","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","1","pushOrInitMapSet","","","","","Init the array if not present",""
"passed","Fri Nov 17 08:55:20 GMT 2023","Fri Nov 17 08:55:20 GMT 2023","0","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with custom timestamp: 1669452815884",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing emoji and receive message",""
"passed","Fri Nov 17 08:55:36 GMT 2023","Fri Nov 17 08:55:36 GMT 2023","0","Waku Store, order","","","","","Ordered Callback - forward",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing special chars",""
"passed","Fri Nov 17 08:52:59 GMT 2023","Fri Nov 17 08:52:59 GMT 2023","1","RFC Test Vectors","","","","","Waku message hash computation",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with Basic HTML tag payload",""
"passed","Fri Nov 17 08:55:57 GMT 2023","Fri Nov 17 08:55:57 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","0","ensureValidContentTopic","","","","","throws on empty content topic",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Fri Nov 17 2023 09:54:09 GMT+0000 (Coordinated Universal Time)",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing shell command",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message",""
"passed","Fri Nov 17 08:55:05 GMT 2023","Fri Nov 17 08:55:05 GMT 2023","1","Waku Store, cursor","","","","","Reusing cursor across nodes",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe and publish message",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with short payload",""
"passed","Fri Nov 17 08:53:52 GMT 2023","Fri Nov 17 08:53:52 GMT 2023","0","Waku Relay","","","","","Decrypt messages",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","0","filterPeers function","","","","","should return only bootstrap peers up to maxBootstrapPeers",""
"passed","Fri Nov 17 08:55:57 GMT 2023","Fri Nov 17 08:55:57 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message",""
"passed","Fri Nov 17 08:53:11 GMT 2023","Fri Nov 17 08:53:11 GMT 2023","0","Ecies Encryption","","","","","Check meta is set [ecies]",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","DNS Node Discovery","","","","","it tolerates circular branch references",""
"passed","Fri Nov 17 08:55:05 GMT 2023","Fri Nov 17 08:55:05 GMT 2023","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Verify","","","","should throw error - no id",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic",""
"passed","Fri Nov 17 08:56:03 GMT 2023","Fri Nov 17 08:56:03 GMT 2023","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing XML",""
"passed","Fri Nov 17 08:53:32 GMT 2023","Fri Nov 17 08:53:32 GMT 2023","1","ConnectionManager","Dials","attemptDial method","","","should be called at least once on all `peer:discovery` events",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Register correct protocols",""
"passed","Fri Nov 17 08:54:03 GMT 2023","Fri Nov 17 08:54:03 GMT 2023","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","1","ensureValidContentTopic","","","","","does not throw on valid cases",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","1","ENR","Static tests","","","","should encode/decode to RLP encoding",""
"passed","Fri Nov 17 08:55:05 GMT 2023","Fri Nov 17 08:55:05 GMT 2023","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages",""
"passed","Fri Nov 17 08:53:11 GMT 2023","Fri Nov 17 08:53:11 GMT 2023","0","Ecies Encryption","","","","","R trip binary encryption [ecies, signature]",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service",""
"passed","Fri Nov 17 08:53:40 GMT 2023","Fri Nov 17 08:53:40 GMT 2023","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Fails to push message with empty content topic",""
"passed","Fri Nov 17 08:53:50 GMT 2023","Fri Nov 17 08:53:50 GMT 2023","0","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing long",""
"passed","Fri Nov 17 08:55:52 GMT 2023","Fri Nov 17 08:55:52 GMT 2023","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages",""
"passed","Fri Nov 17 08:56:06 GMT 2023","Fri Nov 17 08:56:06 GMT 2023","1","Decryption Keys","","","","","Used by Waku Relay",""
"passed","Fri Nov 17 08:55:57 GMT 2023","Fri Nov 17 08:55:57 GMT 2023","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability",""
"passed","Fri Nov 17 08:52:59 GMT 2023","Fri Nov 17 08:52:59 GMT 2023","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)",""
"passed","Fri Nov 17 08:56:13 GMT 2023","Fri Nov 17 08:56:13 GMT 2023","0","Wait for remote peer","","","","","Relay - dialed first",""
"passed","Fri Nov 17 08:55:36 GMT 2023","Fri Nov 17 08:55:36 GMT 2023","1","Waku Store, order","","","","","Ordered Callback - backward",""
"skipped","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client",""
"passed","Fri Nov 17 08:55:52 GMT 2023","Fri Nov 17 08:55:52 GMT 2023","0","Waku Store, general","","","","","Query generator for 2000 messages",""
"passed","Fri Nov 17 08:53:32 GMT 2023","Fri Nov 17 08:53:32 GMT 2023","1","ConnectionManager","Events","peer:connect","","","should emit `peer:connected:peer-exchange` event when a peer is connected",""
"passed","Fri Nov 17 08:56:07 GMT 2023","Fri Nov 17 08:56:07 GMT 2023","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now",""
"passed","Fri Nov 17 08:56:12 GMT 2023","Fri Nov 17 08:56:12 GMT 2023","0","Util: toAsyncIterator: Filter","","","","","creates an iterator",""
"passed","Fri Nov 17 08:55:36 GMT 2023","Fri Nov 17 08:55:36 GMT 2023","0","Waku Store, order","","","","","Query Generator - forward",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing Russian",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Overlapping topic subscription",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing long",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Txt codec","","","","should decode valid enr successfully",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing JSON",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing Script and receive message",""
"passed","Fri Nov 17 08:53:40 GMT 2023","Fri Nov 17 08:53:40 GMT 2023","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push 30 different messages",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive ecies encrypted messages via lightPush",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with special chars payload",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","1","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing Chinese",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption",""
"passed","Fri Nov 17 08:55:50 GMT 2023","Fri Nov 17 08:55:50 GMT 2023","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with meta",""
"passed","Fri Nov 17 08:54:09 GMT 2023","Fri Nov 17 08:54:09 GMT 2023","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/default-waku/proto topic",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Add multiple subscription objects on single nwaku node",""
"passed","Fri Nov 17 08:53:40 GMT 2023","Fri Nov 17 08:53:40 GMT 2023","1","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic",""
"skipped","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","4","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message",""
"passed","Fri Nov 17 08:55:05 GMT 2023","Fri Nov 17 08:55:05 GMT 2023","1","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages",""
"passed","Fri Nov 17 08:56:12 GMT 2023","Fri Nov 17 08:56:12 GMT 2023","0","Util: toAsyncIterator: Filter","","","","","unsubscribes",""
"passed","Fri Nov 17 08:53:11 GMT 2023","Fri Nov 17 08:53:11 GMT 2023","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","Multiaddr from fields","","","","","tcp ip4 address",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing JSON and receive message",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with JSON payload",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing short",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing long",""
"passed","Fri Nov 17 08:53:40 GMT 2023","Fri Nov 17 08:53:40 GMT 2023","1","This","Is also","","","","A test",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing numeric",""
"passed","Fri Nov 17 08:55:36 GMT 2023","Fri Nov 17 08:55:36 GMT 2023","0","Waku Store, order","","","","","Promise Callback - backward",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Static tests","","","","should properly compute the node id",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","1","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing long and receive message",""
"passed","Fri Nov 17 08:54:03 GMT 2023","Fri Nov 17 08:54:03 GMT 2023","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic",""
"skipped","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4",""
"passed","Fri Nov 17 08:53:50 GMT 2023","Fri Nov 17 08:53:50 GMT 2023","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","DNS Node Discovery","","","","","ignores domain fetching errors",""
"passed","Fri Nov 17 08:55:36 GMT 2023","Fri Nov 17 08:55:36 GMT 2023","0","Waku Store, order","","","","","Query Generator - backward",""
"passed","Fri Nov 17 08:55:50 GMT 2023","Fri Nov 17 08:55:50 GMT 2023","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward",""
"passed","Fri Nov 17 08:53:44 GMT 2023","Fri Nov 17 08:53:44 GMT 2023","0","multiaddr: dialing","","","","","can dial TLS multiaddrs",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","8","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with non-number generation field",""
"skipped","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with XML payload",""
"passed","Fri Nov 17 08:55:46 GMT 2023","Fri Nov 17 08:55:46 GMT 2023","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed",""
"passed","Fri Nov 17 08:55:52 GMT 2023","Fri Nov 17 08:55:52 GMT 2023","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing Arabic",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","2","Waku Relay, Publish","","","","","Check publish message containing Arabic",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","0","ensureValidContentTopic","","","","","throws on content topic with empty encoding field",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing short",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with escaped characters payload",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Txt codec","","","","should throw error - no id",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Txt codec","","","","should throw error - no public key",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Fails to publish message with empty text",""
"passed","Fri Nov 17 08:56:07 GMT 2023","Fri Nov 17 08:56:07 GMT 2023","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Fails to push message with large meta",""
"passed","Fri Nov 17 08:55:52 GMT 2023","Fri Nov 17 08:55:52 GMT 2023","1","Waku Store, general","","","","","Callback on promise",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry",""
"passed","Fri Nov 17 08:56:06 GMT 2023","Fri Nov 17 08:56:06 GMT 2023","0","Waku Dial [node only]","Bootstrap","","","","Using a function",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","1","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with content topic containing escaped characters",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry",""
"passed","Fri Nov 17 08:56:03 GMT 2023","Fri Nov 17 08:56:03 GMT 2023","0","Waku Store, page size","","","","","Default pageSize",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true",""
"passed","Fri Nov 17 08:54:03 GMT 2023","Fri Nov 17 08:54:03 GMT 2023","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics",""
"passed","Fri Nov 17 08:53:44 GMT 2023","Fri Nov 17 08:53:44 GMT 2023","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing Chinese and receive message",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing special chars",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","0","Waku Store, error handling","","","","","Query Generator, No Decoder",""
"passed","Fri Nov 17 08:55:05 GMT 2023","Fri Nov 17 08:55:05 GMT 2023","0","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1700211204231 ",""
"passed","Fri Nov 17 08:56:06 GMT 2023","Fri Nov 17 08:56:06 GMT 2023","0","User Agent","","","","","Sets default value correctly",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing Russian and receive message",""
"skipped","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for prod.waku.nodes.status.im",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","1","DNS Node Discovery","","","","","retrieves a single peer",""
"passed","Fri Nov 17 08:56:12 GMT 2023","Fri Nov 17 08:56:12 GMT 2023","0","selectPeerForProtocol","","","","","should throw an error when no peer matches the given protocols",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing SQL Injection and receive message",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","1","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer",""
"passed","Fri Nov 17 08:53:11 GMT 2023","Fri Nov 17 08:53:11 GMT 2023","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]",""
"passed","Fri Nov 17 08:53:34 GMT 2023","Fri Nov 17 08:53:34 GMT 2023","0","ENR Interop: NimGoNode","","","","","Relay + Store",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with custom timestamp: 1700207615884",""
"passed","Fri Nov 17 08:54:34 GMT 2023","Fri Nov 17 08:54:34 GMT 2023","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive messages from multiple nwaku nodes",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe and receive messages via lightPush",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with custom timestamp: 1700214815884",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]",""
"passed","Fri Nov 17 08:55:52 GMT 2023","Fri Nov 17 08:55:52 GMT 2023","0","Waku Store, general","","","","","Ordered callback, aborts when callback returns true",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese",""
"passed","Fri Nov 17 08:54:11 GMT 2023","Fri Nov 17 08:54:11 GMT 2023","0","Waku Relay, Interop","","","","","Nwaku publishes",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","0","Waku Payload","","","","","Asymmetric encrypt & decrypt",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Publish message with rate limit",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with emoji payload",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing shell command and receive message",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing XML",""
"passed","Fri Nov 17 08:56:12 GMT 2023","Fri Nov 17 08:56:12 GMT 2023","0","selectPeerForProtocol","","","","","should return the peer with the lowest ping",""
"passed","Fri Nov 17 08:52:57 GMT 2023","Fri Nov 17 08:52:57 GMT 2023","1","Message Validator","","","","","Accepts a valid Waku Message",""
"passed","Fri Nov 17 08:53:40 GMT 2023","Fri Nov 17 08:53:40 GMT 2023","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","1","Waku Store, error handling","","","","","Query Generator, No message returned",""
"passed","Fri Nov 17 08:56:13 GMT 2023","Fri Nov 17 08:56:13 GMT 2023","0","Wait for remote peer","","","","","Filter",""
"passed","Fri Nov 17 08:53:34 GMT 2023","Fri Nov 17 08:53:34 GMT 2023","0","ENR Interop: NimGoNode","","","","","Relay",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Throws when trying to push message with empty payload",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check message with extra parameter is not received",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with content topic containing short",""
"passed","Fri Nov 17 08:54:11 GMT 2023","Fri Nov 17 08:54:11 GMT 2023","0","Waku Relay, Interop","Two nodes connected to nwaku","","","","Js publishes, other Js receives",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true",""
"skipped","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted",""
"passed","Fri Nov 17 08:54:40 GMT 2023","Fri Nov 17 08:54:40 GMT 2023","0","Static Sharding: Running Nodes","","","","","using a protocol with unconfigured pubsub topic should fail",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","0","Multiaddr from fields","","","","","udp ip6 address",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","1","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics",""
"passed","Fri Nov 17 08:55:08 GMT 2023","Fri Nov 17 08:55:08 GMT 2023","0","Waku Filter V2: Subscribe","","","","","Subscribe to topic containing special chars and receive message",""
"passed","Fri Nov 17 08:53:35 GMT 2023","Fri Nov 17 08:53:35 GMT 2023","1","Waku Filter V2: Ping","","","","","Ping on subscribed peer",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received",""
"passed","Fri Nov 17 08:52:43 GMT 2023","Fri Nov 17 08:52:43 GMT 2023","1","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","0","Waku Payload","","","","","pre and post cipher",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed",""
"passed","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message containing numeric",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","1","DNS Node Discovery","","","","","caches peers it previously fetched",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","1","Waku Light Push","","","","","Push message with content topic containing Script",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","0","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability",""
"passed","Fri Nov 17 08:53:32 GMT 2023","Fri Nov 17 08:53:32 GMT 2023","6","ConnectionManager","Dials","dialPeer method > For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags",""
"passed","Fri Nov 17 08:55:52 GMT 2023","Fri Nov 17 08:55:52 GMT 2023","1","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders",""
"passed","Fri Nov 17 08:53:40 GMT 2023","Fri Nov 17 08:53:40 GMT 2023","0","This","Is","","","","A test",""
"passed","Fri Nov 17 08:53:03 GMT 2023","Fri Nov 17 08:53:03 GMT 2023","2","Discovery","","","","","returns all values when wanted number matches available values",""
"passed","Fri Nov 17 08:52:49 GMT 2023","Fri Nov 17 08:52:49 GMT 2023","1","Relay Shard codec","","","","","should handle a minimal index list",""
"passed","Fri Nov 17 08:54:09 GMT 2023","Fri Nov 17 08:54:09 GMT 2023","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /some/pubsub/topic topic",""
"passed","Fri Nov 17 08:53:10 GMT 2023","Fri Nov 17 08:53:10 GMT 2023","0","Symmetric Encryption","","","","","Check meta is set [symmetric]",""
"passed","Fri Nov 17 08:56:07 GMT 2023","Fri Nov 17 08:56:07 GMT 2023","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010",""
"passed","Fri Nov 17 08:55:37 GMT 2023","Fri Nov 17 08:55:37 GMT 2023","0","Waku Light Push","","","","","Push message with long payload",""
"skipped","Fri Nov 17 08:54:25 GMT 2023","Fri Nov 17 08:54:25 GMT 2023","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted",""
"passed","Fri Nov 17 08:56:06 GMT 2023","Fri Nov 17 08:56:06 GMT 2023","1","Waku Dial [node only]","Bootstrap","","","","Passing an array",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr",""
"passed","Fri Nov 17 08:55:40 GMT 2023","Fri Nov 17 08:55:40 GMT 2023","0","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned",""
"passed","Fri Nov 17 08:52:54 GMT 2023","Fri Nov 17 08:52:54 GMT 2023","0","Waku Message version 0","","","","","Round trip binary serialization",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","1","Waku Filter V2: FilterPush","","","","","Check received message containing Russian",""
"passed","Fri Nov 17 08:53:04 GMT 2023","Fri Nov 17 08:53:04 GMT 2023","1","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed",""
"passed","Fri Nov 17 08:56:13 GMT 2023","Fri Nov 17 08:56:13 GMT 2023","0","Wait for remote peer","","","","","Store - dialed after - with timeout",""
"passed","Fri Nov 17 08:52:50 GMT 2023","Fri Nov 17 08:52:50 GMT 2023","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled",""
"passed","Fri Nov 17 08:55:07 GMT 2023","Fri Nov 17 08:55:07 GMT 2023","0","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection",""

1 Status Start Time Stop Time Duration in ms Parent Suite Suite Sub Suite Test Class Test Method Name Description
2 passed Fri Nov 17 08:40:59 GMT 2023 Fri Nov 17 08:53:03 GMT 2023 Fri Nov 17 08:40:59 GMT 2023 Fri Nov 17 08:53:03 GMT 2023 1 0 Waku Store, custom pubsub topic Discovery Generator, 2 different pubsubtopics returns a subset of values when wanted number is lesser than available values
3 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 0 Waku Relay, Subscribe selectPeerForProtocol Subscribe and publish 10000 messages on the same topic should return a random peer when all peers have the same latency
4 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 6 0 Waku Filter V2: FilterPush Peer Exchange Compliance Test interface-peer-discovery compliance tests Check received message containing Arabic should not receive a peer event before start
5 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 1 0 to proto message Ensures content topic is defined Fields are not dropped Decoder throws on undefined content topic
6 passed Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 1 0 Peer Exchange ENR Compliance Test Verify interface-peer-discovery compliance tests should not receive a peer event before start should throw error - invalid id
7 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 0 ConnectionManager Waku Store, time filter Events peer:discovery should emit `peer:discovery:bootstrap` event when a peer is discovered msgTime: -19000 ms from now, startTime: -18999, endTime: -18996
8 passed Fri Nov 17 08:39:51 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:39:51 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 0 Waku Relay, multiple pubsub topics Waku Payload 3 nodes on /waku/2/default-waku/proto topic Symmetric encrypt & Decrypt
9 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 Waku Store, error handling ENRTree Query with Promise Callback, No Decoder ENRTree (tree): should error if DNS tree entry is mis-prefixed
10 passed skipped Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 Waku Filter V2: Subscribe DNS Node Discovery [live data] Subscribe and receive messages via waku relay post passes more than one ENR URLs and attempts connection
11 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Relay, Subscribe Waku Filter V2: Subscribe Subscribe to topic containing shell command and publish message Subscribe to topic containing Basic HTML tag and receive message
12 passed Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 0 selectPeerForProtocol filterPeers function should throw an error when no peer matches the given protocols should return all peers when numPeers is 0
13 skipped passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 1 Waku Relay, Subscribe Wait for remote peer Overlapping topic subscription LightPush
14 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 Waku Relay, Publish Waku Filter V2: FilterPush Check publish message containing escaped characters Check message with no pubsub topic is not received
15 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:20 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:20 GMT 2023 0 Waku Light Push Waku Store, custom pubsub topic Push message with content topic containing short Generator, 2 nwaku nodes each with different pubsubtopics
16 passed Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 1 Waku Filter V2: Unsubscribe ensureValidContentTopic Unsubscribes all - node subscribed to 10 topics throws on content topic with empty version field
17 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 2 ENR Waku Relay, Publish Multiaddr getters and setters should get / set UDP multiaddr Check publish message containing Chinese
18 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Light Push Waku Filter V2: Subscribe Fails to push message bigger that 1MB Subscribe to topic containing short and receive message
19 passed Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 1 0 Waku Store, cursor ENR Static tests Reusing cursor across nodes should encode/decode to text encoding
20 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:53:03 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:53:03 GMT 2023 1 DNS Node Discovery w/ capabilities Discovery retrieves all peers (2) when cannot fulfill all requirements returns all values when wanted number is greater than available values
21 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 0 ENR Peer Exchange Txt codec Compliance Test interface-peer-discovery compliance tests should throw error - no public key should emit a peer event after start
22 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 ConnectionManager Waku Filter V2: FilterPush Events peer:connect should emit `peer:connected:bootstrap` event when a peer is connected Check received message containing emoji
23 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 Waku Store, error handling Waku Relay, Subscribe Query with Ordered Callback, No message returned Subscribe to topic containing Script and publish message
24 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 Waku Relay, Subscribe Waku Filter V2: FilterPush Subscribe to topic containing special chars and publish message Check received message containing Script
25 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 1 ENRTree Waku Filter V2: FilterPush ENRTree (tree): should error if DNS tree entry is mis-prefixed Check message on other pubsub topic is not received
26 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 filterPeers function DNS Discovery: Compliance Test interface-peer-discovery compliance tests should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1 should not receive a peer event after stop
27 passed Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 Ensures content topic is defined Relay Shard codec Encoder throws on empty string content topic should correctly encode and decode relay shards using rs format (Index List)
28 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 0 Waku Filter V2: FilterPush Waku Relay, Publish Check message on other pubsub topic is not received Fails to publish duplicate message
29 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 2 Waku Relay, Publish Waku Filter V2: Subscribe Publish message with rate limit Subscribe to topic containing numeric and receive message
30 passed Fri Nov 17 08:39:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:39:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 Waku Filter V2: Multiple PubsubTopics Waku Light Push Subscribe and receive messages on custom pubsubtopic Push message with Script payload
31 passed skipped Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 ENR DNS Node Discovery [live data] Verify should throw error - invalid id should retrieve 3 multiaddrs for test.waku.nodes.status.im
32 passed Fri Nov 17 08:39:20 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:39:20 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 Waku Filter V2: Multiple PubsubTopics Waku Filter V2: FilterPush Subscribe and receive messages on 2 different pubsubtopics Check received message with timestamp: 1649153314
33 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 1 0 Waku Relay, Subscribe ENR waku2 key round trip Subscribe to topic containing JSON and publish message should set field with all protocols enabled
34 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 0 1 Waku Light Push Waku Store, time filter Push message with shell command payload msgTime: -19000 ms from now, startTime: -19000, endTime: -18000
35 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 0 Relay Shard codec Peer Exchange Compliance Test interface-peer-discovery compliance tests should handle a minimal index list should not fail to stop the service if it was not started
36 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:52 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:52 GMT 2023 0 Discovery Waku Relay returns all values when wanted number is greater than available values Delete observer
37 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 Multiaddr from fields DNS Node Discovery w/ capabilities udp ip6 address retrieves all peers (2) when cannot fulfill all requirements
38 passed Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 1 0 Peer Exchange Waku Filter V2: Unsubscribe Compliance Test interface-peer-discovery compliance tests should not fail to stop the service if it was not started Unsubscribe 1 topic - node subscribed to 1 topic
39 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 DNS Node Discovery w/ capabilities ENR waku2 codec Decoding retrieves all peers (3) when branch entries are composed of multiple strings should be able to decode the field with only FILTER set to true
40 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 0 4 ENR waku2 codec Waku Store, general Decoding should be able to decode the field with ALL protocols set to true Query generator for multiple messages
41 passed Fri Nov 17 08:40:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Static Sharding: Running Nodes Waku Light Push using a protocol with unconfigured pubsub topic should fail Push message with content topic containing Russian
42 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 DNS Node Discovery w/ capabilities Waku Relay, Subscribe should only return 1 node with relay and store capability Subscribe to topic containing Basic HTML tag and publish message
43 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 1 Waku Light Push Waku Store, cursor Push message with content topic containing SQL Injection Passing cursor with wrong message digest
44 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 0 1 ENR waku2 codec ConnectionManager Encoding Events peer:connect should be able to encode the field with only STORE set to true should emit `peer:connected:bootstrap` event when a peer is connected
45 passed skipped Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 ENR Waku Relay, Publish Txt codec should decode valid enr successfully Check publish message after service node is restarted
46 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 0 1 Waku Light Push Wait for remote peer Fails to push message with large meta Relay - times out
47 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 Waku Filter V2: FilterPush Waku Relay, Publish Check message with non string payload is not received Publish message with custom timestamp: Fri Nov 17 2023 07:54:09 GMT+0000 (Coordinated Universal Time)
48 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 0 ENR ConnectionManager Txt codec Dials dialPeer method > For bootstrap peers should encodeTxt and decodeTxt should be called for bootstrap peers
49 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:20 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:20 GMT 2023 0 Waku Light Push Waku Store, custom pubsub topic Push message with content topic containing emoji Generator, 2 different pubsubtopics
50 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 1 DNS Node Discovery Waku Filter V2: Subscribe ignores unrecognized TXT record formats Subscribe and receive 2 messages on the same topic
51 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 Waku Relay, Subscribe Waku Filter V2: FilterPush Subscribe to topic containing escaped characters and publish message Check message with no payload is not received
52 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 ENR waku2 codec Waku Filter V2: FilterPush Encoding should be able to encode the field with RELAY and FILTER protocols set to true Check received message containing special chars
53 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 1 ENRTree Waku Store, cursor ENRTree (root): should error if DNS root entry is mis-prefixed Passing cursor with wrong pubsubTopic
54 passed Fri Nov 17 08:38:42 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:38:42 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 0 RFC Test Vectors Waku Payload Waku message hash computation (payload length 0) Sign & Recover
55 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 0 ENR Peer Exchange Waku2 key: decode Locally Run Nodes Relay + Store nwaku interop
56 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 1 Waku Light Push Waku Filter V2: Subscribe Fails to push message with empty content topic Refresh subscription
57 passed Fri Nov 17 08:38:42 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:38:42 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 0 RFC Test Vectors Waku Relay, Subscribe Waku message hash computation (meta attribute not present) Subscribe to topic containing Arabic and publish message
58 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 Waku Light Push Push message with Basic HTML tag payload Push message with Arabic payload
59 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 ENR DNS Node Discovery waku2 key round trip should set field with only RELAY enabled recovers when dns.resolve returns empty
60 passed Fri Nov 17 08:39:18 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:39:18 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 ENR Interop: NimGoNode Waku Message Ephemeral field Relay + Store Ephemeral messages are not stored
61 passed Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 0 Waku Dial [node only] ensureValidContentTopic Bootstrap Using a function throws on content topic with empty application field
62 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:57 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:57 GMT 2023 0 Waku Filter V2: FilterPush Message Validator Check received message containing escaped characters Rejects garbage
63 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 0 ConnectionManager Waku Relay, Publish Dials dialPeer method > For bootstrap peers should be called for bootstrap peers Check publish message containing escaped characters
64 passed Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 1 Peer Exchange Waku Light Push Compliance Test interface-peer-discovery compliance tests should emit a peer event after start Push message with numeric payload
65 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 1 0 Waku Filter V2: Ping DNS Discovery: Compliance Test interface-peer-discovery compliance tests Ping on peer without subscriptions should not fail to start the service if it is already started
66 passed Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 1 Waku Store, page size Waku Relay, Publish Passing page size 10 when there are 10 messages Check publish message containing unicode special characters
67 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 0 ENR waku2 codec filterPeers function Encoding should be able to encode the field with ALL protocols set to true should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0
68 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 0 Waku Relay, Publish Wait for remote peer Fails to publish message with empty text Relay - dialed after
69 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:46 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:46 GMT 2023 0 ENR Static Sharding: Peer Management waku2 key round trip Peer Exchange should set field with only STORE enabled px service nodes not subscribed to the shard should not be dialed
70 passed Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 0 Waku Store, time filter msgTime: -19000 ms from now, startTime: -19010, endTime: -18990 msgTime: -19000 ms from now, startTime: -20000, endTime: -19000
71 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 Waku Message version 0 Waku Message Ephemeral field Round trip binary serialization Ephemeral field is preserved - asymmetric encryption
72 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Waku Relay, Publish ENR Location multiaddr Check publish message containing long should properly create location multiaddrs - tcp
73 passed Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 1 0 Ensures content topic is defined Waku Store, error handling Decoder throws on empty string content topic Query Generator, Multiple PubsubTopics
74 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 0 ENR Waku Dial [node only] Multiaddr getters and setters Interop: NimGoNode should get / set TCP multiaddr Does not throw an exception when node disconnects
75 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 1 0 Discovery contentTopicToShardIndex returns a subset of values when wanted number is lesser than available values converts content topics to expected shard index
76 passed Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Store, page size Waku Light Push Passing page size 0 when there are 110 messages Push message with shell command payload
77 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 1 Waku Relay, Publish Symmetric Encryption Check publish message containing Russian Round trip binary encryption [symmetric, signature]
78 passed Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 1 Waku Store, general Waku Store, error handling Query generator for multiple messages with different message text format Query with Promise Callback, No message returned
79 passed Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 0 Wait for remote peer Relay - times out Store - dialed first
80 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Filter V2: FilterPush Waku Light Push Check received message containing numeric Push message with Chinese payload
81 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Waku Filter V2: FilterPush ENR waku2 key round trip Check message with no pubsub topic is not received should set field with all protocols disabled
82 passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 0 DNS Discovery: Compliance Test Waku Filter V2: Unsubscribe interface-peer-discovery compliance tests can start the service Unsubscribes all - node subscribed to 10 topics
83 passed Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 0 Wait for remote peer Waku Relay, Publish Relay - dialed after Check publish message containing XML
84 passed skipped Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 Waku Light Push Waku Relay, Subscribe Push message with custom timestamp: 1700206759924 Refresh subscription
85 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 0 1 Waku Light Push Waku Message version 0 Throws when trying to push message with empty payload Meta field set when metaSetter is specified
86 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Relay, Subscribe Waku Filter V2: Subscribe Subscribe to topic containing long and publish message Subscribe and receive symmetrically encrypted messages via lightPush
87 passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:50 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:50 GMT 2023 0 DNS Discovery: Compliance Test Waku Store, sorting interface-peer-discovery compliance tests should not receive a peer event after stop Ordered Callback sorting by timestamp while page direction is backward
88 passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 DNS Discovery: Compliance Test Waku Light Push interface-peer-discovery compliance tests should emit a peer event after start Push message with content topic containing SQL Injection
89 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:59 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:59 GMT 2023 0 Waku Relay, Subscribe RFC Test Vectors Subscribe and publish message Waku message hash computation (payload length 0)
90 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 Waku Filter V2: FilterPush Waku Relay, Subscribe Check received message containing JSON Subscribe to topic containing XML and publish message
91 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 ENR waku2 codec ENR Encoding waku2 key round trip should be able to encode the field with only LIGHTPUSH set to true should set field with only LIGHTPUSH enabled
92 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 ensureValidContentTopic Waku Filter V2: Subscribe throws on content topic with non-number generation field Subscribe to topic containing unicode special characters and receive message
93 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 0 ConnectionManager Waku Relay, Subscribe Events peer:discovery should emit `peer:discovery:peer-exchange` event when a peer is discovered Subscribe to topic containing numeric and publish message
94 passed Fri Nov 17 08:39:27 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:39:27 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 nwaku Waku Filter V2: Subscribe Correctly serialized arguments Subscribe to topic containing escaped characters and receive message
95 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 1 ENR filterPeers function Static tests should properly compute the node id should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1
96 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 Waku Light Push Relay Shard codec Push message with content topic containing Russian should correctly encode and decode relay shards using rsv format (Bit Vector)
97 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 1 Waku Filter V2: Subscribe DNS Discovery: Compliance Test interface-peer-discovery compliance tests Subscribe to topic containing numeric and receive message can start and stop the service
98 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 0 1 ENR waku2 codec ConnectionManager Decoding Events peer:discovery should be able to decode the field with only STORE set to true should emit `peer:discovery:peer-exchange` event when a peer is discovered
99 passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 0 DNS Discovery: Compliance Test Waku Store, cursor interface-peer-discovery compliance tests should not receive a peer event before start Passing a valid cursor at 10 index when there are 40 messages
100 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 0 Waku Message version 0 Ensures content topic is defined Meta field set when metaSetter is specified Encoder throws on empty string content topic
101 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 Waku Relay, Publish Waku Filter V2: Subscribe Check publish message containing short Error when try to subscribe to more than 30 topics
102 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 0 1 ENR Ensures content topic is defined Verify should throw error - no id Encoder throws on undefined content topic
103 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 DNS Node Discovery w/ capabilities Waku Relay, Publish should only return 1 node with relay capability Publish message with large meta
104 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 1 ENRTree ConnectionManager Dials dialPeer method > For peer-exchange peers ENRTree (root): should error if DNS root entry is malformed should be called for every peer with PEER_EXCHANGE tags
105 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 0 Waku Store, error handling Util: toAsyncIterator: Filter Query with Promise Callback, Multiple PubsubTopics handles multiple messages
106 passed Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 Waku Store, cursor Waku Relay, Subscribe Passing a valid cursor at 10 index when there are 40 messages Subscribe to topic containing special chars and publish message
107 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 1 Waku Store, error handling ENR Txt codec Query Generator, Multiple PubsubTopics should encodeTxt and decodeTxt
108 passed Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 Wait for remote peer Waku Filter V2: Ping Filter Reopen subscription with peer with lost subscription
109 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 1 Waku Light Push Push message with content topic containing Basic HTML tag Push message with content topic containing emoji
110 passed Fri Nov 17 08:39:32 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:39:32 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 Waku Light Push : Multiple PubsubTopics Fetch nodes until capabilities are fulfilled Light push messages to 2 nwaku nodes each with different pubsubtopics 1 Relay, 1 Filter, gives up
111 passed Fri Nov 17 08:41:24 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 Fri Nov 17 08:41:24 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 0 Waku Store, sorting Waku Store, general Ordered Callback sorting by timestamp while page direction is forward Query generator for multiple messages with different message text format
112 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Light Push Push message with content topic containing JSON
113 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 pushOrInitMapSet ENR waku2 codec Encoding Push to array if already present should be able to encode the field with ALL protocols set to false
114 passed Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:54:09 GMT 2023 Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:54:09 GMT 2023 0 Peer Exchange Waku Relay, multiple pubsub topics Compliance Test interface-peer-discovery compliance tests should not fail to start the service if it is already started n1 and n2 uses a custom pubsub, n3 uses the default pubsub
115 passed Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:54:40 GMT 2023 Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:54:40 GMT 2023 0 1 Waku Store, order Static Sharding: Running Nodes Promise Callback - backward configure the node with multiple pubsub topics
116 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 0 Waku Relay, Subscribe Waku Store, time filter Subscribe and publish messages on 2 different content topics Timestamp too far from node time: -20000 ms from now
117 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 0 Waku Filter V2: FilterPush Ensures content topic is defined Check received message containing XML Encoder throws on empty string content topic
118 passed Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:55:50 GMT 2023 Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:55:50 GMT 2023 0 Util: toAsyncIterator: Filter Waku Store, sorting unsubscribes Query Generator sorting by timestamp while page direction is backward
119 passed Fri Nov 17 08:39:27 GMT 2023 Fri Nov 17 08:53:50 GMT 2023 Fri Nov 17 08:39:27 GMT 2023 Fri Nov 17 08:53:50 GMT 2023 1 0 multiaddr: dialing Waku Light Push : Multiple PubsubTopics can dial TLS multiaddrs Subscribe and receive messages on 2 different pubsubtopics
120 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 ENR Waku Filter V2: FilterPush Static tests should encode/decode to RLP encoding Check received message containing escaped characters
121 passed Fri Nov 17 08:39:53 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 Fri Nov 17 08:39:53 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 0 Waku Relay, Interop Waku Store, page size Two nodes connected to nwaku Js publishes, other Js receives Passing page size 10 when there are 10 messages
122 passed Fri Nov 17 08:39:18 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:39:18 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 ENR Interop: NimGoNode Fetch nodes until capabilities are fulfilled All 1 Relay, 1 fetch
123 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 6 1 Waku Relay, Publish Waku Store, error handling Fails to publish message with size larger than 1 MB Query with Promise Callback, Multiple PubsubTopics
124 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 ENR Verify Txt codec should return false should decode valid enr with tcp successfully
125 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 ENR Waku Light Push Txt codec should decode valid ENR with multiaddrs successfully [shared test vector] Push message with rate limit
126 passed Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 1 Waku Store, page size Waku Filter V2: FilterPush Passing page size 11 when there are 10 messages Check received message containing JSON
127 passed Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 0 1 Waku Store, time filter Waku Store, page size msgTime: -19000 ms from now, startTime: -18990, endTime: -19010 Passing page size 19 when there are 20 messages
128 passed Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 0 Waku Store, cursor Waku Filter V2: FilterPush Passing a valid cursor at 110 index when there are 120 messages Check received message containing unicode special characters
129 passed Fri Nov 17 08:39:51 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:39:51 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 0 Waku Relay, multiple pubsub topics Waku Message version 0 n1 and n2 uses a custom pubsub, n3 uses the default pubsub Ephemeral field set to true
130 passed Fri Nov 17 08:39:19 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:39:19 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 Waku Message Ephemeral field DNS Discovery: Compliance Test interface-peer-discovery compliance tests Ephemeral messages are not stored should not receive a peer event before start
131 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 1 0 Waku Filter V2: Subscribe Peer Exchange Compliance Test interface-peer-discovery compliance tests Subscribe to topic containing Chinese and receive message can start the service
132 passed Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 User Agent Waku Light Push Sets default value correctly Push message with content topic containing numeric
133 passed Fri Nov 17 08:39:19 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:39:19 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 0 Waku Message Ephemeral field Waku Relay, Subscribe Ephemeral field is preserved - symmetric encryption Subscribe to topic containing SQL Injection and publish message
134 passed Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:54:11 GMT 2023 Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:54:11 GMT 2023 0 Waku Store, general Waku Relay, Interop Query generator for multiple messages with different content topic format Publishes to nwaku
135 passed Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Store, page size Waku Light Push Passing page size 110 when there are 120 messages Push message with content topic containing Basic HTML tag
136 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 Waku Relay, Publish Waku Light Push Check publish message containing Chinese Push message with Russian payload
137 passed Fri Nov 17 08:39:19 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:39:19 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 1 0 Waku Message Ephemeral field Waku Store, error handling Ephemeral field is preserved - encoder v0 Query with Ordered Callback, Wrong PubsubTopic
138 broken passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 1 2 Waku Filter V2: Subscribe ConnectionManager Events peer:discovery Subscribe to topic containing Arabic and receive message should emit `peer:discovery:bootstrap` event when a peer is discovered
139 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 ensureValidContentTopic ENR waku2 codec Encoding throws on content topic with empty version field should be able to encode the field with RELAY and FILTER protocols set to true
140 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 Waku Light Push Waku Filter V2: Subscribe Push message with content topic containing long Subscribe to topic containing XML and receive message
141 passed Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Waku Filter V2: Unsubscribe ENR Verify Unsubscribe 1 topic - node subscribed to 1 topic should throw error - no public key
142 passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 1 0 DNS Discovery: Compliance Test Waku Store, error handling interface-peer-discovery compliance tests should not fail to stop the service if it was not started Query with Promise Callback, No Decoder
143 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 0 Waku Relay, Subscribe Waku Store, error handling Subscribe to topic containing Arabic and publish message Query with Ordered Callback, No Decoder
144 passed Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 Waku Store, time filter Relay Shard codec msgTime: -19000 ms from now, startTime: -19000, endTime: -18000 should throw an error for insufficient data
145 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 1 0 Waku Relay, Publish Waku Store, cursor Check publish message containing JSON Passing a valid cursor at 2 index when there are 4 messages
146 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 1 0 Waku Relay, Publish Waku Store, error handling Fails to publish message with wrong pubsubtopic Query with Promise Callback, Wrong PubsubTopic
147 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 1 0 ENR waku2 codec Waku Filter V2: Unsubscribe Decoding should be able to decode the field with ALL protocols set to false Unsubscribe topics the node is not subscribed to
148 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 1 ENR Waku Filter V2: Subscribe waku2 key round trip should set field with only FILTER enabled Subscribe and receive messages via waku relay post
149 passed Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 0 1 Waku Store, general Waku Store, page size Query generator for multiple messages Passing page size 1 when there are 4 messages
150 passed Fri Nov 17 08:39:34 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 Fri Nov 17 08:39:34 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 1 3 Waku Relay selectPeerForProtocol Delete observer should throw an error when the selected peer does not register the required protocols
151 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 1 0 Waku Filter V2: Subscribe Waku Store, page size Overlapping topic subscription Passing page size 0 when there are 110 messages
152 passed Fri Nov 17 08:40:59 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:40:59 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 Waku Store, custom pubsub topic Waku Filter V2: Ping Generator, 2 nwaku nodes each with different pubsubtopics Ping on peer without subscriptions
153 passed Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 1 Ecies Encryption Waku Relay, Subscribe R trip binary encryption [ecies, signature] Subscribe to topic containing shell command and publish message
154 passed Fri Nov 17 08:38:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:38:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 Message Validator Waku Relay, Subscribe Rejects garbage Subscribe at once to 10000 topics and publish messages
155 passed Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 selectPeerForProtocol Waku Light Push should return a random peer when all peers have the same latency Push message equal or less that 1MB
156 passed Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:53:44 GMT 2023 Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:53:44 GMT 2023 0 Waku Filter V2: Unsubscribe nwaku Unsubscribes all - node subscribed to 1 topic Correctly serialized arguments
157 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Waku Light Push Push message with content topic containing special chars Push message with SQL Injection payload
158 passed Fri Nov 17 08:39:53 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:39:53 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 Waku Relay, Interop Waku Light Push Nwaku publishes Fails to push message bigger that 1MB
159 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 1 0 ENR waku2 codec Waku Store, time filter Encoding should be able to encode the field with only FILTER set to true msgTime: -19000 ms from now, startTime: -19002, endTime: -19001
160 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 1 0 DNS Node Discovery ENR Verify ignores domain fetching errors should return false
161 passed Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:54:11 GMT 2023 Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:54:11 GMT 2023 0 Wait for remote peer Waku Relay, Interop LightPush nwaku subscribes
162 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Waku Filter V2: Subscribe ENR Waku2 key: decode Error when try to subscribe to more than 30 topics Relay + Store
163 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 1 0 Waku Filter V2: FilterPush ENR multiaddrs codec Check received message containing Russian Sample
164 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 1 Waku Relay, Subscribe Waku Relay, Publish Register correct protocols Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)
165 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 ENR waku2 codec Waku Relay, Publish Decoding should be able to decode the field with only FILTER set to true Check publish message containing shell command
166 passed Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:54:09 GMT 2023 Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:54:09 GMT 2023 0 Peer Exchange Waku Relay, multiple pubsub topics Compliance Test interface-peer-discovery compliance tests should not receive a peer event after stop Nodes with multiple pubsub topic
167 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 1 Waku Payload Waku Message Ephemeral field Asymmetric encrypt & decrypt Ephemeral field is preserved - encoder v0
168 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 0 2 Waku Light Push to proto message Push message with content topic containing numeric Fields are not dropped
169 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 2 0 Waku Filter V2: Ping Wait for remote peer Ping on subscribed peer Light Node - default protocols
170 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 0 ensureValidContentTopic ConnectionManager Dials dialPeer method > For bootstrap peers throws on content topic with too few or too many fields should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers
171 passed Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 1 Waku Store, general Waku Relay, Publish Query generator for multiple messages with multiple decoders Publish message with custom timestamp: Sat Nov 26 2022 08:54:09 GMT+0000 (Coordinated Universal Time)
172 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 0 Waku Relay, Publish Wait for remote peer Check publish message containing emoji Privacy Node - default protocol
173 passed Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 Waku Store, order Waku Filter V2: FilterPush Ordered Callback - forward Check received message with timestamp: undefined
174 passed Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 1 Waku Store, general Waku Relay, Publish Query generator for 2000 messages Fails to publish message with size larger than 1 MB
175 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Ensures content topic is defined Waku Filter V2: Subscribe Decoder throws on undefined content topic Subscribe and receive messages on 2 different content topics
176 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 filterPeers function Waku Filter V2: FilterPush should return all peers when numPeers is 0 Check received message with timestamp: 1949153314000
177 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 Waku Filter V2: Subscribe ENR waku2 codec Encoding Subscribe and receive symmetrically encrypted messages via lightPush should be able to encode the field with only LIGHTPUSH set to true
178 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 1 2 Waku Relay, Publish Waku Store, general Publish message with custom timestamp: Sat Nov 26 2022 08:39:51 GMT+0000 (Coordinated Universal Time) Callback on promise, aborts when callback returns true
179 skipped passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 1 0 DNS Node Discovery [live data] pushOrInitMapSet should retrieve 3 multiaddrs for test.waku.nodes.status.im Push to array if already present
180 passed Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 0 1 selectPeerForProtocol Waku Store, time filter should throw an error when the selected peer does not register the required protocols msgTime: -19000 ms from now, startTime: -19010, endTime: -18990
181 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 0 Waku Filter V2: FilterPush Waku Relay, Subscribe Check received message with timestamp: 1700210346740 Subscribe to topic containing short and publish message
182 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 0 Waku Filter V2: Subscribe Waku Relay, Publish Subscribe and receive 2 messages on the same topic Check publish message containing SQL Injection
183 passed Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 1 2 Waku Dial [node only] Symmetric Encryption Interop: NimGoNode connects to nwaku Round trip binary encryption [symmetric, no signature]
184 passed Fri Nov 17 08:38:42 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:42 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 1 RFC Test Vectors ENR waku2 key round trip Waku message hash computation should set field with only FILTER enabled
185 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 1 DNS Node Discovery Waku Relay, Publish retrieves a single peer Check publish message containing Script
186 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:34 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:34 GMT 2023 0 1 Waku Light Push ENR Interop: NimGoNode Push message with numeric payload All
187 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Relay, Subscribe Waku Light Push Subscribe one by one to 100 topics and publish messages Push message with unicode special characters payload
188 passed Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 Ensures content topic is defined Waku Filter V2: FilterPush Decoder throws on undefined content topic Check received message with extra option is received
189 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 Waku Filter V2: FilterPush Waku Relay, Subscribe Check message with no payload is not received Mutual subscription
190 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 0 Waku Filter V2: FilterPush Waku Store, page size Check received message containing Script Passing page size 11 when there are 10 messages
191 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 ensureValidContentTopic ENRTree throws on content topic with empty topic name field ENRTree (root): should error if DNS root entry is malformed
192 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 ENR Waku Light Push Location multiaddr should properly create peer info with all multiaddrs Push message with content topic containing unicode special characters
193 passed Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 1 Wait for remote peer ENR waku2 codec Decoding Light Node - default protocols should be able to decode the field with only RELAY set to true
194 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 0 9 ENRTree Waku Store, page size ENRTree (tree): should error if DNS tree entry is misformatted Passing page size 110 when there are 120 messages
195 passed Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 0 Decryption Keys Waku Store, order Used by Waku Relay Promise Callback - forward
196 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 1 Waku Relay, Publish Waku Dial [node only] Interop: NimGoNode Check publish message containing Script connects to nwaku
197 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 ENRTree Waku Relay, Subscribe ENRTree (branch): should parse and verify a single component DNS branch entry Subscribe one by one to 100 topics and publish messages
198 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Filter V2: Subscribe Subscribe and receive messages on 2 different content topics Subscribe to 30 topics at once and receives messages
199 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 2 Fetch nodes until capabilities are fulfilled ENR waku2 codec Encoding 1 Store, 2 fetches should be able to encode the field with only RELAY set to true
200 skipped passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 DNS Node Discovery [live data] Waku Filter V2: Subscribe should use DNS peer discovery with light client Subscribe and receives messages on 20 topics
201 passed Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 1 0 Waku Store, cursor selectPeerForProtocol Passing a valid cursor at 0 index when there are 20 messages should return the peer with the provided peerId
202 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 0 ConnectionManager Waku Filter V2: Subscribe Dials dialPeer method > For bootstrap peers should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers Subscribe to topic containing Arabic and receive message
203 passed Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Wait for remote peer ENR Multiaddr getters and setters Privacy Node - default protocol should get / set TCP multiaddr
204 skipped passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 0 1 Waku Filter V2: FilterPush Ensures content topic is defined Check message received after nwaku node is restarted Encoder throws on undefined content topic
205 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 0 ConnectionManager Waku Relay, Publish Dials attemptDial method should be called at least once on all `peer:discovery` events Check publish message containing emoji
206 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Waku Relay, Publish Waku Light Push Check publish message containing numeric Push message with content topic containing shell command
207 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 Waku Relay, Publish Waku Filter V2: FilterPush Check publish message containing XML Check received message with timestamp: 1700211204231000000
208 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 8 ENR waku2 codec Waku Relay, Subscribe Decoding should be able to decode the field with only LIGHTPUSH set to true Subscribe to topic containing JSON and publish message
209 passed Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 0 1 Wait for remote peer pushOrInitMapSet Relay - dialed first Init the array if not present
210 passed Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:55:20 GMT 2023 Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:55:20 GMT 2023 1 0 Waku Store, cursor Waku Store, custom pubsub topic Passing cursor with wrong pubsubTopic Generator, custom pubsub topic
211 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Waku Filter V2: FilterPush Waku Light Push Check received message with extra option is received Push message with custom timestamp: 1669452815884
212 passed Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 0 Waku Dial [node only] Waku Filter V2: Subscribe Bootstrap Passing an array Subscribe to topic containing emoji and receive message
213 skipped passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 0 Waku Relay, Subscribe Waku Store, order Refresh subscription Ordered Callback - forward
214 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 ENR Location multiaddr waku2 key round trip should properly create location multiaddrs - udp4 should set field with only RELAY enabled
215 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 DNS Node Discovery ENR Location multiaddr recovers when dns.resolve returns empty should properly create location multiaddrs - tcp6
216 passed Fri Nov 17 08:41:31 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:31 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Static Sharding: Peer Management Waku Light Push Peer Exchange px service nodes not subscribed to the shard should not be dialed Push message with content topic containing special chars
217 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:52:59 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:52:59 GMT 2023 2 1 pushOrInitMapSet RFC Test Vectors Init the array if not present Waku message hash computation
218 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 ENR waku2 codec Waku Light Push Decoding should be able to decode the field with only RELAY set to true Push message with Basic HTML tag payload
219 passed Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 0 Wait for remote peer Peer Exchange Compliance Test interface-peer-discovery compliance tests Store - dialed first can start and stop the service
220 passed Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 1 0 Peer Exchange ensureValidContentTopic Compliance Test interface-peer-discovery compliance tests can start the service throws on empty content topic
221 passed Fri Nov 17 08:39:18 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:39:18 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 ENR Interop: NimGoNode Waku Relay, Publish Relay Publish message with custom timestamp: Fri Nov 17 2023 09:54:09 GMT+0000 (Coordinated Universal Time)
222 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 0 Waku Store, error handling Waku Filter V2: FilterPush Query Generator, No message returned Check received message containing shell command
223 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 Waku Light Push Waku Relay, Subscribe Push message with content topic containing Arabic Subscribe to topic containing Russian and publish message
224 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 1 Waku Filter V2: Ping Waku Store, cursor Ping on unsubscribed peer Reusing cursor across nodes
225 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 filterPeers function Waku Relay, Subscribe should return only bootstrap peers up to maxBootstrapPeers Subscribe and publish message
226 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 0 Waku Store, error handling Waku Relay, Subscribe Query with Ordered Callback, Wrong PubsubTopic Publish without waiting for remote peer
227 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 Waku Filter V2: Subscribe Waku Light Push Subscribe to topic containing special chars and receive message Push message with short payload
228 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:52 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:52 GMT 2023 0 Waku Light Push Waku Relay Push message with meta Decrypt messages
229 passed Fri Nov 17 08:39:20 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:39:20 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 1 0 Waku Filter V2: Multiple PubsubTopics filterPeers function Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics should return only bootstrap peers up to maxBootstrapPeers
230 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 1 0 Waku Light Push Peer Exchange Compliance Test interface-peer-discovery compliance tests Push message with custom timestamp: 1669451959924 should not receive a peer event after stop
231 passed Fri Nov 17 08:39:34 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:39:34 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 Waku Relay Waku Relay, Subscribe Decrypt messages Subscribe to topic containing emoji and publish message
232 passed Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 0 Peer Exchange Ecies Encryption Locally Run Nodes nwaku interop Check meta is set [ecies]
233 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 1 ensureValidContentTopic Waku Relay, Subscribe does not throw on valid cases Subscribe and publish 10000 messages on the same topic
234 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 Waku Light Push DNS Node Discovery Push message with long payload it tolerates circular branch references
235 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 2 1 ENR waku2 codec Waku Store, cursor Encoding should be able to encode the field with only RELAY set to true Passing a valid cursor at 19 index when there are 50 messages
236 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Waku Filter V2: FilterPush ENR Verify Check received message containing emoji should throw error - no id
237 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 0 Waku Payload Ensures content topic is defined Symmetric encrypt & Decrypt Decoder throws on undefined content topic
238 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 1 Waku Relay, Publish Waku Store, page size Check publish message containing Basic HTML tag Passing page size 3 when there are 20 messages
239 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 0 1 Waku Light Push Ensures content topic is defined Push message with special chars payload Encoder throws on empty string content topic
240 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 0 Symmetric Encryption Waku Filter V2: FilterPush Round trip binary encryption [symmetric, no signature] Check received message containing XML
241 passed Fri Nov 17 08:39:27 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 Fri Nov 17 08:39:27 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 0 1 multiaddr: dialing ConnectionManager does not attempt the same peer discovered multiple times more than once Dials attemptDial method through manual discovery should be called at least once on all `peer:discovery` events
242 passed Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 0 Waku Store, cursor Waku Relay, Subscribe Passing a valid cursor at 19 index when there are 50 messages Register correct protocols
243 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 0 1 Waku Light Push Waku Filter V2: Unsubscribe Push message with content topic containing unicode special characters Unsubscribe 2 topics - node subscribed to 2 topics
244 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 0 1 Waku Light Push ensureValidContentTopic Push message with XML payload does not throw on valid cases
245 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 1 Waku Filter V2: Subscribe ENR Static tests Subscribe to 30 topics at once and receives messages should encode/decode to RLP encoding
246 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 0 ConnectionManager Waku Store, cursor Events peer:connect should emit `peer:connected:peer-exchange` event when a peer is connected Passing a valid cursor at 19 index when there are 20 messages
247 passed Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 0 Waku Store, page size Ecies Encryption Default pageSize R trip binary encryption [ecies, signature]
248 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 Ensures content topic is defined Fetch nodes until capabilities are fulfilled Encoder throws on empty string content topic 1 Store, 2 fetches
249 passed Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 1 0 Waku Store, cursor DNS Discovery: Compliance Test interface-peer-discovery compliance tests Passing cursor with wrong message digest can start the service
250 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 0 ENR Waku Filter V2: Multiple PubsubTopics Location multiaddr should properly create location multiaddrs - tcp Subscribe and receive messages on custom pubsubtopic
251 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Waku Light Push Push message with Chinese payload Fails to push message with empty content topic
252 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:50 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:50 GMT 2023 0 Fetch nodes until capabilities are fulfilled Waku Light Push : Multiple PubsubTopics 1 Relay, 1 Filter, gives up Push message on custom pubsubTopic
253 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 1 Waku Store, error handling Waku Relay, Publish Query with Promise Callback, No message returned Fails to publish message with wrong pubsubtopic
254 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 0 Waku Relay, Publish Waku Filter V2: FilterPush Publish message with custom timestamp: Fri Nov 17 2023 09:39:51 GMT+0000 (Coordinated Universal Time) Check received message containing long
255 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 0 Waku Filter V2: FilterPush Waku Store, general Check received message with timestamp: 1700210346740000000 Generator, with asymmetric & symmetric encrypted messages
256 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 0 1 Waku Relay, Subscribe Decryption Keys Subscribe to topic containing numeric and publish message Used by Waku Relay
257 passed Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:55:57 GMT 2023 0 Waku Store, general Peer Exchange Compliance Test interface-peer-discovery compliance tests Ordered callback, aborts when callback returns true should not fail to start the service if it is already started
258 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 0 ENRTree DNS Node Discovery w/ capabilities ENRTree (root): should error if DNS root entry signature is invalid should only return 1 node with store capability
259 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:52:59 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:52:59 GMT 2023 0 DNS Node Discovery RFC Test Vectors it tolerates circular branch references Waku message hash computation (meta attribute not present)
260 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 2 0 ENR waku2 codec Wait for remote peer Encoding should be able to encode the field with ALL protocols set to false Relay - dialed first
261 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 0 1 Waku Filter V2: FilterPush Waku Store, order Check received message containing shell command Ordered Callback - backward
262 passed skipped Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 Ensures content topic is defined DNS Node Discovery [live data] Decoder throws on empty string content topic should use DNS peer discovery with light client
263 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 0 Waku Relay, Subscribe Waku Store, general Publish without waiting for remote peer Query generator for 2000 messages
264 passed Fri Nov 17 08:41:31 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 Fri Nov 17 08:41:31 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 0 1 Static Sharding: Peer Management ConnectionManager Peer Exchange Events peer:connect all px service nodes subscribed to the shard topic should be dialed should emit `peer:connected:peer-exchange` event when a peer is connected
265 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 1 0 Waku Relay, Publish Waku Store, time filter Check publish message containing SQL Injection Timestamp too far from node time: 40000 ms from now
266 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 0 ENR Util: toAsyncIterator: Filter Location multiaddr should properly create location multiaddrs - tcp4 creates an iterator
267 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 0 ENR Waku Store, order Location multiaddr should properly create location multiaddrs - udp Query Generator - forward
268 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 1 ConnectionManager Waku Relay, Publish Dials dialPeer method > For peer-exchange peers should be called for peers with PEER_EXCHANGE tags Check publish message containing Russian
269 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 0 Ensures content topic is defined Waku Filter V2: Subscribe Encoder throws on empty string content topic Overlapping topic subscription
270 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 1 Waku Light Push ENRTree Push message with escaped characters payload ENRTree (tree): should error if DNS tree entry is misformatted
271 skipped passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 DNS Node Discovery [live data] Waku Relay, Publish should retrieve 3 multiaddrs for test.waku.nodes.status.im Check publish message containing long
272 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Ensures content topic is defined ENR Txt codec Decoder throws on undefined content topic should decode valid enr successfully
273 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 ensureValidContentTopic Waku Relay, Publish throws on empty content topic Check publish message containing JSON
274 passed Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 Waku Store, time filter DNS Node Discovery Timestamp too far from node time: -20000 ms from now ignores unrecognized TXT record formats
275 passed Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Store, time filter Waku Filter V2: Subscribe msgTime: -19000 ms from now, startTime: -20000, endTime: -19000 Subscribe to topic containing Script and receive message
276 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 1 0 Relay Shard codec Waku Filter V2: Multiple PubsubTopics should throw an error for insufficient data Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics
277 passed Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Store, time filter Waku Light Push msgTime: -19000 ms from now, startTime: -18999, endTime: -18996 Push 30 different messages
278 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Filter V2: Subscribe Subscribe to topic containing short and receive message Subscribe and receive ecies encrypted messages via lightPush
279 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 1 Ensures content topic is defined Waku Light Push Encoder throws on undefined content topic Push message with special chars payload
280 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 1 Waku Filter V2: FilterPush ensureValidContentTopic Check received message with timestamp: undefined throws on content topic with generation field greater than 0
281 skipped passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 0 Waku Filter V2: FilterPush Waku Relay, Subscribe Check message received after jswaku node is restarted Subscribe and publish messages on 2 different content topics
282 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 filterPeers function Waku Light Push should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0 Push message with content topic containing Chinese
283 passed Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 Ecies Encryption Waku Message Ephemeral field Check meta is set [ecies] Ephemeral field is preserved - symmetric encryption
284 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:50 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:50 GMT 2023 0 1 Waku Light Push Waku Store, sorting Push message with Arabic payload Query Generator sorting by timestamp while page direction is forward
285 passed Fri Nov 17 08:39:51 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:39:51 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Waku Relay, multiple pubsub topics Waku Light Push 3 nodes on /some/pubsub/topic topic Push message with meta
286 passed Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:54:09 GMT 2023 Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:54:09 GMT 2023 0 Waku Store, order Waku Relay, multiple pubsub topics Query Generator - backward 3 nodes on /waku/2/default-waku/proto topic
287 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 Waku Relay, Subscribe Waku Filter V2: FilterPush Subscribe to topic containing unicode special characters and publish message Check received message containing Basic HTML tag
288 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 0 Waku Relay, Publish Ensures content topic is defined Check publish message containing unicode special characters Decoder throws on empty string content topic
289 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 1 Waku Light Push Waku Filter V2: Subscribe Push message with custom timestamp: 1700213959924 Add multiple subscription objects on single nwaku node
290 skipped passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 0 1 Waku Relay, Publish Waku Filter V2: Multiple PubsubTopics Check publish message after service node is restarted Should fail to subscribe with decoder with wrong pubsubTopic
291 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 2 0 Waku Relay, Publish Waku Filter V2: FilterPush Check publish message containing special chars Check received message containing Arabic
292 passed skipped Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 0 Waku Light Push Waku Relay, Subscribe Push message with Script payload Overlapping topic subscription
293 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 4 ENR Waku Relay, Subscribe waku2 key round trip should set field with all protocols disabled Subscribe to topic containing long and publish message
294 passed Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 1 Waku Store, time filter Waku Store, cursor msgTime: 19000 ms from now, startTime: 18990, endTime: 19010 Passing a valid cursor at 110 index when there are 120 messages
295 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 0 DNS Node Discovery w/ capabilities Util: toAsyncIterator: Filter should only return 1 node with store capability unsubscribes
296 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 1 Waku Filter V2: FilterPush Ensures content topic is defined Check received message containing short Decoder throws on empty string content topic
297 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 Waku Filter V2: FilterPush Multiaddr from fields Check received message containing unicode special characters tcp ip4 address
298 passed Fri Nov 17 08:40:59 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:59 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Waku Store, custom pubsub topic ENR Location multiaddr Generator, custom pubsub topic should properly create location multiaddrs - udp6
299 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 Waku Light Push Waku Filter V2: Subscribe Push message with unicode special characters payload Subscribe to topic containing JSON and receive message
300 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Waku Light Push Push message with short payload Push message with JSON payload
301 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 ensureValidContentTopic Waku Filter V2: FilterPush throws on content topic with empty application field Check received message containing short
302 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 ConnectionManager Waku Light Push Dials dialPeer method > For peer-exchange peers should be called for every peer with PEER_EXCHANGE tags Push message with content topic containing long
303 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 0 1 Waku Light Push This Is also Push message with JSON payload A test
304 passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 DNS Discovery: Compliance Test ENR waku2 codec interface-peer-discovery compliance tests Decoding should not fail to start the service if it is already started should be able to decode the field with only LIGHTPUSH set to true
305 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 1 0 Waku Payload Ensures content topic is defined Sign & Recover Decoder throws on empty string content topic
306 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 0 Waku Store, error handling Waku Filter V2: FilterPush Query with Promise Callback, Wrong PubsubTopic Check received message containing numeric
307 passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 0 This Waku Store, order Is A test Promise Callback - backward
308 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 1 Waku Relay, Subscribe DNS Discovery: Compliance Test interface-peer-discovery compliance tests Subscribe to topic containing emoji and publish message should not fail to stop the service if it was not started
309 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 1 0 Waku Store, error handling ENR Static tests Query Generator, No Decoder should properly compute the node id
310 passed Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 1 0 Waku Store, general DNS Discovery: Compliance Test interface-peer-discovery compliance tests Callback on promise should emit a peer event after start
311 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 1 ensureValidContentTopic Waku Filter V2: Subscribe throws on content topic with generation field greater than 0 Subscribe to topic containing long and receive message
312 skipped passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 0 DNS Node Discovery [live data] Waku Filter V2: Unsubscribe should retrieve 3 multiaddrs for prod.waku.nodes.status.im Unsubscribes all - node subscribed to 1 topic
313 passed skipped Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 Waku Filter V2: Subscribe DNS Node Discovery [live data] Subscribe and receive messages via lightPush should retrieve 3 multiaddrs for test.waku.nodes.status.im
314 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 1 ENR Location multiaddr should properly create location multiaddrs - udp6 should properly create location multiaddrs - tcp4
315 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:53:50 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:53:50 GMT 2023 0 Waku Relay, Subscribe Waku Light Push : Multiple PubsubTopics Subscribe to topic containing Script and publish message Light push messages to 2 nwaku nodes each with different pubsubtopics
316 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 Waku Store, error handling DNS Node Discovery Query with Ordered Callback, Multiple PubsubTopics ignores domain fetching errors
317 passed Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:55:36 GMT 2023 1 0 Waku Store, page size Waku Store, order Passing page size 19 when there are 20 messages Query Generator - backward
318 passed Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:55:50 GMT 2023 Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:55:50 GMT 2023 0 Waku Store, general Waku Store, sorting Callback on promise, aborts when callback returns true Ordered Callback sorting by timestamp while page direction is forward
319 passed Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:53:44 GMT 2023 Fri Nov 17 08:41:49 GMT 2023 Fri Nov 17 08:53:44 GMT 2023 1 0 Wait for remote peer multiaddr: dialing Store - dialed after - with timeout can dial TLS multiaddrs
320 passed Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 1 8 selectPeerForProtocol ENR waku2 codec Decoding should return the peer with the lowest ping should be able to decode the field with only STORE set to true
321 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 1 Waku Filter V2: Subscribe ENR waku2 codec Decoding Refresh subscription should be able to decode the field with ALL protocols set to false
322 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 0 Waku Light Push ensureValidContentTopic Push message with content topic containing escaped characters throws on content topic with non-number generation field
323 passed skipped Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:41:25 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 3 0 Waku Store, general Waku Filter V2: FilterPush Generator, with asymmetric & symmetric encrypted messages Check message received after jswaku node is restarted
324 passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 DNS Discovery: Compliance Test ENR waku2 codec interface-peer-discovery compliance tests Encoding can start and stop the service should be able to encode the field with STORE and LIGHTPUSH protocols set to true
325 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Light Push Push message with content topic containing XML Push message with XML payload
326 passed Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:55:46 GMT 2023 Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:55:46 GMT 2023 0 selectPeerForProtocol Static Sharding: Peer Management Peer Exchange should return the peer with the provided peerId all px service nodes subscribed to the shard topic should be dialed
327 passed Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 1 0 Ensures content topic is defined Waku Store, general Encoder throws on undefined content topic Query generator for multiple messages with different content topic format
328 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Filter V2: FilterPush Waku Light Push Check received message with timestamp: 1649153314 Push message with content topic containing Arabic
329 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 1 0 Waku Light Push ensureValidContentTopic Push message with Russian payload throws on content topic with empty topic name field
330 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 2 ENRTree Waku Relay, Publish ENRTree (root): should parse and verify and DNS root entry Check publish message containing Arabic
331 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 0 Waku Relay, Subscribe ensureValidContentTopic Subscribe to topic containing XML and publish message throws on content topic with empty encoding field
332 passed Fri Nov 17 08:41:24 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:41:24 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Waku Store, sorting ENR Location multiaddr Query Generator sorting by timestamp while page direction is forward should properly create peer info with all multiaddrs
333 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 Waku Relay, Subscribe Waku Relay, Publish Mutual subscription Check publish message containing short
334 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 ensureValidContentTopic Fetch nodes until capabilities are fulfilled throws on content topic with empty encoding field 1 Store, 2 relays, 2 fetches
335 passed Fri Nov 17 08:39:19 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:39:19 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Message Ephemeral field Waku Light Push Ephemeral field is preserved - asymmetric encryption Push message with escaped characters payload
336 passed Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:41:40 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 1 0 Peer Exchange ENR Compliance Test Txt codec interface-peer-discovery compliance tests can start and stop the service should throw error - no id
337 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 1 ENR waku2 codec ENRTree Decoding should be able to decode the field with RELAY and FILTER protocols set to true ENRTree (root): should error if DNS root entry signature is invalid
338 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 1 0 ENR waku2 codec ENR Encoding Location multiaddr should be able to encode the field with STORE and LIGHTPUSH protocols set to true should properly create location multiaddrs - udp4
339 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 0 ENR Ensures content topic is defined Static tests should encode/decode to text encoding Encoder throws on undefined content topic
340 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Waku Light Push ENR Txt codec Push message with rate limit should throw error - no public key
341 passed Fri Nov 17 08:39:20 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:39:20 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 Waku Filter V2: Multiple PubsubTopics Waku Relay, Publish Should fail to subscribe with decoder with wrong pubsubTopic Fails to publish message with empty text
342 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 1 0 Waku Filter V2: FilterPush Waku Store, time filter Check received message containing Chinese msgTime: -19000 ms from now, startTime: -18990, endTime: -19010
343 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 Waku Light Push Waku Filter V2: FilterPush Push message with SQL Injection payload Check message with invalid timestamp is not received
344 passed Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:26 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 contentTopicToShardIndex Waku Light Push converts content topics to expected shard index Fails to push message with large meta
345 passed Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 Fri Nov 17 08:41:41 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 0 1 Waku Dial [node only] Waku Store, general Interop: NimGoNode Does not throw an exception when node disconnects Callback on promise
346 passed Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 Waku Filter V2: Unsubscribe Waku Relay, Subscribe Unsubscribe 1 topic - node subscribed to 2 topics Subscribe to topic containing escaped characters and publish message
347 passed Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 1 Waku Filter V2: Unsubscribe ENR Location multiaddr Unsubscribe 2 topics - node subscribed to 2 topics should properly create location multiaddrs - udp
348 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 Waku Relay, Subscribe ENR waku2 codec Encoding Subscribe to topic containing SQL Injection and publish message should be able to encode the field with ALL protocols set to true
349 passed Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 Waku Store, time filter DNS Node Discovery w/ capabilities msgTime: -19000 ms from now, startTime: -19002, endTime: -19001 should only return 1 node with relay and store capability
350 passed Fri Nov 17 08:39:32 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:39:32 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 0 Waku Light Push : Multiple PubsubTopics ENRTree Push message on custom pubsubTopic ENRTree (branch): should parse and verify a single component DNS branch entry
351 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 1 0 Waku Filter V2: Subscribe Waku Dial [node only] Bootstrap Subscribe to topic containing long and receive message Using a function
352 passed Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 Waku Store, cursor Waku Relay, Publish Passing a valid cursor at 19 index when there are 20 messages Check publish message containing Basic HTML tag
353 skipped passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 DNS Node Discovery [live data] DNS Node Discovery w/ capabilities passes more than one ENR URLs and attempts connection retrieves all peers (3) when branch entries are composed of multiple strings
354 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 1 Waku Filter V2: FilterPush Waku Light Push Check message with invalid timestamp is not received Push message with content topic containing escaped characters
355 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 0 Waku Store, error handling ENRTree Query Generator, Wrong PubsubTopic ENRTree (root): should parse and verify and DNS root entry
356 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:56:03 GMT 2023 1 0 ENRTree Waku Store, page size ENRTree (tree): should parse a DNS tree entry Default pageSize
357 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 1 Waku Relay, Subscribe ENR waku2 codec Decoding Subscribe at once to 10000 topics and publish messages should be able to decode the field with STORE and LIGHTPUSH protocols set to true
358 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:03 GMT 2023 0 Multiaddr from fields Waku Filter V2: Unsubscribe tcp ip4 address Unsubscribe 1 topic - node subscribed to 2 topics
359 passed Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:44 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:44 GMT 2023 0 Waku Message version 0 multiaddr: dialing does not attempt the same peer discovered multiple times more than once Ephemeral field set to true through manual discovery
360 passed Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:41:43 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 0 Waku Store, time filter Waku Filter V2: Subscribe Timestamp too far from node time: 40000 ms from now Subscribe to topic containing Chinese and receive message
361 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 7 0 ENR waku2 codec Waku Relay, Publish Decoding should be able to decode the field with STORE and LIGHTPUSH protocols set to true Check publish message containing special chars
362 passed Fri Nov 17 08:39:32 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:39:32 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 0 Waku Light Push : Multiple PubsubTopics Waku Store, error handling Subscribe and receive messages on 2 different pubsubtopics Query Generator, No Decoder
363 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:05 GMT 2023 0 Waku Relay, Subscribe Waku Store, cursor Subscribe to topic containing short and publish message Passing a valid cursor at 0 index when there are 20 messages
364 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 1 Waku Relay, Publish Waku Filter V2: FilterPush Check publish message containing shell command Check received message with timestamp: 1700211204231
365 passed Fri Nov 17 08:39:53 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 Fri Nov 17 08:39:53 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 0 Waku Relay, Interop User Agent nwaku subscribes Sets default value correctly
366 passed Fri Nov 17 08:39:53 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:39:53 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Relay, Interop Waku Filter V2: Subscribe Publishes to nwaku Subscribe to topic containing Russian and receive message
367 passed skipped Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:37 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 0 Ensures content topic is defined DNS Node Discovery [live data] Encoder throws on undefined content topic should retrieve 3 multiaddrs for prod.waku.nodes.status.im
368 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 1 Waku Relay, Publish Waku Filter V2: FilterPush Publish message with large meta Check message with no content topic is not received
369 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 1 Waku Relay, Publish DNS Node Discovery Publish message with custom timestamp: Fri Nov 17 2023 07:39:51 GMT+0000 (Coordinated Universal Time) retrieves a single peer
370 skipped passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 0 Waku Relay, Publish selectPeerForProtocol Check publish message after client node is restarted should throw an error when no peer matches the given protocols
371 passed Fri Nov 17 08:41:24 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:41:24 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 1 0 Waku Store, sorting Ensures content topic is defined Query Generator sorting by timestamp while page direction is backward Decoder throws on undefined content topic
372 passed Fri Nov 17 08:41:24 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:41:24 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 0 1 Waku Store, sorting Waku Relay, Subscribe Ordered Callback sorting by timestamp while page direction is backward Subscribe to topic containing Chinese and publish message
373 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Payload Waku Filter V2: Subscribe pre and post cipher Subscribe to topic containing SQL Injection and receive message
374 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 1 Waku Filter V2: FilterPush Waku Filter V2: Ping Check received message with timestamp: 1949153314000 Ping on unsubscribed peer
375 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:53:11 GMT 2023 0 Waku Light Push Ecies Encryption Push message with content topic containing Chinese Round trip binary encryption [ecies, no signature]
376 passed Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:53:34 GMT 2023 Fri Nov 17 08:38:55 GMT 2023 Fri Nov 17 08:53:34 GMT 2023 0 Ecies Encryption ENR Interop: NimGoNode Round trip binary encryption [ecies, no signature] Relay + Store
377 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 ENR Waku Light Push Location multiaddr should properly create location multiaddrs - tcp6 Push message with custom timestamp: 1700207615884
378 passed Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:54:34 GMT 2023 1 0 Waku Store, page size Waku Relay, Subscribe Passing page size 3 when there are 20 messages Subscribe to topic containing unicode special characters and publish message
379 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 Symmetric Encryption ENR waku2 codec Decoding Round trip binary encryption [symmetric, signature] should be able to decode the field with ALL protocols set to true
380 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 0 Waku Relay, Publish Waku Filter V2: Subscribe Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time) Subscribe and receive messages from multiple nwaku nodes
381 passed Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Store, order Waku Filter V2: Subscribe Promise Callback - forward Subscribe and receive messages via lightPush
382 passed Fri Nov 17 08:40:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 1 Static Sharding: Running Nodes Waku Light Push configure the node with multiple pubsub topics Push message with custom timestamp: 1700214815884
383 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 Ensures content topic is defined ENR Txt codec Decoder throws on empty string content topic should decode valid ENR with multiaddrs successfully [shared test vector]
384 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 1 0 Waku Relay, Subscribe Waku Store, general Subscribe to topic containing Basic HTML tag and publish message Ordered callback, aborts when callback returns true
385 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 Discovery Waku Filter V2: FilterPush returns all values when wanted number matches available values Check received message containing Chinese
386 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:11 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:54:11 GMT 2023 0 Waku Light Push Waku Relay, Interop Push 30 different messages Nwaku publishes
387 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 1 0 ENR Waku Payload Verify should throw error - no public key Asymmetric encrypt & decrypt
388 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 ENR Waku Relay, Publish Txt codec should throw error - no id Publish message with rate limit
389 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 ENR Waku Light Push Txt codec should decode valid enr with tcp successfully Push message with emoji payload
390 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 1 0 Waku Filter V2: FilterPush Waku Filter V2: Subscribe Check received message containing Basic HTML tag Subscribe to topic containing shell command and receive message
391 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Relay Shard codec Waku Light Push should correctly encode and decode relay shards using rs format (Index List) Push message with content topic containing XML
392 passed Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:56:12 GMT 2023 0 Waku Store, order selectPeerForProtocol Ordered Callback - backward should return the peer with the lowest ping
393 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:57 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:52:57 GMT 2023 1 ENR Message Validator waku2 key round trip should set field with only LIGHTPUSH enabled Accepts a valid Waku Message
394 passed Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 Fri Nov 17 08:39:45 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 1 Waku Filter V2: Unsubscribe Waku Filter V2: Multiple PubsubTopics Unsubscribe topics the node is not subscribed to Subscribe and receive messages on 2 different pubsubtopics
395 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 0 1 Waku Light Push Waku Store, error handling Push message with emoji payload Query Generator, No message returned
396 passed Fri Nov 17 08:38:40 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 Fri Nov 17 08:38:40 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 1 0 Message Validator Wait for remote peer Accepts a valid Waku Message Filter
397 passed Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:53:34 GMT 2023 Fri Nov 17 08:39:23 GMT 2023 Fri Nov 17 08:53:34 GMT 2023 1 0 This ENR Interop: NimGoNode Is also A test Relay
398 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Waku Relay, Publish Waku Light Push Check publish message containing Arabic Throws when trying to push message with empty payload
399 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 1 Waku Filter V2: FilterPush Check received message containing SQL Injection Check message with extra parameter is not received
400 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 1 0 Waku Filter V2: FilterPush Waku Relay, Publish Check message with no content topic is not received Fails to publish message with wrong content topic
401 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 1 Waku Relay, Subscribe ENR waku2 codec Encoding Subscribe to topic containing Chinese and publish message should be able to encode the field with only STORE set to true
402 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 1 0 Waku Light Push Push message with content topic containing shell command Push message with content topic containing short
403 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:11 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:54:11 GMT 2023 0 Waku Filter V2: FilterPush Waku Relay, Interop Two nodes connected to nwaku Check received message containing long Js publishes, other Js receives
404 passed Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:39:15 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 Waku Filter V2: Ping ENR waku2 codec Encoding Reopen subscription with peer with lost subscription should be able to encode the field with only FILTER set to true
405 passed skipped Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:40:45 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 0 Waku Store, cursor Waku Filter V2: FilterPush Passing a valid cursor at 2 index when there are 4 messages Check message received after nwaku node is restarted
406 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:40 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:54:40 GMT 2023 0 ENR Static Sharding: Running Nodes waku2 key round trip should set field with all protocols enabled using a protocol with unconfigured pubsub topic should fail
407 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 Fetch nodes until capabilities are fulfilled Multiaddr from fields 1 Relay, 1 fetch udp ip6 address
408 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 0 1 ENRTree Waku Store, error handling ENRTree (branch): should error if DNS branch entry is mis-prefixed Query with Ordered Callback, Multiple PubsubTopics
409 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:55:08 GMT 2023 0 Waku Filter V2: FilterPush Waku Filter V2: Subscribe Check received message containing special chars Subscribe to topic containing special chars and receive message
410 passed Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:53:35 GMT 2023 0 1 Util: toAsyncIterator: Filter Waku Filter V2: Ping creates an iterator Ping on subscribed peer
411 passed Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:47 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 0 Fetch nodes until capabilities are fulfilled ENRTree 1 Store, 2 relays, 2 fetches ENRTree (tree): should parse a DNS tree entry
412 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 Waku Light Push Waku Filter V2: FilterPush Push message equal or less that 1MB Check message with non string payload is not received
413 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:52:43 GMT 2023 0 1 Waku Filter V2: Subscribe ensureValidContentTopic Subscribe and receive ecies encrypted messages via lightPush throws on content topic with too few or too many fields
414 passed Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:40:40 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 0 Waku Filter V2: FilterPush Waku Payload Check message with extra parameter is not received pre and post cipher
415 passed Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:38:53 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 Symmetric Encryption ENRTree Check meta is set [symmetric] ENRTree (root): should error if DNS root entry is mis-prefixed
416 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 Waku Relay, Publish Fails to publish message with wrong content topic Check publish message containing numeric
417 passed Fri Nov 17 08:39:51 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:39:51 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 0 1 Waku Relay, multiple pubsub topics DNS Node Discovery Nodes with multiple pubsub topic caches peers it previously fetched
418 passed Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:38:33 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 1 ENR multiaddrs codec Waku Light Push Sample Push message with content topic containing Script
419 passed Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:41:21 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 0 1 Waku Store, page size ENR waku2 codec Decoding Passing page size 1 when there are 4 messages should be able to decode the field with RELAY and FILTER protocols set to true
420 passed Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:41:20 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 0 Waku Light Push Waku Store, error handling Push message with content topic containing Script Query Generator, Wrong PubsubTopic
421 passed Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:40:09 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 0 Waku Relay, Publish DNS Node Discovery w/ capabilities Fails to publish duplicate message should only return 1 node with relay capability
422 passed Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 Fri Nov 17 08:40:13 GMT 2023 Fri Nov 17 08:53:32 GMT 2023 1 6 Waku Relay, Subscribe ConnectionManager Dials dialPeer method > For peer-exchange peers Subscribe to topic containing Russian and publish message should be called for peers with PEER_EXCHANGE tags
423 passed Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 Fri Nov 17 08:41:47 GMT 2023 Fri Nov 17 08:55:52 GMT 2023 1 Util: toAsyncIterator: Filter Waku Store, general handles multiple messages Query generator for multiple messages with multiple decoders
424 passed Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 Fri Nov 17 08:38:32 GMT 2023 Fri Nov 17 08:53:40 GMT 2023 0 Relay Shard codec This Is should correctly encode and decode relay shards using rsv format (Bit Vector) A test
425 passed Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:53:03 GMT 2023 Fri Nov 17 08:38:48 GMT 2023 Fri Nov 17 08:53:03 GMT 2023 0 2 DNS Node Discovery Discovery caches peers it previously fetched returns all values when wanted number matches available values
426 passed Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 Fri Nov 17 08:40:58 GMT 2023 Fri Nov 17 08:52:49 GMT 2023 1 Waku Store, error handling Relay Shard codec Query with Ordered Callback, No Decoder should handle a minimal index list
427 passed Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:54:09 GMT 2023 Fri Nov 17 08:40:22 GMT 2023 Fri Nov 17 08:54:09 GMT 2023 0 Waku Filter V2: Subscribe Waku Relay, multiple pubsub topics Subscribe and receives messages on 20 topics 3 nodes on /some/pubsub/topic topic
428 passed Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 Fri Nov 17 08:41:15 GMT 2023 Fri Nov 17 08:53:10 GMT 2023 0 Waku Store, order Symmetric Encryption Query Generator - forward Check meta is set [symmetric]
429 passed Fri Nov 17 08:56:07 GMT 2023 Fri Nov 17 08:56:07 GMT 2023 0 Waku Store, time filter msgTime: 19000 ms from now, startTime: 18990, endTime: 19010
430 passed Fri Nov 17 08:55:37 GMT 2023 Fri Nov 17 08:55:37 GMT 2023 0 Waku Light Push Push message with long payload
431 skipped Fri Nov 17 08:54:25 GMT 2023 Fri Nov 17 08:54:25 GMT 2023 0 Waku Relay, Publish Check publish message after client node is restarted
432 passed Fri Nov 17 08:56:06 GMT 2023 Fri Nov 17 08:56:06 GMT 2023 1 Waku Dial [node only] Bootstrap Passing an array
433 passed Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 ENR Multiaddr getters and setters should get / set UDP multiaddr
434 passed Fri Nov 17 08:55:40 GMT 2023 Fri Nov 17 08:55:40 GMT 2023 0 Waku Store, error handling Query with Ordered Callback, No message returned
435 passed Fri Nov 17 08:52:54 GMT 2023 Fri Nov 17 08:52:54 GMT 2023 0 Waku Message version 0 Round trip binary serialization
436 passed Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 1 Waku Filter V2: FilterPush Check received message containing Russian
437 passed Fri Nov 17 08:53:04 GMT 2023 Fri Nov 17 08:53:04 GMT 2023 1 ENRTree ENRTree (branch): should error if DNS branch entry is mis-prefixed
438 passed Fri Nov 17 08:56:13 GMT 2023 Fri Nov 17 08:56:13 GMT 2023 0 Wait for remote peer Store - dialed after - with timeout
439 passed Fri Nov 17 08:52:50 GMT 2023 Fri Nov 17 08:52:50 GMT 2023 0 ENR waku2 key round trip should set field with only STORE enabled
440 passed Fri Nov 17 08:55:07 GMT 2023 Fri Nov 17 08:55:07 GMT 2023 0 Waku Filter V2: FilterPush Check received message containing SQL Injection

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"uid":"1499ae81d1cb6fca","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":1700211170030,"stop":1700211170030,"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":31,"unknown":0,"total":31},"items":[{"uid":"99efb2c0b26cfd99","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/99efb2c0b26cfd99","status":"passed","time":{"start":1700210313517,"stop":1700210313517,"duration":0}},{"uid":"f5c7823fb14d88fe","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/f5c7823fb14d88fe","status":"passed","time":{"start":1700198302800,"stop":1700198302801,"duration":1}},{"uid":"a328d28571c68027","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/a328d28571c68027","status":"passed","time":{"start":1700197889275,"stop":1700197889275,"duration":0}},{"uid":"911c9672f68738dc","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/911c9672f68738dc","status":"passed","time":{"start":1700197295786,"stop":1700197295787,"duration":1}},{"uid":"5d13f3027021eb29","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/5d13f3027021eb29","status":"passed","time":{"start":1700173487205,"stop":1700173487206,"duration":1}},{"uid":"139bf7fcc8104a12","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/139bf7fcc8104a12","status":"passed","time":{"start":1700173348901,"stop":1700173348901,"duration":0}},{"uid":"cf23694617bcd7ba","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/cf23694617bcd7ba","status":"passed","time":{"start":1700173259274,"stop":1700173259274,"duration":0}},{"uid":"6b84769f1eeec6a7","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/6b84769f1eeec6a7","status":"passed","time":{"start":1700173217963,"stop":1700173217963,"duration":0}},{"uid":"b4c032b9ef9894de","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/b4c032b9ef9894de","status":"passed","time":{"start":1700138688894,"stop":1700138688894,"duration":0}},{"uid":"fe7ac8faf460b240","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/fe7ac8faf460b240","status":"passed","time":{"start":1700137860123,"stop":1700137860124,"duration":1}},{"uid":"dac2de035c049a06","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/dac2de035c049a06","status":"passed","time":{"start":1700137276681,"stop":1700137276681,"duration":0}},{"uid":"67936844def7e821","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/67936844def7e821","status":"passed","time":{"start":1700137137048,"stop":1700137137048,"duration":0}},{"uid":"b643df011e759532","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/b643df011e759532","status":"passed","time":{"start":1700136877383,"stop":1700136877384,"duration":1}},{"uid":"a6aa1ee088a07d76","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/a6aa1ee088a07d76","status":"passed","time":{"start":1700131633515,"stop":1700131633516,"duration":1}},{"uid":"fd5b021b67ce9dd3","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/fd5b021b67ce9dd3","status":"passed","time":{"start":1700123757559,"stop":1700123757559,"duration":0}},{"uid":"6a07a4d9cc54e29e","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/6a07a4d9cc54e29e","status":"passed","time":{"start":1700123609881,"stop":1700123609881,"duration":0}},{"uid":"d109d5a4db527b51","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/d109d5a4db527b51","status":"passed","time":{"start":1700117562568,"stop":1700117562568,"duration":0}},{"uid":"f51bfd6f13e525f4","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/f51bfd6f13e525f4","status":"passed","time":{"start":1700117462221,"stop":1700117462221,"duration":0}},{"uid":"e6275cb206622efd","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/e6275cb206622efd","status":"passed","time":{"start":1700117247822,"stop":1700117247822,"duration":0}},{"uid":"21be5f28389eae53","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/21be5f28389eae53","status":"passed","time":{"start":1700117198332,"stop":1700117198333,"duration":1}}]},"tags":[]},"source":"1499ae81d1cb6fca.json","parameterValues":[]}

View File

@ -0,0 +1 @@
{"uid":"14a8d50caac0dce8","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":1700211163365,"stop":1700211163365,"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":23,"unknown":0,"total":23},"items":[{"uid":"3adcd8ece7f83150","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/3adcd8ece7f83150","status":"passed","time":{"start":1700210306771,"stop":1700210306771,"duration":0}},{"uid":"6968ee4967da03e0","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/6968ee4967da03e0","status":"passed","time":{"start":1700198296356,"stop":1700198296357,"duration":1}},{"uid":"d57d15217a5ba09d","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/d57d15217a5ba09d","status":"passed","time":{"start":1700197882744,"stop":1700197882744,"duration":0}},{"uid":"4b2819bdec97f549","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/4b2819bdec97f549","status":"passed","time":{"start":1700197289210,"stop":1700197289210,"duration":0}},{"uid":"3fbbb1ec381e07c1","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/3fbbb1ec381e07c1","status":"passed","time":{"start":1700173480422,"stop":1700173480422,"duration":0}},{"uid":"f22e82075b140c7a","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/f22e82075b140c7a","status":"passed","time":{"start":1700173342114,"stop":1700173342114,"duration":0}},{"uid":"993171111e3af707","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/993171111e3af707","status":"passed","time":{"start":1700173252624,"stop":1700173252624,"duration":0}},{"uid":"f1f00c9db97a30b4","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/f1f00c9db97a30b4","status":"passed","time":{"start":1700173211225,"stop":1700173211225,"duration":0}},{"uid":"2a60927979216e8d","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/2a60927979216e8d","status":"passed","time":{"start":1700138682297,"stop":1700138682297,"duration":0}},{"uid":"7558214ccc9c6988","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/7558214ccc9c6988","status":"passed","time":{"start":1700137853481,"stop":1700137853482,"duration":1}},{"uid":"b24fa7149b460090","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/b24fa7149b460090","status":"passed","time":{"start":1700137269772,"stop":1700137269773,"duration":1}},{"uid":"7c13e75297187757","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/7c13e75297187757","status":"passed","time":{"start":1700137130277,"stop":1700137130277,"duration":0}},{"uid":"ec22f0d481715125","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/ec22f0d481715125","status":"passed","time":{"start":1700136870702,"stop":1700136870702,"duration":0}},{"uid":"6eaaaef3ddadc3bb","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/6eaaaef3ddadc3bb","status":"passed","time":{"start":1700131626802,"stop":1700131626802,"duration":0}},{"uid":"322f4210bb9082d7","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/322f4210bb9082d7","status":"passed","time":{"start":1700123751034,"stop":1700123751035,"duration":1}},{"uid":"18b41a5480a4c881","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/18b41a5480a4c881","status":"passed","time":{"start":1700123603329,"stop":1700123603329,"duration":0}},{"uid":"abdb3d32cc9d537c","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/abdb3d32cc9d537c","status":"passed","time":{"start":1700117555696,"stop":1700117555696,"duration":0}},{"uid":"383968cd6fff8ed","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/383968cd6fff8ed","status":"passed","time":{"start":1700117455794,"stop":1700117455794,"duration":0}},{"uid":"df1c54f34e1d334","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/df1c54f34e1d334","status":"passed","time":{"start":1700117241228,"stop":1700117241228,"duration":0}},{"uid":"aea4bdf150a5a1f1","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/aea4bdf150a5a1f1","status":"passed","time":{"start":1700117191902,"stop":1700117191903,"duration":1}}]},"tags":[]},"source":"14a8d50caac0dce8.json","parameterValues":[]}

View File

@ -0,0 +1 @@
{"uid":"15784489474a3492","name":"1 Relay, 1 Filter, gives up","fullName":"/src/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 Filter, gives up","historyId":"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1700211184493,"stop":1700211184493,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"1eed0e53a5ad3d1b","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/1eed0e53a5ad3d1b","status":"passed","time":{"start":1700210327880,"stop":1700210327880,"duration":0}},{"uid":"23f98f7953b4aabe","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/23f98f7953b4aabe","status":"passed","time":{"start":1700198317243,"stop":1700198317243,"duration":0}},{"uid":"76d5cf62cacb8fa6","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/76d5cf62cacb8fa6","status":"passed","time":{"start":1700197903372,"stop":1700197903373,"duration":1}},{"uid":"317d87bd50846e03","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/317d87bd50846e03","status":"passed","time":{"start":1700197310103,"stop":1700197310104,"duration":1}},{"uid":"27dd8db81439784f","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/27dd8db81439784f","status":"passed","time":{"start":1700173501570,"stop":1700173501570,"duration":0}},{"uid":"42ba5f25ed1ad27d","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/42ba5f25ed1ad27d","status":"passed","time":{"start":1700173363615,"stop":1700173363615,"duration":0}},{"uid":"c90adb6d2687d4ea","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/c90adb6d2687d4ea","status":"passed","time":{"start":1700173273463,"stop":1700173273463,"duration":0}},{"uid":"ab39cc63c8279f24","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/ab39cc63c8279f24","status":"passed","time":{"start":1700173232518,"stop":1700173232518,"duration":0}},{"uid":"8070351cee0cee94","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/8070351cee0cee94","status":"passed","time":{"start":1700138703095,"stop":1700138703095,"duration":0}},{"uid":"9d849a489f7348d0","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/9d849a489f7348d0","status":"passed","time":{"start":1700137874509,"stop":1700137874509,"duration":0}},{"uid":"4c87685ef3e1edc6","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/4c87685ef3e1edc6","status":"passed","time":{"start":1700137291447,"stop":1700137291447,"duration":0}},{"uid":"4d76c39bb521ac2","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/4d76c39bb521ac2","status":"passed","time":{"start":1700137151356,"stop":1700137151356,"duration":0}},{"uid":"5e442b7bf47ea195","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/5e442b7bf47ea195","status":"passed","time":{"start":1700136891636,"stop":1700136891637,"duration":1}},{"uid":"f5d7983b87299fd1","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/f5d7983b87299fd1","status":"passed","time":{"start":1700131647636,"stop":1700131647636,"duration":0}},{"uid":"f6a636f455a57ff9","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/f6a636f455a57ff9","status":"passed","time":{"start":1700123771864,"stop":1700123771864,"duration":0}},{"uid":"33e25312246f2b91","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/33e25312246f2b91","status":"passed","time":{"start":1700123624109,"stop":1700123624109,"duration":0}},{"uid":"fcbbb3530da53813","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/fcbbb3530da53813","status":"passed","time":{"start":1700117577976,"stop":1700117577977,"duration":1}},{"uid":"7df714c26f66abe6","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/7df714c26f66abe6","status":"passed","time":{"start":1700117476428,"stop":1700117476428,"duration":0}},{"uid":"40a6d8b3eeed1454","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/40a6d8b3eeed1454","status":"passed","time":{"start":1700117262034,"stop":1700117262034,"duration":0}},{"uid":"75d5622df3594660","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/75d5622df3594660","status":"passed","time":{"start":1700117212288,"stop":1700117212289,"duration":1}}]},"tags":[]},"source":"15784489474a3492.json","parameterValues":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"uid":"1a28cd39cb42a123","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":1700211170029,"stop":1700211170029,"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":31,"unknown":0,"total":31},"items":[{"uid":"7e0847604e0c2d1c","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/7e0847604e0c2d1c","status":"passed","time":{"start":1700210313516,"stop":1700210313516,"duration":0}},{"uid":"a9a441410ce84b0b","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/a9a441410ce84b0b","status":"passed","time":{"start":1700198302799,"stop":1700198302800,"duration":1}},{"uid":"58568e01d95f3858","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/58568e01d95f3858","status":"passed","time":{"start":1700197889274,"stop":1700197889274,"duration":0}},{"uid":"b8a2edf7dfda89c5","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/b8a2edf7dfda89c5","status":"passed","time":{"start":1700197295785,"stop":1700197295785,"duration":0}},{"uid":"3fe8204dedbb81a7","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/3fe8204dedbb81a7","status":"passed","time":{"start":1700173487204,"stop":1700173487205,"duration":1}},{"uid":"584ca9ece26ab448","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/584ca9ece26ab448","status":"passed","time":{"start":1700173348900,"stop":1700173348900,"duration":0}},{"uid":"6e8d6466a13c7919","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/6e8d6466a13c7919","status":"passed","time":{"start":1700173259273,"stop":1700173259273,"duration":0}},{"uid":"6ae501aa16e967b2","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/6ae501aa16e967b2","status":"passed","time":{"start":1700173217962,"stop":1700173217962,"duration":0}},{"uid":"daa5ad79fbdc2bd7","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/daa5ad79fbdc2bd7","status":"passed","time":{"start":1700138688893,"stop":1700138688893,"duration":0}},{"uid":"9e712430ad2f63b9","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/9e712430ad2f63b9","status":"passed","time":{"start":1700137860122,"stop":1700137860123,"duration":1}},{"uid":"44b5105cedc14b49","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/44b5105cedc14b49","status":"passed","time":{"start":1700137276680,"stop":1700137276680,"duration":0}},{"uid":"d60424f09c77d75d","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/d60424f09c77d75d","status":"passed","time":{"start":1700137137047,"stop":1700137137047,"duration":0}},{"uid":"91645d74d90112d1","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/91645d74d90112d1","status":"passed","time":{"start":1700136877382,"stop":1700136877383,"duration":1}},{"uid":"754d0c3e71ea2a5d","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/754d0c3e71ea2a5d","status":"passed","time":{"start":1700131633514,"stop":1700131633514,"duration":0}},{"uid":"10101157c82d7f13","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/10101157c82d7f13","status":"passed","time":{"start":1700123757558,"stop":1700123757558,"duration":0}},{"uid":"6c467bd7e53fcdb4","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/6c467bd7e53fcdb4","status":"passed","time":{"start":1700123609880,"stop":1700123609880,"duration":0}},{"uid":"a855498b37373062","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/a855498b37373062","status":"passed","time":{"start":1700117562567,"stop":1700117562567,"duration":0}},{"uid":"d27349231eadde3a","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/d27349231eadde3a","status":"passed","time":{"start":1700117462220,"stop":1700117462220,"duration":0}},{"uid":"b14d0661555f3e3c","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/b14d0661555f3e3c","status":"passed","time":{"start":1700117247821,"stop":1700117247821,"duration":0}},{"uid":"75e2e0cbac6614a8","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/75e2e0cbac6614a8","status":"passed","time":{"start":1700117198331,"stop":1700117198332,"duration":1}}]},"tags":[]},"source":"1a28cd39cb42a123.json","parameterValues":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"uid":"21b1f0b88bd590f4","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":1700211179413,"stop":1700211179413,"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":31,"unknown":0,"total":31},"items":[{"uid":"247a288235eefe90","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/247a288235eefe90","status":"passed","time":{"start":1700210322854,"stop":1700210322854,"duration":0}},{"uid":"64b3cf4cecd06654","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/64b3cf4cecd06654","status":"passed","time":{"start":1700198312134,"stop":1700198312134,"duration":0}},{"uid":"7428dd28f87733e6","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/7428dd28f87733e6","status":"passed","time":{"start":1700197898459,"stop":1700197898459,"duration":0}},{"uid":"7b5934a56ba7b07d","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/7b5934a56ba7b07d","status":"passed","time":{"start":1700197305056,"stop":1700197305056,"duration":0}},{"uid":"51c3de16a2511179","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/51c3de16a2511179","status":"passed","time":{"start":1700173496592,"stop":1700173496592,"duration":0}},{"uid":"a934e2a8f1b9a1a2","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/a934e2a8f1b9a1a2","status":"passed","time":{"start":1700173358459,"stop":1700173358459,"duration":0}},{"uid":"929292d568cfc0bf","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/929292d568cfc0bf","status":"passed","time":{"start":1700173268450,"stop":1700173268450,"duration":0}},{"uid":"333c0f2164601ba3","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/333c0f2164601ba3","status":"passed","time":{"start":1700173227357,"stop":1700173227357,"duration":0}},{"uid":"2179c4b2cacef076","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/2179c4b2cacef076","status":"passed","time":{"start":1700138698161,"stop":1700138698162,"duration":1}},{"uid":"7962503da281a09c","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/7962503da281a09c","status":"passed","time":{"start":1700137869485,"stop":1700137869485,"duration":0}},{"uid":"ddab37d74377e79d","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/ddab37d74377e79d","status":"passed","time":{"start":1700137286236,"stop":1700137286237,"duration":1}},{"uid":"8bca1658fe0ccc53","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/8bca1658fe0ccc53","status":"passed","time":{"start":1700137146278,"stop":1700137146278,"duration":0}},{"uid":"aab9500deb1b290b","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/aab9500deb1b290b","status":"passed","time":{"start":1700136886572,"stop":1700136886572,"duration":0}},{"uid":"d09cb3ca800a703d","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/d09cb3ca800a703d","status":"passed","time":{"start":1700131642634,"stop":1700131642635,"duration":1}},{"uid":"f06acfd68ccdc0ca","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/f06acfd68ccdc0ca","status":"passed","time":{"start":1700123766833,"stop":1700123766833,"duration":0}},{"uid":"44524fb71972904b","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/44524fb71972904b","status":"passed","time":{"start":1700123619110,"stop":1700123619110,"duration":0}},{"uid":"37456f75f0c789f","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/37456f75f0c789f","status":"passed","time":{"start":1700117572389,"stop":1700117572390,"duration":1}},{"uid":"8498f78f257da18e","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/8498f78f257da18e","status":"passed","time":{"start":1700117471398,"stop":1700117471398,"duration":0}},{"uid":"cd217683911b9ffb","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/cd217683911b9ffb","status":"passed","time":{"start":1700117257018,"stop":1700117257018,"duration":0}},{"uid":"f247f75d71695aa8","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/f247f75d71695aa8","status":"passed","time":{"start":1700117207442,"stop":1700117207442,"duration":0}}]},"tags":[]},"source":"21b1f0b88bd590f4.json","parameterValues":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"uid":"2448f71d41e843f1","name":"ENRTree (root): should error if DNS root entry is malformed","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is malformed","historyId":"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1700211184348,"stop":1700211184348,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"f3945835ea7279","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/f3945835ea7279","status":"passed","time":{"start":1700210327826,"stop":1700210327827,"duration":1}},{"uid":"863e27ae551618be","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/863e27ae551618be","status":"passed","time":{"start":1700198317126,"stop":1700198317126,"duration":0}},{"uid":"f00210ced09abee6","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/f00210ced09abee6","status":"passed","time":{"start":1700197903333,"stop":1700197903334,"duration":1}},{"uid":"f2c2e730c7af290b","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/f2c2e730c7af290b","status":"passed","time":{"start":1700197309887,"stop":1700197309887,"duration":0}},{"uid":"e4344adbe3554665","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/e4344adbe3554665","status":"passed","time":{"start":1700173501462,"stop":1700173501462,"duration":0}},{"uid":"798d0436794d4aa2","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/798d0436794d4aa2","status":"passed","time":{"start":1700173363589,"stop":1700173363590,"duration":1}},{"uid":"da65e80dd19cdce","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/da65e80dd19cdce","status":"passed","time":{"start":1700173273377,"stop":1700173273377,"duration":0}},{"uid":"faed2bae638ed4c7","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/faed2bae638ed4c7","status":"passed","time":{"start":1700173232338,"stop":1700173232339,"duration":1}},{"uid":"95376a17b58bbe38","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/95376a17b58bbe38","status":"passed","time":{"start":1700138703194,"stop":1700138703194,"duration":0}},{"uid":"5e200808854e3030","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/5e200808854e3030","status":"passed","time":{"start":1700137874439,"stop":1700137874439,"duration":0}},{"uid":"97f3e75164483b9f","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/97f3e75164483b9f","status":"passed","time":{"start":1700137291350,"stop":1700137291350,"duration":0}},{"uid":"e70baa868f88b65d","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/e70baa868f88b65d","status":"passed","time":{"start":1700137151237,"stop":1700137151237,"duration":0}},{"uid":"ee9b54cf4345d61f","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/ee9b54cf4345d61f","status":"passed","time":{"start":1700136891462,"stop":1700136891463,"duration":1}},{"uid":"bd474d2abffb1720","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/bd474d2abffb1720","status":"passed","time":{"start":1700131647466,"stop":1700131647467,"duration":1}},{"uid":"34d864eb5ddc2eb1","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/34d864eb5ddc2eb1","status":"passed","time":{"start":1700123771877,"stop":1700123771877,"duration":0}},{"uid":"c14aa4f8183f1a38","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/c14aa4f8183f1a38","status":"passed","time":{"start":1700123624083,"stop":1700123624083,"duration":0}},{"uid":"c0f0cb0a8e3354ac","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/c0f0cb0a8e3354ac","status":"passed","time":{"start":1700117577514,"stop":1700117577514,"duration":0}},{"uid":"b03fface9ccd7610","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/b03fface9ccd7610","status":"passed","time":{"start":1700117476340,"stop":1700117476340,"duration":0}},{"uid":"b54e5526b5270a5f","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/b54e5526b5270a5f","status":"passed","time":{"start":1700117261993,"stop":1700117261994,"duration":1}},{"uid":"9b31e2b5df152182","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/9b31e2b5df152182","status":"passed","time":{"start":1700117212310,"stop":1700117212313,"duration":3}}]},"tags":[]},"source":"2448f71d41e843f1.json","parameterValues":[]}

View File

@ -0,0 +1 @@
{"uid":"25585a438ef594c2","name":"should correctly encode and decode relay shards using rs format (Index List)","fullName":"/src/relay_shard_codec.spec.ts: Relay Shard codec > should correctly encode and decode relay shards using rs format (Index List)","historyId":"1c33e6b298f7b7a2d7d1af9abc79bfd5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1700211169686,"stop":1700211169686,"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":"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":31,"unknown":0,"total":31},"items":[{"uid":"c2788b9beb1674a6","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/c2788b9beb1674a6","status":"passed","time":{"start":1700210312685,"stop":1700210312686,"duration":1}},{"uid":"6a9b246cfb86c7d5","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/6a9b246cfb86c7d5","status":"passed","time":{"start":1700198302820,"stop":1700198302820,"duration":0}},{"uid":"42d4e5274fab65fd","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/42d4e5274fab65fd","status":"passed","time":{"start":1700197888915,"stop":1700197888916,"duration":1}},{"uid":"c84ef98d367c7e2a","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/c84ef98d367c7e2a","status":"passed","time":{"start":1700197295320,"stop":1700197295321,"duration":1}},{"uid":"f2b78c285b9416b3","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/f2b78c285b9416b3","status":"passed","time":{"start":1700173486886,"stop":1700173486886,"duration":0}},{"uid":"cd9c7c031fc4e997","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/cd9c7c031fc4e997","status":"passed","time":{"start":1700173348623,"stop":1700173348623,"duration":0}},{"uid":"3cffae6446d83df5","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/3cffae6446d83df5","status":"passed","time":{"start":1700173259154,"stop":1700173259154,"duration":0}},{"uid":"147bd267d7551e65","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/147bd267d7551e65","status":"passed","time":{"start":1700173217526,"stop":1700173217527,"duration":1}},{"uid":"9c8c8b10a6362e18","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/9c8c8b10a6362e18","status":"passed","time":{"start":1700138688747,"stop":1700138688747,"duration":0}},{"uid":"581fd85a9b5b43ca","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/581fd85a9b5b43ca","status":"passed","time":{"start":1700137859845,"stop":1700137859846,"duration":1}},{"uid":"874b9127c7644feb","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/874b9127c7644feb","status":"passed","time":{"start":1700137276165,"stop":1700137276165,"duration":0}},{"uid":"7c6b7ad5384321e6","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/7c6b7ad5384321e6","status":"passed","time":{"start":1700137136619,"stop":1700137136619,"duration":0}},{"uid":"95d558fccfe580fa","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/95d558fccfe580fa","status":"passed","time":{"start":1700136876957,"stop":1700136876957,"duration":0}},{"uid":"a74c4ffcdd24eb0e","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/a74c4ffcdd24eb0e","status":"passed","time":{"start":1700131633335,"stop":1700131633335,"duration":0}},{"uid":"7b2024f8bca2762","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/7b2024f8bca2762","status":"passed","time":{"start":1700123757101,"stop":1700123757102,"duration":1}},{"uid":"d17c0881b13c019f","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/d17c0881b13c019f","status":"passed","time":{"start":1700123609744,"stop":1700123609745,"duration":1}},{"uid":"9832ffc2d119629f","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/9832ffc2d119629f","status":"passed","time":{"start":1700117562090,"stop":1700117562090,"duration":0}},{"uid":"3ff0324e784ed628","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/3ff0324e784ed628","status":"passed","time":{"start":1700117461897,"stop":1700117461897,"duration":0}},{"uid":"790da1f200d86a26","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/790da1f200d86a26","status":"passed","time":{"start":1700117247330,"stop":1700117247330,"duration":0}},{"uid":"6ae74fa84e159752","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/6ae74fa84e159752","status":"passed","time":{"start":1700117198007,"stop":1700117198007,"duration":0}}]},"tags":[]},"source":"25585a438ef594c2.json","parameterValues":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"uid":"26241b4fdf634e0f","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is mis-prefixed","historyId":"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1700211184349,"stop":1700211184350,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"a18af7bc24b173c4","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/a18af7bc24b173c4","status":"passed","time":{"start":1700210327828,"stop":1700210327828,"duration":0}},{"uid":"7b474ba6fdec6d8b","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/7b474ba6fdec6d8b","status":"passed","time":{"start":1700198317127,"stop":1700198317128,"duration":1}},{"uid":"b74cc8d5e4b3275e","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/b74cc8d5e4b3275e","status":"passed","time":{"start":1700197903334,"stop":1700197903335,"duration":1}},{"uid":"e4ea299c53027c3f","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/e4ea299c53027c3f","status":"passed","time":{"start":1700197309888,"stop":1700197309889,"duration":1}},{"uid":"56eef97d0322e752","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/56eef97d0322e752","status":"passed","time":{"start":1700173501463,"stop":1700173501463,"duration":0}},{"uid":"5f59ba3ebfdeeea2","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/5f59ba3ebfdeeea2","status":"passed","time":{"start":1700173363590,"stop":1700173363591,"duration":1}},{"uid":"f9a3daa214931fed","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/f9a3daa214931fed","status":"passed","time":{"start":1700173273378,"stop":1700173273378,"duration":0}},{"uid":"ff74616b7b609548","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/ff74616b7b609548","status":"passed","time":{"start":1700173232339,"stop":1700173232339,"duration":0}},{"uid":"6dbd6e18a197914b","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/6dbd6e18a197914b","status":"passed","time":{"start":1700138703195,"stop":1700138703195,"duration":0}},{"uid":"39cb187497296b37","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/39cb187497296b37","status":"passed","time":{"start":1700137874440,"stop":1700137874441,"duration":1}},{"uid":"e3653dc273c42cb0","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/e3653dc273c42cb0","status":"passed","time":{"start":1700137291352,"stop":1700137291353,"duration":1}},{"uid":"2f7ffd14ad70985b","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/2f7ffd14ad70985b","status":"passed","time":{"start":1700137151238,"stop":1700137151239,"duration":1}},{"uid":"8fb4abba0dc726","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/8fb4abba0dc726","status":"passed","time":{"start":1700136891463,"stop":1700136891464,"duration":1}},{"uid":"76d52c980d0147b6","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/76d52c980d0147b6","status":"passed","time":{"start":1700131647467,"stop":1700131647468,"duration":1}},{"uid":"13e50ed4b648f5f6","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/13e50ed4b648f5f6","status":"passed","time":{"start":1700123771878,"stop":1700123771878,"duration":0}},{"uid":"1e3afe947ef805d0","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/1e3afe947ef805d0","status":"passed","time":{"start":1700123624084,"stop":1700123624084,"duration":0}},{"uid":"70480316ff11e32","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/70480316ff11e32","status":"passed","time":{"start":1700117577515,"stop":1700117577515,"duration":0}},{"uid":"7c0abea5ed9a5a54","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/7c0abea5ed9a5a54","status":"passed","time":{"start":1700117476341,"stop":1700117476341,"duration":0}},{"uid":"8d3f7695cc04ef59","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/8d3f7695cc04ef59","status":"passed","time":{"start":1700117261994,"stop":1700117261996,"duration":2}},{"uid":"ae24fdf21b9d29c1","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/ae24fdf21b9d29c1","status":"passed","time":{"start":1700117212314,"stop":1700117212314,"duration":0}}]},"tags":[]},"source":"26241b4fdf634e0f.json","parameterValues":[]}

View File

@ -0,0 +1 @@
{"uid":"26244bd177d524e2","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is > A test","historyId":"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1700211220361,"stop":1700211220361,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"7bf0a04089008c3a","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/7bf0a04089008c3a","status":"passed","time":{"start":1700210363898,"stop":1700210363898,"duration":0}},{"uid":"a1bf37310ba0fede","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/a1bf37310ba0fede","status":"passed","time":{"start":1700198352796,"stop":1700198352796,"duration":0}},{"uid":"7c19435c131901d8","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/7c19435c131901d8","status":"passed","time":{"start":1700197942315,"stop":1700197942315,"duration":0}},{"uid":"63953f8e7e6daa7c","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/63953f8e7e6daa7c","status":"passed","time":{"start":1700197342897,"stop":1700197342897,"duration":0}},{"uid":"f2d4587100b0d51b","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/f2d4587100b0d51b","status":"passed","time":{"start":1700173537587,"stop":1700173537587,"duration":0}},{"uid":"cbe3deb784589833","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/cbe3deb784589833","status":"passed","time":{"start":1700173400458,"stop":1700173400459,"duration":1}},{"uid":"5c58b47fc14639ff","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/5c58b47fc14639ff","status":"passed","time":{"start":1700173306997,"stop":1700173306998,"duration":1}},{"uid":"acb0cc148e0ef8a0","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/acb0cc148e0ef8a0","status":"passed","time":{"start":1700173267512,"stop":1700173267512,"duration":0}},{"uid":"f8c8fd0174e53ab7","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/f8c8fd0174e53ab7","status":"passed","time":{"start":1700138745401,"stop":1700138745401,"duration":0}},{"uid":"c69205ca6efbf096","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/c69205ca6efbf096","status":"passed","time":{"start":1700137908337,"stop":1700137908337,"duration":0}},{"uid":"fc60150d28078e4d","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/fc60150d28078e4d","status":"passed","time":{"start":1700137328338,"stop":1700137328338,"duration":0}},{"uid":"8d6cb1789da43ce7","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/8d6cb1789da43ce7","status":"passed","time":{"start":1700137185325,"stop":1700137185325,"duration":0}},{"uid":"5cced1a55df337b","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/5cced1a55df337b","status":"passed","time":{"start":1700136922881,"stop":1700136922895,"duration":14}},{"uid":"83d4a3f3f5407913","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/83d4a3f3f5407913","status":"passed","time":{"start":1700131679499,"stop":1700131679499,"duration":0}},{"uid":"1a51d0880d082d6","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/1a51d0880d082d6","status":"passed","time":{"start":1700123807664,"stop":1700123807664,"duration":0}},{"uid":"d2a0b5f7c06277a","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/d2a0b5f7c06277a","status":"passed","time":{"start":1700123659828,"stop":1700123659828,"duration":0}},{"uid":"2ad38e381b9412ab","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/2ad38e381b9412ab","status":"passed","time":{"start":1700117616494,"stop":1700117616495,"duration":1}},{"uid":"1b9c0dfcb3db0f6e","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/1b9c0dfcb3db0f6e","status":"passed","time":{"start":1700117512280,"stop":1700117512281,"duration":1}},{"uid":"53d849de9e0f1d96","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/53d849de9e0f1d96","status":"passed","time":{"start":1700117296006,"stop":1700117296006,"duration":0}},{"uid":"ec453ff13ab8cc8e","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/ec453ff13ab8cc8e","status":"passed","time":{"start":1700117247304,"stop":1700117247304,"duration":0}}]},"tags":[]},"source":"26244bd177d524e2.json","parameterValues":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"uid":"27c2e2dcfd65ce88","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":1700211174421,"stop":1700211174422,"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":30,"unknown":0,"total":30},"items":[{"uid":"6633c6af25e2dcf6","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/6633c6af25e2dcf6","status":"passed","time":{"start":1700210317934,"stop":1700210317935,"duration":1}},{"uid":"fc23678f809b4437","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/fc23678f809b4437","status":"passed","time":{"start":1700198307189,"stop":1700198307189,"duration":0}},{"uid":"3c6bfeb0d993d2ac","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/3c6bfeb0d993d2ac","status":"passed","time":{"start":1700197893594,"stop":1700197893594,"duration":0}},{"uid":"672cafef2017f01e","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/672cafef2017f01e","status":"passed","time":{"start":1700197300097,"stop":1700197300098,"duration":1}},{"uid":"b24f2448e82e5d82","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/b24f2448e82e5d82","status":"passed","time":{"start":1700173491628,"stop":1700173491628,"duration":0}},{"uid":"847b1d1b928bb0cb","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/847b1d1b928bb0cb","status":"passed","time":{"start":1700173353347,"stop":1700173353347,"duration":0}},{"uid":"47ae1e0e136820ec","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/47ae1e0e136820ec","status":"passed","time":{"start":1700173263591,"stop":1700173263591,"duration":0}},{"uid":"26e5db7572050450","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/26e5db7572050450","status":"passed","time":{"start":1700173222382,"stop":1700173222382,"duration":0}},{"uid":"48faa2b7814edd27","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/48faa2b7814edd27","status":"passed","time":{"start":1700138693215,"stop":1700138693216,"duration":1}},{"uid":"69117b2f3466e0f2","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/69117b2f3466e0f2","status":"passed","time":{"start":1700137864510,"stop":1700137864510,"duration":0}},{"uid":"64b644d115f63859","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/64b644d115f63859","status":"passed","time":{"start":1700137281167,"stop":1700137281168,"duration":1}},{"uid":"3781a14f07dfebc1","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/3781a14f07dfebc1","status":"passed","time":{"start":1700137141388,"stop":1700137141389,"duration":1}},{"uid":"d8c01b8d997bf2e0","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/d8c01b8d997bf2e0","status":"passed","time":{"start":1700136881699,"stop":1700136881700,"duration":1}},{"uid":"74de69e75a2a1425","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/74de69e75a2a1425","status":"passed","time":{"start":1700131637794,"stop":1700131637794,"duration":0}},{"uid":"771e7b02962f2df5","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/771e7b02962f2df5","status":"passed","time":{"start":1700123761939,"stop":1700123761940,"duration":1}},{"uid":"6b879a9b66cb9b2","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/6b879a9b66cb9b2","status":"passed","time":{"start":1700123614251,"stop":1700123614251,"duration":0}},{"uid":"fa70e29954a7ef33","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/fa70e29954a7ef33","status":"passed","time":{"start":1700117567141,"stop":1700117567141,"duration":0}},{"uid":"4aa2f96b0ce59372","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/4aa2f96b0ce59372","status":"passed","time":{"start":1700117252127,"stop":1700117252128,"duration":1}},{"uid":"72976936e877ccbd","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/72976936e877ccbd","status":"passed","time":{"start":1700117202591,"stop":1700117202591,"duration":0}},{"uid":"1b674ae89875ecc","reportUrl":"https://waku-org.github.io/js-waku/5825//#testresult/1b674ae89875ecc","status":"passed","time":{"start":1700117133859,"stop":1700117133859,"duration":0}}]},"tags":[]},"source":"27c2e2dcfd65ce88.json","parameterValues":[]}

View File

@ -0,0 +1 @@
{"uid":"282f32dca54c4ecd","name":"Symmetric encrypt & Decrypt","fullName":"/src/waku_payload.spec.ts: Waku Payload > Symmetric encrypt & Decrypt","historyId":"81ccdb73ec60841d544f9eab180a54d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1700211190500,"stop":1700211190500,"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 Payload"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":31,"unknown":0,"total":31},"items":[{"uid":"1b0a8829b7ba9912","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/1b0a8829b7ba9912","status":"passed","time":{"start":1700210333759,"stop":1700210333759,"duration":0}},{"uid":"df8cb77f37a5d460","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/df8cb77f37a5d460","status":"passed","time":{"start":1700198323141,"stop":1700198323142,"duration":1}},{"uid":"1c320e801988277e","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/1c320e801988277e","status":"passed","time":{"start":1700197909347,"stop":1700197909347,"duration":0}},{"uid":"aa954ceb9aa9c564","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/aa954ceb9aa9c564","status":"passed","time":{"start":1700197315977,"stop":1700197315978,"duration":1}},{"uid":"3f4da7f84747776a","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/3f4da7f84747776a","status":"passed","time":{"start":1700173507818,"stop":1700173507819,"duration":1}},{"uid":"97a27a2ea5e85fd6","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/97a27a2ea5e85fd6","status":"passed","time":{"start":1700173369743,"stop":1700173369744,"duration":1}},{"uid":"899f6c565a9959ae","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/899f6c565a9959ae","status":"passed","time":{"start":1700173279386,"stop":1700173279386,"duration":0}},{"uid":"4925b2916f26b992","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/4925b2916f26b992","status":"passed","time":{"start":1700173238481,"stop":1700173238481,"duration":0}},{"uid":"e24a727c488f933d","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/e24a727c488f933d","status":"passed","time":{"start":1700138709182,"stop":1700138709182,"duration":0}},{"uid":"e7ca2db6de41d069","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/e7ca2db6de41d069","status":"passed","time":{"start":1700137880426,"stop":1700137880426,"duration":0}},{"uid":"dea7c5567558bc9f","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/dea7c5567558bc9f","status":"passed","time":{"start":1700137297555,"stop":1700137297556,"duration":1}},{"uid":"debc3f2de28d0906","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/debc3f2de28d0906","status":"passed","time":{"start":1700137157324,"stop":1700137157325,"duration":1}},{"uid":"7aae10b187154ab4","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/7aae10b187154ab4","status":"passed","time":{"start":1700136897408,"stop":1700136897408,"duration":0}},{"uid":"1891d3db707d9af9","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/1891d3db707d9af9","status":"passed","time":{"start":1700131653527,"stop":1700131653527,"duration":0}},{"uid":"caab0994fb2be8ef","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/caab0994fb2be8ef","status":"passed","time":{"start":1700123777908,"stop":1700123777909,"duration":1}},{"uid":"ef010f4d3dd03d7b","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/ef010f4d3dd03d7b","status":"passed","time":{"start":1700123630196,"stop":1700123630196,"duration":0}},{"uid":"4b4d540d560b3bc0","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/4b4d540d560b3bc0","status":"passed","time":{"start":1700117584029,"stop":1700117584030,"duration":1}},{"uid":"73c11739eb833167","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/73c11739eb833167","status":"passed","time":{"start":1700117482329,"stop":1700117482329,"duration":0}},{"uid":"2677b6c50d7d1aab","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/2677b6c50d7d1aab","status":"passed","time":{"start":1700117267941,"stop":1700117267941,"duration":0}},{"uid":"9b53eba1a2e7c0ce","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/9b53eba1a2e7c0ce","status":"passed","time":{"start":1700117218385,"stop":1700117218386,"duration":1}}]},"tags":[]},"source":"282f32dca54c4ecd.json","parameterValues":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"uid":"2c18c7c7082cc24e","name":"can dial TLS multiaddrs","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > can dial TLS multiaddrs","historyId":"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1700211224870,"stop":1700211224870,"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}],"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":31,"unknown":0,"total":31},"items":[{"uid":"753afa13b68bc6c1","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/753afa13b68bc6c1","status":"passed","time":{"start":1700210367848,"stop":1700210367849,"duration":1}},{"uid":"f1926128d7df60c6","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/f1926128d7df60c6","status":"passed","time":{"start":1700198356410,"stop":1700198356410,"duration":0}},{"uid":"63bc327dec764da7","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/63bc327dec764da7","status":"passed","time":{"start":1700197946195,"stop":1700197946195,"duration":0}},{"uid":"6d10236494782412","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/6d10236494782412","status":"passed","time":{"start":1700197347275,"stop":1700197347275,"duration":0}},{"uid":"5276251d8948742d","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/5276251d8948742d","status":"passed","time":{"start":1700173542576,"stop":1700173542576,"duration":0}},{"uid":"4c8cb094c8dd5d88","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/4c8cb094c8dd5d88","status":"passed","time":{"start":1700173403916,"stop":1700173403916,"duration":0}},{"uid":"3e05a0e288a0f238","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/3e05a0e288a0f238","status":"passed","time":{"start":1700173311906,"stop":1700173311906,"duration":0}},{"uid":"5cafaa65d79d0d22","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/5cafaa65d79d0d22","status":"passed","time":{"start":1700173271365,"stop":1700173271366,"duration":1}},{"uid":"437267548e0feac0","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/437267548e0feac0","status":"passed","time":{"start":1700138748873,"stop":1700138748873,"duration":0}},{"uid":"29eb6b15666fa979","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/29eb6b15666fa979","status":"passed","time":{"start":1700137913399,"stop":1700137913399,"duration":0}},{"uid":"ee1abaae57311cd9","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/ee1abaae57311cd9","status":"passed","time":{"start":1700137332348,"stop":1700137332348,"duration":0}},{"uid":"2f2be3a411335694","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/2f2be3a411335694","status":"passed","time":{"start":1700137189349,"stop":1700137189350,"duration":1}},{"uid":"fcb1373e5fd744b8","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/fcb1373e5fd744b8","status":"passed","time":{"start":1700136925731,"stop":1700136925732,"duration":1}},{"uid":"70ba9b582f2132ce","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/70ba9b582f2132ce","status":"passed","time":{"start":1700131680121,"stop":1700131680121,"duration":0}},{"uid":"a30797be6cc0a9a5","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/a30797be6cc0a9a5","status":"passed","time":{"start":1700123811616,"stop":1700123811616,"duration":0}},{"uid":"2505954d2e52b754","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/2505954d2e52b754","status":"passed","time":{"start":1700123663877,"stop":1700123663877,"duration":0}},{"uid":"c7a4dc39ad21782f","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/c7a4dc39ad21782f","status":"passed","time":{"start":1700117620423,"stop":1700117620423,"duration":0}},{"uid":"da8bff3638d737bc","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/da8bff3638d737bc","status":"passed","time":{"start":1700117515680,"stop":1700117515681,"duration":1}},{"uid":"ce485b8d4c799f64","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/ce485b8d4c799f64","status":"passed","time":{"start":1700117301236,"stop":1700117301237,"duration":1}},{"uid":"1a9c821a9f74d8ba","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/1a9c821a9f74d8ba","status":"passed","time":{"start":1700117251353,"stop":1700117251353,"duration":0}}]},"tags":[]},"source":"2c18c7c7082cc24e.json","parameterValues":[]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"uid":"2d7a0c382c5ecb6d","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":1700211163365,"stop":1700211163365,"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":23,"unknown":0,"total":23},"items":[{"uid":"2d53539040f98010","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/2d53539040f98010","status":"passed","time":{"start":1700210306772,"stop":1700210306772,"duration":0}},{"uid":"6a93d631974be39d","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/6a93d631974be39d","status":"passed","time":{"start":1700198296357,"stop":1700198296357,"duration":0}},{"uid":"1cdb1f62941f3d41","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/1cdb1f62941f3d41","status":"passed","time":{"start":1700197882745,"stop":1700197882745,"duration":0}},{"uid":"ab5a62f22916579a","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/ab5a62f22916579a","status":"passed","time":{"start":1700197289210,"stop":1700197289211,"duration":1}},{"uid":"cfbb5bbfce943601","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/cfbb5bbfce943601","status":"passed","time":{"start":1700173480422,"stop":1700173480423,"duration":1}},{"uid":"251573eb1b436308","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/251573eb1b436308","status":"passed","time":{"start":1700173342114,"stop":1700173342115,"duration":1}},{"uid":"118f6ecde1a02227","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/118f6ecde1a02227","status":"passed","time":{"start":1700173252624,"stop":1700173252625,"duration":1}},{"uid":"c56f58e7daa46036","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/c56f58e7daa46036","status":"passed","time":{"start":1700173211225,"stop":1700173211226,"duration":1}},{"uid":"7781827b147fc1e3","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/7781827b147fc1e3","status":"passed","time":{"start":1700138682297,"stop":1700138682298,"duration":1}},{"uid":"ed265d43e57b66b","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/ed265d43e57b66b","status":"passed","time":{"start":1700137853482,"stop":1700137853482,"duration":0}},{"uid":"3f7db3da7ecca5e","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/3f7db3da7ecca5e","status":"passed","time":{"start":1700137269773,"stop":1700137269773,"duration":0}},{"uid":"c6ac9462fccef7df","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/c6ac9462fccef7df","status":"passed","time":{"start":1700137130277,"stop":1700137130278,"duration":1}},{"uid":"cc30babbe84d9a83","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/cc30babbe84d9a83","status":"passed","time":{"start":1700136870702,"stop":1700136870703,"duration":1}},{"uid":"2465813a5c9dece2","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/2465813a5c9dece2","status":"passed","time":{"start":1700131626803,"stop":1700131626803,"duration":0}},{"uid":"121bd99a6fb6ae06","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/121bd99a6fb6ae06","status":"passed","time":{"start":1700123751035,"stop":1700123751035,"duration":0}},{"uid":"87a8a2ff84e57616","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/87a8a2ff84e57616","status":"passed","time":{"start":1700123603329,"stop":1700123603329,"duration":0}},{"uid":"ca92af3c8bad5fca","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/ca92af3c8bad5fca","status":"passed","time":{"start":1700117555696,"stop":1700117555697,"duration":1}},{"uid":"f395ba62df6a5271","reportUrl":"https://waku-org.github.io/js-waku/5828//#testresult/f395ba62df6a5271","status":"passed","time":{"start":1700117455794,"stop":1700117455794,"duration":0}},{"uid":"428537bb25668698","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/428537bb25668698","status":"passed","time":{"start":1700117241228,"stop":1700117241229,"duration":1}},{"uid":"17efefc2f15ba34b","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/17efefc2f15ba34b","status":"passed","time":{"start":1700117191903,"stop":1700117191903,"duration":0}}]},"tags":[]},"source":"2d7a0c382c5ecb6d.json","parameterValues":[]}

View File

@ -0,0 +1 @@
{"uid":"2d99f0fcfaf2d4ef","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":1700211174420,"stop":1700211174420,"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":30,"unknown":0,"total":30},"items":[{"uid":"ca7ba48cf7cd9684","reportUrl":"https://waku-org.github.io/js-waku/5846//#testresult/ca7ba48cf7cd9684","status":"passed","time":{"start":1700210317933,"stop":1700210317933,"duration":0}},{"uid":"c457b47505e9ba5d","reportUrl":"https://waku-org.github.io/js-waku/5845//#testresult/c457b47505e9ba5d","status":"passed","time":{"start":1700198307187,"stop":1700198307187,"duration":0}},{"uid":"ec91b78c49801812","reportUrl":"https://waku-org.github.io/js-waku/5844//#testresult/ec91b78c49801812","status":"passed","time":{"start":1700197893592,"stop":1700197893593,"duration":1}},{"uid":"6b470214410b10b","reportUrl":"https://waku-org.github.io/js-waku/5843//#testresult/6b470214410b10b","status":"passed","time":{"start":1700197300093,"stop":1700197300094,"duration":1}},{"uid":"43793b4cd0e340e4","reportUrl":"https://waku-org.github.io/js-waku/5842//#testresult/43793b4cd0e340e4","status":"passed","time":{"start":1700173491626,"stop":1700173491627,"duration":1}},{"uid":"3e91cc91ce82bd3a","reportUrl":"https://waku-org.github.io/js-waku/5841//#testresult/3e91cc91ce82bd3a","status":"passed","time":{"start":1700173353345,"stop":1700173353345,"duration":0}},{"uid":"99ecb89d675478a6","reportUrl":"https://waku-org.github.io/js-waku/5840//#testresult/99ecb89d675478a6","status":"passed","time":{"start":1700173263589,"stop":1700173263590,"duration":1}},{"uid":"f6733e156051f3f2","reportUrl":"https://waku-org.github.io/js-waku/5839//#testresult/f6733e156051f3f2","status":"passed","time":{"start":1700173222380,"stop":1700173222381,"duration":1}},{"uid":"74c0b2a803374c4d","reportUrl":"https://waku-org.github.io/js-waku/5838//#testresult/74c0b2a803374c4d","status":"passed","time":{"start":1700138693214,"stop":1700138693214,"duration":0}},{"uid":"9662594864ed5124","reportUrl":"https://waku-org.github.io/js-waku/5837//#testresult/9662594864ed5124","status":"passed","time":{"start":1700137864508,"stop":1700137864508,"duration":0}},{"uid":"edafd29acf33206c","reportUrl":"https://waku-org.github.io/js-waku/5836//#testresult/edafd29acf33206c","status":"passed","time":{"start":1700137281166,"stop":1700137281166,"duration":0}},{"uid":"7d5f0ba9185c18c7","reportUrl":"https://waku-org.github.io/js-waku/5835//#testresult/7d5f0ba9185c18c7","status":"passed","time":{"start":1700137141387,"stop":1700137141387,"duration":0}},{"uid":"99da515a5711205c","reportUrl":"https://waku-org.github.io/js-waku/5834//#testresult/99da515a5711205c","status":"passed","time":{"start":1700136881698,"stop":1700136881698,"duration":0}},{"uid":"b7bd3a6f7db4a9f5","reportUrl":"https://waku-org.github.io/js-waku/5832//#testresult/b7bd3a6f7db4a9f5","status":"passed","time":{"start":1700131637792,"stop":1700131637792,"duration":0}},{"uid":"dcdecfed76df1a8f","reportUrl":"https://waku-org.github.io/js-waku/5831//#testresult/dcdecfed76df1a8f","status":"passed","time":{"start":1700123761938,"stop":1700123761938,"duration":0}},{"uid":"86a4aca098c356bd","reportUrl":"https://waku-org.github.io/js-waku/5830//#testresult/86a4aca098c356bd","status":"passed","time":{"start":1700123614249,"stop":1700123614250,"duration":1}},{"uid":"eecbe9a794985028","reportUrl":"https://waku-org.github.io/js-waku/5829//#testresult/eecbe9a794985028","status":"passed","time":{"start":1700117567139,"stop":1700117567139,"duration":0}},{"uid":"3960b286106345e8","reportUrl":"https://waku-org.github.io/js-waku/5827//#testresult/3960b286106345e8","status":"passed","time":{"start":1700117252126,"stop":1700117252126,"duration":0}},{"uid":"bcbe569c6d5b2e45","reportUrl":"https://waku-org.github.io/js-waku/5826//#testresult/bcbe569c6d5b2e45","status":"passed","time":{"start":1700117202590,"stop":1700117202590,"duration":0}},{"uid":"d80c0a44bd27827a","reportUrl":"https://waku-org.github.io/js-waku/5825//#testresult/d80c0a44bd27827a","status":"passed","time":{"start":1700117133857,"stop":1700117133857,"duration":0}}]},"tags":[]},"source":"2d99f0fcfaf2d4ef.json","parameterValues":[]}

Some files were not shown because too many files have changed in this diff Show More