buglist.bug
author viric@mandarina
Mon, 05 May 2008 23:14:22 +0200
changeset 216 b4476e12a717
parent 210 e315e39cb411
child 222 e5da97391393
permissions -rw-r--r--
Moving versions to 0.5.4.1 for debianers.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
210
lbatlle@npdl268.bpo.hp.com
parents: 203
diff changeset
     1
15
13
392cd4359a60 Bug noted - recv() and ECONNRESET
lbatlle@npdl268.bpo.hp.com
parents: 8
diff changeset
     2
0	1	sleep	recv() may return ECONNRESET	\nI don't know why. It happened sometimes, when the client didn't send any\nENDJOB message.\nIt should be investigated.\n\nHypothesis:\n- maybe recv() returns ECONNRESET if the other side process has died but not\n  closed()?\n  simple tests seem to show that it's not true.
134
5a6b8bb1f7a8 Fixing two bugs noted in buglist.bug (ts clients not dying on removejob, queue
viric@llimona
parents: 130
diff changeset
     3
5	5	fixed	Removing a job doesn't kill the ts client	\nThe client rests forever.
5a6b8bb1f7a8 Fixing two bugs noted in buglist.bug (ts clients not dying on removejob, queue
viric@llimona
parents: 130
diff changeset
     4
4	5	fixed	Terminal Control-C to a "ts -nf myprogram" breaks the queue.	
177
95831ec45988 Now, removing a job wakes up its waiters.
viric@llimona
parents: 176
diff changeset
     5
8	1	fixed	Removing a job doesn't wake up its "waiters"	\nIn a terminal: ts -w 15\nIn another: ts -r 15\n\nThe first terminal doesn't wake up.
95831ec45988 Now, removing a job wakes up its waiters.
viric@llimona
parents: 176
diff changeset
     6
9	2	fixed	The "-t" option doesn't die after the application dies.	\n-t could have, moreover, the behaviour of -w
203
664044b1de73 Making '-c' to behave as 'tail -f', but showing *all* the file.
lbatlle@npdl268.bpo.hp.com
parents: 177
diff changeset
     7
13	3	open	Wrong output message on -t	D   State      Output               E-Level  Times(r/u/s)   Command\n17   finished   /tmp/ts-out.Ra7s9g   1        5.31/1.23/1.72 clearmake bcd_io_bcd_io_src_io_bsd_server_bsd bcd_io_bcd_io_src_io_bsd_test_server_rserver\n18   skipped    (no output)                                  && clearmake bcd_io_bcd_io_src_io_bsd_io_testbsd_engine\n19   skipped    (no output)                                  && putio.sh 16.23.86.24 bin/io_testbsd_engine bin/io_bsd_server_rserver\n\n$ ts -t\nError in the request: Job -1 was skipped due to a dependency.\n\nThere should say "The last job was skipped..."
210
lbatlle@npdl268.bpo.hp.com
parents: 203
diff changeset
     8
14	-3	open	'-t' doesn't show 10 lines, but more.