Skip to content

Commit fb9c0de

Browse files
committed
Rename Lucy Test: hard_fork -> post_hard_fork
1 parent 9845659 commit fb9c0de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildkite/src/Jobs/Test/TestnetIntegrationTestsLong.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ in Pipeline.build
3838
, PipelineTag.Type.Stable
3939
]
4040
}
41-
, steps = [ TestExecutive.executeLocal "hard-fork" dependsOn ]
41+
, steps = [ TestExecutive.executeLocal "post-hard-fork" dependsOn ]
4242
}

src/app/test_executive/hard_fork.ml renamed to src/app/test_executive/post_hard_fork.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(* hard_fork.ml -- run nodes with fork config, epoch ledger *)
1+
(* post_hard_fork.ml -- run nodes with fork config, epoch ledger *)
22

33
open Core
44
open Integration_test_lib

src/app/test_executive/test_executive.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ let tests : test list =
5757
, (module Chain_reliability_test.Make : Intf.Test.Functor_intf) )
5858
; ("epoch-ledger", (module Epoch_ledger.Make : Intf.Test.Functor_intf))
5959
; ("gossip-consis", (module Gossip_consistency.Make : Intf.Test.Functor_intf))
60-
; ("hard-fork", (module Hard_fork.Make : Intf.Test.Functor_intf))
60+
; ("post-hard-fork", (module Post_hard_fork.Make : Intf.Test.Functor_intf))
6161
; ("medium-bootstrap", (module Medium_bootstrap.Make : Intf.Test.Functor_intf))
6262
; ("payments", (module Payments_test.Make : Intf.Test.Functor_intf))
6363
; ( "peers-reliability"

0 commit comments

Comments
 (0)