1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00
ezstream/tests
Moritz Grimm ed9e84f387 Change config format to (eventually) support concurrent streams to many servers
Everything ties together in stream configurations, of which there can be many
now.

For the time being, every stream configuration but the "default" is ignored.

Every stream/server/encoder/decoder configuration now has the name "default"
by default, so that configuring names is only needed to resolve ambiguities.

Decoder configurations are now also constrained in this manner for consistency,
meaning they are no longer uniquely identified by a number of file extensions
but also a name.
2017-11-18 01:54:14 +01:00
..
integration Start with some automated integration/smoke tests 2015-06-03 23:58:45 +02:00
.test17ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
bad-executable.sh Make bad-executable a real script that always "fails" 2015-05-28 14:15:49 +02:00
check_cfg_decoder.c Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
check_cfg_encoder.c Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
check_cfg_server.c Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
check_cfg_stream.c Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
check_cfg_xmlfile.c Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
check_cfg.c Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
check_cfg.h Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
check_cmdline.c Safely squelch a bunch of warnings 2017-10-04 15:23:21 +02:00
check_log.c Safely squelch a bunch of warnings 2017-10-04 15:23:21 +02:00
check_mdata.c Safely squelch a bunch of warnings 2017-10-04 15:23:21 +02:00
check_playlist.c Safely squelch a bunch of warnings 2017-10-04 15:23:21 +02:00
check_stream.c Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
check_util.c Safely squelch a bunch of warnings 2017-10-04 15:23:21 +02:00
check_xalloc.c Safely squelch a bunch of warnings 2017-10-04 15:23:21 +02:00
config-bad2.xml Add remaining tests of cfg.c 2015-05-15 00:47:47 +02:00
config-bad3.xml Add remaining tests of cfg.c 2015-05-15 00:47:47 +02:00
config-bad4.xml Add remaining tests of cfg.c 2015-05-15 00:47:47 +02:00
config-bad5.xml Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
config-bad.xml Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
Makefile.am Change config format to (eventually) support concurrent streams to many servers 2017-11-18 01:54:14 +01:00
null.raw Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
play-bad2.sh More playlist tests 2015-05-30 21:52:42 +02:00
play-bad3.sh More playlist tests 2015-05-30 21:52:42 +02:00
play-bad.sh More playlist tests 2015-05-30 21:52:42 +02:00
playlist-bad2.txt Test recovery after excessively long lines 2015-06-02 22:35:43 +02:00
playlist-bad.txt More playlist tests 2015-05-30 21:52:42 +02:00
playlist.txt More playlist tests 2015-05-30 21:52:42 +02:00
test01-artist+album+title.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test02-whitespace.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test03-apostrophe.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test04-backticks.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test05-spawnshell.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test06-shellvar.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test07-japanese.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test08-arabic.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test09-apostrophe+spawnshell.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test10-apostrophe+backticks.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test11-artist+album.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test12-artist.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test13-album+title.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test14-album.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test15-title.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test16-nometa.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test18-emptymeta.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test19-onlywhitespace.ogg Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test-meta01.sh Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test-meta02-error.sh Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test-meta03-huge.sh Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test-meta04-kill.sh Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00
test-meta05-empty.sh Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00