You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
The refresh test requires a very different setup and teardown process because it involves upgrading from an older to the current (under test) snap. This adds complication because when refresh tests run in the middle of other tests, the current snap is removed in setup and installed again in teardown.
Testing the refresh test alone will result in an unwanted workflow:
install current (global setup)
remove current (setup)
install old snap (setup)
refresh to current
remove current (cleanup)
install current (cleanup)
remove current (global teardown)
go test -p 1 ./test/suites/edgexfoundry -run=TestCommon/refresh -v
The text was updated successfully, but these errors were encountered:
The refresh test requires a very different setup and teardown process because it involves upgrading from an older to the current (under test) snap. This adds complication because when refresh tests run in the middle of other tests, the current snap is removed in setup and installed again in teardown.
Testing the refresh test alone will result in an unwanted workflow:
go test -p 1 ./test/suites/edgexfoundry -run=TestCommon/refresh -v
The text was updated successfully, but these errors were encountered: