Fix missing FinalizeReplicaUpdate in tests
This commit is contained in:
		
							parent
							
								
									229cfafa8d
								
							
						
					
					
						commit
						ea32b415f0
					
				
							
								
								
									
										4
									
								
								extern/sector-storage/sched_test.go
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								extern/sector-storage/sched_test.go
									
									
									
									
										vendored
									
									
								
							| @ -118,6 +118,10 @@ func (s *schedTestWorker) GenerateSectorKeyFromData(ctx context.Context, sector | |||||||
| 	panic("implement me") | 	panic("implement me") | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | func (s *schedTestWorker) FinalizeReplicaUpdate(ctx context.Context, sector storage.SectorRef, keepUnsealed []storage.Range) (storiface.CallID, error) { | ||||||
|  | 	panic("implement me") | ||||||
|  | } | ||||||
|  | 
 | ||||||
| func (s *schedTestWorker) MoveStorage(ctx context.Context, sector storage.SectorRef, types storiface.SectorFileType) (storiface.CallID, error) { | func (s *schedTestWorker) MoveStorage(ctx context.Context, sector storage.SectorRef, types storiface.SectorFileType) (storiface.CallID, error) { | ||||||
| 	panic("implement me") | 	panic("implement me") | ||||||
| } | } | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								extern/sector-storage/teststorage_test.go
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								extern/sector-storage/teststorage_test.go
									
									
									
									
										vendored
									
									
								
							| @ -87,6 +87,10 @@ func (t *testExec) GenerateSectorKeyFromData(ctx context.Context, sector storage | |||||||
| 	panic("implement me") | 	panic("implement me") | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | func (t *testExec) FinalizeReplicaUpdate(ctx context.Context, sector storage.SectorRef, keepUnsealed []storage.Range) error { | ||||||
|  | 	panic("implement me") | ||||||
|  | } | ||||||
|  | 
 | ||||||
| func (t *testExec) NewSector(ctx context.Context, sector storage.SectorRef) error { | func (t *testExec) NewSector(ctx context.Context, sector storage.SectorRef) error { | ||||||
| 	panic("implement me") | 	panic("implement me") | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user