1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-11-25 23:02:22 +02:00
Files
starter/stopapp/stopapp_test.go

42 lines
886 B
Go
Raw Normal View History

2023-03-17 11:20:09 +03:00
package stopapp
//import (
// "testing"
//
// "gitlab.aescorp.ru/dsp_dev/notifier/notifier_adp_eml/internal/v0/app/contextmain"
// "gitlab.aescorp.ru/dsp_dev/notifier/notifier_adp_eml/internal/v0/app/micro"
//)
//
//func TestGetWaitGroup_Main(t *testing.T) {
// v := GetWaitGroup_Main()
// if v == nil {
// t.Error("stopapp_test.TestGetWaitGroup_Main() GetWaitGroup_Main() not created ! ")
// }
//}
//
//func TestWaitStop(t *testing.T) {
// StartWaitStop()
//
// GetWaitGroup_Main().Add(1)
// go WaitStop()
//
// micro.Pause(10)
//
// close(SignalInterrupt)
//
// //contextmain.CancelContext()
// //contextmain.Ctx = nil
//
// //SignalInterrupt <- syscall.SIGINT
//}
//
//func TestStopApp(t *testing.T) {
// contextmain.GetContext()
// StopApp()
// contextmain.Ctx = nil
//}
//
//func TestWaitTotalMessagesSendingNow(t *testing.T) {
// WaitTotalMessagesSendingNow("stopapp_test")
//}