-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiment Creation (WIP) #8
base: expapitemp
Are you sure you want to change the base?
Conversation
note that unless we use properly formatted cue files they cause errors, i will be committing them next
Useful commands for bulk running tests:
|
Trace errors OverviewThese trace errors lead me to labd scenarios.Sessionlabd HTTP POST |
Fix experiment router race conditions and implementation problems
nodes/session.go
Outdated
eg.Go(func() error { | ||
lctx, cancel := context.WithCancel(gctx) | ||
cancels[i] = cancel | ||
// cancels := make([]context.CancelFunc, len(ns)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the buggy part
Session Debugging
|
Build labd with |
Session Bug
Looks like the race is happening within the supevisor??? |
Not the official PR, working out of this PR for my own purposes and task tracking, etc...
Session Bug
labagent/agentrouter/router.go
/labapp/appapi/appapi.go
to run the actual benchmarklabapp/approuter/router.go
Looks like the race is happening within the supevisor???
Next Focus
Distribute cue templates as packagehinshun already did this so not neededTODO:
Session Bug Description (largely copy & pasted from hinshun)