mirror of
https://github.com/logos-messaging/logos-messaging-allure-js.git
synced 2026-06-04 10:59:56 +00:00
deploy: waku-org/js-waku@0ded72f934
This commit is contained in:
parent
7ba0f85d80
commit
7337983308
40
6764/app.js
40
6764/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 1711669680000000000
|
||||
launch_status broken=0 1711669680000000000
|
||||
launch_status passed=0 1711669680000000000
|
||||
launch_status skipped=0 1711669680000000000
|
||||
launch_status unknown=0 1711669680000000000
|
||||
launch_time duration=0 1711669680000000000
|
||||
launch_time min_duration=0 1711669680000000000
|
||||
launch_time max_duration=0 1711669680000000000
|
||||
launch_time sum_duration=0 1711669680000000000
|
||||
launch_retries retries=0 1711669680000000000
|
||||
launch_retries run=0 1711669680000000000
|
||||
@ -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
6764/favicon.ico
BIN
6764/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': 'ae8f36be-bcf4-4186-bf47-6fcb712c1413',
|
||||
'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 [ …(3) ] to include '/dns4/node-01.do-ams3.waku.test.statu…'","children":[{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"e20624e35343daa","parentUid":"57f01a600047352eb4d9467415c60bff","status":"broken","time":{"start":1712486700220,"stop":1712486700220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"57f01a600047352eb4d9467415c60bff"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"}
|
||||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected [ …(3) ] to include '/dns4/node-01.do-ams3.waku.test.statu…'","children":[{"name":"should decode valid ENR with multiaddrs successfully [shared test vector]","uid":"ac97f47b8dbaa6f1","parentUid":"57f01a600047352eb4d9467415c60bff","status":"broken","time":{"start":1712488253310,"stop":1712488253311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"57f01a600047352eb4d9467415c60bff"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"}
|
||||
File diff suppressed because one or more lines are too long
1668
6795/data/suites.csv
1668
6795/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
6795/data/test-cases/10102ba5218d372f.json
Normal file
1
6795/data/test-cases/10102ba5218d372f.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/107adc768c7f28cc.json
Normal file
1
6795/data/test-cases/107adc768c7f28cc.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/107bed14b60067f2.json
Normal file
1
6795/data/test-cases/107bed14b60067f2.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1117c930860dd69f.json
Normal file
1
6795/data/test-cases/1117c930860dd69f.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1153cdd29d62d914.json
Normal file
1
6795/data/test-cases/1153cdd29d62d914.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1153cdd29d62d914","name":"Subscribe and receive messages on 2 different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (named sharding): Multiple PubsubTopics > Subscribe and receive messages on 2 different pubsubtopics","historyId":"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488550781,"stop":1712488550782,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"c95d4efc3fdceae3","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/c95d4efc3fdceae3","status":"passed","time":{"start":1712487889176,"stop":1712487889177,"duration":1}},{"uid":"52739ca34500c5d3","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/52739ca34500c5d3","status":"passed","time":{"start":1712486999829,"stop":1712486999830,"duration":1}},{"uid":"84614a6f648ded78","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/84614a6f648ded78","status":"passed","time":{"start":1712486672224,"stop":1712486672225,"duration":1}},{"uid":"91ab863f4f68ce97","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/91ab863f4f68ce97","status":"passed","time":{"start":1712485777692,"stop":1712485777692,"duration":0}},{"uid":"75535b1297398cfe","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/75535b1297398cfe","status":"passed","time":{"start":1712485562320,"stop":1712485562320,"duration":0}}]},"tags":[]},"source":"1153cdd29d62d914.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1167aa47412fdad6.json
Normal file
1
6795/data/test-cases/1167aa47412fdad6.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1167aa47412fdad6","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","historyId":"2fbd0347885ea48ba9a2ba436764c5cf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488244862,"stop":1712488244863,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"e7a71536422d8be1","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/e7a71536422d8be1","status":"passed","time":{"start":1712487587171,"stop":1712487587172,"duration":1}},{"uid":"ff823b6bd1a81c99","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/ff823b6bd1a81c99","status":"passed","time":{"start":1712486691998,"stop":1712486691999,"duration":1}},{"uid":"d7be804a04a34389","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/d7be804a04a34389","status":"passed","time":{"start":1712486356264,"stop":1712486356264,"duration":0}},{"uid":"17dbe1425bf0c000","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/17dbe1425bf0c000","status":"passed","time":{"start":1712485488476,"stop":1712485488476,"duration":0}},{"uid":"d51466ba24e3bff1","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/d51466ba24e3bff1","status":"passed","time":{"start":1712485264684,"stop":1712485264685,"duration":1}}]},"tags":[]},"source":"1167aa47412fdad6.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/11e46bb24510e646.json
Normal file
1
6795/data/test-cases/11e46bb24510e646.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"11e46bb24510e646","name":"Encoder throws on undefined content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Encoder throws on undefined content topic","historyId":"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488258130,"stop":1712488258130,"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":6,"unknown":0,"total":6},"items":[{"uid":"98f8632ed91dcad8","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/98f8632ed91dcad8","status":"passed","time":{"start":1712487600552,"stop":1712487600553,"duration":1}},{"uid":"831db7f55e39ae65","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/831db7f55e39ae65","status":"passed","time":{"start":1712486705139,"stop":1712486705139,"duration":0}},{"uid":"42686df13a3fe85","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/42686df13a3fe85","status":"passed","time":{"start":1712486369529,"stop":1712486369529,"duration":0}},{"uid":"6e275504bb49cee3","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/6e275504bb49cee3","status":"passed","time":{"start":1712485501917,"stop":1712485501918,"duration":1}},{"uid":"4fd3da6517538ee2","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/4fd3da6517538ee2","status":"passed","time":{"start":1712485278001,"stop":1712485278002,"duration":1}}]},"tags":[]},"source":"11e46bb24510e646.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1221ed47f2e6c00a.json
Normal file
1
6795/data/test-cases/1221ed47f2e6c00a.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/122f38e16c02d6b6.json
Normal file
1
6795/data/test-cases/122f38e16c02d6b6.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1236ce74bf0fc711.json
Normal file
1
6795/data/test-cases/1236ce74bf0fc711.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/12434c6b2df926d0.json
Normal file
1
6795/data/test-cases/12434c6b2df926d0.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"12434c6b2df926d0","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is mis-prefixed","historyId":"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488268736,"stop":1712488268737,"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":6,"unknown":0,"total":6},"items":[{"uid":"8bf7052e568c68da","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/8bf7052e568c68da","status":"passed","time":{"start":1712487611111,"stop":1712487611111,"duration":0}},{"uid":"b511237d53920396","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/b511237d53920396","status":"passed","time":{"start":1712486715965,"stop":1712486715965,"duration":0}},{"uid":"a0ea0de83117194d","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/a0ea0de83117194d","status":"passed","time":{"start":1712486379659,"stop":1712486379659,"duration":0}},{"uid":"ffbdfb1f21fb446d","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/ffbdfb1f21fb446d","status":"passed","time":{"start":1712485512515,"stop":1712485512516,"duration":1}},{"uid":"dee2e5e566d13f00","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/dee2e5e566d13f00","status":"passed","time":{"start":1712485288408,"stop":1712485288409,"duration":1}}]},"tags":[]},"source":"12434c6b2df926d0.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/12922dfc31b8da7d.json
Normal file
1
6795/data/test-cases/12922dfc31b8da7d.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"12922dfc31b8da7d","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/!","historyId":"2dc6a6757064d64bd9388261a1af2aa3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488244874,"stop":1712488244874,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"ef6da149e3ba50be","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/ef6da149e3ba50be","status":"passed","time":{"start":1712487587185,"stop":1712487587185,"duration":0}},{"uid":"52baaf45e614bc2f","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/52baaf45e614bc2f","status":"passed","time":{"start":1712486692008,"stop":1712486692008,"duration":0}},{"uid":"67b58fddf3b87da6","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/67b58fddf3b87da6","status":"passed","time":{"start":1712486356277,"stop":1712486356277,"duration":0}},{"uid":"debe8b097d6d903b","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/debe8b097d6d903b","status":"passed","time":{"start":1712485488491,"stop":1712485488491,"duration":0}},{"uid":"883fa161fa2f5f30","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/883fa161fa2f5f30","status":"passed","time":{"start":1712485264699,"stop":1712485264699,"duration":0}}]},"tags":[]},"source":"12922dfc31b8da7d.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1298af84ac60681a.json
Normal file
1
6795/data/test-cases/1298af84ac60681a.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/12d9987703ff0750.json
Normal file
1
6795/data/test-cases/12d9987703ff0750.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"12d9987703ff0750","name":"random auto sharding 2 - Cluster ID: 1, Content Topic: /app85/9/topic549/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 2 - Cluster ID: 1, Content Topic: /app85/9/topic549/xml","historyId":"e38bf7875e0f20ef9ec966900e949c85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488728833,"stop":1712488728833,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"12d9987703ff0750.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/130ae1df6830eda9.json
Normal file
1
6795/data/test-cases/130ae1df6830eda9.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/132953269df16ae.json
Normal file
1
6795/data/test-cases/132953269df16ae.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"132953269df16ae","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","fullName":"/tests/getPeers.spec.ts: getPeers > getPeers with varying maxBootstrapPeers > maxBootstrapPeers=2 > numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","historyId":"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488387895,"stop":1712488387895,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=2"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"889f9a2c36b94435","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/889f9a2c36b94435","status":"passed","time":{"start":1712487731470,"stop":1712487731471,"duration":1}},{"uid":"6bf20a0282acc593","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/6bf20a0282acc593","status":"passed","time":{"start":1712486832929,"stop":1712486832929,"duration":0}},{"uid":"7d52c205d04bb9ab","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/7d52c205d04bb9ab","status":"passed","time":{"start":1712486498962,"stop":1712486498963,"duration":1}},{"uid":"e95e31a2b5c3e61c","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/e95e31a2b5c3e61c","status":"passed","time":{"start":1712485631333,"stop":1712485631333,"duration":0}},{"uid":"ca773de988feca8","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/ca773de988feca8","status":"passed","time":{"start":1712485407117,"stop":1712485407117,"duration":0}}]},"tags":[]},"source":"132953269df16ae.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/132cddc89d7598c2.json
Normal file
1
6795/data/test-cases/132cddc89d7598c2.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"132cddc89d7598c2","name":"all px service nodes subscribed to the shard topic should be dialed","fullName":"/tests/sharding/peer_management.spec.ts: Autosharding: Peer Management > Peer Exchange > all px service nodes subscribed to the shard topic should be dialed","historyId":"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488872097,"stop":1712488872097,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"ed36fd0cd4ed5e13","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/ed36fd0cd4ed5e13","status":"skipped","statusDetails":"Test ignored","time":{"start":1712488217890,"stop":1712488217890,"duration":0}},{"uid":"37f717d0e41b467f","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/37f717d0e41b467f","status":"skipped","statusDetails":"Test ignored","time":{"start":1712487314027,"stop":1712487314027,"duration":0}},{"uid":"901c6a5a0a2b8b06","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/901c6a5a0a2b8b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1712486981892,"stop":1712486981892,"duration":0}},{"uid":"97551916a2da6f5","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/97551916a2da6f5","status":"skipped","statusDetails":"Test ignored","time":{"start":1712486104052,"stop":1712486104053,"duration":1}},{"uid":"290b5a79922e7f81","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/290b5a79922e7f81","status":"skipped","statusDetails":"Test ignored","time":{"start":1712485895232,"stop":1712485895232,"duration":0}}]},"tags":[]},"source":"132cddc89d7598c2.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/13345608e6b5dca1.json
Normal file
1
6795/data/test-cases/13345608e6b5dca1.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"13345608e6b5dca1","name":"should be called for peers with PEER_EXCHANGE tags","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For peer-exchange peers > should be called for peers with PEER_EXCHANGE tags","historyId":"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488304024,"stop":1712488304024,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For peer-exchange peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"7d026a2173b61bc6","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/7d026a2173b61bc6","status":"passed","time":{"start":1712487644578,"stop":1712487644578,"duration":0}},{"uid":"8e397481829d8f78","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/8e397481829d8f78","status":"passed","time":{"start":1712486749335,"stop":1712486749336,"duration":1}},{"uid":"66e7fdd396aa2016","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/66e7fdd396aa2016","status":"passed","time":{"start":1712486414718,"stop":1712486414718,"duration":0}},{"uid":"c36555e886212e32","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/c36555e886212e32","status":"passed","time":{"start":1712485546699,"stop":1712485546700,"duration":1}},{"uid":"a471773c779131c4","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/a471773c779131c4","status":"passed","time":{"start":1712485322944,"stop":1712485322944,"duration":0}}]},"tags":[]},"source":"13345608e6b5dca1.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/13399c39f9964503.json
Normal file
1
6795/data/test-cases/13399c39f9964503.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/13e0e1ce51c7105a.json
Normal file
1
6795/data/test-cases/13e0e1ce51c7105a.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1421c92c2e885ed.json
Normal file
1
6795/data/test-cases/1421c92c2e885ed.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/14ca23e14abdf5fc.json
Normal file
1
6795/data/test-cases/14ca23e14abdf5fc.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/14e1f8cffdc26382.json
Normal file
1
6795/data/test-cases/14e1f8cffdc26382.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/14e2602d436004bd.json
Normal file
1
6795/data/test-cases/14e2602d436004bd.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1505327485787a6a.json
Normal file
1
6795/data/test-cases/1505327485787a6a.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1505327485787a6a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","fullName":"/tests/light-push/single_node/multiple_pubsub.node.spec.ts: Waku Light Push (named sharding): Multiple PubsubTopics > Light push messages to 2 nwaku nodes each with different pubsubtopics","historyId":"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488550782,"stop":1712488550783,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"ea4dc1198d57b781","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/ea4dc1198d57b781","status":"passed","time":{"start":1712487889177,"stop":1712487889177,"duration":0}},{"uid":"5e6c30059dee112e","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/5e6c30059dee112e","status":"passed","time":{"start":1712486999830,"stop":1712486999830,"duration":0}},{"uid":"a1a6d9a823fb2b97","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/a1a6d9a823fb2b97","status":"passed","time":{"start":1712486672225,"stop":1712486672225,"duration":0}},{"uid":"25a0b52cd050d322","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/25a0b52cd050d322","status":"passed","time":{"start":1712485777692,"stop":1712485777692,"duration":0}},{"uid":"8c7dcd49bebfc873","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/8c7dcd49bebfc873","status":"passed","time":{"start":1712485562320,"stop":1712485562321,"duration":1}}]},"tags":[]},"source":"1505327485787a6a.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/150828ff9adace37.json
Normal file
1
6795/data/test-cases/150828ff9adace37.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/15690676759ffd56.json
Normal file
1
6795/data/test-cases/15690676759ffd56.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/160354e3a25c3215.json
Normal file
1
6795/data/test-cases/160354e3a25c3215.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"160354e3a25c3215","name":"Reopen subscription with peer with lost subscription","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Reopen subscription with peer with lost subscription","historyId":"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488382341,"stop":1712488382341,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"ac7b6b8a5b593ada","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/ac7b6b8a5b593ada","status":"passed","time":{"start":1712487720212,"stop":1712487720213,"duration":1}},{"uid":"2cd36eef0f3edcb","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/2cd36eef0f3edcb","status":"passed","time":{"start":1712486818767,"stop":1712486818767,"duration":0}},{"uid":"1a6e8b2470695236","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/1a6e8b2470695236","status":"passed","time":{"start":1712486481627,"stop":1712486481627,"duration":0}},{"uid":"282c8f59d1bd7e00","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/282c8f59d1bd7e00","status":"passed","time":{"start":1712485610900,"stop":1712485610901,"duration":1}},{"uid":"a965d47562aca9ae","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/a965d47562aca9ae","status":"passed","time":{"start":1712485390732,"stop":1712485390732,"duration":0}}]},"tags":[]},"source":"160354e3a25c3215.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/16679fd545fdb825.json
Normal file
1
6795/data/test-cases/16679fd545fdb825.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"16679fd545fdb825","name":"same cluster, same shard: nodes connect","fullName":"/tests/metadata.spec.ts: Metadata Protocol > connections > same cluster, same shard: nodes connect","historyId":"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488580663,"stop":1712488580664,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"78c4f23f48fcc021","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/78c4f23f48fcc021","status":"passed","time":{"start":1712487932136,"stop":1712487932136,"duration":0}},{"uid":"4971fa3b06d0b614","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/4971fa3b06d0b614","status":"passed","time":{"start":1712487032052,"stop":1712487032053,"duration":1}},{"uid":"594aeabf7190a555","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/594aeabf7190a555","status":"passed","time":{"start":1712486700901,"stop":1712486700902,"duration":1}},{"uid":"377be22b93998ef1","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/377be22b93998ef1","status":"passed","time":{"start":1712485815095,"stop":1712485815095,"duration":0}},{"uid":"ffeacd1e19a3f786","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/ffeacd1e19a3f786","status":"passed","time":{"start":1712485602600,"stop":1712485602600,"duration":0}}]},"tags":[]},"source":"16679fd545fdb825.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1671b7059e3774e2.json
Normal file
1
6795/data/test-cases/1671b7059e3774e2.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/167c01b65d0e295e.json
Normal file
1
6795/data/test-cases/167c01b65d0e295e.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/16bac92e97cea425.json
Normal file
1
6795/data/test-cases/16bac92e97cea425.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"16bac92e97cea425","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /incorrect/format","historyId":"3ed9b66e45c94b179dff35bf2fe88201:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488244871,"stop":1712488244871,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"2828a10091067000","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/2828a10091067000","status":"passed","time":{"start":1712487587181,"stop":1712487587181,"duration":0}},{"uid":"18a8a9d45884fb3","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/18a8a9d45884fb3","status":"passed","time":{"start":1712486692006,"stop":1712486692006,"duration":0}},{"uid":"472e9eb2ba06e79c","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/472e9eb2ba06e79c","status":"passed","time":{"start":1712486356274,"stop":1712486356274,"duration":0}},{"uid":"e818fcd3a7a19ad4","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/e818fcd3a7a19ad4","status":"passed","time":{"start":1712485488487,"stop":1712485488487,"duration":0}},{"uid":"ae2c9268311baf5","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/ae2c9268311baf5","status":"passed","time":{"start":1712485264695,"stop":1712485264695,"duration":0}}]},"tags":[]},"source":"16bac92e97cea425.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/16c602758f5adaa3.json
Normal file
1
6795/data/test-cases/16c602758f5adaa3.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/16e66392a2eb7f37.json
Normal file
1
6795/data/test-cases/16e66392a2eb7f37.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"16e66392a2eb7f37","name":"different cluster, same shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, same shard: nodes don't connect","historyId":"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488387878,"stop":1712488387878,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"585011b47bae7a90","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/585011b47bae7a90","status":"skipped","statusDetails":"Test ignored","time":{"start":1712487731458,"stop":1712487731458,"duration":0}},{"uid":"67f452ce9f95fb25","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/67f452ce9f95fb25","status":"skipped","statusDetails":"Test ignored","time":{"start":1712486832916,"stop":1712486832916,"duration":0}},{"uid":"fae25820f9433fdb","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/fae25820f9433fdb","status":"skipped","statusDetails":"Test ignored","time":{"start":1712486498954,"stop":1712486498954,"duration":0}},{"uid":"8ef1e4470ea194f9","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/8ef1e4470ea194f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1712485631312,"stop":1712485631312,"duration":0}},{"uid":"bd8c0533312002fc","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/bd8c0533312002fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1712485407100,"stop":1712485407100,"duration":0}}]},"tags":[]},"source":"16e66392a2eb7f37.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/16efef8a62bc128c.json
Normal file
1
6795/data/test-cases/16efef8a62bc128c.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/18763fdb0546840a.json
Normal file
1
6795/data/test-cases/18763fdb0546840a.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"18763fdb0546840a","name":"1 Relay, 1 fetch","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 fetch","historyId":"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488268376,"stop":1712488268377,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"18290eef7b7bf0b8","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/18290eef7b7bf0b8","status":"passed","time":{"start":1712487611222,"stop":1712487611222,"duration":0}},{"uid":"6ea160097596d124","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/6ea160097596d124","status":"passed","time":{"start":1712486715511,"stop":1712486715512,"duration":1}},{"uid":"29b3f1321c7e4dfe","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/29b3f1321c7e4dfe","status":"passed","time":{"start":1712486379687,"stop":1712486379688,"duration":1}},{"uid":"ae3fd2b408bf137a","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/ae3fd2b408bf137a","status":"passed","time":{"start":1712485512421,"stop":1712485512422,"duration":1}},{"uid":"b4babc1c0ae4e8e7","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/b4babc1c0ae4e8e7","status":"passed","time":{"start":1712485288698,"stop":1712485288698,"duration":0}}]},"tags":[]},"source":"18763fdb0546840a.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/188cb1652ba1bcd3.json
Normal file
1
6795/data/test-cases/188cb1652ba1bcd3.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/18bb54ee9fed0297.json
Normal file
1
6795/data/test-cases/18bb54ee9fed0297.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"18bb54ee9fed0297","name":"Check meta is set [ecies]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Check meta is set [ecies]","historyId":"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488280842,"stop":1712488280843,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ecies Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"adb05bc851e3a4e","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/adb05bc851e3a4e","status":"passed","time":{"start":1712487622823,"stop":1712487622823,"duration":0}},{"uid":"52a680de792c60b6","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/52a680de792c60b6","status":"passed","time":{"start":1712486727352,"stop":1712486727352,"duration":0}},{"uid":"2a08d278ddd8abf1","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/2a08d278ddd8abf1","status":"passed","time":{"start":1712486392114,"stop":1712486392114,"duration":0}},{"uid":"f8b98d05ef1bdc65","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/f8b98d05ef1bdc65","status":"passed","time":{"start":1712485524411,"stop":1712485524411,"duration":0}},{"uid":"eb38d90aebb1f061","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/eb38d90aebb1f061","status":"passed","time":{"start":1712485300678,"stop":1712485300678,"duration":0}}]},"tags":[]},"source":"18bb54ee9fed0297.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/18fa0d3744b3f764.json
Normal file
1
6795/data/test-cases/18fa0d3744b3f764.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"18fa0d3744b3f764","name":"should handle a minimal index list","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should handle a minimal index list","historyId":"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488244838,"stop":1712488244838,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"df6208112c5bb8bd","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/df6208112c5bb8bd","status":"passed","time":{"start":1712487587318,"stop":1712487587318,"duration":0}},{"uid":"d065c0b77146f45e","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/d065c0b77146f45e","status":"passed","time":{"start":1712486691816,"stop":1712486691816,"duration":0}},{"uid":"f99f05c05d39e63d","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/f99f05c05d39e63d","status":"passed","time":{"start":1712486356374,"stop":1712486356375,"duration":1}},{"uid":"cc13d66dde4eeeed","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/cc13d66dde4eeeed","status":"passed","time":{"start":1712485488565,"stop":1712485488565,"duration":0}},{"uid":"94a7ebabb8da0512","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/94a7ebabb8da0512","status":"passed","time":{"start":1712485264728,"stop":1712485264729,"duration":1}}]},"tags":[]},"source":"18fa0d3744b3f764.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1937b64c4b23bb19.json
Normal file
1
6795/data/test-cases/1937b64c4b23bb19.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1937b64c4b23bb19","name":"Encoder throws on empty string content topic","fullName":"/src/lib/message/version_0.spec.ts: Ensures content topic is defined > Encoder throws on empty string content topic","historyId":"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488258131,"stop":1712488258131,"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":6,"unknown":0,"total":6},"items":[{"uid":"1389b1362e9f1e6","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/1389b1362e9f1e6","status":"passed","time":{"start":1712487600553,"stop":1712487600553,"duration":0}},{"uid":"40206f29a3c45b3c","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/40206f29a3c45b3c","status":"passed","time":{"start":1712486705140,"stop":1712486705140,"duration":0}},{"uid":"fa60865c26b0a442","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/fa60865c26b0a442","status":"passed","time":{"start":1712486369530,"stop":1712486369530,"duration":0}},{"uid":"9b449b07a14e2d8a","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/9b449b07a14e2d8a","status":"passed","time":{"start":1712485501918,"stop":1712485501918,"duration":0}},{"uid":"d05e9477ec388301","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/d05e9477ec388301","status":"passed","time":{"start":1712485278002,"stop":1712485278002,"duration":0}}]},"tags":[]},"source":"1937b64c4b23bb19.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/19f12760e85bb2d2.json
Normal file
1
6795/data/test-cases/19f12760e85bb2d2.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"19f12760e85bb2d2","name":"Round trip binary serialization","fullName":"/src/lib/message/version_0.spec.ts: Waku Message version 0 > Round trip binary serialization","historyId":"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488258129,"stop":1712488258129,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Waku Message version 0"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"92082e377bbc8c62","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/92082e377bbc8c62","status":"passed","time":{"start":1712487600551,"stop":1712487600551,"duration":0}},{"uid":"13417e7b220ef059","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/13417e7b220ef059","status":"passed","time":{"start":1712486705137,"stop":1712486705138,"duration":1}},{"uid":"41ae2e0f5c348799","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/41ae2e0f5c348799","status":"passed","time":{"start":1712486369527,"stop":1712486369528,"duration":1}},{"uid":"9303f867f23c541c","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/9303f867f23c541c","status":"passed","time":{"start":1712485501916,"stop":1712485501916,"duration":0}},{"uid":"fa106424d25d88f1","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/fa106424d25d88f1","status":"passed","time":{"start":1712485277998,"stop":1712485277999,"duration":1}}]},"tags":[]},"source":"19f12760e85bb2d2.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1a2d16e8dc98c3df.json
Normal file
1
6795/data/test-cases/1a2d16e8dc98c3df.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1a2d16e8dc98c3df","name":"random auto sharding 6 - Cluster ID: 1, Content Topic: /app79/8/topic138/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 1, Content Topic: /app79/8/topic138/test.js","historyId":"009818b514d0b50f72e77b9c26a3c73b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488728836,"stop":1712488728836,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1a2d16e8dc98c3df.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1a71af0938d129.json
Normal file
1
6795/data/test-cases/1a71af0938d129.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1ab8350645e152fd.json
Normal file
1
6795/data/test-cases/1ab8350645e152fd.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1ab8350645e152fd","name":"Generator, custom pubsub topic","fullName":"/tests/store/multiple_pubsub.spec.ts: Waku Store (Autosharding), custom pubsub topic > Generator, custom pubsub topic","historyId":"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488808621,"stop":1712488808621,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"Waku Store (Autosharding), custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store (Autosharding), custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":6,"passed":0,"unknown":0,"total":6},"items":[{"uid":"15ce3dd503f66153","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/15ce3dd503f66153","status":"skipped","statusDetails":"Test ignored","time":{"start":1712488150423,"stop":1712488150423,"duration":0}},{"uid":"c720d4f30ac4a43e","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/c720d4f30ac4a43e","status":"skipped","statusDetails":"Test ignored","time":{"start":1712487258026,"stop":1712487258027,"duration":1}},{"uid":"8b896e3508a8515a","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/8b896e3508a8515a","status":"skipped","statusDetails":"Test ignored","time":{"start":1712486921391,"stop":1712486921391,"duration":0}},{"uid":"d18552d89be5a8e4","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/d18552d89be5a8e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1712486038549,"stop":1712486038549,"duration":0}},{"uid":"d4f24731abd948d9","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/d4f24731abd948d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1712485829051,"stop":1712485829051,"duration":0}}]},"tags":[]},"source":"1ab8350645e152fd.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1af159956e6082f8.json
Normal file
1
6795/data/test-cases/1af159956e6082f8.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1b705068ef8cd03e.json
Normal file
1
6795/data/test-cases/1b705068ef8cd03e.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1bf8a775a5ab5dd4.json
Normal file
1
6795/data/test-cases/1bf8a775a5ab5dd4.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1c217c9d18ea7228.json
Normal file
1
6795/data/test-cases/1c217c9d18ea7228.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1c217c9d18ea7228","name":"Ping on peer without subscriptions","fullName":"/tests/filter/ping.node.spec.ts: Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false > Ping on peer without subscriptions","historyId":"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488382340,"stop":1712488382340,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"e55fc2ce9b276c6","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/e55fc2ce9b276c6","status":"passed","time":{"start":1712487720211,"stop":1712487720211,"duration":0}},{"uid":"8c6ac3b45275c2a0","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/8c6ac3b45275c2a0","status":"passed","time":{"start":1712486818766,"stop":1712486818766,"duration":0}},{"uid":"548bd69f2badcd1e","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/548bd69f2badcd1e","status":"passed","time":{"start":1712486481626,"stop":1712486481626,"duration":0}},{"uid":"db8c4e1387e0cd6d","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/db8c4e1387e0cd6d","status":"passed","time":{"start":1712485610898,"stop":1712485610899,"duration":1}},{"uid":"8c32ae95d16345d7","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/8c32ae95d16345d7","status":"passed","time":{"start":1712485390731,"stop":1712485390731,"duration":0}}]},"tags":[]},"source":"1c217c9d18ea7228.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1c5277782d775a49.json
Normal file
1
6795/data/test-cases/1c5277782d775a49.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1c5277782d775a49","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/y","historyId":"1c9dfab74576508f630dacff07044285:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488244873,"stop":1712488244873,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"1a51a0676818e867","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/1a51a0676818e867","status":"passed","time":{"start":1712487587183,"stop":1712487587184,"duration":1}},{"uid":"a2a1dd31da0c90c4","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/a2a1dd31da0c90c4","status":"passed","time":{"start":1712486692007,"stop":1712486692007,"duration":0}},{"uid":"4bf349cceb7800ff","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/4bf349cceb7800ff","status":"passed","time":{"start":1712486356276,"stop":1712486356276,"duration":0}},{"uid":"6d299e8b077bea","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/6d299e8b077bea","status":"passed","time":{"start":1712485488489,"stop":1712485488489,"duration":0}},{"uid":"208cafebfbee994d","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/208cafebfbee994d","status":"passed","time":{"start":1712485264697,"stop":1712485264697,"duration":0}}]},"tags":[]},"source":"1c5277782d775a49.json","parameterValues":[]}
|
||||
1
6795/data/test-cases/1ce5e369bc5a44a1.json
Normal file
1
6795/data/test-cases/1ce5e369bc5a44a1.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1d335f6f9869dd4f.json
Normal file
1
6795/data/test-cases/1d335f6f9869dd4f.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1d69f1ac83024596.json
Normal file
1
6795/data/test-cases/1d69f1ac83024596.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1d7a3377d75636ff.json
Normal file
1
6795/data/test-cases/1d7a3377d75636ff.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1d7c594eb3f4c95.json
Normal file
1
6795/data/test-cases/1d7c594eb3f4c95.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1d8ab07310c888ad.json
Normal file
1
6795/data/test-cases/1d8ab07310c888ad.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1dc036c70c44c65.json
Normal file
1
6795/data/test-cases/1dc036c70c44c65.json
Normal file
File diff suppressed because one or more lines are too long
1
6795/data/test-cases/1df2bbb686623c56.json
Normal file
1
6795/data/test-cases/1df2bbb686623c56.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1df2bbb686623c56","name":"handles different networkShards values correctly","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > handles different networkShards values correctly","historyId":"1a0fb446de2c6ef2f0f2b42935699d1c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1712488244864,"stop":1712488244865,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"items":[{"uid":"700fe4e9196b2515","reportUrl":"https://waku-org.github.io/js-waku/6794//#testresult/700fe4e9196b2515","status":"passed","time":{"start":1712487587174,"stop":1712487587174,"duration":0}},{"uid":"863292c33a740b07","reportUrl":"https://waku-org.github.io/js-waku/6795//#testresult/863292c33a740b07","status":"passed","time":{"start":1712486692000,"stop":1712486692000,"duration":0}},{"uid":"925a972ad7ecf95c","reportUrl":"https://waku-org.github.io/js-waku/6793//#testresult/925a972ad7ecf95c","status":"passed","time":{"start":1712486356266,"stop":1712486356266,"duration":0}},{"uid":"e1ba3897f79e687","reportUrl":"https://waku-org.github.io/js-waku/6792//#testresult/e1ba3897f79e687","status":"passed","time":{"start":1712485488478,"stop":1712485488478,"duration":0}},{"uid":"4e79bed4d12ea871","reportUrl":"https://waku-org.github.io/js-waku/6791//#testresult/4e79bed4d12ea871","status":"passed","time":{"start":1712485264687,"stop":1712485264687,"duration":0}}]},"tags":[]},"source":"1df2bbb686623c56.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