mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
add release workflow
for each tag a new release, including binaries, is automatically created
This commit is contained in:
@@ -348,11 +348,12 @@ func TestBasicSFTPHandling(t *testing.T) {
|
||||
|
||||
func TestConcurrentLogins(t *testing.T) {
|
||||
usePubKey := true
|
||||
numLogins := 50
|
||||
u := getTestUser(usePubKey)
|
||||
u.QuotaFiles = numLogins + 1
|
||||
user, _, err := httpd.AddUser(u, http.StatusOK)
|
||||
assert.NoError(t, err)
|
||||
var wg sync.WaitGroup
|
||||
numLogins := 50
|
||||
testFileName := "test_file.dat"
|
||||
testFilePath := filepath.Join(homeBasePath, testFileName)
|
||||
testFileSize := int64(65535)
|
||||
|
||||
Reference in New Issue
Block a user