flow-go icon indicating copy to clipboard operation
flow-go copied to clipboard

[BFT Testing] ingress traffic - insecure/net/*_test.go, renaming Corruptible Conduit Factory to Corrupt Network

Open gomisha opened this issue 3 years ago • 0 comments

Add ingress traffic unit tests for tests under inscure/net/*_test.go

  • insecure/net/message_processor_test.go
  • insecure/net/network_ingress_test.go

This PR also does some general overdue clean up refactoring:

  • rename gRPC service from CorruptibleConduitFactory to CorruptNetwork (including all references and mocks)
  • change all variable name references from corruptible to corrupt
  • rename packages and folders insecure/corruptible to insecure/net

gomisha avatar Sep 02 '22 23:09 gomisha