Announcement

Collapse
No announcement yet.

list-results doesn't work with test ran with batch-run option

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • list-results doesn't work with test ran with batch-run option

    When I run a test or a suite with the option batch-run I can not list these the tests or suites with the option list-tests.
    I'm using version 1.2.2 and here is my configuration of the batch mode:
    Code:
    		<BatchMode>
    			<SaveResults>TRUE</SaveResults>
    			<OpenBrowser>TRUE</OpenBrowser>
    			<UploadResults>FALSE</UploadResults>
    			<PromptForTestIdentifier>FALSE</PromptForTestIdentifier>
    			<PromptForTestDescription>FALSE</PromptForTestDescription>
    			<PromptSaveName>FALSE</PromptSaveName>
    			<Configured>TRUE</Configured>
    		</BatchMode>
    The tests are correclty saved:
    Code:
    lorenzo@tux:~$ ls -l .phoronix-test-suite/test-results/
    totale 20
    drwxr-xr-x 3 lorenzo lorenzo 4096 2008-09-20 17:41 2008-09-20-1526
    drwxr-xr-x 3 lorenzo lorenzo 4096 2008-09-20 17:42 2008-09-20-1540
    drwxr-xr-x 3 lorenzo lorenzo 4096 2008-09-20 17:58 2008-09-20-1548
    drwxr-xr-x 3 lorenzo lorenzo 4096 2008-09-20 18:03 2008-09-20-1559
    drwxr-xr-x 2 lorenzo lorenzo 4096 2008-09-12 22:08 pts-results-viewer
    lorenzo@tux:~$ phoronix-test-suite list-results
    
    ====================================
    Phoronix Test Suite - Saved Results
    ====================================
    
    lorenzo@tux:~$
    I can access the results by their name with other options, for example "phoronix-test-suite show-result 2008-09-20-1526" or "phoronix-test-suite run 2008-09-20-1526" both work correctly.

  • #2
    Can you upload one of your batch runs to Phoronix Global? Then post the link here. When I run in batch mode, they still list fine.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      I uploaded the 2008-09-20-1526 test.
      Here is the link:

      Comment


      • #4
        I see the issue (with the title not being set), but it should be since the file name is being set. I just tried it in Phoronix Test Suite 1.4.0 git after making a change and it seems to be working fine in that development code.
        Michael Larabel
        https://www.michaellarabel.com/

        Comment

        Working...
        X