From 2e8c2d3e4470f8091eb743dad4f3f20ec9247920 Mon Sep 17 00:00:00 2001 From: Kier Petrov Date: Thu, 15 May 2025 15:08:54 -0700 Subject: [PATCH] Added more documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6153006a32..0cede9d065 100644 --- a/README.md +++ b/README.md @@ -820,6 +820,8 @@ Please go to the [architecture](doc/architecture.md) doc. Run the tests with `sbt test`, or for continuous development, `sbt ~test`. Noisy cassandra logs can be seen in `filodb-test.log`. +To run one individual test run a command like this one `sbt sparkJobs/testOnly filodb.downsampler.DownsamplerMainSpec`. + The docs use [mermaid](https://github.com/knsv/mermaid) and [doctoc](https://github.com/thlorenz/doctoc). On a Mac, to install: brew install yarn