Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-17 | Add distribution suite | Anders Svensson | |
2013-03-12 | Tweak okay -> suspect config | Anders Svensson | |
Make it just a number of timeouts, without a new DWR being sent. | |||
2013-03-12 | Add testcases for watchdog_config | Anders Svensson | |
2013-03-04 | Rework watchdog suite to remove most timing dependencies | Anders Svensson | |
Count watchdog messages instead when this is an alternative. | |||
2013-03-04 | Rework stats to avoid concurrent read and write | Anders Svensson | |
Counters read by diameter:service_info(SvcName, transport) can be selected at the same time as the diameter_stats server is folding them into another key, possibly resulting in inaccurate values. Have diameter_stats select from the server process to avoid this and add diameter_stats:sum/1 to sum values from all contributors on a given term. | |||
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-18 | Add cover target to test/Makefile | Anders Svensson | |
2013-02-18 | Make tweaks | Anders Svensson | |
Add a 'strict' target to compile with -Werror and fix a dependency. Reorder test suites alphabetically. The two suites that currently take the longest to run conveniently come last. | |||
2013-02-18 | Remove dialyzer nowarn_unused_function workaround | Anders Svensson | |
The workaround (commit 57d5564f) was to dialyzer only understanding nowarn_unused_function on individual functions. This is no longer the case as of R15B01 (commit 477fd95a). | |||
2013-02-17 | Add testcases for application_opt() request_errors = answer | Anders Svensson | |
2013-02-16 | Add testcases to 3xxx suite | Anders Svensson | |
2013-02-16 | Minor traffic suite fix | Anders Svensson | |
2013-02-16 | Add 3xxx suite for testing application_opt() request_errors | Anders Svensson | |
2013-02-16 | Minor suite simplification | Anders Svensson | |
2013-02-12 | Merge branch 'anders/diameter/message_length/OTP-10687' | Anders Svensson | |
* anders/diameter/message_length/OTP-10687: Add length suite for testing Message Length errors Fix test/depend.mk blunder Add transport_opt() length_errors Only start a fragment timer when there's something to flush Simplify and document diameter_tcp fragment timer Comment fix Remove upgrade code not needed after application restart | |||
2013-02-12 | Merge branch 'anders/diameter/rfc6733_dictionaries/OTP-10760' | Anders Svensson | |
* anders/diameter/rfc6733_dictionaries/OTP-10760: Remove trailing whitespace Tweak service interface towards diameter_peer Split message handling in diameter_service into diameter_traffic Simplify request record Move failover out of service process Update traffic suite to test both RFC 3588 and 6733 dictionaries Update capx suite to test both RFC 3588 and 6733 dictionaries Add exprecs '#new-'/1 clause taking list argument Add exprecs '#get-'/1 for transforming records into lists Document the existence of the RFC 6733 dictionaries Don't hardcode common dictionary Add RFC 6733 dictionaries | |||
2013-02-12 | Merge branch 'anders/diameter/reopen/OTP-10692' | Anders Svensson | |
* anders/diameter/reopen/OTP-10692: Fix testcases in event suite Fix faulty watchdog transition INITIAL -> DOWN Fix faulty watchdog transition DOWN -> INITIAL Comment fixes Rename records peer/conn -> watchdog/peer in diameter_service Add testcases to traffic suite Simplify watchdog transitions in service process Simplify transport shutdown Remove upgrade code not needed after application restart Tweak (make) silent rules support | |||
2013-02-11 | Add length suite for testing Message Length errors | Anders Svensson | |
2013-02-11 | Fix test/depend.mk blunder | Anders Svensson | |
Beam path in dependency was wrong. | |||
2013-02-08 | Remove trailing whitespace | Anders Svensson | |
2013-02-08 | Update traffic suite to test both RFC 3588 and 6733 dictionaries | Anders Svensson | |
2013-02-08 | Update capx suite to test both RFC 3588 and 6733 dictionaries | Anders Svensson | |
2013-02-08 | Don't hardcode common dictionary | Anders Svensson | |
Instead, use whatever dictionary a transport has configured as supporting application id 0. This is to support the updated RFC 6733 dictionaries (which bring with them updated records) and also to be able to transparently support any changed semantics (eg. 5xxx in answer-message). | |||
2013-02-08 | Fix testcases in event suite | Anders Svensson | |
The transition INITIAL -> DOWN (fixed in the preceding commit) was wrong. | |||
2013-02-08 | Comment fixes | Anders Svensson | |
2013-02-08 | Add testcases to traffic suite | Anders Svensson | |
That check for unexpected entries in the request table. | |||
2013-01-25 | Update diameter.cover | Anders Svensson | |
2013-01-23 | Test makefile tweak | Anders Svensson | |
2013-01-18 | More testcases in traffic suite | Anders Svensson | |
2013-01-18 | Test diameter_packet answers | Anders Svensson | |
This and record/list encode more systematically. | |||
2013-01-17 | Merge branch 'maint-r15' | Anders Svensson | |
2013-01-17 | Merge branch 'anders/diameter/application_id/OTP-10655' | Anders Svensson | |
* anders/diameter/application_id/OTP-10655: Check application id in answers in traffic suite Fix setting of Application-ID | |||
2013-01-17 | Merge branch 'anders/diameter/timeout_event/OTP-10628' | Anders Svensson | |
* anders/diameter/timeout_event/OTP-10628: Add event suite Send CER/CEA timeout events as documented | |||
2013-01-15 | Check application id in answers in traffic suite | Anders Svensson | |
2013-01-15 | Add event suite | Anders Svensson | |
2013-01-15 | Traffic suite comments plus a minor match tweak | Anders Svensson | |
2013-01-15 | Add a testcase | Anders Svensson | |
2012-12-10 | Add discard testcases to failover suite | Anders Svensson | |
2012-12-10 | Check for T flag in failover suite | Anders Svensson | |
2012-11-19 | Minor test suite tweaks | Anders Svensson | |
2012-11-15 | Add a testcase | Anders Svensson | |
2012-11-15 | Add simple DPR suite | Anders Svensson | |
2012-11-05 | Use peer_ref() service_info in traffic suite | Anders Svensson | |
2012-11-05 | Use multiple connections in traffic suite | Anders Svensson | |
2012-11-05 | Redo watchdog test suite | Anders Svensson | |
It was broken by sequence masks and can be simplified using (the new-ish) watchdog events. | |||
2012-11-05 | Remove pre-OTP configure support | Anders Svensson | |
It's neither used nor maintained. | |||
2012-11-05 | Use sequence masks in test suites | Anders Svensson | |
2012-10-09 | Use packet callbacks in traffic suite | Anders Svensson | |
2012-08-31 | Merge branch 'anders/diameter/avp_errors/OTP-10202' into maint | Anders Svensson | |
* anders/diameter/avp_errors/OTP-10202: Add a testcase Fix answer-message blunder | |||
2012-08-31 | Add a testcase | Anders Svensson | |