[haiku-bugs] Re: [Haiku] #10976: [BFS] Inconsistent query results between theoretically comparable predicates for certain filenames

  • From: "pulkomandy" <trac@xxxxxxxxxxxx>
  • Date: Tue, 24 Jun 2014 12:33:24 -0000

#10976: [BFS] Inconsistent query results between theoretically comparable
predicates for certain filenames
--------------------------------+----------------------------
   Reporter:  anevilyak         |      Owner:  axeld
       Type:  bug               |     Status:  new
   Priority:  normal            |  Milestone:  R1
  Component:  File Systems/BFS  |    Version:  R1/Development
 Resolution:                    |   Keywords:
 Blocked By:                    |   Blocking:
Has a Patch:  0                 |   Platform:  All
--------------------------------+----------------------------

Comment (by pulkomandy):

 This is BeOS DevEd 2.1.

 I had to do some minor changes to build the code (no BStrng::SetToFormat,
 and no B_PRId32).

 {{{
 baron@vimba:~/Downloads# ./QuotedFilenameQueryTest
 Evaluating volume: BeOS R5
 Explicit predicate 'name==querytest".cpp' returned 1 entries.
 RPN-generated predicate: (name=="querytest\".cpp")
 RPN predicate returned 1 entries.

 Evaluating volume: Haiku
 Explicit predicate 'name==querytest".cpp' returned 0 entries.
 RPN-generated predicate: (name=="querytest\".cpp")
 RPN predicate returned 0 entries.
 }}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/10976#comment:2>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: