divvun / libdivvun

lib for running gramcheck and other pipelines + cli; modules for CG→spelling, CG→feedback, tagging blanks
https://giellalt.github.io/proof/gramcheck/GrammarCheckerDocumentation.html
GNU General Public License v3.0
9 stars 1 forks source link

intermittent travis failures on input "seammasballat ođđa dieđuiguin. Ja vel." #36

Closed unhammer closed 4 years ago

unhammer commented 4 years ago

shows failures in the same test, but at different stages. And on many systems that test works just fine: https://travis-ci.org/divvun/libdivvun/builds/627875780 Some times a "Restart job" makes it go away :-S

What's weird is that the difference is in the input to the test (text parameter):

< {"errs":[["dieđuiguin",19,29,"msyn-valency-loc-com","boasttut sátni",["diehtukorrekt"],"msyn thingy"],["vel",35,38,"double-space-before","double-space-before",[],"double-space-before"]],"text":"seammasballat ođđa dieđuiguin. Ja  vel."}

---

> {"errs":[["dieđuiguin",20,30,"msyn-valency-loc-com","boasttut sátni",["diehtukorrekt"],"msyn thingy"],["vel",36,39,"double-space-before","double-space-before",[],"double-space-before"]],"text":"seammas ballat ođđa dieđuiguin. Ja  vel."}
unhammer commented 4 years ago

Workedaround in https://github.com/divvun/libdivvun/commit/58e2baf566c2cbd607cf2f93589c485297426934 , while https://github.com/divvun/libdivvun/commit/68d591c5d59c5945bca14934ac3b36c336ccb8f0 gets macos to flush after itself.