Skip to content
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

Add backfill to Mobeta to allow testing. #812

Merged
merged 2 commits into from Sep 5, 2012
Merged

Add backfill to Mobeta to allow testing. #812

merged 2 commits into from Sep 5, 2012

Conversation

jberkus
Copy link
Contributor

@jberkus jberkus commented Sep 5, 2012

...with cron jobs cleaned up.

@rhelmer
Copy link
Contributor

rhelmer commented Sep 5, 2012

This seems to work overall, but using the "fakedata" script to generate input I notice that the crashes_by_* tables don't seem to be populated on backfill.

TCBS, reports_clean etc. all seem to work as before. Could I be missing something here in the fake data? It's just the raw tables that are populated, so I'd expect it to work if prod data does.

@rhelmer
Copy link
Contributor

rhelmer commented Sep 5, 2012

fakedata.py just needed the new crash_types table, this lgtm to me now.

rhelmer added a commit that referenced this pull request Sep 5, 2012
Add backfill to Mobeta to allow testing.
@rhelmer rhelmer merged commit b673899 into mozilla-services:master Sep 5, 2012
willkg added a commit that referenced this pull request Feb 28, 2024
This updates the stackwalker to v0.20.0 which picks up the following
changes:

```
3581196 (tag: v0.20.0) chore: Release
852af14 Updated cargo-dist configuration
0b3aff9 Updated the release notes for the next version
8e2dae5 Updated ctor to version 0.2
7da12de Updated all the dependencies, this removes a few duplications and picks up some useful fixes
e6b5c2a fix: restore the idx field on thread spans
dd377d1 Remove the dependency on dump_syms
35651c5 Make MmapMinidump static
8d69037 Avoid requiring a dependency on memmap2 to use Minidump<'_, Mmap>
7f38b36 bug-1873529: fix debug id for modules found by code-info lookup
5f31ab7 Update scroll to 0.12
362a4a0 Update memmap2 to 0.9.3
a068902 fmt
05396af fix clippy lints from 1.75.0
99e0590 Use the procfs crate in minidump for parsing linux memory maps. (#812)
7a9ea0b Print the si_code of a Linux signal correctly when it contains a negative code (#911)
43e9781 Add support for additional macOS guard exception types and flavors (#901)
640de21 Interpret Windows error-code correctly even when they're sign-extended. (#894)
c3de84b (tag: v0.19.1) chore: Release
46a9833 Updated the release notes for the next version
f6de402 Remove the MSI installer
aae3c27 Updated all the dependencies to address several mild security issues in some crates
3a60101 (tag: v0.19.0) chore: Release
e92bcec Updated cargo-dist to version 0.4.2
ca0a97d Updated the release notes for the next version
8e7457c Bump the versions of the fuzzing crates
403e1c9 Update symbolic and memmap2, also get rid of crate versions that were yanked
2851131 Add support for the MINIDUMP_HANDLE_DATA_STREAM stream (#885)
9b8dd79 Merge pull request #881 from lissyx/fds
f696691 cargo doc
cc597b6 panic instead of assert as per clippy
de13372 remove debug
a3ff3d7 cargo fmt
8f15e96 cargo insta review pass 2
a18d69d cargo insta review pass 1
7a1533d Fix review comments
055e3d0 Add /proc/PID/limits to produced JSON
6c6edb5 Parsing /proc/PID/limits
b816e2a Remove MozLinuxFDs and add MozLinuxLimits to lib doc
2f99693 Add entries for /proc/self/fd/ and /proc/self/limits
```
willkg added a commit that referenced this pull request Feb 28, 2024
This updates the stackwalker to v0.20.0 which picks up the following
changes:

```
3581196 (tag: v0.20.0) chore: Release
852af14 Updated cargo-dist configuration
0b3aff9 Updated the release notes for the next version
8e2dae5 Updated ctor to version 0.2
7da12de Updated all the dependencies, this removes a few duplications and picks up some useful fixes
e6b5c2a fix: restore the idx field on thread spans
dd377d1 Remove the dependency on dump_syms
35651c5 Make MmapMinidump static
8d69037 Avoid requiring a dependency on memmap2 to use Minidump<'_, Mmap>
7f38b36 bug-1873529: fix debug id for modules found by code-info lookup
5f31ab7 Update scroll to 0.12
362a4a0 Update memmap2 to 0.9.3
a068902 fmt
05396af fix clippy lints from 1.75.0
99e0590 Use the procfs crate in minidump for parsing linux memory maps. (#812)
7a9ea0b Print the si_code of a Linux signal correctly when it contains a negative code (#911)
43e9781 Add support for additional macOS guard exception types and flavors (#901)
640de21 Interpret Windows error-code correctly even when they're sign-extended. (#894)
c3de84b (tag: v0.19.1) chore: Release
46a9833 Updated the release notes for the next version
f6de402 Remove the MSI installer
aae3c27 Updated all the dependencies to address several mild security issues in some crates
3a60101 (tag: v0.19.0) chore: Release
e92bcec Updated cargo-dist to version 0.4.2
ca0a97d Updated the release notes for the next version
8e7457c Bump the versions of the fuzzing crates
403e1c9 Update symbolic and memmap2, also get rid of crate versions that were yanked
2851131 Add support for the MINIDUMP_HANDLE_DATA_STREAM stream (#885)
9b8dd79 Merge pull request #881 from lissyx/fds
f696691 cargo doc
cc597b6 panic instead of assert as per clippy
de13372 remove debug
a3ff3d7 cargo fmt
8f15e96 cargo insta review pass 2
a18d69d cargo insta review pass 1
7a1533d Fix review comments
055e3d0 Add /proc/PID/limits to produced JSON
6c6edb5 Parsing /proc/PID/limits
b816e2a Remove MozLinuxFDs and add MozLinuxLimits to lib doc
2f99693 Add entries for /proc/self/fd/ and /proc/self/limits
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants