mainThe GNU Bourne-Again SHell - Support: sr #110920, run-read test fail?

 
 

sr #110920: run-read test fail?

Submitter:  Jeffrey Cliff <themusicgod1>
Submitted:  Thu 10 Aug 2023 11:30:09 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  2 - Minor Status:  Works For Me
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 11 Aug 2023 07:07:33 PM UTC, comment #1: 

These two tests are basically

read -t .0001 a <<<abcde
echo $a

(the second one adds a -e to read). It measures reading through a pipe from the same process, since small here-documents and here-strings uses pipes instead of temporary files. For some reason, your system can't get data through a pipe in time when executed like this.

I can't reproduce it on any of the systems I have; I think the timeout is actually conservative.

Chet Ramey <chet>
Group administrator
Thu 10 Aug 2023 11:30:09 PM UTC, original submission:  

OS/environment: LFS-microsoft build within chroot (https://git.freecumextremist.com/themusicgod1/LFS-no-microsoft)
bash 5.2.15

test:

run-read

expected test result:

run-read

actual result:

run-read
warning: please do not consider output differing only in the amount of
warning: white space to be an error.
47c47
< abc
---

> abcde

80c80
< abcd
---

> abcde



google gave nothing and it does look like a test failure

Jeffrey Cliff <themusicgod1>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by chet (Posted a comment)
  • -email is unavailable- added by themusicgod1 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-08-11 chet StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code