Project

General

Profile

Actions

Feature #519

closed

Regression test script should check whether task file is correctly ordered

Added by Evgeny Novikov over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
High
Category:
Infrastructure
Start date:
11/02/2010
Due date:
11/17/2010
% Done:

0%

Estimated time:
Published in build:

Description

At the moment this is suggested but not checked. So such 'difference' is reported as difference:

driver=online-drivers--some_other--a.c.tar.bz2.tar.bz2;...
driver=online-drivers--some_other--a.c_out.tar.bz2.tar.bz2;...

driver=online-drivers--some_other--a.c_out.tar.bz2.tar.bz2;...
driver=online-drivers--some_other--a.c.tar.bz2.tar.bz2;...

(indeed there is no difference).
To eliminate such ambiguous 'difference' automatic checking of order would be very nice.


Related issues 1 (0 open1 closed)

Related to Linux Driver Verification - Bug #523: Result database schema should define character set for namesClosedPavel Shved11/03/2010

Actions
Actions #1

Updated by Pavel Shved over 13 years ago

  • Due date set to 11/17/2010
  • Assignee changed from Evgeny Novikov to Pavel Shved

I'll fix this bug by sorting each file with test results (both "original" and "current") with Perl or shell sort, whichever is applicable. Such a sort will be done on user's machine, and will arrange both files in the same way. If there's no difference, none will be reported.

Actions #2

Updated by Pavel Shved over 13 years ago

  • Status changed from Open to Resolved

Fixed in 1198dc5. Waiting for tests to finish.

Actions #3

Updated by Evgeny Novikov over 13 years ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Pavel Shved to Evgeny Novikov

I'll review it.

Actions #4

Updated by Evgeny Novikov over 13 years ago

  • Status changed from Feedback to Closed

Fix it a bit in the commit 9893fbe. All is ok!

Actions

Also available in: Atom PDF