You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
192 lines
5.5 KiB
192 lines
5.5 KiB
// Copyright © 2023 OpenIM SDK. All rights reserved.
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
package main
|
|
|
|
import (
|
|
"errors"
|
|
"github.com/openimsdk/openim-sdk-core/v3/pkg/db"
|
|
"github.com/openimsdk/openim-sdk-core/v3/pkg/utils"
|
|
"github.com/openimsdk/openim-sdk-core/v3/test"
|
|
"github.com/openimsdk/tools/log"
|
|
"time"
|
|
)
|
|
|
|
var allDB []*db.DataBase
|
|
|
|
//funcation TestDB(loginUserID string) {
|
|
// operationID := utils.OperationIDGenerator()
|
|
// dbUser, err := db.NewDataBase(loginUserID, "/data/test/Open-IM-Server/db/sdk/", operationID)
|
|
// if err != nil {
|
|
// log.Error(operationID, "NewDataBase failed ", err.Error(), loginUserID)
|
|
// return
|
|
// }
|
|
// conversationList, err := dbUser.GetAllConversationList()
|
|
// if err != nil {
|
|
// log.Error(operationID, "GetAllConversationList failed ", err.Error())
|
|
// }
|
|
// log.Info(operationID, "GetAllConversationList len: ", len(conversationList))
|
|
//
|
|
// groupIDList, err := dbUser.GetJoinedGroupList()
|
|
// if err != nil {
|
|
// log.Error(operationID, "GetJoinedGroupList failed ", err.Error())
|
|
// }
|
|
// log.Info(operationID, "GetJoinedGroupList len: ", len(groupIDList))
|
|
//
|
|
// groupMemberList, err := dbUser.GetAllGroupMemberList()
|
|
// if err != nil {
|
|
// log.Error(operationID, "GetAllGroupMemberList failed ", err.Error())
|
|
// }
|
|
// log.Info(operationID, "GetAllGroupMemberList len: ", len(groupMemberList))
|
|
// //GetAllMessageForTest
|
|
// msgList, err := dbUser.GetAllMessageForTest()
|
|
// if err != nil {
|
|
// log.Error(operationID, "GetAllMessageForTest failed ", err.Error())
|
|
// }
|
|
// log.Info(operationID, "GetAllMessageForTest len: ", len(msgList))
|
|
// allDB = append(allDB, dbUser)
|
|
//
|
|
// dbUser.CloseDB(operationID)
|
|
// log.Info(operationID, "close db finished ")
|
|
//
|
|
//}
|
|
|
|
func main() {
|
|
//var userIDList []string
|
|
//f, err := os.Open("/data/test/Open-IM-Server/db/sdk")
|
|
//if err != nil {
|
|
// log.Error("", "open failed ", err.Error())
|
|
// return
|
|
//}
|
|
//files, err := f.Readdir(-1)
|
|
//f.Close()
|
|
//if err != nil {
|
|
// log.Error("", "Readdir failed ", err.Error())
|
|
// return
|
|
//}
|
|
//
|
|
//for _, file := range files {
|
|
// begin := strings.Index(file.Name(), "OpenIM_v2_")
|
|
// end := strings.Index(file.Name(), ".db")
|
|
// userID := file.Name()[begin+len("OpenIM_v2_") : end]
|
|
// // OpenIM_v2_3380999461.db
|
|
// log.Info("", "file name: ", file.Name(), userID)
|
|
// TestDB(userID)
|
|
//}
|
|
//log.Info("", "files: ", len(allDB))
|
|
////for _, v := range allDB {
|
|
//// v.CloseDB("aa")
|
|
////}
|
|
//
|
|
//log.Info("", "gc begin ")
|
|
//runtime.GC()
|
|
//log.Info("", "gc end ")
|
|
//time.Sleep(100000 * time.Second)
|
|
//return
|
|
strMyUidx := "3370431052"
|
|
tokenx := test.RunGetToken(strMyUidx)
|
|
//tokenx := "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVSUQiOiI3MDcwMDgxNTMiLCJQbGF0Zm9ybSI6IkFuZHJvaWQiLCJleHAiOjE5NjY0MTJ1XjJZGWj5fB3mqC7p6ytxSarvxZfsABwIjoxNjUxMDU1MDU2fQ.aWvmJ_sQxXmT5nKwiM5QsF9-tfkldzOYZtRD3nrUuko"
|
|
//go funcation() {
|
|
// time.Sleep(2 * time.Second)
|
|
// test.InOutLogou()
|
|
//}()
|
|
|
|
test.InOutDoTest(strMyUidx, tokenx, test.WSADDR, test.APIADDR)
|
|
// test.InOutDoTest(strMyUidx, tokenx, test.WSADDR, test.APIADDR)
|
|
|
|
// time.Sleep(5 * time.Second)
|
|
// test.SetListenerAndLogin(strMyUidx, tokenx)
|
|
//test.DoTestSetGroupMemberInfo("1104164664", "3188816039", "set ex")
|
|
|
|
// test.DotestGetGroupMemberList()
|
|
//time.Sleep(100000 * time.Second)
|
|
// test.DoTestCreateGroup()
|
|
|
|
// test.DoTestJoinGroup()
|
|
// test.DoTestGetGroupsInfo()
|
|
// test.DoTestDeleteAllMsgFromLocalAndSvr()
|
|
|
|
// println("token ", tokenx)
|
|
time.Sleep(100000 * time.Second)
|
|
b := utils.GetCurrentTimestampBySecond()
|
|
i := 0
|
|
for {
|
|
test.DoTestSendMsg2c2c(strMyUidx, "3380999461", i)
|
|
i++
|
|
time.Sleep(100 * time.Millisecond)
|
|
if i == 10000 {
|
|
break
|
|
}
|
|
log.ZWarn(ctx, "", errors.New(""), "10 * time.Millisecond ###################waiting... msg: ", i)
|
|
}
|
|
|
|
//log.Warn("", "cost time: ", utils.GetCurrentTimestampBySecond()-b)
|
|
time.Sleep(100000 * time.Second)
|
|
return
|
|
i = 0
|
|
for {
|
|
test.DoTestSendMsg2Group(strMyUidx, "42c9f515cb84ee0e82b3f3ce71eb14d6", i)
|
|
i++
|
|
time.Sleep(1000 * time.Millisecond)
|
|
if i == 10 {
|
|
break
|
|
}
|
|
log.ZWarn(ctx, "", errors.New(""), "1000 * time.Millisecond ###################waiting... msg: ", i)
|
|
}
|
|
|
|
i = 0
|
|
for {
|
|
test.DoTestSendMsg2Group(strMyUidx, "42c9f515cb84ee0e82b3f3ce71eb14d6", i)
|
|
i++
|
|
time.Sleep(10000 * time.Millisecond)
|
|
log.ZWarn(ctx, "", errors.New(""), "10000 * time.Millisecond ###################waiting... msg: ", i)
|
|
}
|
|
|
|
//reliabilityTest()
|
|
// test.PressTest(testClientNum, intervalSleep, imIP)
|
|
}
|
|
|
|
//
|
|
//funcation main() {
|
|
// testClientNum := 100
|
|
// intervalSleep := 2
|
|
// imIP := "43.128.5.63"
|
|
|
|
//
|
|
// msgNum := 1000
|
|
// test.ReliabilityTest(msgNum, intervalSleep, imIP)
|
|
// for i := 0; i < 6; i++ {
|
|
// test.Msgwg.Wait()
|
|
// }
|
|
//
|
|
// for {
|
|
//
|
|
// if test.CheckReliabilityResult() {
|
|
// log.Warn("CheckReliabilityResult ok, again")
|
|
//
|
|
// } else {
|
|
// log.Warn("CheckReliabilityResult failed , wait.... ")
|
|
// }
|
|
//
|
|
// time.Sleep(time.Duration(10) * time.Second)
|
|
// }
|
|
//
|
|
//}
|
|
|
|
//funcation printCallerNameAndLine() string {
|
|
// pc, _, line, _ := runtime.Caller(2)
|
|
// return runtime.FuncForPC(pc).Name() + "()@" + strconv.Itoa(line) + ": "
|
|
//}
|
|
|
|
// myuid, maxuid, msgnum
|
|
|