- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestDataRace (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
schema/relationship_test.go
} type Info2 struct { CreatedAt time.Time UpdatedAt time.Time Code string Relation []*InfoRelation `gorm:"foreignkey:Code;references:Code"` } func TestDataRace(t *testing.T) { syncMap := &sync.Map{} for i := 0; i < 10; i++ { go func() { schema.Parse(&Info1{}, syncMap, schema.NamingStrategy{IdentifierMaxLength: 64}) }() go func() {Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Mon Aug 18 11:44:52 GMT 2025 - 26.5K bytes - Click Count (0)