From b8af93310ab7e844901d9177bf25d287ef925943 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 2 Oct 2024 16:01:45 -0700 Subject: [PATCH] tstest: add the start of a testing wishlist Of tests we wish we could easily add. One day. Updates #13038 Change-Id: If44646f8d477674bbf2c9a6e58c3cd8f94a4e8df Signed-off-by: Brad Fitzpatrick --- tstest/test-wishlist.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tstest/test-wishlist.md diff --git a/tstest/test-wishlist.md b/tstest/test-wishlist.md new file mode 100644 index 000000000..fc5266119 --- /dev/null +++ b/tstest/test-wishlist.md @@ -0,0 +1,17 @@ +# Testing wishlist + +This is a list of tests we'd like to add one day, as our e2e/natlab/VM +testing infrastructure matures. + +We're going to start collecting ideas as we develop PRs (updating this +wishlist in the same PR that adds something that could be better +tested) and then use this list to inform the order we build out our +future testing machinery. + +For each item, try to include a `#nnn` or `tailscale/corp#nnn` +reference to an issue or PR about the feature. + +# The list + +- ... +