From 325d871a907c0dd11321bf163dbf358f429546d4 Mon Sep 17 00:00:00 2001 From: Martin Kourim Date: Fri, 21 Aug 2026 17:58:33 +0200 Subject: [PATCH] docs(test_results): add checklist for node 11.1.0 Mainnet sync testing flagged due to an observed memory regression. --- .../source/test_results/node/tag_11_1_0.rst | 46 +++++++++++++++++++ src_docs/source/test_results/tag_tests.rst | 1 + 2 files changed, 47 insertions(+) create mode 100644 src_docs/source/test_results/node/tag_11_1_0.rst diff --git a/src_docs/source/test_results/node/tag_11_1_0.rst b/src_docs/source/test_results/node/tag_11_1_0.rst new file mode 100644 index 000000000..91cad24a9 --- /dev/null +++ b/src_docs/source/test_results/node/tag_11_1_0.rst @@ -0,0 +1,46 @@ +11.1.0 +====== + +* Release notes - + + +Release Testing Checklists +-------------------------- + +.. list-table:: Regression Testsuite + :widths: 64 7 + :header-rows: 0 + + * - `Default UTxO backend `__ + - |:heavy_check_mark:| + * - `LSM disk UTxO backend `__ + - |:heavy_check_mark:| + * - `Genesis consensus mode `__ + - |:heavy_check_mark:| + * - Testing on `Preview` + - |:heavy_check_mark:| + +.. list-table:: Other Testing + :widths: 64 7 + :header-rows: 0 + + * - Upgrade testing (11.0.1 to 11.1.0) + - |:heavy_check_mark:| + * - Rollback testing + - |:heavy_check_mark:| + * - Reconnection testing + - |:heavy_check_mark:| + * - Block-production testing + - |:heavy_check_mark:| + * - Testing on Ubuntu, Debian, Mint + - |:heavy_check_mark:| + * - Shutdown testing (IPC, block synced, slot synced, Ctrl+C) + - |:heavy_check_mark:| + * - `Sync testing on Mainnet (Linux) `__ + - |:question:|\ :sup:`1` + * - Byron to Conway 11 hard-fork testing + - |:heavy_check_mark:| + * - Check build instructions changes + - |:heavy_check_mark:| + +| \ :sup:`1` - Memory regression observed during sync testing on Mainnet. diff --git a/src_docs/source/test_results/tag_tests.rst b/src_docs/source/test_results/tag_tests.rst index 4117ab500..cd01e3df0 100644 --- a/src_docs/source/test_results/tag_tests.rst +++ b/src_docs/source/test_results/tag_tests.rst @@ -4,6 +4,7 @@ Tag Testing .. toctree:: :maxdepth: 4 + node/tag_11_1_0.rst node/tag_11_0_1.rst node/tag_10_7_1.rst node/tag_10_6_2.rst