We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0445b commit d807d4bCopy full SHA for d807d4b
src/test/archive/archive_node_tests/upgrade_archive.ml
@@ -4,6 +4,20 @@ open Mina_automation
4
open Mina_automation_fixture.Archive
5
open Common
6
7
+(* NOTE:
8
+ To run this test, several preparation is needed
9
+ - ensure we have this test, replayer & archive node build with devnet profile
10
+ - ensure we have a data base instance up
11
+ - Run the following:
12
+ ```
13
+ MINA_TEST_POSTGRES_URI=postgres://postgres:xxxx@localhost:5432 \
14
+ MINA_TEST_NETWORK_DATA=./src/test/archive/sample_db \
15
+ DUNE_PROFILE=devnet \
16
+ dune exec src/test/archive/archive_node_tests/archive_node_tests.exe -- \
17
+ test upgrade_archive
18
19
+*)
20
+
21
type t = Mina_automation_fixture.Archive.after_bootstrap
22
23
let test_case (test_data : t) =
0 commit comments