2011.08.14 05:50 Robin Horforth rašė: > Do you have a performance testing framework or set of scripts? I have > the ImapTest suite, but that's more for validating compliance with the > imap4r1 spec than performance.
Dovecot's imaptest utility does not validate compliance with imap4rev1. Some tests performed by utility depend on optional imap4rev1 features and assume that those features are required. For example, utility assumes that custom flags are required and tries to use them even when server does not declare support of custom flags. IMAP server's failure to comply with untagged OK response format does not generate any non-compliance report. It generates non-descriptive errors in utility. Utility tests imap4rev1 and some IMAP extensions. It is more like shared imap mailbox and stress testing tool. Test results might indicate non-compliance, but any non-compliance report must be manually verified. -- Tomas _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
