-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1754: Add logging and tracing to shelley integration tests r=rvl a=rvl ### Overview To help debug integration tests cluster issues. - [x] Add debug tracing around cluster startup and shutdown. - [x] Allow increasing the minimum log severity for integration tests with an environment variable. - [x] Make sure all cluster nodes have exactly the same start time. This prevents these errors: ``` [blue:cardano.node.IpSubscription:Error:46] [2020-06-15 15:34:20.86 UTC] [String "Failed to start all required subscriptions",String "[127.0.0.1:3263,127.0.0.1:32865]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Just [::]:0, laUnix = Nothing}"] ``` - [x] Re-enable stake pools in test cluster. # Comments To do later: - Output debug log files for each cardano-node process to the temporary directory — requires [CAD-1247](https://jira.iohk.io/browse/CAD-1247) - Different hostnames in cardano-node logs — requires IntersectMBO/cardano-node#1278 Co-authored-by: Rodney Lorrimar <[email protected]>
- Loading branch information
Showing
8 changed files
with
415 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.