From cbf0310a2c0a7a879884e823087622384b87a628 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 29 Sep 2023 01:17:07 -0400 Subject: [PATCH] add README explaining reorg of tests directory --- tests/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/README.txt diff --git a/tests/README.txt b/tests/README.txt new file mode 100644 index 0000000000..4e7e1aeae1 --- /dev/null +++ b/tests/README.txt @@ -0,0 +1,8 @@ +The nodes tests need to run before the others in order to avoid a race +condition involving fixture initialization. Please see +https://discord.com/channels/1020123559063990373/1156089584808120382/1156802853323673620 +for an explanation. + +For this reason, the subtests are grouped into alphabetically-ordered +folders. Do not use numeric prefixes (e.g. 00_nodes) because this +breaks python's import system.