All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>,
	qemu-block@nongnu.org
Cc: kwolf@redhat.com, den@openvz.org, jsnow@redhat.com,
	qemu-devel@nongnu.org, mreitz@redhat.com
Subject: Re: [PATCH v7 00/11] Rework iotests/check
Date: Thu, 21 Jan 2021 16:08:42 +0100	[thread overview]
Message-ID: <e40ad811-1f49-15fa-1bb8-c82876ee1094@redhat.com> (raw)
In-Reply-To: <20210116134424.82867-1-vsementsov@virtuozzo.com>

On 16/01/21 14:44, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
> 
> These series has 3 goals:
> 
>   - get rid of group file (to forget about rebase and in-list conflicts)
>   - introduce human-readable names for tests
>   - rewrite check into python

Very nice!

I have wondered for some time if we should rewrite check as a wrapper 
around avocado.  Your effort certainly goes in the right direction, 
since it at least uses the same programming language and introduces 
abstractions that can be easily turned into avocado wrappers.

Paolo

> v7:
>    - fix wording and grammar
>    - satisfy python linters
>    - move argv interfaces all into one in new check script
>    - support '-n' == '--dry-run' option
>    - update check-block to run check with correct PYTHON
> 
>   findtests: - stop parsing test file after first '# group: ' line
>              - use parse_test_name in add_group_file()
>              - make new list instead of modifying parameter exclude_groups
> 
>   testenv: - fix machine_map
>            - fix self.python
> 
>   testrunner: use env.python to run python tests
> 
> Vladimir Sementsov-Ogievskiy (11):
>    iotests/277: use dot slash for nbd-fault-injector.py running
>    iotests/303: use dot slash for qcow2.py running
>    iotests: fix some whitespaces in test output files
>    iotests: make tests executable
>    iotests/294: add shebang line
>    iotests: define group in each iotest
>    iotests: add findtests.py
>    iotests: add testenv.py
>    iotests: add testrunner.py
>    iotests: rewrite check into python
>    iotests: rename and move 169 and 199 tests
> 
>   docs/devel/testing.rst                        |   50 +-
>   Makefile                                      |    1 -
>   tests/check-block.sh                          |    2 +-
>   tests/qemu-iotests/001                        |    1 +
>   tests/qemu-iotests/002                        |    1 +
>   tests/qemu-iotests/003                        |    1 +
>   tests/qemu-iotests/004                        |    1 +
>   tests/qemu-iotests/005                        |    1 +
>   tests/qemu-iotests/007                        |    1 +
>   tests/qemu-iotests/008                        |    1 +
>   tests/qemu-iotests/009                        |    1 +
>   tests/qemu-iotests/010                        |    1 +
>   tests/qemu-iotests/011                        |    1 +
>   tests/qemu-iotests/012                        |    1 +
>   tests/qemu-iotests/013                        |    1 +
>   tests/qemu-iotests/014                        |    1 +
>   tests/qemu-iotests/015                        |    1 +
>   tests/qemu-iotests/017                        |    1 +
>   tests/qemu-iotests/018                        |    1 +
>   tests/qemu-iotests/019                        |    1 +
>   tests/qemu-iotests/020                        |    1 +
>   tests/qemu-iotests/021                        |    1 +
>   tests/qemu-iotests/022                        |    1 +
>   tests/qemu-iotests/023                        |    1 +
>   tests/qemu-iotests/024                        |    1 +
>   tests/qemu-iotests/025                        |    1 +
>   tests/qemu-iotests/026                        |    1 +
>   tests/qemu-iotests/027                        |    1 +
>   tests/qemu-iotests/028                        |    1 +
>   tests/qemu-iotests/029                        |    1 +
>   tests/qemu-iotests/030                        |    1 +
>   tests/qemu-iotests/031                        |    1 +
>   tests/qemu-iotests/032                        |    1 +
>   tests/qemu-iotests/033                        |    1 +
>   tests/qemu-iotests/034                        |    1 +
>   tests/qemu-iotests/035                        |    1 +
>   tests/qemu-iotests/036                        |    1 +
>   tests/qemu-iotests/037                        |    1 +
>   tests/qemu-iotests/038                        |    1 +
>   tests/qemu-iotests/039                        |    1 +
>   tests/qemu-iotests/040                        |    1 +
>   tests/qemu-iotests/041                        |    1 +
>   tests/qemu-iotests/042                        |    1 +
>   tests/qemu-iotests/043                        |    1 +
>   tests/qemu-iotests/044                        |    1 +
>   tests/qemu-iotests/045                        |    1 +
>   tests/qemu-iotests/046                        |    1 +
>   tests/qemu-iotests/047                        |    1 +
>   tests/qemu-iotests/048                        |    1 +
>   tests/qemu-iotests/049                        |    1 +
>   tests/qemu-iotests/050                        |    1 +
>   tests/qemu-iotests/051                        |    1 +
>   tests/qemu-iotests/052                        |    1 +
>   tests/qemu-iotests/053                        |    1 +
>   tests/qemu-iotests/054                        |    1 +
>   tests/qemu-iotests/055                        |    1 +
>   tests/qemu-iotests/056                        |    1 +
>   tests/qemu-iotests/057                        |    1 +
>   tests/qemu-iotests/058                        |    1 +
>   tests/qemu-iotests/059                        |    1 +
>   tests/qemu-iotests/060                        |    1 +
>   tests/qemu-iotests/061                        |    1 +
>   tests/qemu-iotests/062                        |    1 +
>   tests/qemu-iotests/063                        |    1 +
>   tests/qemu-iotests/064                        |    1 +
>   tests/qemu-iotests/065                        |    1 +
>   tests/qemu-iotests/066                        |    1 +
>   tests/qemu-iotests/068                        |    1 +
>   tests/qemu-iotests/069                        |    1 +
>   tests/qemu-iotests/070                        |    1 +
>   tests/qemu-iotests/071                        |    1 +
>   tests/qemu-iotests/072                        |    1 +
>   tests/qemu-iotests/073                        |    1 +
>   tests/qemu-iotests/074                        |    1 +
>   tests/qemu-iotests/075                        |    1 +
>   tests/qemu-iotests/076                        |    1 +
>   tests/qemu-iotests/077                        |    1 +
>   tests/qemu-iotests/078                        |    1 +
>   tests/qemu-iotests/079                        |    1 +
>   tests/qemu-iotests/080                        |    1 +
>   tests/qemu-iotests/081                        |    1 +
>   tests/qemu-iotests/082                        |    1 +
>   tests/qemu-iotests/083                        |    1 +
>   tests/qemu-iotests/084                        |    1 +
>   tests/qemu-iotests/085                        |    1 +
>   tests/qemu-iotests/086                        |    1 +
>   tests/qemu-iotests/087                        |    1 +
>   tests/qemu-iotests/088                        |    1 +
>   tests/qemu-iotests/089                        |    1 +
>   tests/qemu-iotests/090                        |    1 +
>   tests/qemu-iotests/091                        |    1 +
>   tests/qemu-iotests/092                        |    1 +
>   tests/qemu-iotests/093                        |    1 +
>   tests/qemu-iotests/094                        |    1 +
>   tests/qemu-iotests/095                        |    1 +
>   tests/qemu-iotests/096                        |    1 +
>   tests/qemu-iotests/097                        |    1 +
>   tests/qemu-iotests/098                        |    1 +
>   tests/qemu-iotests/099                        |    1 +
>   tests/qemu-iotests/101                        |    1 +
>   tests/qemu-iotests/102                        |    1 +
>   tests/qemu-iotests/103                        |    1 +
>   tests/qemu-iotests/104                        |    1 +
>   tests/qemu-iotests/105                        |    1 +
>   tests/qemu-iotests/106                        |    1 +
>   tests/qemu-iotests/107                        |    1 +
>   tests/qemu-iotests/108                        |    1 +
>   tests/qemu-iotests/109                        |    1 +
>   tests/qemu-iotests/110                        |    1 +
>   tests/qemu-iotests/111                        |    1 +
>   tests/qemu-iotests/112                        |    1 +
>   tests/qemu-iotests/113                        |    1 +
>   tests/qemu-iotests/114                        |    1 +
>   tests/qemu-iotests/115                        |    1 +
>   tests/qemu-iotests/116                        |    1 +
>   tests/qemu-iotests/117                        |    1 +
>   tests/qemu-iotests/118                        |    1 +
>   tests/qemu-iotests/119                        |    1 +
>   tests/qemu-iotests/120                        |    1 +
>   tests/qemu-iotests/121                        |    1 +
>   tests/qemu-iotests/122                        |    1 +
>   tests/qemu-iotests/123                        |    1 +
>   tests/qemu-iotests/124                        |    1 +
>   tests/qemu-iotests/125                        |    1 +
>   tests/qemu-iotests/126                        |    1 +
>   tests/qemu-iotests/127                        |    1 +
>   tests/qemu-iotests/128                        |    1 +
>   tests/qemu-iotests/129                        |    1 +
>   tests/qemu-iotests/130                        |    1 +
>   tests/qemu-iotests/131                        |    1 +
>   tests/qemu-iotests/132                        |    1 +
>   tests/qemu-iotests/133                        |    1 +
>   tests/qemu-iotests/134                        |    1 +
>   tests/qemu-iotests/135                        |    1 +
>   tests/qemu-iotests/136                        |    1 +
>   tests/qemu-iotests/137                        |    1 +
>   tests/qemu-iotests/138                        |    1 +
>   tests/qemu-iotests/139                        |    1 +
>   tests/qemu-iotests/140                        |    1 +
>   tests/qemu-iotests/141                        |    1 +
>   tests/qemu-iotests/143                        |    1 +
>   tests/qemu-iotests/144                        |    1 +
>   tests/qemu-iotests/145                        |    1 +
>   tests/qemu-iotests/146                        |    1 +
>   tests/qemu-iotests/147                        |    1 +
>   tests/qemu-iotests/148                        |    1 +
>   tests/qemu-iotests/149                        |    1 +
>   tests/qemu-iotests/150                        |    1 +
>   tests/qemu-iotests/151                        |    1 +
>   tests/qemu-iotests/152                        |    1 +
>   tests/qemu-iotests/153                        |    1 +
>   tests/qemu-iotests/154                        |    1 +
>   tests/qemu-iotests/155                        |    1 +
>   tests/qemu-iotests/156                        |    1 +
>   tests/qemu-iotests/157                        |    1 +
>   tests/qemu-iotests/158                        |    1 +
>   tests/qemu-iotests/159                        |    1 +
>   tests/qemu-iotests/160                        |    1 +
>   tests/qemu-iotests/161                        |    1 +
>   tests/qemu-iotests/162                        |    1 +
>   tests/qemu-iotests/163                        |    1 +
>   tests/qemu-iotests/165                        |    1 +
>   tests/qemu-iotests/170                        |    1 +
>   tests/qemu-iotests/171                        |    1 +
>   tests/qemu-iotests/172                        |    1 +
>   tests/qemu-iotests/173                        |    1 +
>   tests/qemu-iotests/174                        |    1 +
>   tests/qemu-iotests/175                        |    1 +
>   tests/qemu-iotests/175.out                    |    2 +-
>   tests/qemu-iotests/176                        |    1 +
>   tests/qemu-iotests/177                        |    1 +
>   tests/qemu-iotests/178                        |    1 +
>   tests/qemu-iotests/179                        |    1 +
>   tests/qemu-iotests/181                        |    1 +
>   tests/qemu-iotests/182                        |    1 +
>   tests/qemu-iotests/183                        |    1 +
>   tests/qemu-iotests/184                        |    1 +
>   tests/qemu-iotests/185                        |    1 +
>   tests/qemu-iotests/186                        |    1 +
>   tests/qemu-iotests/187                        |    1 +
>   tests/qemu-iotests/188                        |    1 +
>   tests/qemu-iotests/189                        |    1 +
>   tests/qemu-iotests/190                        |    1 +
>   tests/qemu-iotests/191                        |    1 +
>   tests/qemu-iotests/192                        |    1 +
>   tests/qemu-iotests/194                        |    1 +
>   tests/qemu-iotests/195                        |    1 +
>   tests/qemu-iotests/196                        |    1 +
>   tests/qemu-iotests/197                        |    1 +
>   tests/qemu-iotests/198                        |    1 +
>   tests/qemu-iotests/200                        |    1 +
>   tests/qemu-iotests/201                        |    1 +
>   tests/qemu-iotests/202                        |    1 +
>   tests/qemu-iotests/203                        |    1 +
>   tests/qemu-iotests/204                        |    1 +
>   tests/qemu-iotests/205                        |    1 +
>   tests/qemu-iotests/206                        |    1 +
>   tests/qemu-iotests/207                        |    1 +
>   tests/qemu-iotests/208                        |    1 +
>   tests/qemu-iotests/209                        |    1 +
>   tests/qemu-iotests/210                        |    1 +
>   tests/qemu-iotests/211                        |    1 +
>   tests/qemu-iotests/212                        |    1 +
>   tests/qemu-iotests/213                        |    1 +
>   tests/qemu-iotests/214                        |    1 +
>   tests/qemu-iotests/215                        |    1 +
>   tests/qemu-iotests/216                        |    1 +
>   tests/qemu-iotests/217                        |    1 +
>   tests/qemu-iotests/218                        |    1 +
>   tests/qemu-iotests/219                        |    1 +
>   tests/qemu-iotests/220                        |    1 +
>   tests/qemu-iotests/221                        |    1 +
>   tests/qemu-iotests/222                        |    1 +
>   tests/qemu-iotests/223                        |    1 +
>   tests/qemu-iotests/224                        |    1 +
>   tests/qemu-iotests/225                        |    1 +
>   tests/qemu-iotests/226                        |    1 +
>   tests/qemu-iotests/227                        |    1 +
>   tests/qemu-iotests/228                        |    1 +
>   tests/qemu-iotests/229                        |    1 +
>   tests/qemu-iotests/231                        |    1 +
>   tests/qemu-iotests/232                        |    1 +
>   tests/qemu-iotests/233                        |    1 +
>   tests/qemu-iotests/234                        |    1 +
>   tests/qemu-iotests/235                        |    1 +
>   tests/qemu-iotests/236                        |    1 +
>   tests/qemu-iotests/237                        |    1 +
>   tests/qemu-iotests/238                        |    1 +
>   tests/qemu-iotests/239                        |    1 +
>   tests/qemu-iotests/240                        |    1 +
>   tests/qemu-iotests/241                        |    1 +
>   tests/qemu-iotests/242                        |    1 +
>   tests/qemu-iotests/243                        |    1 +
>   tests/qemu-iotests/244                        |    1 +
>   tests/qemu-iotests/245                        |    1 +
>   tests/qemu-iotests/246                        |    1 +
>   tests/qemu-iotests/247                        |    1 +
>   tests/qemu-iotests/248                        |    1 +
>   tests/qemu-iotests/249                        |    1 +
>   tests/qemu-iotests/250                        |    1 +
>   tests/qemu-iotests/251                        |    1 +
>   tests/qemu-iotests/252                        |    1 +
>   tests/qemu-iotests/253                        |    1 +
>   tests/qemu-iotests/254                        |    1 +
>   tests/qemu-iotests/255                        |    1 +
>   tests/qemu-iotests/256                        |    1 +
>   tests/qemu-iotests/257                        |    1 +
>   tests/qemu-iotests/258                        |    1 +
>   tests/qemu-iotests/259                        |    1 +
>   tests/qemu-iotests/260                        |    1 +
>   tests/qemu-iotests/261                        |    1 +
>   tests/qemu-iotests/262                        |    1 +
>   tests/qemu-iotests/263                        |    1 +
>   tests/qemu-iotests/264                        |    1 +
>   tests/qemu-iotests/265                        |    1 +
>   tests/qemu-iotests/266                        |    1 +
>   tests/qemu-iotests/267                        |    1 +
>   tests/qemu-iotests/268                        |    1 +
>   tests/qemu-iotests/270                        |    1 +
>   tests/qemu-iotests/271                        |    1 +
>   tests/qemu-iotests/271.out                    |   12 +-
>   tests/qemu-iotests/272                        |    1 +
>   tests/qemu-iotests/273                        |    1 +
>   tests/qemu-iotests/274                        |    1 +
>   tests/qemu-iotests/277                        |    3 +-
>   tests/qemu-iotests/279                        |    1 +
>   tests/qemu-iotests/280                        |    1 +
>   tests/qemu-iotests/281                        |    1 +
>   tests/qemu-iotests/282                        |    1 +
>   tests/qemu-iotests/283                        |    1 +
>   tests/qemu-iotests/284                        |    1 +
>   tests/qemu-iotests/286                        |    1 +
>   tests/qemu-iotests/287                        |    1 +
>   tests/qemu-iotests/287.out                    |   10 +-
>   tests/qemu-iotests/288                        |    1 +
>   tests/qemu-iotests/289                        |    1 +
>   tests/qemu-iotests/290                        |    1 +
>   tests/qemu-iotests/291                        |    1 +
>   tests/qemu-iotests/292                        |    1 +
>   tests/qemu-iotests/293                        |    1 +
>   tests/qemu-iotests/294                        |    2 +
>   tests/qemu-iotests/295                        |    1 +
>   tests/qemu-iotests/296                        |    1 +
>   tests/qemu-iotests/297                        |    1 +
>   tests/qemu-iotests/298                        |    0
>   tests/qemu-iotests/299                        |    1 +
>   tests/qemu-iotests/300                        |    1 +
>   tests/qemu-iotests/301                        |    1 +
>   tests/qemu-iotests/302                        |    1 +
>   tests/qemu-iotests/303                        |    3 +-
>   tests/qemu-iotests/304                        |    1 +
>   tests/qemu-iotests/305                        |    1 +
>   tests/qemu-iotests/307                        |    1 +
>   tests/qemu-iotests/308                        |    1 +
>   tests/qemu-iotests/309                        |    1 +
>   tests/qemu-iotests/312                        |    1 +
>   tests/qemu-iotests/check                      | 1085 ++---------------
>   tests/qemu-iotests/common.env.in              |    3 -
>   tests/qemu-iotests/findtests.py               |  159 +++
>   tests/qemu-iotests/group                      |  321 -----
>   tests/qemu-iotests/meson.build                |    3 -
>   tests/qemu-iotests/testenv.py                 |  255 ++++
>   tests/qemu-iotests/testrunner.py              |  344 ++++++
>   .../migrate-bitmaps-postcopy-test}            |    1 +
>   .../migrate-bitmaps-postcopy-test.out}        |    0
>   .../{169 => tests/migrate-bitmaps-test}       |    1 +
>   .../migrate-bitmaps-test.out}                 |    0
>   307 files changed, 1233 insertions(+), 1310 deletions(-)
>   mode change 100644 => 100755 tests/qemu-iotests/283
>   mode change 100644 => 100755 tests/qemu-iotests/298
>   mode change 100644 => 100755 tests/qemu-iotests/299
>   delete mode 100644 tests/qemu-iotests/common.env.in
>   create mode 100644 tests/qemu-iotests/findtests.py
>   delete mode 100644 tests/qemu-iotests/group
>   create mode 100644 tests/qemu-iotests/testenv.py
>   create mode 100644 tests/qemu-iotests/testrunner.py
>   rename tests/qemu-iotests/{199 => tests/migrate-bitmaps-postcopy-test} (99%)
>   rename tests/qemu-iotests/{199.out => tests/migrate-bitmaps-postcopy-test.out} (100%)
>   rename tests/qemu-iotests/{169 => tests/migrate-bitmaps-test} (99%)
>   rename tests/qemu-iotests/{169.out => tests/migrate-bitmaps-test.out} (100%)
> 



  parent reply	other threads:[~2021-01-21 15:12 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16 13:44 [PATCH v7 00/11] Rework iotests/check Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 01/11] iotests/277: use dot slash for nbd-fault-injector.py running Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 02/11] iotests/303: use dot slash for qcow2.py running Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 03/11] iotests: fix some whitespaces in test output files Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 04/11] iotests: make tests executable Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 05/11] iotests/294: add shebang line Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 06/11] iotests: define group in each iotest Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 07/11] iotests: add findtests.py Vladimir Sementsov-Ogievskiy
