kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Patterns are not searchable #42

Closed ezyang closed 5 years ago

ezyang commented 5 years ago

Steps to reproduce:

  1. Open https://circle.pytorch.org/patterns.html (opening it fresh is very important)
  2. Search for "test_broadcast_ops"

Expected result: It shows up Actual result: No results

If you then scroll to the bottom of the chart, and then search again, now it shows up.

kostmo commented 5 years ago

That makes me think the Tabulator table lazy-loads the rows into the DOM when they're scrolled into view, even though the JSON for them has already been fetched to the client.

kostmo commented 5 years ago

There is now a dedicated search field for the pattern column.