You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain test cannot be parallized as this uses NewBuilder()
which eventually and indirectly accesses a global variable
defined in go-selinux, this must be fixed at go-selinux
or builder must enable sometime of locking mechanism i.e if
routine is creating Builder other's must wait for it.
flouthoc
changed the title
Parallize unit tests which cannot be because of NewBuilder()
Parallelize unit tests which cannot be parallelized because of NewBuilder()
Feb 3, 2025
Certain test cannot be parallized as this uses NewBuilder()
which eventually and indirectly accesses a global variable
defined in
go-selinux
, this must be fixed atgo-selinux
or builder must enable sometime of locking mechanism i.e if
routine is creating Builder other's must wait for it.
This is a tracker issue for changes in #5954
The text was updated successfully, but these errors were encountered: