mirror of
https://github.com/logos-messaging/logos-messaging-allure-js.git
synced 2026-01-16 23:13:11 +00:00
deploy: waku-org/js-waku@ad2580763a
This commit is contained in:
parent
bf673a9c23
commit
1b540eb9a7
40
7294/app.js
40
7294/app.js
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
{"uid":"b1a8273437954620fa374b796ffaacdd","children":[],"name":"behaviors"}
|
||||
@ -1 +0,0 @@
|
||||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"}
|
||||
@ -1 +0,0 @@
|
||||
{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[],"name":"packages"}
|
||||
@ -1 +0,0 @@
|
||||
{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[],"name":"suites"}
|
||||
@ -1 +0,0 @@
|
||||
{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[],"name":"timeline"}
|
||||
@ -1,11 +0,0 @@
|
||||
launch_status failed=0 1723650689000000000
|
||||
launch_status broken=0 1723650689000000000
|
||||
launch_status passed=0 1723650689000000000
|
||||
launch_status skipped=0 1723650689000000000
|
||||
launch_status unknown=0 1723650689000000000
|
||||
launch_time duration=0 1723650689000000000
|
||||
launch_time min_duration=0 1723650689000000000
|
||||
launch_time max_duration=0 1723650689000000000
|
||||
launch_time sum_duration=0 1723650689000000000
|
||||
launch_retries retries=0 1723650689000000000
|
||||
launch_retries run=0 1723650689000000000
|
||||
@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Allure Report summary mail</title>
|
||||
</head>
|
||||
<body>
|
||||
Mail body
|
||||
</body>
|
||||
</html>
|
||||
@ -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
|
||||
BIN
7294/favicon.ico
BIN
7294/favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
@ -1 +0,0 @@
|
||||
[{"data":{}}]
|
||||
@ -1 +0,0 @@
|
||||
[{"data":{}}]
|
||||
@ -1 +0,0 @@
|
||||
[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}]
|
||||
@ -1 +0,0 @@
|
||||
{}
|
||||
@ -1 +0,0 @@
|
||||
[{"data":{"run":0,"retry":0}}]
|
||||
@ -1,34 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Allure Report</title>
|
||||
<link rel="icon" 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/packages/index.js"></script>
|
||||
<script src="plugin/screen-diff/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', {
|
||||
'allureVersion': 'dev',
|
||||
'reportUuid': '392d5d39-34b6-453a-b1a7-02d3622ab0d4',
|
||||
'single_file': false
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,206 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
allure.api.addTranslation('en', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Behaviors'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Features by stories',
|
||||
showAll: 'show all'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('ru', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Функциональность'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Функциональность',
|
||||
showAll: 'показать все'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('zh', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: '功能'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: '特性场景',
|
||||
showAll: '显示所有'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('de', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Verhalten'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Features nach Stories',
|
||||
showAll: 'Zeige alle'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('nl', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Functionaliteit'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Features en story’s',
|
||||
showAll: 'Toon alle'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('he', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'התנהגויות'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'תכונות לפי סיפורי משתמש',
|
||||
showAll: 'הצג הכול'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('br', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Comportamentos'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Funcionalidades por história',
|
||||
showAll: 'Mostrar tudo'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('ja', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: '振る舞い'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'ストーリー別の機能',
|
||||
showAll: '全て表示'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('es', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Funcionalidades'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Funcionalidades por Historias de Usuario',
|
||||
showAll: 'mostrar todo'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('kr', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: '동작'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: '스토리별 기능',
|
||||
showAll: '전체 보기'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('fr', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Comportements'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Thèmes par histoires',
|
||||
showAll: 'Montrer tout'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('pl', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Zachowania'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Funkcje według historii',
|
||||
showAll: 'pokaż wszystko'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTranslation('az', {
|
||||
tab: {
|
||||
behaviors: {
|
||||
name: 'Davranışlar'
|
||||
}
|
||||
},
|
||||
widget: {
|
||||
behaviors: {
|
||||
name: 'Hekayələr üzrə xüsusiyyətlər',
|
||||
showAll: 'hamısını göstər'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
allure.api.addTab('behaviors', {
|
||||
title: 'tab.behaviors.name', icon: 'fa fa-list',
|
||||
route: 'behaviors(/)(:testGroup)(/)(:testResult)(/)(:testResultTab)(/)',
|
||||
onEnter: (function (testGroup, testResult, testResultTab) {
|
||||
return new allure.components.TreeLayout({
|
||||
testGroup: testGroup,
|
||||
testResult: testResult,
|
||||
testResultTab: testResultTab,
|
||||
tabName: 'tab.behaviors.name',
|
||||
baseUrl: 'behaviors',
|
||||
url: 'data/behaviors.json',
|
||||
csvUrl: 'data/behaviors.csv'
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
allure.api.addWidget('widgets', 'behaviors', allure.components.WidgetStatusView.extend({
|
||||
rowTag: 'a',
|
||||
title: 'widget.behaviors.name',
|
||||
baseUrl: 'behaviors',
|
||||
showLinks: true
|
||||
}));
|
||||
@ -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'
|
||||
});
|
||||
})
|
||||
});
|
||||
@ -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',
|
||||
});
|
||||
})();
|
||||
@ -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
@ -1 +0,0 @@
|
||||
{"total":0,"items":[]}
|
||||
@ -1 +0,0 @@
|
||||
[{"data":{}}]
|
||||
@ -1 +0,0 @@
|
||||
{"total":0,"items":[]}
|
||||
@ -1 +0,0 @@
|
||||
[{"data":{}}]
|
||||
@ -1 +0,0 @@
|
||||
[]
|
||||
@ -1 +0,0 @@
|
||||
[]
|
||||
@ -1 +0,0 @@
|
||||
[]
|
||||
@ -1 +0,0 @@
|
||||
[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}]
|
||||
@ -1 +0,0 @@
|
||||
[]
|
||||
@ -1 +0,0 @@
|
||||
[{"data":{"run":0,"retry":0}}]
|
||||
@ -1 +0,0 @@
|
||||
[]
|
||||
@ -1 +0,0 @@
|
||||
[]
|
||||
@ -1 +0,0 @@
|
||||
{"total":0,"items":[]}
|
||||
@ -1 +0,0 @@
|
||||
{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0},"time":{}}
|
||||
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected false to equal true","children":[{"name":"Subscribe and receives messages on 20 topics","uid":"809815b1c5a02af5","parentUid":"32baf88b1330b74e17020719d7b92569","status":"broken","time":{"start":1724407647049,"stop":1724407647049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"32baf88b1330b74e17020719d7b92569"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"}
|
||||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected false to equal true","children":[{"name":"Subscribe and receives messages on 20 topics","uid":"71c760c5bd719d3f","parentUid":"32baf88b1330b74e17020719d7b92569","status":"broken","time":{"start":1724408983691,"stop":1724408983691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"32baf88b1330b74e17020719d7b92569"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"}
|
||||
File diff suppressed because one or more lines are too long
1706
7317/data/suites.csv
1706
7317/data/suites.csv
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/102d88e296d439be.json
Normal file
1
7317/data/test-cases/102d88e296d439be.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"102d88e296d439be","name":"should correctly map /waku/2/content/test.js to shard index 1","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /waku/2/content/test.js to shard index 1","historyId":"be548040d45445fe0e37eeebb4426939:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408162361,"stop":1724408162362,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"6ad9278f1329a27f","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/6ad9278f1329a27f","status":"passed","time":{"start":1724407824390,"stop":1724407824390,"duration":0}},{"uid":"a4e29c0d8a8c1020","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/a4e29c0d8a8c1020","status":"passed","time":{"start":1724407332985,"stop":1724407332985,"duration":0}},{"uid":"1413491627063070","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/1413491627063070","status":"passed","time":{"start":1724406804003,"stop":1724406804004,"duration":1}},{"uid":"f561bdc9f4e46a26","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/f561bdc9f4e46a26","status":"passed","time":{"start":1724406838068,"stop":1724406838068,"duration":0}},{"uid":"4a62a37706af0e2f","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/4a62a37706af0e2f","status":"passed","time":{"start":1724406605715,"stop":1724406605715,"duration":0}},{"uid":"ce8ef71f9415e6df","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/ce8ef71f9415e6df","status":"passed","time":{"start":1724406385886,"stop":1724406385886,"duration":0}},{"uid":"11699517ecc2843d","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/11699517ecc2843d","status":"passed","time":{"start":1724405788858,"stop":1724405788859,"duration":1}}]},"tags":[]},"source":"102d88e296d439be.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/106332da21e38148.json
Normal file
1
7317/data/test-cases/106332da21e38148.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/10c582f19b177053.json
Normal file
1
7317/data/test-cases/10c582f19b177053.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/110e3711825fa9fe.json
Normal file
1
7317/data/test-cases/110e3711825fa9fe.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"110e3711825fa9fe","name":"Store - dialed after - with timeout","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Store - dialed after - with timeout","historyId":"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408917880,"stop":1724408917880,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Wait for remote peer\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Wait for remote peer"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"a45368d402a6f748","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/a45368d402a6f748","status":"passed","time":{"start":1724408585210,"stop":1724408585210,"duration":0}},{"uid":"d7d162978ba52503","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/d7d162978ba52503","status":"passed","time":{"start":1724408084781,"stop":1724408084781,"duration":0}},{"uid":"81ab457b4603b490","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/81ab457b4603b490","status":"passed","time":{"start":1724407575664,"stop":1724407575664,"duration":0}},{"uid":"9760bd4757b17647","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/9760bd4757b17647","status":"passed","time":{"start":1724407593961,"stop":1724407593961,"duration":0}},{"uid":"33dbc27289801252","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/33dbc27289801252","status":"passed","time":{"start":1724407367917,"stop":1724407367918,"duration":1}},{"uid":"e736bd18c11d1bf7","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/e736bd18c11d1bf7","status":"passed","time":{"start":1724407158922,"stop":1724407158922,"duration":0}},{"uid":"444fa8591b3e923e","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/444fa8591b3e923e","status":"passed","time":{"start":1724406558809,"stop":1724406558809,"duration":0}}]},"tags":[]},"source":"110e3711825fa9fe.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/11132f58d125f589.json
Normal file
1
7317/data/test-cases/11132f58d125f589.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/111e2077b3920f03.json
Normal file
1
7317/data/test-cases/111e2077b3920f03.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/112a8cfea13448c2.json
Normal file
1
7317/data/test-cases/112a8cfea13448c2.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/11b25ef8d4953081.json
Normal file
1
7317/data/test-cases/11b25ef8d4953081.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1205fc4bea31ca75.json
Normal file
1
7317/data/test-cases/1205fc4bea31ca75.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1208e430e9d486d4.json
Normal file
1
7317/data/test-cases/1208e430e9d486d4.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1259b42c0930e5ce.json
Normal file
1
7317/data/test-cases/1259b42c0930e5ce.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/128995d37ec9ed4b.json
Normal file
1
7317/data/test-cases/128995d37ec9ed4b.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"128995d37ec9ed4b","name":"should return empty list for no shard","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should return empty list for no shard","historyId":"6d9287ac35ecdccfb04f2b8e19da11b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408162374,"stop":1724408162375,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"b4ef8cd2ab52d219","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/b4ef8cd2ab52d219","status":"passed","time":{"start":1724407824400,"stop":1724407824400,"duration":0}},{"uid":"92e9cc149381f0c5","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/92e9cc149381f0c5","status":"passed","time":{"start":1724407332997,"stop":1724407332997,"duration":0}},{"uid":"781d66e5e658ad26","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/781d66e5e658ad26","status":"passed","time":{"start":1724406804014,"stop":1724406804014,"duration":0}},{"uid":"ab254c9d138165a1","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/ab254c9d138165a1","status":"passed","time":{"start":1724406838089,"stop":1724406838090,"duration":1}},{"uid":"abcc3410c338d69d","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/abcc3410c338d69d","status":"passed","time":{"start":1724406605727,"stop":1724406605727,"duration":0}},{"uid":"57f6b1063bb7ac58","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/57f6b1063bb7ac58","status":"passed","time":{"start":1724406385897,"stop":1724406385898,"duration":1}},{"uid":"afeb084af80d2a03","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/afeb084af80d2a03","status":"passed","time":{"start":1724405788867,"stop":1724405788867,"duration":0}}]},"tags":[]},"source":"128995d37ec9ed4b.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/1289edba8c11105b.json
Normal file
1
7317/data/test-cases/1289edba8c11105b.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1289edba8c11105b","name":"should return valid sharding parameters for content topics autosharding","fullName":"/src/common/sharding/index.spec.ts: ensureShardingConfigured > should return valid sharding parameters for content topics autosharding","historyId":"5c7ec512bd5b62afb4dd3c34ac9b2fca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408162389,"stop":1724408162389,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"dbbe9c3cd2d63548","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/dbbe9c3cd2d63548","status":"passed","time":{"start":1724407824414,"stop":1724407824414,"duration":0}},{"uid":"4233c64a108abf9f","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/4233c64a108abf9f","status":"passed","time":{"start":1724407333011,"stop":1724407333011,"duration":0}},{"uid":"d02685db2f270961","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/d02685db2f270961","status":"passed","time":{"start":1724406804027,"stop":1724406804027,"duration":0}},{"uid":"7f7ef09b601214e2","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/7f7ef09b601214e2","status":"passed","time":{"start":1724406838103,"stop":1724406838103,"duration":0}},{"uid":"b5913b59badc3ad2","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/b5913b59badc3ad2","status":"passed","time":{"start":1724406605741,"stop":1724406605741,"duration":0}},{"uid":"73c7566ab3505812","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/73c7566ab3505812","status":"passed","time":{"start":1724406385911,"stop":1724406385911,"duration":0}},{"uid":"cb7cbf56a6f27097","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/cb7cbf56a6f27097","status":"passed","time":{"start":1724405788877,"stop":1724405788878,"duration":1}}]},"tags":[]},"source":"1289edba8c11105b.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/12f8c4f3b45bb982.json
Normal file
1
7317/data/test-cases/12f8c4f3b45bb982.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"12f8c4f3b45bb982","name":"should encode/decode to RLP encoding","fullName":"/src/enr.spec.ts: ENR > Static tests > should encode/decode to RLP encoding","historyId":"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408170863,"stop":1724408170863,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Static tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"228bd415f493d477","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/228bd415f493d477","status":"passed","time":{"start":1724407833300,"stop":1724407833300,"duration":0}},{"uid":"130d3b6e0793d734","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/130d3b6e0793d734","status":"passed","time":{"start":1724407341730,"stop":1724407341730,"duration":0}},{"uid":"5bfb3d489b39557f","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/5bfb3d489b39557f","status":"passed","time":{"start":1724406812506,"stop":1724406812506,"duration":0}},{"uid":"e1ab40db6c1bf7ab","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/e1ab40db6c1bf7ab","status":"passed","time":{"start":1724406846376,"stop":1724406846376,"duration":0}},{"uid":"85bb138461bb9e9a","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/85bb138461bb9e9a","status":"passed","time":{"start":1724406614305,"stop":1724406614305,"duration":0}},{"uid":"f8b7b80c57f6fee7","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/f8b7b80c57f6fee7","status":"passed","time":{"start":1724406394794,"stop":1724406394794,"duration":0}},{"uid":"e8346d952a20e0b","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/e8346d952a20e0b","status":"passed","time":{"start":1724405797476,"stop":1724405797476,"duration":0}}]},"tags":[]},"source":"12f8c4f3b45bb982.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/1300afbf46a6c0e3.json
Normal file
1
7317/data/test-cases/1300afbf46a6c0e3.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1300afbf46a6c0e3","name":"should be able to decode the field with ALL protocols set to true","fullName":"/src/waku2_codec.spec.ts: ENR waku2 codec > Decoding > should be able to decode the field with ALL protocols set to true","historyId":"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408170049,"stop":1724408170049,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Decoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"f5062c320dbcbc61","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/f5062c320dbcbc61","status":"passed","time":{"start":1724407832421,"stop":1724407832422,"duration":1}},{"uid":"a412d9bffc854412","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/a412d9bffc854412","status":"passed","time":{"start":1724407340913,"stop":1724407340913,"duration":0}},{"uid":"eba33fac7dcd192","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/eba33fac7dcd192","status":"passed","time":{"start":1724406811623,"stop":1724406811623,"duration":0}},{"uid":"4409a8dce01d95ae","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/4409a8dce01d95ae","status":"passed","time":{"start":1724406845610,"stop":1724406845610,"duration":0}},{"uid":"242bd5439b68b6bf","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/242bd5439b68b6bf","status":"passed","time":{"start":1724406613675,"stop":1724406613676,"duration":1}},{"uid":"e7079f6fafd921dc","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/e7079f6fafd921dc","status":"passed","time":{"start":1724406393928,"stop":1724406393929,"duration":1}},{"uid":"22f5522ee92d2f07","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/22f5522ee92d2f07","status":"passed","time":{"start":1724405796810,"stop":1724405796811,"duration":1}}]},"tags":[]},"source":"1300afbf46a6c0e3.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/130fb8e7aedac040.json
Normal file
1
7317/data/test-cases/130fb8e7aedac040.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/133d49b5a0520a28.json
Normal file
1
7317/data/test-cases/133d49b5a0520a28.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"133d49b5a0520a28","name":"Subscribe and receive messages on autosharded pubsubtopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Autosharding): Multiple PubsubTopics > Subscribe and receive messages on autosharded pubsubtopic","historyId":"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408300163,"stop":1724408300164,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"faa07651b29ae913","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/faa07651b29ae913","status":"passed","time":{"start":1724407974473,"stop":1724407974473,"duration":0}},{"uid":"8aa7381a36a9587a","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/8aa7381a36a9587a","status":"passed","time":{"start":1724407476572,"stop":1724407476572,"duration":0}},{"uid":"34959aeecb12e207","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/34959aeecb12e207","status":"passed","time":{"start":1724406944248,"stop":1724406944249,"duration":1}},{"uid":"f59a9cdd310f767","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/f59a9cdd310f767","status":"passed","time":{"start":1724406999331,"stop":1724406999331,"duration":0}},{"uid":"f83db019ff149e94","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/f83db019ff149e94","status":"passed","time":{"start":1724406748156,"stop":1724406748156,"duration":0}},{"uid":"7d2fe99503d0c363","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/7d2fe99503d0c363","status":"passed","time":{"start":1724406529482,"stop":1724406529482,"duration":0}},{"uid":"593a6798a825e67c","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/593a6798a825e67c","status":"passed","time":{"start":1724405928676,"stop":1724405928676,"duration":0}}]},"tags":[]},"source":"133d49b5a0520a28.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/1347d547a8458ec2.json
Normal file
1
7317/data/test-cases/1347d547a8458ec2.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/13925933cb78a0aa.json
Normal file
1
7317/data/test-cases/13925933cb78a0aa.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"13925933cb78a0aa","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is mis-prefixed","historyId":"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408186418,"stop":1724408186419,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"1b4c006aa9aeea7b","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/1b4c006aa9aeea7b","status":"passed","time":{"start":1724407849170,"stop":1724407849170,"duration":0}},{"uid":"3029c0384d0ece7c","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/3029c0384d0ece7c","status":"passed","time":{"start":1724407357590,"stop":1724407357590,"duration":0}},{"uid":"c075c1d1f2d9415b","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/c075c1d1f2d9415b","status":"passed","time":{"start":1724406827938,"stop":1724406827939,"duration":1}},{"uid":"7ddd25a7b72a39cb","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/7ddd25a7b72a39cb","status":"passed","time":{"start":1724406861363,"stop":1724406861363,"duration":0}},{"uid":"65a06de092b2852f","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/65a06de092b2852f","status":"passed","time":{"start":1724406629682,"stop":1724406629682,"duration":0}},{"uid":"854b74f3295dd581","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/854b74f3295dd581","status":"passed","time":{"start":1724406410717,"stop":1724406410717,"duration":0}},{"uid":"4556154875489387","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/4556154875489387","status":"passed","time":{"start":1724405813404,"stop":1724405813405,"duration":1}}]},"tags":[]},"source":"13925933cb78a0aa.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/139b554e43225787.json
Normal file
1
7317/data/test-cases/139b554e43225787.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/13caf7e4060cfdd0.json
Normal file
1
7317/data/test-cases/13caf7e4060cfdd0.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/13ebce3172e24d2f.json
Normal file
1
7317/data/test-cases/13ebce3172e24d2f.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/13f0cde254c1887e.json
Normal file
1
7317/data/test-cases/13f0cde254c1887e.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"13f0cde254c1887e","name":"connects to nwaku","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > connects to nwaku","historyId":"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408906664,"stop":1724408906665,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"8c53015028021546","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/8c53015028021546","status":"passed","time":{"start":1724408581924,"stop":1724408581925,"duration":1}},{"uid":"ad857561a0a100bb","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/ad857561a0a100bb","status":"passed","time":{"start":1724408077746,"stop":1724408077746,"duration":0}},{"uid":"5ebb4bec49d57ba0","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/5ebb4bec49d57ba0","status":"passed","time":{"start":1724407567381,"stop":1724407567381,"duration":0}},{"uid":"b9221a7a26415188","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/b9221a7a26415188","status":"passed","time":{"start":1724407584570,"stop":1724407584570,"duration":0}},{"uid":"f255134ea3870f50","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/f255134ea3870f50","status":"passed","time":{"start":1724407358787,"stop":1724407358787,"duration":0}},{"uid":"b174483b8acc2764","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/b174483b8acc2764","status":"passed","time":{"start":1724407153942,"stop":1724407153942,"duration":0}},{"uid":"a66ece07e3fd78b0","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/a66ece07e3fd78b0","status":"passed","time":{"start":1724406553293,"stop":1724406553293,"duration":0}}]},"tags":[]},"source":"13f0cde254c1887e.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/1488bb2831068bb6.json
Normal file
1
7317/data/test-cases/1488bb2831068bb6.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1488bb2831068bb6","name":"Generator, custom pubsub topic","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (named sharding), custom pubsub topic > Generator, custom pubsub topic","historyId":"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408888142,"stop":1724408888143,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store (named sharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (named sharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"194cff9117c0973f","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/194cff9117c0973f","status":"passed","time":{"start":1724408549974,"stop":1724408549974,"duration":0}},{"uid":"5bf9f94c5d7d8c6","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/5bf9f94c5d7d8c6","status":"passed","time":{"start":1724408052521,"stop":1724408052522,"duration":1}},{"uid":"27d7701853dce81a","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/27d7701853dce81a","status":"passed","time":{"start":1724407541504,"stop":1724407541505,"duration":1}},{"uid":"34f222c4d74efc27","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/34f222c4d74efc27","status":"passed","time":{"start":1724407557690,"stop":1724407557691,"duration":1}},{"uid":"c1c1a1b800a3db15","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/c1c1a1b800a3db15","status":"passed","time":{"start":1724407344438,"stop":1724407344438,"duration":0}},{"uid":"48f90c07695c8c6b","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/48f90c07695c8c6b","status":"passed","time":{"start":1724407135264,"stop":1724407135264,"duration":0}},{"uid":"88a5934f5ab8fbba","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/88a5934f5ab8fbba","status":"passed","time":{"start":1724406524177,"stop":1724406524177,"duration":0}}]},"tags":[]},"source":"1488bb2831068bb6.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/149c95a003b722d8.json
Normal file
1
7317/data/test-cases/149c95a003b722d8.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"149c95a003b722d8","name":"topics with same application and version share the same shard","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > topics with same application and version share the same shard","historyId":"3f5c35156711959eda236cd101661550:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408162367,"stop":1724408162367,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"918b6e23e4ba00aa","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/918b6e23e4ba00aa","status":"passed","time":{"start":1724407824394,"stop":1724407824395,"duration":1}},{"uid":"247ec63d0f88d131","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/247ec63d0f88d131","status":"passed","time":{"start":1724407332990,"stop":1724407332990,"duration":0}},{"uid":"9b6fe9f17ef6f7cc","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/9b6fe9f17ef6f7cc","status":"passed","time":{"start":1724406804008,"stop":1724406804008,"duration":0}},{"uid":"32461b79a9b8efc7","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/32461b79a9b8efc7","status":"passed","time":{"start":1724406838084,"stop":1724406838084,"duration":0}},{"uid":"c7072e8f9731372d","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/c7072e8f9731372d","status":"passed","time":{"start":1724406605720,"stop":1724406605720,"duration":0}},{"uid":"666f3ae8d1139b27","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/666f3ae8d1139b27","status":"passed","time":{"start":1724406385891,"stop":1724406385891,"duration":0}},{"uid":"7c49f6c9c9d6529f","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/7c49f6c9c9d6529f","status":"passed","time":{"start":1724405788862,"stop":1724405788862,"duration":0}}]},"tags":[]},"source":"149c95a003b722d8.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/149d3f359e932e0e.json
Normal file
1
7317/data/test-cases/149d3f359e932e0e.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/14cae7bd2684ba0b.json
Normal file
1
7317/data/test-cases/14cae7bd2684ba0b.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1511dd74c19725bb.json
Normal file
1
7317/data/test-cases/1511dd74c19725bb.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1511dd74c19725bb","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For bootstrap peers > should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","historyId":"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408221039,"stop":1724408221040,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For bootstrap peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"1ba7ba5b9d529566","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/1ba7ba5b9d529566","status":"passed","time":{"start":1724407885098,"stop":1724407885099,"duration":1}},{"uid":"931a499df6972039","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/931a499df6972039","status":"passed","time":{"start":1724407391737,"stop":1724407391738,"duration":1}},{"uid":"b52ddb02c8419cea","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/b52ddb02c8419cea","status":"passed","time":{"start":1724406862847,"stop":1724406862847,"duration":0}},{"uid":"2cdf2fc48b0b9483","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/2cdf2fc48b0b9483","status":"passed","time":{"start":1724406894455,"stop":1724406894455,"duration":0}},{"uid":"7e46accdc369acaf","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/7e46accdc369acaf","status":"passed","time":{"start":1724406665472,"stop":1724406665475,"duration":3}},{"uid":"ab675d9a0c63b602","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/ab675d9a0c63b602","status":"passed","time":{"start":1724406445929,"stop":1724406445930,"duration":1}},{"uid":"d379ca7b52565e44","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/d379ca7b52565e44","status":"passed","time":{"start":1724405847914,"stop":1724405847914,"duration":0}}]},"tags":[]},"source":"1511dd74c19725bb.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/157f01076e3bbbdd.json
Normal file
1
7317/data/test-cases/157f01076e3bbbdd.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/15d8033df08b972b.json
Normal file
1
7317/data/test-cases/15d8033df08b972b.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"15d8033df08b972b","name":"should be called at least once on all `peer:discovery` events","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > attemptDial method > should be called at least once on all `peer:discovery` events","historyId":"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408221037,"stop":1724408221038,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"attemptDial method"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"a69df4e4f1ecea56","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/a69df4e4f1ecea56","status":"passed","time":{"start":1724407885096,"stop":1724407885097,"duration":1}},{"uid":"6640942dd5aa41f6","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/6640942dd5aa41f6","status":"passed","time":{"start":1724407391735,"stop":1724407391736,"duration":1}},{"uid":"54c703ba352fa3e6","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/54c703ba352fa3e6","status":"passed","time":{"start":1724406862845,"stop":1724406862845,"duration":0}},{"uid":"be77f9bfbb83994e","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/be77f9bfbb83994e","status":"passed","time":{"start":1724406894453,"stop":1724406894454,"duration":1}},{"uid":"382e2b08e5d74faa","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/382e2b08e5d74faa","status":"passed","time":{"start":1724406665468,"stop":1724406665469,"duration":1}},{"uid":"71d4755400b98c7c","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/71d4755400b98c7c","status":"passed","time":{"start":1724406445927,"stop":1724406445928,"duration":1}},{"uid":"6a053235d8dfff1e","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/6a053235d8dfff1e","status":"passed","time":{"start":1724405847912,"stop":1724405847912,"duration":0}}]},"tags":[]},"source":"15d8033df08b972b.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/15eee57d7c72ce15.json
Normal file
1
7317/data/test-cases/15eee57d7c72ce15.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"15eee57d7c72ce15","name":"Ephemeral field is preserved - asymmetric encryption","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral field is preserved - asymmetric encryption","historyId":"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408225474,"stop":1724408225474,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"8fe8704af92bdadc","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/8fe8704af92bdadc","status":"passed","time":{"start":1724407887793,"stop":1724407887802,"duration":9}},{"uid":"f90a6863084d3869","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/f90a6863084d3869","status":"passed","time":{"start":1724407394379,"stop":1724407394380,"duration":1}},{"uid":"f2b1cf8886c65fc2","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/f2b1cf8886c65fc2","status":"passed","time":{"start":1724406866967,"stop":1724406866969,"duration":2}},{"uid":"898c473e4f2f5c67","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/898c473e4f2f5c67","status":"passed","time":{"start":1724406919456,"stop":1724406919456,"duration":0}},{"uid":"a098a8569de8705","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/a098a8569de8705","status":"passed","time":{"start":1724406667879,"stop":1724406667879,"duration":0}},{"uid":"1d024b2c8a417ff5","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/1d024b2c8a417ff5","status":"passed","time":{"start":1724406447957,"stop":1724406447958,"duration":1}},{"uid":"7fac8b310cb379ca","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/7fac8b310cb379ca","status":"passed","time":{"start":1724405850117,"stop":1724405850118,"duration":1}}]},"tags":[]},"source":"15eee57d7c72ce15.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/163d6e21625793b6.json
Normal file
1
7317/data/test-cases/163d6e21625793b6.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"163d6e21625793b6","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2 (Named sharding): Multiple PubsubTopics > Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","historyId":"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408300182,"stop":1724408300182,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"c412eed337ffdf88","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/c412eed337ffdf88","status":"passed","time":{"start":1724407974483,"stop":1724407974484,"duration":1}},{"uid":"31d86dd42f87fe70","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/31d86dd42f87fe70","status":"passed","time":{"start":1724407476575,"stop":1724407476576,"duration":1}},{"uid":"70ae6bffcc1eac7","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/70ae6bffcc1eac7","status":"passed","time":{"start":1724406944298,"stop":1724406944299,"duration":1}},{"uid":"8162bc81ab795cdb","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/8162bc81ab795cdb","status":"passed","time":{"start":1724406999335,"stop":1724406999335,"duration":0}},{"uid":"2ceae74c8a15c333","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/2ceae74c8a15c333","status":"passed","time":{"start":1724406748159,"stop":1724406748159,"duration":0}},{"uid":"ece66bef6d52e7b5","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/ece66bef6d52e7b5","status":"passed","time":{"start":1724406529485,"stop":1724406529485,"duration":0}},{"uid":"240431aeb36c62a2","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/240431aeb36c62a2","status":"passed","time":{"start":1724405928680,"stop":1724405928680,"duration":0}}]},"tags":[]},"source":"163d6e21625793b6.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/1693ce0751514fe0.json
Normal file
1
7317/data/test-cases/1693ce0751514fe0.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1693ce0751514fe0","name":"start node with empty content topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > start node with empty content topic","historyId":"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408814021,"stop":1724408814021,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"fd66c1651a6344a3","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/fd66c1651a6344a3","status":"passed","time":{"start":1724408479492,"stop":1724408479493,"duration":1}},{"uid":"33f226ec261dca97","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/33f226ec261dca97","status":"passed","time":{"start":1724407989093,"stop":1724407989093,"duration":0}},{"uid":"279f0be0e54a9b04","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/279f0be0e54a9b04","status":"passed","time":{"start":1724407483463,"stop":1724407483464,"duration":1}},{"uid":"e4aa475685278835","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/e4aa475685278835","status":"passed","time":{"start":1724407471758,"stop":1724407471758,"duration":0}},{"uid":"56315d75e570412c","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/56315d75e570412c","status":"passed","time":{"start":1724407265466,"stop":1724407265476,"duration":10}},{"uid":"fea7361fa3de14fc","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/fea7361fa3de14fc","status":"passed","time":{"start":1724407053536,"stop":1724407053536,"duration":0}},{"uid":"a94cad81b403241c","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/a94cad81b403241c","status":"passed","time":{"start":1724406481441,"stop":1724406481441,"duration":0}}]},"tags":[]},"source":"1693ce0751514fe0.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/16dac64fd5c4c039.json
Normal file
1
7317/data/test-cases/16dac64fd5c4c039.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/172c28cc5ef13b7d.json
Normal file
1
7317/data/test-cases/172c28cc5ef13b7d.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/175987cc1ca0b480.json
Normal file
1
7317/data/test-cases/175987cc1ca0b480.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/178c7bd07826927e.json
Normal file
1
7317/data/test-cases/178c7bd07826927e.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"178c7bd07826927e","name":"should be called for bootstrap peers","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For bootstrap peers > should be called for bootstrap peers","historyId":"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408221039,"stop":1724408221039,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For bootstrap peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"83d6e4839a8eb70b","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/83d6e4839a8eb70b","status":"passed","time":{"start":1724407885098,"stop":1724407885098,"duration":0}},{"uid":"769f6890def07f20","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/769f6890def07f20","status":"passed","time":{"start":1724407391736,"stop":1724407391737,"duration":1}},{"uid":"cd17b0a90e5355ad","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/cd17b0a90e5355ad","status":"passed","time":{"start":1724406862846,"stop":1724406862846,"duration":0}},{"uid":"1ffbf4b475452079","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/1ffbf4b475452079","status":"passed","time":{"start":1724406894454,"stop":1724406894455,"duration":1}},{"uid":"eac414fcf5db2c66","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/eac414fcf5db2c66","status":"passed","time":{"start":1724406665471,"stop":1724406665471,"duration":0}},{"uid":"2f753d65ec33a2aa","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/2f753d65ec33a2aa","status":"passed","time":{"start":1724406445929,"stop":1724406445929,"duration":0}},{"uid":"a212b1470f3ac8ae","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/a212b1470f3ac8ae","status":"passed","time":{"start":1724405847913,"stop":1724405847913,"duration":0}}]},"tags":[]},"source":"178c7bd07826927e.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/17ca86797de29f4b.json
Normal file
1
7317/data/test-cases/17ca86797de29f4b.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"17ca86797de29f4b","name":"Check meta is set [symmetric]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Check meta is set [symmetric]","historyId":"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408196701,"stop":1724408196701,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Symmetric Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"2fdf7a805e67ee90","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/2fdf7a805e67ee90","status":"passed","time":{"start":1724407859626,"stop":1724407859626,"duration":0}},{"uid":"43cfe21c58b0329c","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/43cfe21c58b0329c","status":"passed","time":{"start":1724407367626,"stop":1724407367626,"duration":0}},{"uid":"eef7156cd5c5cc8a","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/eef7156cd5c5cc8a","status":"passed","time":{"start":1724406838277,"stop":1724406838278,"duration":1}},{"uid":"7bec57e362c0db06","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/7bec57e362c0db06","status":"passed","time":{"start":1724406871347,"stop":1724406871348,"duration":1}},{"uid":"a32cd78e228deeda","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/a32cd78e228deeda","status":"passed","time":{"start":1724406640241,"stop":1724406640242,"duration":1}},{"uid":"2299526c9aa1dfee","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/2299526c9aa1dfee","status":"passed","time":{"start":1724406421160,"stop":1724406421161,"duration":1}},{"uid":"fcdcf6cbde429110","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/fcdcf6cbde429110","status":"passed","time":{"start":1724405823568,"stop":1724405823568,"duration":0}}]},"tags":[]},"source":"17ca86797de29f4b.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/17dd0545a7c28979.json
Normal file
1
7317/data/test-cases/17dd0545a7c28979.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"17dd0545a7c28979","name":"Generator, 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store, custom pubsub topic > Generator, 2 nwaku nodes each with different pubsubtopics","historyId":"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408888140,"stop":1724408888141,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"3d43786245f8d1c4","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/3d43786245f8d1c4","status":"passed","time":{"start":1724408549972,"stop":1724408549972,"duration":0}},{"uid":"d4214eb6915b2dc4","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/d4214eb6915b2dc4","status":"passed","time":{"start":1724408052519,"stop":1724408052519,"duration":0}},{"uid":"5d9c1ba1c432e6a5","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/5d9c1ba1c432e6a5","status":"passed","time":{"start":1724407541502,"stop":1724407541502,"duration":0}},{"uid":"43aed2e5ffcc0263","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/43aed2e5ffcc0263","status":"passed","time":{"start":1724407557688,"stop":1724407557689,"duration":1}},{"uid":"35486745d3034987","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/35486745d3034987","status":"passed","time":{"start":1724407344435,"stop":1724407344436,"duration":1}},{"uid":"1afc7d92a789f25c","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/1afc7d92a789f25c","status":"passed","time":{"start":1724407135262,"stop":1724407135262,"duration":0}},{"uid":"a7087d75ad08826e","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/a7087d75ad08826e","status":"passed","time":{"start":1724406524175,"stop":1724406524175,"duration":0}}]},"tags":[]},"source":"17dd0545a7c28979.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/17f412db8239eb3c.json
Normal file
1
7317/data/test-cases/17f412db8239eb3c.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"17f412db8239eb3c","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","historyId":"66c02edbb4d8f8ea70bd8864dde32e80:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408162366,"stop":1724408162367,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"4d72589556ae559d","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/4d72589556ae559d","status":"passed","time":{"start":1724407824394,"stop":1724407824394,"duration":0}},{"uid":"8b3aececeb1e69c6","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/8b3aececeb1e69c6","status":"passed","time":{"start":1724407332990,"stop":1724407332990,"duration":0}},{"uid":"c95ac94f2fcf5d22","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/c95ac94f2fcf5d22","status":"passed","time":{"start":1724406804008,"stop":1724406804008,"duration":0}},{"uid":"1ba8efc8cb4f4c63","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/1ba8efc8cb4f4c63","status":"passed","time":{"start":1724406838083,"stop":1724406838083,"duration":0}},{"uid":"82ad7005bf3a439c","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/82ad7005bf3a439c","status":"passed","time":{"start":1724406605719,"stop":1724406605720,"duration":1}},{"uid":"a90e4e36eb8e15c9","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/a90e4e36eb8e15c9","status":"passed","time":{"start":1724406385890,"stop":1724406385890,"duration":0}},{"uid":"b6fdf3533d5a35de","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/b6fdf3533d5a35de","status":"passed","time":{"start":1724405788862,"stop":1724405788862,"duration":0}}]},"tags":[]},"source":"17f412db8239eb3c.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/180c74c3046f1274.json
Normal file
1
7317/data/test-cases/180c74c3046f1274.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"180c74c3046f1274","name":"LightPush with 0 connections","fullName":"/tests/health-manager/protocols.spec.ts: Health Manager > Should update the health status for protocols > LightPush with 0 connections","historyId":"6bca71b12d6ff0d2e723e60d895c1685:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408480051,"stop":1724408480052,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Health Manager\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.health-manager"},{"name":"parentSuite","value":"Health Manager"},{"name":"suite","value":"Should update the health status for protocols"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"a40a42efb6e17be7","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/a40a42efb6e17be7","status":"passed","time":{"start":1724408169444,"stop":1724408169444,"duration":0}},{"uid":"b414489e9b41fec5","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/b414489e9b41fec5","status":"passed","time":{"start":1724407647983,"stop":1724407647984,"duration":1}},{"uid":"32e5dfbe0d8a6793","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/32e5dfbe0d8a6793","status":"passed","time":{"start":1724407151960,"stop":1724407151960,"duration":0}},{"uid":"eb7077565ef41d53","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/eb7077565ef41d53","status":"passed","time":{"start":1724407169911,"stop":1724407169912,"duration":1}},{"uid":"dcc4aff11ea5edf6","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/dcc4aff11ea5edf6","status":"passed","time":{"start":1724406945680,"stop":1724406945684,"duration":4}},{"uid":"e3a69678699fed86","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/e3a69678699fed86","status":"passed","time":{"start":1724406718817,"stop":1724406718817,"duration":0}},{"uid":"cc3510781ce8551f","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/cc3510781ce8551f","status":"passed","time":{"start":1724406115327,"stop":1724406115328,"duration":1}}]},"tags":[]},"source":"180c74c3046f1274.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/181939b84655f3d2.json
Normal file
1
7317/data/test-cases/181939b84655f3d2.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/18dd0f5130a163e7.json
Normal file
1
7317/data/test-cases/18dd0f5130a163e7.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/194587c372769fa0.json
Normal file
1
7317/data/test-cases/194587c372769fa0.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1950c3c2575c9ce8.json
Normal file
1
7317/data/test-cases/1950c3c2575c9ce8.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1ab2743ebc853935.json
Normal file
1
7317/data/test-cases/1ab2743ebc853935.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1ab2743ebc853935","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > using a protocol with unconfigured pubsub topic should fail","historyId":"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408814013,"stop":1724408814014,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"73cef7326a849cd1","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/73cef7326a849cd1","status":"passed","time":{"start":1724408479492,"stop":1724408479492,"duration":0}},{"uid":"8b60c7068758280b","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/8b60c7068758280b","status":"passed","time":{"start":1724407989092,"stop":1724407989093,"duration":1}},{"uid":"1c43ff5829e054c9","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/1c43ff5829e054c9","status":"passed","time":{"start":1724407483462,"stop":1724407483463,"duration":1}},{"uid":"f233eb3fbb6e9f9a","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/f233eb3fbb6e9f9a","status":"passed","time":{"start":1724407471758,"stop":1724407471758,"duration":0}},{"uid":"85ec1d759da7f125","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/85ec1d759da7f125","status":"passed","time":{"start":1724407265466,"stop":1724407265466,"duration":0}},{"uid":"fae81f05e1596ecd","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/fae81f05e1596ecd","status":"passed","time":{"start":1724407053535,"stop":1724407053535,"duration":0}},{"uid":"2318407e7225b4da","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/2318407e7225b4da","status":"passed","time":{"start":1724406481440,"stop":1724406481440,"duration":0}}]},"tags":[]},"source":"1ab2743ebc853935.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/1b6b0043de0ba545.json
Normal file
1
7317/data/test-cases/1b6b0043de0ba545.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1cb9876c8b4d7dd6.json
Normal file
1
7317/data/test-cases/1cb9876c8b4d7dd6.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1cde05cd019eae81.json
Normal file
1
7317/data/test-cases/1cde05cd019eae81.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1cde05cd019eae81","name":"Decoder throws on empty string content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Decoder throws on empty string content topic","historyId":"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408175787,"stop":1724408175787,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Ensures content topic is defined"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"6f05b470d87c7b52","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/6f05b470d87c7b52","status":"passed","time":{"start":1724407838343,"stop":1724407838343,"duration":0}},{"uid":"efe19ed00dc44f60","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/efe19ed00dc44f60","status":"passed","time":{"start":1724407346759,"stop":1724407346760,"duration":1}},{"uid":"58cb8f64e9de042a","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/58cb8f64e9de042a","status":"passed","time":{"start":1724406817429,"stop":1724406817429,"duration":0}},{"uid":"c9c6bca3c5483d93","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/c9c6bca3c5483d93","status":"passed","time":{"start":1724406851197,"stop":1724406851197,"duration":0}},{"uid":"e084e67ba8b79ee5","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/e084e67ba8b79ee5","status":"passed","time":{"start":1724406619215,"stop":1724406619215,"duration":0}},{"uid":"2cf9653a2bbac5e8","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/2cf9653a2bbac5e8","status":"passed","time":{"start":1724406399851,"stop":1724406399851,"duration":0}},{"uid":"d6ead3cdab747da3","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/d6ead3cdab747da3","status":"passed","time":{"start":1724405802488,"stop":1724405802488,"duration":0}}]},"tags":[]},"source":"1cde05cd019eae81.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/1cfabe4ecbd6192f.json
Normal file
1
7317/data/test-cases/1cfabe4ecbd6192f.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1d01a2b6f800ac42.json
Normal file
1
7317/data/test-cases/1d01a2b6f800ac42.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1d01a2b6f800ac42","name":"should set field with only LIGHTPUSH enabled","fullName":"/src/enr.spec.ts: ENR > waku2 key round trip > should set field with only LIGHTPUSH enabled","historyId":"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408170869,"stop":1724408170869,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"waku2 key round trip\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"waku2 key round trip"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"2837c490e0ff12db","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/2837c490e0ff12db","status":"passed","time":{"start":1724407833305,"stop":1724407833306,"duration":1}},{"uid":"cb39df0542e1f0f1","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/cb39df0542e1f0f1","status":"passed","time":{"start":1724407341735,"stop":1724407341735,"duration":0}},{"uid":"82ee179e78be3004","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/82ee179e78be3004","status":"passed","time":{"start":1724406812511,"stop":1724406812511,"duration":0}},{"uid":"64805d4c67c90897","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/64805d4c67c90897","status":"passed","time":{"start":1724406846386,"stop":1724406846386,"duration":0}},{"uid":"c24ced98982e2c11","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/c24ced98982e2c11","status":"passed","time":{"start":1724406614310,"stop":1724406614310,"duration":0}},{"uid":"f4b990616abe6a8c","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/f4b990616abe6a8c","status":"passed","time":{"start":1724406394800,"stop":1724406394800,"duration":0}},{"uid":"646e912b1c8ff48c","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/646e912b1c8ff48c","status":"passed","time":{"start":1724405797482,"stop":1724405797482,"duration":0}}]},"tags":[]},"source":"1d01a2b6f800ac42.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/1e59f02a29f36410.json
Normal file
1
7317/data/test-cases/1e59f02a29f36410.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1e7d286541718e76.json
Normal file
1
7317/data/test-cases/1e7d286541718e76.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1eb069f4d2e967fd.json
Normal file
1
7317/data/test-cases/1eb069f4d2e967fd.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1ecbc91fbd3bf5ce.json
Normal file
1
7317/data/test-cases/1ecbc91fbd3bf5ce.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1ecbc91fbd3bf5ce","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2: Multiple PubsubTopics > Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","historyId":"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408300160,"stop":1724408300162,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"ad7f778a95502663","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/ad7f778a95502663","status":"passed","time":{"start":1724407974471,"stop":1724407974472,"duration":1}},{"uid":"75fff454ffb3b24a","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/75fff454ffb3b24a","status":"passed","time":{"start":1724407476571,"stop":1724407476571,"duration":0}},{"uid":"36bcd7ddaff9c9a4","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/36bcd7ddaff9c9a4","status":"passed","time":{"start":1724406944246,"stop":1724406944247,"duration":1}},{"uid":"d713fa580dabe78c","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/d713fa580dabe78c","status":"passed","time":{"start":1724406999331,"stop":1724406999331,"duration":0}},{"uid":"248ca442e8b53541","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/248ca442e8b53541","status":"passed","time":{"start":1724406748155,"stop":1724406748156,"duration":1}},{"uid":"66f70744ec98fd33","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/66f70744ec98fd33","status":"passed","time":{"start":1724406529481,"stop":1724406529481,"duration":0}},{"uid":"bfdfb428806e623b","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/bfdfb428806e623b","status":"passed","time":{"start":1724405928675,"stop":1724405928675,"duration":0}}]},"tags":[]},"source":"1ecbc91fbd3bf5ce.json","parameterValues":[]}
|
||||
1
7317/data/test-cases/1f68874857a456f6.json
Normal file
1
7317/data/test-cases/1f68874857a456f6.json
Normal file
File diff suppressed because one or more lines are too long
1
7317/data/test-cases/1fb0d7f4a5744c7a.json
Normal file
1
7317/data/test-cases/1fb0d7f4a5744c7a.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1fb0d7f4a5744c7a","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1724408750997,"stop":1724408750997,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"efec756932f5b3b2","reportUrl":"https://waku-org.github.io/js-waku/7325//#testresult/efec756932f5b3b2","status":"passed","time":{"start":1724408380540,"stop":1724408380541,"duration":1}},{"uid":"af9e272ec35425e9","reportUrl":"https://waku-org.github.io/js-waku/7324//#testresult/af9e272ec35425e9","status":"passed","time":{"start":1724407908036,"stop":1724407908037,"duration":1}},{"uid":"1fec06dc75111d49","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/1fec06dc75111d49","status":"passed","time":{"start":1724407412492,"stop":1724407412493,"duration":1}},{"uid":"733d527877f495f9","reportUrl":"https://waku-org.github.io/js-waku/7323//#testresult/733d527877f495f9","status":"passed","time":{"start":1724407386584,"stop":1724407386585,"duration":1}},{"uid":"74453a36aabe627d","reportUrl":"https://waku-org.github.io/js-waku/7321//#testresult/74453a36aabe627d","status":"passed","time":{"start":1724407186451,"stop":1724407186451,"duration":0}},{"uid":"1c6b7950b5d1a6d5","reportUrl":"https://waku-org.github.io/js-waku/7319//#testresult/1c6b7950b5d1a6d5","status":"passed","time":{"start":1724406979585,"stop":1724406979586,"duration":1}},{"uid":"99c635ce66194902","reportUrl":"https://waku-org.github.io/js-waku/7317//#testresult/99c635ce66194902","status":"passed","time":{"start":1724406392448,"stop":1724406392448,"duration":0}}]},"tags":[]},"source":"1fb0d7f4a5744c7a.json","parameterValues":[]}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user