-
Notifications
You must be signed in to change notification settings - Fork 235
Open
Description
During a recent rebuild of dqlite 1.16.4 (using bundled libraft) on an arm64 host, one test failed. It's likely this is a flaky test:
> cluster/restart
> num_records=0, disk_mode=0 [ OK ] [ 0.09290296 / 0.01869385 CPU ]
> num_records=0, disk_mode=1 [ OK ] [ 0.11798750 / 0.01738483 CPU ]
> num_records=1, disk_mode=0 [ OK ] [ 0.16095490 / 0.01925361 CPU ]
> num_records=1, disk_mode=1 [ OK ] [ 0.09314319 / 0.01966425 CPU ]
> num_records=256, disk_mode=0 [ ERROR ]
> Error: test/lib/server.c:65: assertion failed: rv == 0 (1 == 0)
> Error: child killed by signal 6 (Aborted)
> num_records=256, disk_mode=1 [ ERROR ]
> Error: test/lib/server.c:65: assertion failed: rv == 0 (1 == 0)
> Error: child killed by signal 6 (Aborted)
> num_records=993, disk_mode=0 [ OK ] [ 4.22504766 / 0.85921956 CPU ]
> num_records=993, disk_mode=1 [ OK ] [ 4.26175325 / 0.89829095 CPU ]
> num_records=2200, disk_mode=0 [ OK ] [ 7.24100937 / 0.67460259 CPU ]
> num_records=2200, disk_mode=1 [ OK ] [ 7.25931588 / 0.81881875 CPU ]
Metadata
Metadata
Assignees
Labels
No labels