Skip to content

WIP: Siatests for Contract Churn through Renew Window

Matthew Sevey requested to merge sevey-bad-renew into master

MERGE REQUEST

Overview

This MR adds 4 siatests to ensure contract data is handled as expected during renews.

  1. TestHighChurnPassiveContractRenew verifies data in Passive Contracts is renewed even if the Churn limit is reached
  2. TestHighChurnDeisabledContractRenewvVerifies data in Disabled Contracts is renewed even if the Churn limit has not been reached.
  3. TestNoLostDataOnRenew verifies data in Disabled Contracts is not lost during renew.
  4. TestLostDataOnRenew verifies data is lost from Passive Contract during renew.

Example for Visual Changes

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods or updated methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to workflow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog File Created

Issues Closed

Edited by Matthew Sevey

Merge request reports