Need some suggestions
-
I am banging my head for the last couple of days to solve this problem. I have 8 test setups and about 300 test cases. These test cases take from 1 minute to 4 day to complete. How can one schedule these cases to finish all of these in minimum amount of time? Is there an algorithm to solve this kind of problem?
-
I am banging my head for the last couple of days to solve this problem. I have 8 test setups and about 300 test cases. These test cases take from 1 minute to 4 day to complete. How can one schedule these cases to finish all of these in minimum amount of time? Is there an algorithm to solve this kind of problem?
Parallel testing. The tigress is here :-D
-
I am banging my head for the last couple of days to solve this problem. I have 8 test setups and about 300 test cases. These test cases take from 1 minute to 4 day to complete. How can one schedule these cases to finish all of these in minimum amount of time? Is there an algorithm to solve this kind of problem?
mango_lier wrote: I am banging my head for the last couple of days to solve this problem. Thanks, now I have a headache too! Uh, without further information (and without something that doesn't look like a disguised homework assignment :-D ) it's really hard to give you any advice. Marc MyXaml Advanced Unit Testing YAPO
-
I am banging my head for the last couple of days to solve this problem. I have 8 test setups and about 300 test cases. These test cases take from 1 minute to 4 day to complete. How can one schedule these cases to finish all of these in minimum amount of time? Is there an algorithm to solve this kind of problem?
-
I am banging my head for the last couple of days to solve this problem. I have 8 test setups and about 300 test cases. These test cases take from 1 minute to 4 day to complete. How can one schedule these cases to finish all of these in minimum amount of time? Is there an algorithm to solve this kind of problem?
I think I found the solution. http://128.32.125.151/riot/Applications/Scheduling/[^]
-
mango_lier wrote: I am banging my head for the last couple of days to solve this problem. Thanks, now I have a headache too! Uh, without further information (and without something that doesn't look like a disguised homework assignment :-D ) it's really hard to give you any advice. Marc MyXaml Advanced Unit Testing YAPO
Marc Clifton wrote: a disguised homework assignment :omg: Not the dreaded "disguised homework assignment"? Surely no one here would attempt something as foolish, transparent, and juvenile as that! :-D ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF!
-
I am banging my head for the last couple of days to solve this problem. I have 8 test setups and about 300 test cases. These test cases take from 1 minute to 4 day to complete. How can one schedule these cases to finish all of these in minimum amount of time? Is there an algorithm to solve this kind of problem?
Assign the longest test case and the shortest test case to each system in turn until you run out. Here, they set up a system where test are queued up. When a test finishes, the system requests another test from the queue. Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
Assign the longest test case and the shortest test case to each system in turn until you run out. Here, they set up a system where test are queued up. When a test finishes, the system requests another test from the queue. Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
You are close .... What he has to do is construct a huffman tree with the times of each testcase. By the time he get 8 subtrees he can stop, each subtree is a collection of jobs for a single workstation. - - - - - - - - - - - - - - - - - - Memory leaks is the price we pay \0 01234567890123456789012345678901234