logoalt Hacker News

ipksteftoday at 4:32 PM2 repliesview on HN

asking for curiosities sake. What kind of PR loop are you running that takes a few hours?


Replies

ketzotoday at 4:39 PM

not OP but usually for me this means long verification loop; waiting 10min on CI checks, that kind of thing, rather than actual 1hr wall clock of token generation

show 2 replies
goyozitoday at 5:03 PM

I’m rewriting our integration test suite to run tests in parallel. I have the changes split across 7 branches, and each needs to be fixed to have no flaky tests. I told it I want 3 consecutive CI runs with no flakes and no artificial fixes / assert removals etc. We’ll see what comes out; it’s almost a side project so there’s not much to lose other than some of my weekly limit that resets soon.

show 1 reply