[roll] Roll fuchsia [bazel] Fix BazelStderrDebugLineRecorder bug.

The implementation of the write() method didn't handle
the input "\x1b[33mDEBUG: " correctly, resulting in
a runtime AssertionError when parsing the output of
Bazel's stderr. The exception would trigger very randomly
because how many output bytes are seen by each write()
call is pretty much unpredictable.

This CL fixes the issue and adds a unit-test to ensure
it never regresses again.

Original-Original-Fixed: 515325221
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1621037
Original-Original-Revision: 7c0ac2027a93fe31561596737977d57f62ac2d2f
GitOrigin-RevId: 13c4da65aca0ce3461ea8d39c644bcbe4c6ead11
Change-Id: I2a59c52692b1c0af37c55bfeade2cc34cf743aad
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1621753
Cr-Commit-Position: refs/heads/main@{#193246}
1 file changed
tree: 4ceb618812c4433558f5e1691e3858bd2b5d9f3d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.