mirror of
https://github.com/logos-messaging/logos-messaging-allure-js.git
synced 2026-01-17 07:23:14 +00:00
deploy: waku-org/js-waku@2be0e81a0a
This commit is contained in:
parent
3a18bbe126
commit
06f5aa0cfb
40
7495/app.js
40
7495/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 1727780224000000000
|
||||
launch_status broken=0 1727780224000000000
|
||||
launch_status passed=0 1727780224000000000
|
||||
launch_status skipped=0 1727780224000000000
|
||||
launch_status unknown=0 1727780224000000000
|
||||
launch_time duration=0 1727780224000000000
|
||||
launch_time min_duration=0 1727780224000000000
|
||||
launch_time max_duration=0 1727780224000000000
|
||||
launch_time sum_duration=0 1727780224000000000
|
||||
launch_retries retries=0 1727780224000000000
|
||||
launch_retries run=0 1727780224000000000
|
||||
@ -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
7495/favicon.ico
BIN
7495/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': '0a4a49e6-c442-477e-8f0f-720c7f55bf53',
|
||||
'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
File diff suppressed because one or more lines are too long
1734
7515/data/suites.csv
1734
7515/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
7515/data/test-cases/10cea285ca1a7ea0.json
Normal file
1
7515/data/test-cases/10cea285ca1a7ea0.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/10e783a486bef92f.json
Normal file
1
7515/data/test-cases/10e783a486bef92f.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"10e783a486bef92f","name":"should throw an error for insufficient data","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should throw an error for insufficient data","historyId":"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068908091,"stop":1728068908092,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"5026339e1fb66d42","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/5026339e1fb66d42","status":"passed","time":{"start":1728067784801,"stop":1728067784801,"duration":0}},{"uid":"a222c282c7b9585b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a222c282c7b9585b","status":"passed","time":{"start":1728065631563,"stop":1728065631563,"duration":0}},{"uid":"1b8184939b9c740d","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/1b8184939b9c740d","status":"passed","time":{"start":1728065920920,"stop":1728065920920,"duration":0}},{"uid":"ca7e632e51464c40","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ca7e632e51464c40","status":"passed","time":{"start":1728056811699,"stop":1728056811699,"duration":0}},{"uid":"1f0e1c559fcee99f","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/1f0e1c559fcee99f","status":"passed","time":{"start":1728055983160,"stop":1728055983161,"duration":1}},{"uid":"157601708d07f595","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/157601708d07f595","status":"passed","time":{"start":1728056303602,"stop":1728056303602,"duration":0}},{"uid":"3c65726afc4d522c","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/3c65726afc4d522c","status":"passed","time":{"start":1728055114887,"stop":1728055114887,"duration":0}},{"uid":"51e10cb7b7b07c9d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/51e10cb7b7b07c9d","status":"passed","time":{"start":1728054093761,"stop":1728054093761,"duration":0}},{"uid":"17c10bf3ded01d80","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/17c10bf3ded01d80","status":"passed","time":{"start":1728052371262,"stop":1728052371262,"duration":0}},{"uid":"b6c09351739c870d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b6c09351739c870d","status":"passed","time":{"start":1728046051888,"stop":1728046051888,"duration":0}},{"uid":"39b00037f7ff13c9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/39b00037f7ff13c9","status":"passed","time":{"start":1728046838033,"stop":1728046838033,"duration":0}},{"uid":"e9d22466f4c2a939","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/e9d22466f4c2a939","status":"passed","time":{"start":1728042907594,"stop":1728042907594,"duration":0}},{"uid":"9b1f0cfaf47d8f19","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/9b1f0cfaf47d8f19","status":"passed","time":{"start":1728035469895,"stop":1728035469895,"duration":0}},{"uid":"34869cf8d803cde1","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/34869cf8d803cde1","status":"passed","time":{"start":1728033386455,"stop":1728033386455,"duration":0}},{"uid":"c0a8d43d865fd207","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c0a8d43d865fd207","status":"passed","time":{"start":1728033014535,"stop":1728033014535,"duration":0}},{"uid":"f3c5a77166673050","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f3c5a77166673050","status":"passed","time":{"start":1728032584168,"stop":1728032584169,"duration":1}},{"uid":"7f1cff3522010436","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/7f1cff3522010436","status":"passed","time":{"start":1728032219949,"stop":1728032219950,"duration":1}},{"uid":"2625358ddb303495","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/2625358ddb303495","status":"passed","time":{"start":1728031940709,"stop":1728031940709,"duration":0}}]},"tags":[]},"source":"10e783a486bef92f.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/111d474beacc8a94.json
Normal file
1
7515/data/test-cases/111d474beacc8a94.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/11c51a4e71d5013f.json
Normal file
1
7515/data/test-cases/11c51a4e71d5013f.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/12025b9d0763828a.json
Normal file
1
7515/data/test-cases/12025b9d0763828a.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"12025b9d0763828a","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":1728069010262,"stop":1728069010262,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"ea6cee10e035f52","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/ea6cee10e035f52","status":"passed","time":{"start":1728046146016,"stop":1728046146021,"duration":5}},{"uid":"97ef035014f41b53","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/97ef035014f41b53","status":"passed","time":{"start":1728043008851,"stop":1728043008851,"duration":0}},{"uid":"ccae68d17299fd9f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/ccae68d17299fd9f","status":"passed","time":{"start":1728035569674,"stop":1728035569675,"duration":1}},{"uid":"316bf6750b799691","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/316bf6750b799691","status":"passed","time":{"start":1728033486734,"stop":1728033486734,"duration":0}},{"uid":"e078b8f00b421d59","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e078b8f00b421d59","status":"passed","time":{"start":1728033116289,"stop":1728033116290,"duration":1}},{"uid":"62903af9262a9865","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/62903af9262a9865","status":"passed","time":{"start":1728032680278,"stop":1728032680278,"duration":0}},{"uid":"e22392e708aa8b11","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e22392e708aa8b11","status":"passed","time":{"start":1728032316361,"stop":1728032316362,"duration":1}},{"uid":"db0820b8abca1ce9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/db0820b8abca1ce9","status":"passed","time":{"start":1728032035329,"stop":1728032035330,"duration":1}}]},"tags":[]},"source":"12025b9d0763828a.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/12d40064f9c958a9.json
Normal file
1
7515/data/test-cases/12d40064f9c958a9.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/13141104b6af7301.json
Normal file
1
7515/data/test-cases/13141104b6af7301.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"13141104b6af7301","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding/index.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"ca6efdf17e7b9eb91586783f362f2a22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068908032,"stop":1728068908039,"duration":7},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"883f13e9bbf11508","status":"passed","time":{"start":1728068908031,"stop":1728068908031,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"8f8754d5f112a41e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/8f8754d5f112a41e","status":"passed","time":{"start":1728067784690,"stop":1728067784691,"duration":1}},{"uid":"924f7f22714138d8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/924f7f22714138d8","status":"passed","time":{"start":1728065631498,"stop":1728065631498,"duration":0}},{"uid":"41f3b65841fc6cdb","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/41f3b65841fc6cdb","status":"passed","time":{"start":1728065920810,"stop":1728065920810,"duration":0}},{"uid":"a773998a6db73c7e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/a773998a6db73c7e","status":"passed","time":{"start":1728056811560,"stop":1728056811568,"duration":8}},{"uid":"45e1cceb8e92d7b6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/45e1cceb8e92d7b6","status":"passed","time":{"start":1728055983125,"stop":1728055983125,"duration":0}},{"uid":"9ed08ef85d3723a8","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9ed08ef85d3723a8","status":"passed","time":{"start":1728056303669,"stop":1728056303670,"duration":1}},{"uid":"bed73d7e8c7bd2d2","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/bed73d7e8c7bd2d2","status":"passed","time":{"start":1728055114793,"stop":1728055114793,"duration":0}},{"uid":"1cad181c0d5b78cd","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/1cad181c0d5b78cd","status":"passed","time":{"start":1728054093578,"stop":1728054093579,"duration":1}},{"uid":"8b8d80d098a2d033","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/8b8d80d098a2d033","status":"passed","time":{"start":1728052371167,"stop":1728052371167,"duration":0}},{"uid":"b16341cd8a01a94a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b16341cd8a01a94a","status":"passed","time":{"start":1728046051700,"stop":1728046051707,"duration":7}},{"uid":"bff416cc02432d0b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bff416cc02432d0b","status":"passed","time":{"start":1728046837796,"stop":1728046837796,"duration":0}},{"uid":"3bdc0e561855e526","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3bdc0e561855e526","status":"passed","time":{"start":1728042907564,"stop":1728042907564,"duration":0}},{"uid":"8ab3e968a84a4b6f","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/8ab3e968a84a4b6f","status":"passed","time":{"start":1728035469872,"stop":1728035469872,"duration":0}},{"uid":"a5158ce052e79abc","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a5158ce052e79abc","status":"passed","time":{"start":1728033386380,"stop":1728033386380,"duration":0}},{"uid":"77029731050eb7ef","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/77029731050eb7ef","status":"passed","time":{"start":1728033014327,"stop":1728033014327,"duration":0}},{"uid":"f44aea98ed12231b","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f44aea98ed12231b","status":"passed","time":{"start":1728032584049,"stop":1728032584049,"duration":0}},{"uid":"785229408c44f889","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/785229408c44f889","status":"passed","time":{"start":1728032219866,"stop":1728032219872,"duration":6}},{"uid":"ffd05bbaef2f8891","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/ffd05bbaef2f8891","status":"passed","time":{"start":1728031940585,"stop":1728031940585,"duration":0}}]},"tags":[]},"source":"13141104b6af7301.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/134bbd7de47a3b93.json
Normal file
1
7515/data/test-cases/134bbd7de47a3b93.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"134bbd7de47a3b93","name":"Rejects garbage","fullName":"/src/message_validator.spec.ts: Message Validator > Rejects garbage","historyId":"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068947444,"stop":1728068947444,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Message Validator"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"29649176953514df","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/29649176953514df","status":"passed","time":{"start":1728067822786,"stop":1728067822786,"duration":0}},{"uid":"1641c294e97e4d74","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/1641c294e97e4d74","status":"passed","time":{"start":1728065669646,"stop":1728065669646,"duration":0}},{"uid":"5571ff45362d822a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5571ff45362d822a","status":"passed","time":{"start":1728065959784,"stop":1728065959784,"duration":0}},{"uid":"55a1ab7a0dc3d2c2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/55a1ab7a0dc3d2c2","status":"passed","time":{"start":1728056849766,"stop":1728056849766,"duration":0}},{"uid":"d0609dddab4f37cc","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d0609dddab4f37cc","status":"passed","time":{"start":1728056021973,"stop":1728056021973,"duration":0}},{"uid":"c55231029da094bd","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/c55231029da094bd","status":"passed","time":{"start":1728056342074,"stop":1728056342074,"duration":0}},{"uid":"73c85bf964a1a5bb","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/73c85bf964a1a5bb","status":"passed","time":{"start":1728055153568,"stop":1728055153568,"duration":0}},{"uid":"b703f9b8ab7b3fc7","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/b703f9b8ab7b3fc7","status":"passed","time":{"start":1728054132164,"stop":1728054132165,"duration":1}},{"uid":"9c8eee653a4ded4f","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/9c8eee653a4ded4f","status":"passed","time":{"start":1728052409946,"stop":1728052409946,"duration":0}},{"uid":"b0e7ef095c9fb446","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b0e7ef095c9fb446","status":"passed","time":{"start":1728046091442,"stop":1728046091442,"duration":0}},{"uid":"ff1bdd1d49c3dd41","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ff1bdd1d49c3dd41","status":"passed","time":{"start":1728046875962,"stop":1728046875962,"duration":0}},{"uid":"f901361251f30351","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/f901361251f30351","status":"passed","time":{"start":1728042945870,"stop":1728042945870,"duration":0}},{"uid":"2ae659f3c62477a2","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/2ae659f3c62477a2","status":"passed","time":{"start":1728035508869,"stop":1728035508869,"duration":0}},{"uid":"744093e412c6649c","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/744093e412c6649c","status":"passed","time":{"start":1728033425841,"stop":1728033425841,"duration":0}},{"uid":"e9dfb9d276e8c542","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/e9dfb9d276e8c542","status":"passed","time":{"start":1728033052871,"stop":1728033052871,"duration":0}},{"uid":"f2159605e26f4c48","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/f2159605e26f4c48","status":"passed","time":{"start":1728032622659,"stop":1728032622659,"duration":0}},{"uid":"e98d61b7aee19c57","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e98d61b7aee19c57","status":"passed","time":{"start":1728032258196,"stop":1728032258196,"duration":0}},{"uid":"b109ccd107d47b55","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/b109ccd107d47b55","status":"passed","time":{"start":1728031979377,"stop":1728031979377,"duration":0}}]},"tags":[]},"source":"134bbd7de47a3b93.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/13ea408b691bd0c4.json
Normal file
1
7515/data/test-cases/13ea408b691bd0c4.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/13eddca9afbe91da.json
Normal file
1
7515/data/test-cases/13eddca9afbe91da.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"13eddca9afbe91da","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","historyId":"60c049eb332867eababcd2ca0ce377fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068908054,"stop":1728068908054,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"7e3179507c86bade","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/7e3179507c86bade","status":"passed","time":{"start":1728067784708,"stop":1728067784709,"duration":1}},{"uid":"ebf17b1c045c6d48","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/ebf17b1c045c6d48","status":"passed","time":{"start":1728065631511,"stop":1728065631511,"duration":0}},{"uid":"cc36aeaaa6af9717","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cc36aeaaa6af9717","status":"passed","time":{"start":1728065920823,"stop":1728065920824,"duration":1}},{"uid":"7f62ac139c6f1ca4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7f62ac139c6f1ca4","status":"passed","time":{"start":1728056811582,"stop":1728056811582,"duration":0}},{"uid":"7c68723a87ab19e7","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/7c68723a87ab19e7","status":"passed","time":{"start":1728055983139,"stop":1728055983139,"duration":0}},{"uid":"15cc3df5565d198b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/15cc3df5565d198b","status":"passed","time":{"start":1728056303681,"stop":1728056303682,"duration":1}},{"uid":"951a01f74e24571f","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/951a01f74e24571f","status":"passed","time":{"start":1728055114811,"stop":1728055114811,"duration":0}},{"uid":"7b27b2d1060c0e53","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/7b27b2d1060c0e53","status":"passed","time":{"start":1728054093598,"stop":1728054093598,"duration":0}},{"uid":"c77ab2f717865073","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/c77ab2f717865073","status":"passed","time":{"start":1728052371183,"stop":1728052371185,"duration":2}},{"uid":"98e321d2da9e7410","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/98e321d2da9e7410","status":"passed","time":{"start":1728046051722,"stop":1728046051722,"duration":0}},{"uid":"4c64536615aa3036","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/4c64536615aa3036","status":"passed","time":{"start":1728046837809,"stop":1728046837809,"duration":0}},{"uid":"3ad3cce76fae44b3","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3ad3cce76fae44b3","status":"passed","time":{"start":1728042907582,"stop":1728042907582,"duration":0}},{"uid":"1fd28575f57d9cc6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/1fd28575f57d9cc6","status":"passed","time":{"start":1728035469882,"stop":1728035469883,"duration":1}},{"uid":"89f56ecbe881097a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/89f56ecbe881097a","status":"passed","time":{"start":1728033386392,"stop":1728033386392,"duration":0}},{"uid":"2a220057a3729135","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2a220057a3729135","status":"passed","time":{"start":1728033014347,"stop":1728033014348,"duration":1}},{"uid":"50e6381f9e6c5eaf","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/50e6381f9e6c5eaf","status":"passed","time":{"start":1728032584063,"stop":1728032584063,"duration":0}},{"uid":"91bea4365f46aa77","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/91bea4365f46aa77","status":"passed","time":{"start":1728032219884,"stop":1728032219884,"duration":0}},{"uid":"237834e5daf0a53c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/237834e5daf0a53c","status":"passed","time":{"start":1728031940605,"stop":1728031940605,"duration":0}}]},"tags":[]},"source":"13eddca9afbe91da.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/1421d9e5c6742ca9.json
Normal file
1
7515/data/test-cases/1421d9e5c6742ca9.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/144ea9acf5356655.json
Normal file
1
7515/data/test-cases/144ea9acf5356655.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"144ea9acf5356655","name":"Ephemeral field is preserved - symmetric encryption","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral field is preserved - symmetric encryption","historyId":"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068970720,"stop":1728068970720,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"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":1,"skipped":0,"passed":8,"unknown":0,"total":9},"items":[{"uid":"87073f1b6d8a06f0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/87073f1b6d8a06f0","status":"broken","statusDetails":"Timeout of 50000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1728067892111,"stop":1728067892111,"duration":0}},{"uid":"a904a6b9ab089781","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/a904a6b9ab089781","status":"passed","time":{"start":1728042966897,"stop":1728042966898,"duration":1}},{"uid":"c4474d5cf38eb768","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/c4474d5cf38eb768","status":"passed","time":{"start":1728035530680,"stop":1728035530680,"duration":0}},{"uid":"a44ae55f17f37e63","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/a44ae55f17f37e63","status":"passed","time":{"start":1728033448455,"stop":1728033448455,"duration":0}},{"uid":"739272596191e3ba","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/739272596191e3ba","status":"passed","time":{"start":1728033073495,"stop":1728033073496,"duration":1}},{"uid":"8f5ee3b3c90fd7d0","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/8f5ee3b3c90fd7d0","status":"passed","time":{"start":1728032644094,"stop":1728032644094,"duration":0}},{"uid":"920a97962ebf28c","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/920a97962ebf28c","status":"passed","time":{"start":1728032279021,"stop":1728032279022,"duration":1}},{"uid":"39ee7281d3c8e1c9","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/39ee7281d3c8e1c9","status":"passed","time":{"start":1728032001101,"stop":1728032001102,"duration":1}}]},"tags":[]},"source":"144ea9acf5356655.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/146c48748d26324b.json
Normal file
1
7515/data/test-cases/146c48748d26324b.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/14a0cbd6338c511a.json
Normal file
1
7515/data/test-cases/14a0cbd6338c511a.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/14bdcefb6dc2e4e4.json
Normal file
1
7515/data/test-cases/14bdcefb6dc2e4e4.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/14c890d236ef62fb.json
Normal file
1
7515/data/test-cases/14c890d236ef62fb.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"14c890d236ef62fb","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is also > A test","historyId":"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728069169231,"stop":1728069169232,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Is also\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is also"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"417a8e2d9cbd44b0","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/417a8e2d9cbd44b0","status":"passed","time":{"start":1728067996300,"stop":1728067996300,"duration":0}},{"uid":"df608adaef83c944","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/df608adaef83c944","status":"passed","time":{"start":1728065938468,"stop":1728065938468,"duration":0}},{"uid":"af246725067525f0","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/af246725067525f0","status":"passed","time":{"start":1728066226713,"stop":1728066226713,"duration":0}},{"uid":"30851e7c4c3ba222","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/30851e7c4c3ba222","status":"passed","time":{"start":1728057115946,"stop":1728057115946,"duration":0}},{"uid":"d747ebfc1ad189f6","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/d747ebfc1ad189f6","status":"passed","time":{"start":1728056245901,"stop":1728056245901,"duration":0}},{"uid":"9f0b41d25bd2b64c","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/9f0b41d25bd2b64c","status":"passed","time":{"start":1728056609192,"stop":1728056609192,"duration":0}},{"uid":"6a43b896ea52cb64","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6a43b896ea52cb64","status":"passed","time":{"start":1728055369535,"stop":1728055369535,"duration":0}},{"uid":"d199ce63762ebfc1","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/d199ce63762ebfc1","status":"passed","time":{"start":1728054349535,"stop":1728054349536,"duration":1}},{"uid":"2aa0ed07833b2bfe","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2aa0ed07833b2bfe","status":"passed","time":{"start":1728052515697,"stop":1728052515697,"duration":0}},{"uid":"f34c988f38107e2f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f34c988f38107e2f","status":"passed","time":{"start":1728046336481,"stop":1728046336481,"duration":0}},{"uid":"827745433ba791f8","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/827745433ba791f8","status":"passed","time":{"start":1728047142598,"stop":1728047142599,"duration":1}},{"uid":"5f5428343c05d049","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/5f5428343c05d049","status":"passed","time":{"start":1728043166408,"stop":1728043166409,"duration":1}},{"uid":"865c9451ed18df89","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/865c9451ed18df89","status":"passed","time":{"start":1728035763652,"stop":1728035763653,"duration":1}},{"uid":"d8136230700f9c5d","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/d8136230700f9c5d","status":"passed","time":{"start":1728033686597,"stop":1728033686598,"duration":1}},{"uid":"9adfc8cf2ca4e786","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/9adfc8cf2ca4e786","status":"passed","time":{"start":1728033307640,"stop":1728033307640,"duration":0}},{"uid":"9117b410a1f18145","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9117b410a1f18145","status":"passed","time":{"start":1728032848817,"stop":1728032848817,"duration":0}},{"uid":"ae637d23f5537a34","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ae637d23f5537a34","status":"passed","time":{"start":1728032477185,"stop":1728032477186,"duration":1}},{"uid":"27feb7a4cabc71b2","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/27feb7a4cabc71b2","status":"passed","time":{"start":1728032202001,"stop":1728032202002,"duration":1}}]},"tags":[]},"source":"14c890d236ef62fb.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/14c9a7e3bc0d10b0.json
Normal file
1
7515/data/test-cases/14c9a7e3bc0d10b0.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/15432ce5f6733b85.json
Normal file
1
7515/data/test-cases/15432ce5f6733b85.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/15969d442b83764f.json
Normal file
1
7515/data/test-cases/15969d442b83764f.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/15a61a3da1fcbc6d.json
Normal file
1
7515/data/test-cases/15a61a3da1fcbc6d.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"15a61a3da1fcbc6d","name":"should handle clusterId, application and version for autosharding with cluster iD 1","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 1","historyId":"657e6808a120c82a5268dd6532e94525:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068908049,"stop":1728068908049,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"ca41cac405e15c6d","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/ca41cac405e15c6d","status":"passed","time":{"start":1728067784705,"stop":1728067784705,"duration":0}},{"uid":"79153dd29fbb7d31","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/79153dd29fbb7d31","status":"passed","time":{"start":1728065631507,"stop":1728065631508,"duration":1}},{"uid":"c0765aa2994865a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/c0765aa2994865a","status":"passed","time":{"start":1728065920819,"stop":1728065920819,"duration":0}},{"uid":"6fa49e0040cbb6a4","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6fa49e0040cbb6a4","status":"passed","time":{"start":1728056811578,"stop":1728056811578,"duration":0}},{"uid":"8607172f6e3d7d9e","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/8607172f6e3d7d9e","status":"passed","time":{"start":1728055983135,"stop":1728055983135,"duration":0}},{"uid":"1600519afd22952b","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1600519afd22952b","status":"passed","time":{"start":1728056303678,"stop":1728056303679,"duration":1}},{"uid":"10ef4a7ff92d4117","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/10ef4a7ff92d4117","status":"passed","time":{"start":1728055114807,"stop":1728055114807,"duration":0}},{"uid":"9c8caede1da4e82c","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/9c8caede1da4e82c","status":"passed","time":{"start":1728054093594,"stop":1728054093594,"duration":0}},{"uid":"1452d97aeacd7b73","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/1452d97aeacd7b73","status":"passed","time":{"start":1728052371179,"stop":1728052371180,"duration":1}},{"uid":"819cd0e75f8cb547","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/819cd0e75f8cb547","status":"passed","time":{"start":1728046051718,"stop":1728046051718,"duration":0}},{"uid":"8de67395634ff91b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8de67395634ff91b","status":"passed","time":{"start":1728046837805,"stop":1728046837805,"duration":0}},{"uid":"c315f7e33e979e8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/c315f7e33e979e8","status":"passed","time":{"start":1728042907578,"stop":1728042907578,"duration":0}},{"uid":"b60b057037ce21d7","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b60b057037ce21d7","status":"passed","time":{"start":1728035469879,"stop":1728035469879,"duration":0}},{"uid":"736ed68d753baf91","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/736ed68d753baf91","status":"passed","time":{"start":1728033386388,"stop":1728033386388,"duration":0}},{"uid":"1937ef1aab234a6d","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1937ef1aab234a6d","status":"passed","time":{"start":1728033014344,"stop":1728033014344,"duration":0}},{"uid":"a2314b6cf6cd967f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a2314b6cf6cd967f","status":"passed","time":{"start":1728032584058,"stop":1728032584058,"duration":0}},{"uid":"ec34e7fb08118620","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/ec34e7fb08118620","status":"passed","time":{"start":1728032219880,"stop":1728032219881,"duration":1}},{"uid":"f03b13a99826c11","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/f03b13a99826c11","status":"passed","time":{"start":1728031940602,"stop":1728031940602,"duration":0}}]},"tags":[]},"source":"15a61a3da1fcbc6d.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/15d1ca5c82eb5b56.json
Normal file
1
7515/data/test-cases/15d1ca5c82eb5b56.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"15d1ca5c82eb5b56","name":"should throw an error if shards are undefined for static sharding","fullName":"/src/common/sharding/index.spec.ts: shardInfoToPubsubTopics > should throw an error if shards are undefined for static sharding","historyId":"04a6669f456572abd80ee6b2d4f00f0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068908050,"stop":1728068908050,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"cbaf6aed116fd961","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cbaf6aed116fd961","status":"passed","time":{"start":1728067784706,"stop":1728067784706,"duration":0}},{"uid":"f2cbc5aa04804cfb","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f2cbc5aa04804cfb","status":"passed","time":{"start":1728065631508,"stop":1728065631509,"duration":1}},{"uid":"b64ddba33f0610a7","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/b64ddba33f0610a7","status":"passed","time":{"start":1728065920820,"stop":1728065920820,"duration":0}},{"uid":"6225ed0dc10f0a9d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/6225ed0dc10f0a9d","status":"passed","time":{"start":1728056811579,"stop":1728056811579,"duration":0}},{"uid":"229fff0ec6cf6247","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/229fff0ec6cf6247","status":"passed","time":{"start":1728055983136,"stop":1728055983136,"duration":0}},{"uid":"82335b90261b80ef","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/82335b90261b80ef","status":"passed","time":{"start":1728056303679,"stop":1728056303680,"duration":1}},{"uid":"c1d21f4711379465","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/c1d21f4711379465","status":"passed","time":{"start":1728055114808,"stop":1728055114808,"duration":0}},{"uid":"78d56ea9040e252b","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/78d56ea9040e252b","status":"passed","time":{"start":1728054093595,"stop":1728054093596,"duration":1}},{"uid":"d23f1dc9e5e2d1d5","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/d23f1dc9e5e2d1d5","status":"passed","time":{"start":1728052371180,"stop":1728052371181,"duration":1}},{"uid":"c19cb6692634aca3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/c19cb6692634aca3","status":"passed","time":{"start":1728046051719,"stop":1728046051719,"duration":0}},{"uid":"5576f1823f086b2b","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/5576f1823f086b2b","status":"passed","time":{"start":1728046837806,"stop":1728046837806,"duration":0}},{"uid":"3cab247693960f04","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/3cab247693960f04","status":"passed","time":{"start":1728042907579,"stop":1728042907579,"duration":0}},{"uid":"dbc2de833a50560d","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/dbc2de833a50560d","status":"passed","time":{"start":1728035469880,"stop":1728035469880,"duration":0}},{"uid":"85e241782f8db268","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/85e241782f8db268","status":"passed","time":{"start":1728033386389,"stop":1728033386389,"duration":0}},{"uid":"f61a8e533adcaf","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/f61a8e533adcaf","status":"passed","time":{"start":1728033014345,"stop":1728033014345,"duration":0}},{"uid":"b8a0daa33c3801bb","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/b8a0daa33c3801bb","status":"passed","time":{"start":1728032584059,"stop":1728032584059,"duration":0}},{"uid":"254ea50bd7c3c57a","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/254ea50bd7c3c57a","status":"passed","time":{"start":1728032219881,"stop":1728032219881,"duration":0}},{"uid":"efc77829148f2aff","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/efc77829148f2aff","status":"passed","time":{"start":1728031940603,"stop":1728031940603,"duration":0}}]},"tags":[]},"source":"15d1ca5c82eb5b56.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/15e86ce6d048af8e.json
Normal file
1
7515/data/test-cases/15e86ce6d048af8e.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"15e86ce6d048af8e","name":"Waku message hash computation (payload length 0)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (payload length 0)","historyId":"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068910695,"stop":1728068910696,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"78f9d85074a5ed3e","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/78f9d85074a5ed3e","status":"passed","time":{"start":1728067787168,"stop":1728067787168,"duration":0}},{"uid":"752cc4340dfc80a2","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/752cc4340dfc80a2","status":"passed","time":{"start":1728065633938,"stop":1728065633939,"duration":1}},{"uid":"2d5e43265d18bc7f","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/2d5e43265d18bc7f","status":"passed","time":{"start":1728065923368,"stop":1728065923368,"duration":0}},{"uid":"88b5d3e094bbdf89","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/88b5d3e094bbdf89","status":"passed","time":{"start":1728056814110,"stop":1728056814110,"duration":0}},{"uid":"ec3d1db1b4b36dbe","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ec3d1db1b4b36dbe","status":"passed","time":{"start":1728055985592,"stop":1728055985593,"duration":1}},{"uid":"1a0d1c3a14fb60ef","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1a0d1c3a14fb60ef","status":"passed","time":{"start":1728056306165,"stop":1728056306165,"duration":0}},{"uid":"7b524d7acb529fa9","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/7b524d7acb529fa9","status":"passed","time":{"start":1728055117292,"stop":1728055117292,"duration":0}},{"uid":"eebd73924d220f69","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/eebd73924d220f69","status":"passed","time":{"start":1728054096136,"stop":1728054096136,"duration":0}},{"uid":"47b70ce84c15cfa3","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/47b70ce84c15cfa3","status":"passed","time":{"start":1728052373754,"stop":1728052373754,"duration":0}},{"uid":"f27e7354287cb79f","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/f27e7354287cb79f","status":"passed","time":{"start":1728046054338,"stop":1728046054338,"duration":0}},{"uid":"bc129d1a3cf2fbb9","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/bc129d1a3cf2fbb9","status":"passed","time":{"start":1728046840405,"stop":1728046840405,"duration":0}},{"uid":"6d7f407d8f07ec8f","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/6d7f407d8f07ec8f","status":"passed","time":{"start":1728042910013,"stop":1728042910013,"duration":0}},{"uid":"26982d9906dc3b1","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/26982d9906dc3b1","status":"passed","time":{"start":1728035472429,"stop":1728035472429,"duration":0}},{"uid":"97773b55dc4efe77","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/97773b55dc4efe77","status":"passed","time":{"start":1728033388943,"stop":1728033388943,"duration":0}},{"uid":"1acca71810d218e","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/1acca71810d218e","status":"passed","time":{"start":1728033016934,"stop":1728033016934,"duration":0}},{"uid":"9f3cfd9eaa7bb053","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/9f3cfd9eaa7bb053","status":"passed","time":{"start":1728032586708,"stop":1728032586709,"duration":1}},{"uid":"e01dd846d31f134e","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/e01dd846d31f134e","status":"passed","time":{"start":1728032222329,"stop":1728032222330,"duration":1}},{"uid":"48b2bac90b56f766","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/48b2bac90b56f766","status":"passed","time":{"start":1728031943159,"stop":1728031943159,"duration":0}}]},"tags":[]},"source":"15e86ce6d048af8e.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/16b40cd361504b24.json
Normal file
1
7515/data/test-cases/16b40cd361504b24.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/16c5c11ce283d279.json
Normal file
1
7515/data/test-cases/16c5c11ce283d279.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/16cfbd0cdb7ea844.json
Normal file
1
7515/data/test-cases/16cfbd0cdb7ea844.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/16e7b88f2921fdd2.json
Normal file
1
7515/data/test-cases/16e7b88f2921fdd2.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/17210a6a5a949846.json
Normal file
1
7515/data/test-cases/17210a6a5a949846.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/17418d74ae960ee3.json
Normal file
1
7515/data/test-cases/17418d74ae960ee3.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/179166042361be63.json
Normal file
1
7515/data/test-cases/179166042361be63.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/18ddda0efbfbb90e.json
Normal file
1
7515/data/test-cases/18ddda0efbfbb90e.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"18ddda0efbfbb90e","name":"returns nothing if no connections present","fullName":"/src/lib/stream_manager/utils.spec.ts: selectOpenConnection > returns nothing if no connections present","historyId":"d266bf8575a593424ca843ed170d0026:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068923550,"stop":1728068923552,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.stream_manager"},{"name":"parentSuite","value":"selectOpenConnection"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"b637e09013e44ec7","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/b637e09013e44ec7","status":"passed","time":{"start":1728067799309,"stop":1728067799309,"duration":0}},{"uid":"568fa8f818ae5cb1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/568fa8f818ae5cb1","status":"passed","time":{"start":1728065646113,"stop":1728065646114,"duration":1}},{"uid":"5131b7324f5ae80a","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/5131b7324f5ae80a","status":"passed","time":{"start":1728065935860,"stop":1728065935862,"duration":2}},{"uid":"51df0e362aa99e86","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/51df0e362aa99e86","status":"passed","time":{"start":1728056826641,"stop":1728056826641,"duration":0}},{"uid":"4426f6f31f40c0e0","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/4426f6f31f40c0e0","status":"passed","time":{"start":1728055998441,"stop":1728055998442,"duration":1}},{"uid":"1ead4f766cc0b016","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/1ead4f766cc0b016","status":"passed","time":{"start":1728056318801,"stop":1728056318801,"duration":0}},{"uid":"6efe636af7c35581","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/6efe636af7c35581","status":"passed","time":{"start":1728055130051,"stop":1728055130051,"duration":0}},{"uid":"969c494d66a373ea","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/969c494d66a373ea","status":"passed","time":{"start":1728054108886,"stop":1728054108886,"duration":0}},{"uid":"b996d3b8ecd507f2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/b996d3b8ecd507f2","status":"passed","time":{"start":1728052386536,"stop":1728052386537,"duration":1}},{"uid":"d6f4bf058e7cd40d","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d6f4bf058e7cd40d","status":"passed","time":{"start":1728046067560,"stop":1728046067561,"duration":1}},{"uid":"7ac8541e293f7e2e","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/7ac8541e293f7e2e","status":"passed","time":{"start":1728046853161,"stop":1728046853162,"duration":1}},{"uid":"b21a828168a055f8","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/b21a828168a055f8","status":"passed","time":{"start":1728042922413,"stop":1728042922415,"duration":2}},{"uid":"b46caf1c97e4e877","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b46caf1c97e4e877","status":"passed","time":{"start":1728035485381,"stop":1728035485384,"duration":3}},{"uid":"5ee62581fa44ff26","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/5ee62581fa44ff26","status":"passed","time":{"start":1728033402112,"stop":1728033402112,"duration":0}},{"uid":"335abdaa6256c376","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/335abdaa6256c376","status":"passed","time":{"start":1728033029039,"stop":1728033029041,"duration":2}},{"uid":"45b79b57fc8cec7f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/45b79b57fc8cec7f","status":"passed","time":{"start":1728032599247,"stop":1728032599247,"duration":0}},{"uid":"9db3558628c7d24b","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/9db3558628c7d24b","status":"passed","time":{"start":1728032234350,"stop":1728032234351,"duration":1}},{"uid":"688e0dcf42e1b550","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/688e0dcf42e1b550","status":"passed","time":{"start":1728031955767,"stop":1728031955770,"duration":3}}]},"tags":[]},"source":"18ddda0efbfbb90e.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/18f9efead0401824.json
Normal file
1
7515/data/test-cases/18f9efead0401824.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/19607b552f060279.json
Normal file
1
7515/data/test-cases/19607b552f060279.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/198e4b8af3e74c4e.json
Normal file
1
7515/data/test-cases/198e4b8af3e74c4e.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/19de5d60dab9b3ae.json
Normal file
1
7515/data/test-cases/19de5d60dab9b3ae.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1af75be44d5d7a3d.json
Normal file
1
7515/data/test-cases/1af75be44d5d7a3d.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1afa6f2a2ee45208.json
Normal file
1
7515/data/test-cases/1afa6f2a2ee45208.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1b8eb863c6b5f4a5.json
Normal file
1
7515/data/test-cases/1b8eb863c6b5f4a5.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1bb77b6b0d7d5d45.json
Normal file
1
7515/data/test-cases/1bb77b6b0d7d5d45.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1bb77b6b0d7d5d45","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","fullName":"/src/common/sharding/index.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/y/1","historyId":"505729519c5b74e35d8b7922a53fd8e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068908055,"stop":1728068908055,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common.sharding"},{"name":"parentSuite","value":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"517e031990476729","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/517e031990476729","status":"passed","time":{"start":1728067784709,"stop":1728067784710,"duration":1}},{"uid":"2dcc0c282cef9e59","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/2dcc0c282cef9e59","status":"passed","time":{"start":1728065631512,"stop":1728065631512,"duration":0}},{"uid":"8f473d36b2a86514","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/8f473d36b2a86514","status":"passed","time":{"start":1728065920824,"stop":1728065920825,"duration":1}},{"uid":"dae503bccd989d84","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/dae503bccd989d84","status":"passed","time":{"start":1728056811583,"stop":1728056811583,"duration":0}},{"uid":"604aae56c6cb9aee","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/604aae56c6cb9aee","status":"passed","time":{"start":1728055983140,"stop":1728055983140,"duration":0}},{"uid":"53ea490cb377873a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/53ea490cb377873a","status":"passed","time":{"start":1728056303682,"stop":1728056303682,"duration":0}},{"uid":"1915c2a422ab8bb7","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/1915c2a422ab8bb7","status":"passed","time":{"start":1728055114812,"stop":1728055114812,"duration":0}},{"uid":"6ae1a5bdc06022fa","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/6ae1a5bdc06022fa","status":"passed","time":{"start":1728054093599,"stop":1728054093599,"duration":0}},{"uid":"ab697ed4c5c9553","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/ab697ed4c5c9553","status":"passed","time":{"start":1728052371186,"stop":1728052371186,"duration":0}},{"uid":"2c625825f6c15c74","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/2c625825f6c15c74","status":"passed","time":{"start":1728046051723,"stop":1728046051723,"duration":0}},{"uid":"f2da6fbb531ee602","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/f2da6fbb531ee602","status":"passed","time":{"start":1728046837810,"stop":1728046837810,"duration":0}},{"uid":"1fc8f7f37e1e462e","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/1fc8f7f37e1e462e","status":"passed","time":{"start":1728042907583,"stop":1728042907583,"duration":0}},{"uid":"6de7e9e1347c4ca6","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/6de7e9e1347c4ca6","status":"passed","time":{"start":1728035469883,"stop":1728035469884,"duration":1}},{"uid":"c095b7c90710a38a","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/c095b7c90710a38a","status":"passed","time":{"start":1728033386393,"stop":1728033386393,"duration":0}},{"uid":"93d5cf5f1f07a362","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/93d5cf5f1f07a362","status":"passed","time":{"start":1728033014348,"stop":1728033014349,"duration":1}},{"uid":"a63ba47d3b8e93f","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/a63ba47d3b8e93f","status":"passed","time":{"start":1728032584064,"stop":1728032584064,"duration":0}},{"uid":"48a99ec0300e8ab6","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/48a99ec0300e8ab6","status":"passed","time":{"start":1728032219884,"stop":1728032219885,"duration":1}},{"uid":"6506fc548c16179","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/6506fc548c16179","status":"passed","time":{"start":1728031940606,"stop":1728031940606,"duration":0}}]},"tags":[]},"source":"1bb77b6b0d7d5d45.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/1c24589363cdc21.json
Normal file
1
7515/data/test-cases/1c24589363cdc21.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1c24589363cdc21","name":"pre and post cipher","fullName":"/src/encryption.spec.ts: Waku Encryption > pre and post cipher","historyId":"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068943040,"stop":1728068943041,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Waku Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"38b00b277d253c92","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/38b00b277d253c92","status":"passed","time":{"start":1728067818413,"stop":1728067818414,"duration":1}},{"uid":"37deddef37fa917d","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/37deddef37fa917d","status":"passed","time":{"start":1728065665328,"stop":1728065665328,"duration":0}},{"uid":"fb23b7e4e97e1507","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/fb23b7e4e97e1507","status":"passed","time":{"start":1728065955304,"stop":1728065955305,"duration":1}},{"uid":"397b1f845c321fb3","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/397b1f845c321fb3","status":"passed","time":{"start":1728056845470,"stop":1728056845471,"duration":1}},{"uid":"ed7121c3874a0576","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/ed7121c3874a0576","status":"passed","time":{"start":1728056017368,"stop":1728056017368,"duration":0}},{"uid":"b66bfff536db2e0e","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/b66bfff536db2e0e","status":"passed","time":{"start":1728056337630,"stop":1728056337631,"duration":1}},{"uid":"8a57ff39d66a4203","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/8a57ff39d66a4203","status":"passed","time":{"start":1728055149211,"stop":1728055149212,"duration":1}},{"uid":"a704a07c14ec2f0d","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/a704a07c14ec2f0d","status":"passed","time":{"start":1728054127838,"stop":1728054127839,"duration":1}},{"uid":"2a6e78ee71bc1bf4","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/2a6e78ee71bc1bf4","status":"passed","time":{"start":1728052405247,"stop":1728052405247,"duration":0}},{"uid":"b5a0b409638decf3","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/b5a0b409638decf3","status":"passed","time":{"start":1728046086766,"stop":1728046086766,"duration":0}},{"uid":"8bf6d5e8cd7dfbf1","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/8bf6d5e8cd7dfbf1","status":"passed","time":{"start":1728046871601,"stop":1728046871602,"duration":1}},{"uid":"4dd82c057aad8850","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/4dd82c057aad8850","status":"passed","time":{"start":1728042941313,"stop":1728042941313,"duration":0}},{"uid":"7493d48e360131b9","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/7493d48e360131b9","status":"passed","time":{"start":1728035504603,"stop":1728035504603,"duration":0}},{"uid":"10fd2bccf5c75135","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/10fd2bccf5c75135","status":"passed","time":{"start":1728033421188,"stop":1728033421188,"duration":0}},{"uid":"73fdee52ae539d91","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/73fdee52ae539d91","status":"passed","time":{"start":1728033048297,"stop":1728033048297,"duration":0}},{"uid":"72f7d63a6db0b0bd","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/72f7d63a6db0b0bd","status":"passed","time":{"start":1728032618139,"stop":1728032618140,"duration":1}},{"uid":"911c1928f9b3d8c4","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/911c1928f9b3d8c4","status":"passed","time":{"start":1728032253810,"stop":1728032253811,"duration":1}},{"uid":"1bf6a4f1f7d5fd9c","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/1bf6a4f1f7d5fd9c","status":"passed","time":{"start":1728031974920,"stop":1728031974920,"duration":0}}]},"tags":[]},"source":"1c24589363cdc21.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/1c5724e57121c2e8.json
Normal file
1
7515/data/test-cases/1c5724e57121c2e8.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1c6bd5959ee2cfd9.json
Normal file
1
7515/data/test-cases/1c6bd5959ee2cfd9.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1cbd909c6f945b3d.json
Normal file
1
7515/data/test-cases/1cbd909c6f945b3d.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"1cbd909c6f945b3d","name":"Ephemeral field is preserved - encoder v0","fullName":"/tests/ephemeral.node.spec.ts: Waku Message Ephemeral field > Ephemeral field is preserved - encoder v0","historyId":"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068970719,"stop":1728068970719,"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":9,"unknown":0,"total":9},"items":[{"uid":"cfedcbfe498a340","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/cfedcbfe498a340","status":"passed","time":{"start":1728067892110,"stop":1728067892111,"duration":1}},{"uid":"7fee69ce5b4b86b7","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/7fee69ce5b4b86b7","status":"passed","time":{"start":1728042966897,"stop":1728042966897,"duration":0}},{"uid":"b67c8eb482fd1bbb","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/b67c8eb482fd1bbb","status":"passed","time":{"start":1728035530669,"stop":1728035530669,"duration":0}},{"uid":"33fb00ac93c6663f","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/33fb00ac93c6663f","status":"passed","time":{"start":1728033448455,"stop":1728033448455,"duration":0}},{"uid":"2ceb4d34ac35fa50","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/2ceb4d34ac35fa50","status":"passed","time":{"start":1728033073493,"stop":1728033073494,"duration":1}},{"uid":"c7f0db0e7cfc7ca7","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/c7f0db0e7cfc7ca7","status":"passed","time":{"start":1728032644093,"stop":1728032644093,"duration":0}},{"uid":"3908a27b20d950ab","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/3908a27b20d950ab","status":"passed","time":{"start":1728032279020,"stop":1728032279020,"duration":0}},{"uid":"5e93c72e91d4fca2","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/5e93c72e91d4fca2","status":"passed","time":{"start":1728032001101,"stop":1728032001101,"duration":0}}]},"tags":[]},"source":"1cbd909c6f945b3d.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/1d26b4d6aa400efe.json
Normal file
1
7515/data/test-cases/1d26b4d6aa400efe.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1dab9a5182b888a9.json
Normal file
1
7515/data/test-cases/1dab9a5182b888a9.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1e2febf39788e903.json
Normal file
1
7515/data/test-cases/1e2febf39788e903.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1ec016b76e17f10d.json
Normal file
1
7515/data/test-cases/1ec016b76e17f10d.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1ecd67c1049f5f7.json
Normal file
1
7515/data/test-cases/1ecd67c1049f5f7.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1ed8e8a59d9d29f1.json
Normal file
1
7515/data/test-cases/1ed8e8a59d9d29f1.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1efe5ec2a9d78a65.json
Normal file
1
7515/data/test-cases/1efe5ec2a9d78a65.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/1f7968ef24d5785.json
Normal file
1
7515/data/test-cases/1f7968ef24d5785.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/2069e71368413e80.json
Normal file
1
7515/data/test-cases/2069e71368413e80.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/206d0473003a5c3c.json
Normal file
1
7515/data/test-cases/206d0473003a5c3c.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/20a82983b81204be.json
Normal file
1
7515/data/test-cases/20a82983b81204be.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/20c1d1b34dc47b7.json
Normal file
1
7515/data/test-cases/20c1d1b34dc47b7.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/2130b1cc831f9d42.json
Normal file
1
7515/data/test-cases/2130b1cc831f9d42.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/213f581a7c0c2198.json
Normal file
1
7515/data/test-cases/213f581a7c0c2198.json
Normal file
@ -0,0 +1 @@
|
||||
{"uid":"213f581a7c0c2198","name":"should correctly encode and decode relay shards using rs format (Index List)","fullName":"/src/common/relay_shard_codec.spec.ts: Relay Shard codec > should correctly encode and decode relay shards using rs format (Index List)","historyId":"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1728068908090,"stop":1728068908091,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"Relay Shard codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"956efa15516f59a6","reportUrl":"https://waku-org.github.io/js-waku/7524//#testresult/956efa15516f59a6","status":"passed","time":{"start":1728067784800,"stop":1728067784800,"duration":0}},{"uid":"526912740fc813b7","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/526912740fc813b7","status":"passed","time":{"start":1728065631562,"stop":1728065631562,"duration":0}},{"uid":"cfab0e2b419170f9","reportUrl":"https://waku-org.github.io/js-waku/7523//#testresult/cfab0e2b419170f9","status":"passed","time":{"start":1728065920920,"stop":1728065920920,"duration":0}},{"uid":"47fa0846fe81c898","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/47fa0846fe81c898","status":"passed","time":{"start":1728056811698,"stop":1728056811698,"duration":0}},{"uid":"caf65e0e9e48da70","reportUrl":"https://waku-org.github.io/js-waku/7521//#testresult/caf65e0e9e48da70","status":"passed","time":{"start":1728055983160,"stop":1728055983160,"duration":0}},{"uid":"a0f9597c784f1f0a","reportUrl":"https://waku-org.github.io/js-waku/7522//#testresult/a0f9597c784f1f0a","status":"passed","time":{"start":1728056303601,"stop":1728056303601,"duration":0}},{"uid":"74d2412021cd0e6e","reportUrl":"https://waku-org.github.io/js-waku/7520//#testresult/74d2412021cd0e6e","status":"passed","time":{"start":1728055114886,"stop":1728055114886,"duration":0}},{"uid":"74cce392544d0210","reportUrl":"https://waku-org.github.io/js-waku/7519//#testresult/74cce392544d0210","status":"passed","time":{"start":1728054093760,"stop":1728054093760,"duration":0}},{"uid":"437b479078a0d4e2","reportUrl":"https://waku-org.github.io/js-waku/7518//#testresult/437b479078a0d4e2","status":"passed","time":{"start":1728052371261,"stop":1728052371261,"duration":0}},{"uid":"d87a85721273630a","reportUrl":"https://waku-org.github.io/js-waku/7516//#testresult/d87a85721273630a","status":"passed","time":{"start":1728046051887,"stop":1728046051888,"duration":1}},{"uid":"b0b04cd54cfaed0f","reportUrl":"https://waku-org.github.io/js-waku/7517//#testresult/b0b04cd54cfaed0f","status":"passed","time":{"start":1728046838032,"stop":1728046838032,"duration":0}},{"uid":"17338ede94e247eb","reportUrl":"https://waku-org.github.io/js-waku/7515//#testresult/17338ede94e247eb","status":"passed","time":{"start":1728042907594,"stop":1728042907594,"duration":0}},{"uid":"a4cdfdc38f90bb43","reportUrl":"https://waku-org.github.io/js-waku/7514//#testresult/a4cdfdc38f90bb43","status":"passed","time":{"start":1728035469894,"stop":1728035469894,"duration":0}},{"uid":"49e906f30f57e486","reportUrl":"https://waku-org.github.io/js-waku/7513//#testresult/49e906f30f57e486","status":"passed","time":{"start":1728033386454,"stop":1728033386454,"duration":0}},{"uid":"c81c64f046577302","reportUrl":"https://waku-org.github.io/js-waku/7512//#testresult/c81c64f046577302","status":"passed","time":{"start":1728033014534,"stop":1728033014535,"duration":1}},{"uid":"913f49b3fbcd0fd2","reportUrl":"https://waku-org.github.io/js-waku/7510//#testresult/913f49b3fbcd0fd2","status":"passed","time":{"start":1728032584168,"stop":1728032584168,"duration":0}},{"uid":"6b3cf76721bfbdbc","reportUrl":"https://waku-org.github.io/js-waku/7509//#testresult/6b3cf76721bfbdbc","status":"passed","time":{"start":1728032219949,"stop":1728032219949,"duration":0}},{"uid":"d41847a5f0ccc30f","reportUrl":"https://waku-org.github.io/js-waku/7507//#testresult/d41847a5f0ccc30f","status":"passed","time":{"start":1728031940708,"stop":1728031940708,"duration":0}}]},"tags":[]},"source":"213f581a7c0c2198.json","parameterValues":[]}
|
||||
1
7515/data/test-cases/218f824ca285ad0d.json
Normal file
1
7515/data/test-cases/218f824ca285ad0d.json
Normal file
File diff suppressed because one or more lines are too long
1
7515/data/test-cases/21b2e2ac6f19cd96.json
Normal file
1
7515/data/test-cases/21b2e2ac6f19cd96.json
Normal file
File diff suppressed because one or more lines are too long
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