This repository was archived by the owner on Jan 22, 2025. It is now read-only.
File tree 1 file changed +12
-12
lines changed 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3774,6 +3774,18 @@ fn test_optimistic_confirmation_violation_without_tower() {
3774
3774
do_test_optimistic_confirmation_violation_with_or_without_tower ( false ) ;
3775
3775
}
3776
3776
3777
+ #[ test]
3778
+ #[ serial]
3779
+ fn test_run_test_load_program_accounts_root ( ) {
3780
+ run_test_load_program_accounts ( CommitmentConfig :: finalized ( ) ) ;
3781
+ }
3782
+
3783
+ #[ test]
3784
+ #[ serial]
3785
+ fn test_run_test_load_program_accounts_partition_root ( ) {
3786
+ run_test_load_program_accounts_partition ( CommitmentConfig :: finalized ( ) ) ;
3787
+ }
3788
+
3777
3789
fn create_simple_snapshot_config ( ledger_path : & Path ) -> SnapshotConfig {
3778
3790
SnapshotConfig {
3779
3791
snapshot_archives_dir : ledger_path. to_path_buf ( ) ,
@@ -3990,18 +4002,6 @@ fn test_hard_fork_with_gap_in_roots() {
3990
4002
do_test_hard_fork_with_or_without_gap_in_roots ( true ) ;
3991
4003
}
3992
4004
3993
- #[ test]
3994
- #[ serial]
3995
- fn test_run_test_load_program_accounts_root ( ) {
3996
- run_test_load_program_accounts ( CommitmentConfig :: finalized ( ) ) ;
3997
- }
3998
-
3999
- #[ test]
4000
- #[ serial]
4001
- fn test_run_test_load_program_accounts_partition_root ( ) {
4002
- run_test_load_program_accounts_partition ( CommitmentConfig :: finalized ( ) ) ;
4003
- }
4004
-
4005
4005
fn run_test_load_program_accounts_partition ( scan_commitment : CommitmentConfig ) {
4006
4006
let num_slots_per_validator = 8 ;
4007
4007
let partitions: [ Vec < usize > ; 2 ] = [ vec ! [ 1 ] , vec ! [ 1 ] ] ;
You can’t perform that action at this time.
0 commit comments