mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
fix(iam): raise recursion limit for migration test (#6524)
Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
#![recursion_limit = "256"]
|
||||||
|
|
||||||
mod ecstore_test_compat;
|
mod ecstore_test_compat;
|
||||||
|
|
||||||
use ecstore_test_compat::fixture::try_migrate_iam_config;
|
use ecstore_test_compat::fixture::try_migrate_iam_config;
|
||||||
|
|||||||
Reference in New Issue
Block a user