Sebastian Thomas

Results 12 issues of 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`...

component: orc8r
component: agw
component: ci
size/L
component: cwf

* [ ] 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...

component: orc8r

- Add build files and Bazel setup in aioeventlet repo. - Use it in Magma Bazel config for aioeventlet.

bazel

- 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?) -...

component: agw

## 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...

component: feg

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...

component: ci

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...

component: agw

- [ ] 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...

component: orc8r

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...

component: agw
bazel
containerization

## 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...

component: orc8r
size/S