Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions src_docs/source/test_results/node/tag_10_7_1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
10.7.1
======

* Release notes - <https://github.com/IntersectMBO/cardano-node/releases/tag/10.7.1>


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:|
* - Conway protocol version 11
- |: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 (10.6.4 to 10.7.1)
- |: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)
- |:heavy_check_mark:|
* - Byron to Conway 10 hard-fork testing
- |:heavy_check_mark:|
* - Byron to Conway 11 hard-fork testing
- |:question:|\ :sup:`1`
* - Check build instructions changes
- |:question:|\ :sup:`2`

| \ :sup:`1` - Cannot hard-fork from Babbage to Conway when `ExperimentalHardForksEnabled` is set to `true`.
| \ :sup:`2` - Incorrect build instructions, see `PR #1763 <https://github.com/cardano-foundation/developer-portal/pull/1763>`__
1 change: 1 addition & 0 deletions src_docs/source/test_results/tag_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Tag Testing
.. toctree::
:maxdepth: 4

node/tag_10_7_1.rst
node/tag_10_6_2.rst
node/tag_10_6_1.rst
node/tag_10_5_1.rst
Expand Down