2021-01-21 16:18   ` Eric Blake
2021-01-21 16:21   ` Eric Blake
2021-01-21 16:57     ` Vladimir Sementsov-Ogievskiy
2021-01-22 11:48   ` Kevin Wolf
2021-01-22 11:57     ` Vladimir Sementsov-Ogievskiy
2021-01-22 12:45       ` Kevin Wolf
2021-01-22 13:16         ` Vladimir Sementsov-Ogievskiy
2021-01-22 13:34           ` Kevin Wolf
2021-01-22 13:52             ` Vladimir Sementsov-Ogievskiy
2021-01-22 11:49   ` Kevin Wolf
2021-01-22 11:59     ` Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 08/11] iotests: add testenv.py Vladimir Sementsov-Ogievskiy
2021-01-21 16:48   ` Eric Blake
2021-01-21 17:03     ` Vladimir Sementsov-Ogievskiy
2021-01-22 14:34   ` Kevin Wolf
2021-01-16 13:44 ` [PATCH v7 09/11] iotests: add testrunner.py Vladimir Sementsov-Ogievskiy
2021-01-21 17:02   ` Eric Blake
2021-01-21 17:17     ` Vladimir Sementsov-Ogievskiy
2021-01-22 14:11   ` Kevin Wolf
2021-01-22 14:22     ` Vladimir Sementsov-Ogievskiy
2021-01-22 14:51   ` Kevin Wolf
2021-01-22 15:01     ` Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 10/11] iotests: rewrite check into python Vladimir Sementsov-Ogievskiy
2021-01-21 17:22   ` Eric Blake
2021-01-22 13:53   ` Vladimir Sementsov-Ogievskiy
2021-01-22 16:08   ` Kevin Wolf
2021-01-23 15:08     ` Vladimir Sementsov-Ogievskiy
2021-01-25 12:02       ` Kevin Wolf
2021-01-25 12:31         ` Vladimir Sementsov-Ogievskiy
2021-01-16 13:44 ` [PATCH v7 11/11] iotests: rename and move 169 and 199 tests Vladimir Sementsov-Ogievskiy
2021-01-20 20:52 ` [PATCH v7 00/11] Rework iotests/check Eric Blake
2021-01-22 11:27   ` Kevin Wolf
2021-01-22 11:32     ` Vladimir Sementsov-Ogievskiy
2021-01-22 16:08     ` Eric Blake
2021-01-22 16:18       ` Kevin Wolf
2021-01-21 15:08 ` Paolo Bonzini [this message]
2021-01-22 16:16 ` Kevin Wolf
2021-01-23 15:14   ` Vladimir Sementsov-Ogievskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e40ad811-1f49-15fa-1bb8-c82876ee1094@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=den@openvz.org \
    --cc=jsnow@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=vsementsov@virtuozzo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.