Assigned
Status Update
Comments
da...@servedup.co.uk <da...@servedup.co.uk> #2
Automatic regression verification started for measurement:
ChromiumPerf/android-pixel6-perf/v8.browsing_mobile-future/JavaScript:duration_avg/browse_media/browse_media_flickr_infinite_scroll_2019
Verification workflow id: projects/62121018386/locations/us-central1/workflows/sandwich-verification-workflow-prod/executions/901b6ad7-6f2a-4eb9-b761-8fb4fb3325fb
ChromiumPerf/android-pixel6-perf/v8.browsing_mobile-future/JavaScript:duration_avg/browse_media/browse_media_flickr_infinite_scroll_2019
Verification workflow id: projects/62121018386/locations/us-central1/workflows/sandwich-verification-workflow-prod/executions/901b6ad7-6f2a-4eb9-b761-8fb4fb3325fb
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #3
🥪 Regression verification projects/62121018386/locations/us-central1/workflows/sandwich-verification-workflow-prod/executions/901b6ad7-6f2a-4eb9-b761-8fb4fb3325fb job 11b8f72d610000 for test: ChromiumPerf/android-pixel6-perf/v8.browsing_mobile-future/JavaScript:duration_avg/browse_media/browse_media_flickr_infinite_scroll_2019
reproduced the regression with statistic: {'control_median': 406.634, 'lower': 2.1907443783107494, 'p_value': 0.000283263623714447, 'treatment_median': 466.187, 'upper': 15.327023177441546}.
Proceed to bisection.
reproduced the regression with statistic: {'control_median': 406.634, 'lower': 2.1907443783107494, 'p_value': 0.000283263623714447, 'treatment_median': 466.187, 'upper': 15.327023177441546}.
Proceed to bisection.
Description
My go code writes three files to storage in both cases a directory is created with the first file being saved.
Hierarchical namespace on
Write file a/b/one.txt - "storage.folders.create" fired
Write file a/b/two.txt - "storage.objects.create" fired
Write file a/b/one.txt - "storage.objects.create" fired
Using a bucket with Hierarchical namespace off
Write file a/c/one.txt - "storage.objects.create" fired
Write file a/c/two.txt - "storage.objects.create" fired
Write file a/c/one.txt - "storage.objects.create" fired
Problems
1. No record of the first file being saved via logs
2. Cannot trigger processes with first file with event arc
3. Incompatibility between otherwise compatible storage options.
Expected behaviour would be to fire "storage.folders.create" and "storage.objects.create" for files that create new directories when Hierarchical namespace is enabled.
Work arounds dependent on usage. I created a sacrificial first file that I wasn't interested in tracking with events.
I haven't tried creating a folder first and then saving files. This would likely fix the issue.
Not a serious bug unless you are billing people and using events to track the action to do so. Or relying on events to validate the security of files with a parallel scanning process. All depends on what you think is serious.