update
This commit is contained in:
package.jsonpnpm-lock.yamltest.ipwarmupmanager.tstest.minimal.tstest.reputationmonitor.tstest.smartmail.ts
test
helpers
readme.mdsuite
commands
test.command-pipelining.tstest.data-command.tstest.ehlo-command.tstest.expn-command.tstest.helo-command.tstest.help-command.tstest.mail-from.tstest.noop-command.tstest.quit-command.tstest.rcpt-to.tstest.rset-command.tstest.size-extension.tstest.vrfy-command.ts
connection
test.abrupt-disconnection.tstest.connection-limits.tstest.connection-rejection.tstest.connection-timeout.tstest.keepalive.tstest.multiple-connections.tstest.plain-connection.tstest.starttls-upgrade.tstest.tls-ciphers.tstest.tls-connection.tstest.tls-versions.ts
edge-cases
test.empty-commands.tstest.extremely-long-headers.tstest.extremely-long-lines.tstest.invalid-character-handling.tstest.nested-mime-structures.tstest.unusual-mime-types.tstest.very-large-email.ts
email-processing
test.attachment-handling.tstest.basic-email-sending.tstest.delivery-status-notifications.tstest.email-routing.tstest.invalid-email-addresses.tstest.large-email.tstest.mime-handling.tstest.multiple-recipients.tstest.special-character-handling.ts
error-handling
test.error-logging.tstest.exception-handling.tstest.malformed-mime.tstest.permanent-failures.tstest.resource-exhaustion.tstest.temporary-failures.ts
performance
test.concurrency.tstest.connection-processing-time.tstest.cpu-utilization.tstest.memory-usage.tstest.message-processing-time.tstest.resource-cleanup.tstest.throughput.ts
reliability
test.dns-resolution-failure.tstest.error-recovery.tstest.long-running-operation.tstest.network-interruption.tstest.resource-leak-detection.tstest.restart-recovery.ts
rfc-compliance
test.rfc3461-dsn-compliance.tstest.rfc5321-compliance.tstest.rfc5322-compliance.tstest.rfc6376-dkim-compliance.tstest.rfc7208-spf-compliance.tstest.rfc7489-dmarc-compliance.tstest.rfc8314-tls-compliance.ts
security
test.authentication.tstest.authorization.tstest.bounce-management.tstest.content-scanning.tstest.dkim-processing.tstest.dmarc-policy.tstest.header-injection-prevention.tstest.ip-reputation.tstest.rate-limiting.tstest.spf-checking.tstest.tls-certificate-validation.ts
server.loader.ts@@ -1,6 +1,6 @@
|
||||
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
||||
import * as net from 'net';
|
||||
import { startTestServer, stopTestServer } from '../server.loader.js';
|
||||
import { startTestServer, stopTestServer } from '../../helpers/server.loader.js';
|
||||
|
||||
const TEST_PORT = 2525;
|
||||
const TEST_TIMEOUT = 10000;
|
||||
|
Reference in New Issue
Block a user