emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
391 stars 51 forks source link

sentinel test failing on linux #338

Closed dunn closed 1 year ago

dunn commented 6 years ago

I'm getting this locally on Debian, as well as in Travis: https://travis-ci.org/dunn/homebrew-emacs/jobs/375098617#L959

The `irc--sentinel' function
  should emit conn.failed for a failed event
  should emit conn.connected on an open event
  should emit conn.disconnected for a broken connection
  should emit conn.disconnected for a finished process
  should emit conn.disconnected for an exiting process
  should ignored killed processes
  should ignore deleted processes
  should raise an error for unknown events  FAILED
jorgenschaefer commented 6 years ago

Weird. Seems to work for us?

dunn commented 6 years ago

That's an async test, right? Is there a way to raise the timeout, so I can check if that's the issue?

jorgenschaefer commented 6 years ago

Nope, not an async test. M-: (irc--sentinel 'proc "bla bla\n") should raise an error.

dunn commented 6 years ago

Yeah, that works in isolation for me too. Very strange; I'll poke at it some more.

wasamasa commented 1 year ago

No such error in the CI, therefore I'm closing this one.