Sebastian Thomas
Sebastian Thomas
## Summary Instead of patching the unmaintained official version of `aioeventlet` in various build and deploy steps (issue was discussed in #6368), the PR applies the patched version of `aioeventlet`...
* [ ] Stabilize TestSingletonRun * Cannot reproduce it on my machine so far, `go test services/state/indexer/reindex/reindexer_*test.go -run TestSingletonRun` is always green. * Changing the test to make it fail...
- Add build files and Bazel setup in aioeventlet repo. - Use it in Magma Bazel config for aioeventlet.
- Enable cleanup-ubuntu script in packer but make sure it doesn't remove too much. Check if this reduces the size of the box significantly. (Possible issues: Kernel headers, auto-completion?) -...
## Tasks: - [ ] Find out how the snowflake folder in `magma/.cache/feg` is created and change it to a file - [ ] Prepare internal review When following the...
At the moment, the CI is red on v1.8. See https://github.com/magma/magma/pull/13997#issuecomment-1259054348 for known issues but there might be more problems. Backport the necessary commits (or create a new PR if...
There has not been much usage of [Sentry](https://github.com/magma/magma/wiki/Error-monitoring-and-triaging-workflow) within Magma since the lab was shut down after the v1.7 release. One possibility to get back error monitoring would be to...
- [ ] Fix and test flaky indexer tests. - [ ] Prepare internal review meeting. Recently, the test `reindexer_queue_test.go` has been pretty flaky. It is likely that the issues...
An alternative setup to build the AGW docker containers would be to use Bazel directly, instead of relying on custom Dockerfiles. As a first test, we want to try this...
## Summary The DB framework will only remove associations if they are set to an empty array, and ignore changes if they are set to nil. This makes it necessary...