You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Release Notes

  • List of all issues included in release
  • In Management Console, ensure that no accounts have storage providers with type "DPN"
  • In bridge config init JSON document: change "dpnEmailAddresses" to "targetStoreEmailAddresses"
  • In bridge database, update state for any in-process snapshot or restore actions
    • Snapshot:
      • WAITING_FOR_DPN -> REPLICATING_TO_STORAGE
        • UPDATE snapshot.snapshot SET status="REPLICATING_TO_STORAGE" WHERE status="WAITING_FOR_DPN";
    • Restore
      • WAITING_FOR_DPN -> RETRIEVING_FROM_STORAGE

        • UPDATE snapshot.restoration SET status="RETRIEVING_FROM_STORAGE" WHERE status="WAITING_FOR_DPN";

      • DPN_TRANSFER_COMPLETE -> STORAGE_RETRIEVAL_COMPLETE

        • UPDATE snapshot.restoration SET status="STORAGE_RETRIEVAL_COMPLETE" WHERE status="DPN_TRANSFER_COMPLETE";
      • VERIFYING_DPN_TO_BRIDGE_TRANSFER -> VERIFYING_RETRIEVED_CONTENT

        • UPDATE snapshot.restoration SET status="VERIFYING_RETRIEVED_CONTENT" WHERE status="VERIFYING_DPN_TO_BRIDGE_TRANSFER";

Issues discovered in testing

Issues discovered in testing:


Issuebbdb
1

(bill) I'm seeing a consistent build failure in the mill in SpaceLogTest.testWriteNoExistingLogsUTF8() which seems to be due to a mis-configuration of my local bash client (on Windows). The test passes with no issues when executed via my IDE. No action to take here, just recording for historical purposes.



Testing of Completed Issues

Itembbdb

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

(tick)

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

(tick)

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

(tick)

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

n/a

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

n/a

Regression Testing

Build Tests

Testbbdb
mvn clean install (full build + integration tests) - DuraCloud DB(tick)
mvn clean install (full build + integration tests) - DuraCloud

mvn clean install (full build + integration tests) - Management Console

(tick)
mvn clean install (full build + integration tests) - Snapshot(tick)
mvn clean install (full build + integration tests) - Mill(info)

(Follow-up activites: Test and release Snapshot and Mill baselines)

Release Actions - for each baseline (in this order): DB, DuraCloud, MC, Snapshot, Mill


  • No labels