backport ci migration (#5758)

backport ci migration from circle to github actions
This commit is contained in:
Marko
2020-12-09 15:59:57 +01:00
committed by GitHub
parent 37010ad5b2
commit 5359e9fed3
23 changed files with 514 additions and 2019 deletions
+3 -1
View File
@@ -203,7 +203,9 @@ func (wal *baseWAL) WriteSync(msg WALMessage) error {
}
if err := wal.FlushAndSync(); err != nil {
wal.Logger.Error("WriteSync failed to flush consensus wal. WARNING: may result in creating alternative proposals / votes for the current height iff the node restarted",
wal.Logger.Error(
`WriteSync failed to flush consensus wal. WARNING: may result in creating alternative proposals / votes
for the current height iff the node restarted`,
"err", err)
return err
}