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
Remove development artifacts and add test improvements
- Remove compass artifact file
- Add new encoder test files for nested, parallel, and strategy testing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
csv +="ORD-\(String(format:"%08d", i)),\(1000+ i %500),\"Customer \(i)\",customer\(i)@example.com,\(i %1000),\"Product \(i %100)\",\(1+ i %10),\(Double(10+ i %100)),\(hasDiscount ?"0.1":""),0.08,5.99,\(Double(10+ i %100)* Double(1+ i %10)),USD,\(payments[i % payments.count]),2024-\(String(format:"%02d",1+ i %12))-\(String(format:"%02d",1+ i %28)),\(hasShipDate ?"2024-\(String(format:"%02d",1+(i +3)%12))-\(String(format:"%02d",1+(i +3)%28))":""),\(statuses[i % statuses.count]),\(hasNotes ?"\"Rush order, handle with care\"":"")\n"
205
+
letorderId="ORD-\(String(format:"%08d", i))"
206
+
letcustomerId="\(1000+ i %500)"
207
+
letcustomerName="\"Customer \(i)\""
208
+
letemail="customer\(i)@example.com"
209
+
letproductId="\(i %1000)"
210
+
letproductName="\"Product \(i %100)\""
211
+
letquantity="\(1+ i %10)"
212
+
letunitPrice="\(Double(10+ i %100))"
213
+
letdiscount= hasDiscount ?"0.1":""
214
+
lettotalAmount="\(Double(10+ i %100)* Double(1+ i %10))"
215
+
letpayment=payments[i % payments.count]
216
+
letorderDate="2024-\(String(format:"%02d",1+ i %12))-\(String(format:"%02d",1+ i %28))"
csv +="TXN\(String(format:"%012d", i)),ACC\(String(format:"%08d", i %10000)),ACC\(String(format:"%08d",(i +5000)%10000)),\(Double(100+ i %10000)),\(currencies[i % currencies.count]),\(hasExchange ?"1.12":""),\(Double(i %50)*0.01),2024-\(String(format:"%02d",1+ i %12))-\(String(format:"%02d",1+ i %28))T\(String(format:"%02d", i %24)):\(String(format:"%02d", i %60)):00Z,\(categories[i % categories.count]),\"Transaction \(i) description\",\(hasRef ?"REF\(i)":""),completed,\(hasProcessor ?"PROC\(i %100)":"")\n"
237
+
lettxnId="TXN\(String(format:"%012d", i))"
238
+
letaccountFrom="ACC\(String(format:"%08d", i %10000))"
csv +="2024-\(String(format:"%02d",1+ i %12))-\(String(format:"%02d",1+ i %28))T\(String(format:"%02d", i %24)):\(String(format:"%02d", i %60)):\(String(format:"%02d", i %60)).\(String(format:"%03d", i %1000))Z,\(levels[i % levels.count]),\(services[i % services.count]),host-\(i %10).cluster.local,\(hasRequestId ?"req-\(UUID().uuidString.prefix(8))":""),\(hasUserId ?"user-\(i %1000)":""),\(actions[i % actions.count]),/api/v1/resource/\(i %100),\(hasDuration ?"\(50+ i %500)":""),\(200+(i %5)*100),\"Request processed successfully for item \(i)\",\(hasMetadata ?"\"{\"\"key\"\":\"\"value\"\"}\"":"")\n"
0 commit comments