Run all tests under QM and its clients with a long file name on Windows
Categories
(Core :: Storage: Quota Manager, task, P3)
Tracking
()
People
(Reporter: tt, Assigned: janv)
References
Details
(Keywords: leave-open, Whiteboard: [storage-jv])
Attachments
(6 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
- We need to protect this by a pref
- There is a length limitation on each component (255)
- Jan suggested that we can achieve this by changing the name of the "storage" directory
- We need to consider if it's worth to make it as another taskcluster job so that we can test that on each try push
| Reporter | ||
Comment 1•5 years ago
|
||
We also need to extract the literal string "storage" out to a parameter so that it's easier to rename it to a long file name from tests. (e.g. https://searchfox.org/mozilla-central/rev/4d9cd186767978a99dafe77eb536a9525980e118/dom/quota/test/unit/test_persist_eviction.js#66)
Like:
- let path = "storage/default/http+++example" + index + ".com";
+ let path = `${storageDirName}/default/http+++example" + index + ".com`;
// head.js
let storageDirName = ${pref} ? `storage_somelongfilename...` : `storage`;
| Assignee | ||
Comment 2•5 years ago
•
|
||
(In reply to Tom Tung [:tt, :ttung] from comment #1)
// head.js let storageDirName = ${pref} ? `storage_somelongfilename...` : `storage`;
Or ask QM via QMS to return storage directory name, otherwise we would have to repeat this logic at two places (head-shared.js and ActorsParent.cpp).
| Reporter | ||
Comment 3•5 years ago
|
||
(In reply to Jan Varga [:janv] from comment #2)
Or ask QM via QMS to return storage directory name, otherwise we would have to repeat this logic at two places (head-shared.js and ActorsParent.cpp).
That's even better. Thanks for the suggestion!
| Assignee | ||
Comment 4•5 years ago
|
||
I'm going to check if this can be done quickly and easily, so we can see how we stand on Windows when everything QM related depends on a long file path.
| Assignee | ||
Comment 5•5 years ago
|
||
linux-only try with storage directory name set to "storage000":
https://treeherder.mozilla.org/#/jobs?repo=try&revision=99a6d8e9ad326240a4060c7d6c38161111e4b936
There are still some failures in devtools tests, but it doesn't look bad overall.
windows-only try with 255 char long storage directory name is coming soon.
| Assignee | ||
Comment 6•5 years ago
|
||
| Assignee | ||
Comment 7•5 years ago
|
||
| Assignee | ||
Comment 8•5 years ago
|
||
Depends on D73142
| Assignee | ||
Comment 9•5 years ago
|
||
Depends on D73144
| Assignee | ||
Comment 10•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 15•5 years ago
|
||
| Assignee | ||
Comment 16•5 years ago
|
||
Depends on D75279
Comment 17•5 years ago
|
||
| Assignee | ||
Comment 18•5 years ago
|
||
Comment 19•5 years ago
|
||
Backed out 2 changesets (bug 1624802) for test_listOrigins.js failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/5638f296fae2ad34d2944548d15a321c1a75bc8c
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=302300120&repo=autoland&lineNumber=1934
[task 2020-05-14T16:16:50.423Z] 16:16:50 INFO - TEST-START | dom/quota/test/xpcshell/test_listOrigins.js
[task 2020-05-14T16:16:50.938Z] 16:16:50 WARNING - TEST-UNEXPECTED-FAIL | dom/quota/test/xpcshell/test_listOrigins.js | xpcshell return code: 139
[task 2020-05-14T16:16:50.938Z] 16:16:50 INFO - TEST-INFO took 514ms
[task 2020-05-14T16:16:50.938Z] 16:16:50 INFO - >>>>>>>
[task 2020-05-14T16:16:50.938Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | xpcw: cd /data/local/tmp/tests/xpc/dom/quota/test/xpcshell
[task 2020-05-14T16:16:50.939Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | xpcw: xpcshell -r /data/local/tmp/tests/xpc/c/httpd.manifest --greomni /data/local/xpcb/geckoview-androidTest.apk -m -e const _HEAD_JS_PATH = "/data/local/tmp/tests/xpc/head.js"; -e const _MOZINFO_JS_PATH = "/data/local/tmp/tests/xpc/p/mozinfo.json"; -e const _PREFS_FILE = "/data/local/tmp/tests/xpc/user.js"; -e const _TESTING_MODULES_DIR = "/data/local/tmp/tests/xpc/m"; -f /data/local/tmp/tests/xpc/head.js -e const _HEAD_FILES = ["/data/local/tmp/tests/xpc/dom/quota/test/xpcshell/head.js"]; -e const _JSDEBUGGER_PORT = 0; -e const _TEST_FILE = ["test_listOrigins.js"]; -e const _TEST_NAME = "dom/quota/test/xpcshell/test_listOrigins.js"; -e _execute_test(); quit(0);
[task 2020-05-14T16:16:50.940Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | [8951, Unnamed thread 7bd219f22890] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/checkouts/gecko/xpcom/base/nsTraceRefcnt.cpp, line 202
[task 2020-05-14T16:16:50.940Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | [8951, Unnamed thread 7bd219f22890] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/checkouts/gecko/xpcom/base/nsTraceRefcnt.cpp, line 202
[task 2020-05-14T16:16:50.941Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | [8951, Unnamed thread 7bd219f22890] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/checkouts/gecko/xpcom/base/nsTraceRefcnt.cpp, line 202
[task 2020-05-14T16:16:50.941Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | [8951, Unnamed thread 7bd219f22890] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/checkouts/gecko/xpcom/base/nsTraceRefcnt.cpp, line 202
[task 2020-05-14T16:16:50.942Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | [8951, Main Thread] WARNING: No Android crash handler set: file /builds/worker/checkouts/gecko/toolkit/crashreporter/nsExceptionHandler.cpp, line 1984
[task 2020-05-14T16:16:50.942Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | [8951, Main Thread] WARNING: No default pref files found.: file /builds/worker/checkouts/gecko/modules/libpref/Preferences.cpp, line 4277
[task 2020-05-14T16:16:50.942Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | [8951, Main Thread] WARNING: Couldn't get the user appdata directory. Crash events may not be produced.: file /builds/worker/checkouts/gecko/toolkit/crashreporter/nsExceptionHandler.cpp, line 2922
[task 2020-05-14T16:16:50.942Z] 16:16:50 INFO - (xpcshell/head.js) | test MAIN run_test pending (1)
[task 2020-05-14T16:16:50.943Z] 16:16:50 INFO - (xpcshell/head.js) | test testHarnessSteps pending (2)
[task 2020-05-14T16:16:50.943Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | [Parent 8951, Main Thread] WARNING: Couldn't get the user appdata directory, crash dumps will go in an unusual location: file /builds/worker/checkouts/gecko/toolkit/crashreporter/nsExceptionHandler.cpp, line 2982
[task 2020-05-14T16:16:50.943Z] 16:16:50 INFO - dom/quota/test/xpcshell/test_listOrigins.js | Segmentation fault
[task 2020-05-14T16:16:50.943Z] 16:16:50 INFO - <<<<<<<
[task 2020-05-14T16:16:51.369Z] 16:16:51 INFO - mozcrash Copy/paste: /builds/worker/fetches/minidump_stackwalk/minidump_stackwalk /tmp/tmp9j4uOw/61944ce8-2cdb-3cf3-c792-72438d0f695d.dmp /builds/worker/workspace/build/symbols
[task 2020-05-14T16:16:55.423Z] 16:16:55 INFO - mozcrash Saved minidump as /builds/worker/workspace/build/blobber_upload_dir/61944ce8-2cdb-3cf3-c792-72438d0f695d.dmp
[task 2020-05-14T16:16:55.423Z] 16:16:55 INFO - mozcrash Saved app info as /builds/worker/workspace/build/blobber_upload_dir/61944ce8-2cdb-3cf3-c792-72438d0f695d.extra
[task 2020-05-14T16:16:55.425Z] 16:16:55 WARNING - PROCESS-CRASH | dom/quota/test/xpcshell/test_listOrigins.js | application crashed [@ mozilla::jni::GetEnvForThread()]
[task 2020-05-14T16:16:55.426Z] 16:16:55 INFO - Mozilla crash reason: MOZ_ASSERT(sGeckoThreadEnv)
[task 2020-05-14T16:16:55.426Z] 16:16:55 INFO - Crash dump filename: /tmp/tmp9j4uOw/61944ce8-2cdb-3cf3-c792-72438d0f695d.dmp
[task 2020-05-14T16:16:55.426Z] 16:16:55 INFO - Operating system: Android
[task 2020-05-14T16:16:55.426Z] 16:16:55 INFO - 0.0.0 Linux 3.10.0+ #260 SMP PREEMPT Fri May 19 12:48:14 PDT 2017 x86_64
[task 2020-05-14T16:16:55.426Z] 16:16:55 INFO - CPU: amd64
[task 2020-05-14T16:16:55.427Z] 16:16:55 INFO - family 6 model 6 stepping 3
[task 2020-05-14T16:16:55.427Z] 16:16:55 INFO - 4 CPUs
[task 2020-05-14T16:16:55.427Z] 16:16:55 INFO - GPU: UNKNOWN
[task 2020-05-14T16:16:55.427Z] 16:16:55 INFO - Crash reason: SIGSEGV /SEGV_MAPERR
[task 2020-05-14T16:16:55.427Z] 16:16:55 INFO - Crash address: 0x0
[task 2020-05-14T16:16:55.427Z] 16:16:55 INFO - Process uptime: not available
[task 2020-05-14T16:16:55.428Z] 16:16:55 INFO - Thread 14 (crashed)
[task 2020-05-14T16:16:55.428Z] 16:16:55 INFO - 0 libxul.so!mozilla::jni::GetEnvForThread() [Utils.cpp:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 159 + 0x29]
[task 2020-05-14T16:16:55.428Z] 16:16:55 INFO - rax = 0x00007bd2152db7f3 rdx = 0x0000000000000004
[task 2020-05-14T16:16:55.428Z] 16:16:55 INFO - rcx = 0x00007bd217db3c00 rbx = 0x00007bd219bfaa20
[task 2020-05-14T16:16:55.428Z] 16:16:55 INFO - rsi = 0x00007bd219bf9810 rdi = 0x0000000000000003
[task 2020-05-14T16:16:55.429Z] 16:16:55 INFO - rbp = 0x00007bd219bfa940 rsp = 0x00007bd219bfa930
[task 2020-05-14T16:16:55.429Z] 16:16:55 INFO - r8 = 0x000000000000ffff r9 = 0x0000000000000000
[task 2020-05-14T16:16:55.429Z] 16:16:55 INFO - r10 = 0x00007bd219639540 r11 = 0x0000000000000246
[task 2020-05-14T16:16:55.429Z] 16:16:55 INFO - r12 = 0x00007bd20329fee0 r13 = 0x00007bd20328a0e0
[task 2020-05-14T16:16:55.429Z] 16:16:55 INFO - r14 = 0x00007bd219bfaa20 r15 = 0x0000000000000002
[task 2020-05-14T16:16:55.430Z] 16:16:55 INFO - rip = 0x00007bd210a5eb1c
[task 2020-05-14T16:16:55.430Z] 16:16:55 INFO - Found by: given as instruction pointer in context
[task 2020-05-14T16:16:55.431Z] 16:16:55 INFO - 1 libxul.so!mozilla::ipc::AndroidProcessLauncher::LaunchAndroidService(GeckoProcessType, std::__ndk1::vector<std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> >, std::__ndk1::allocator<std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > > > const&, std::__ndk1::vector<std::__ndk1::pair<int, int>, std::__ndk1::allocator<std::__ndk1::pair<int, int> > > const&) [GeckoChildProcessHost.cpp:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 1691 + 0x5]
[task 2020-05-14T16:16:55.431Z] 16:16:55 INFO - rbp = 0x00007bd219bfa9e0 rsp = 0x00007bd219bfa950
[task 2020-05-14T16:16:55.431Z] 16:16:55 INFO - rip = 0x00007bd20d36bed8
[task 2020-05-14T16:16:55.431Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.431Z] 16:16:55 INFO - 2 libxul.so!mozilla::ipc::AndroidProcessLauncher::DoLaunch() [GeckoChildProcessHost.cpp:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 1258 + 0x5]
[task 2020-05-14T16:16:55.432Z] 16:16:55 INFO - rbp = 0x00007bd219bfaa00 rsp = 0x00007bd219bfa9f0
[task 2020-05-14T16:16:55.432Z] 16:16:55 INFO - rip = 0x00007bd20d36be48
[task 2020-05-14T16:16:55.432Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.432Z] 16:16:55 INFO - 3 libxul.so!mozilla::ipc::BaseProcessLauncher::PerformAsyncLaunch() [GeckoChildProcessHost.cpp:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 1015 + 0xe]
[task 2020-05-14T16:16:55.432Z] 16:16:55 INFO - rbp = 0x00007bd219bfaa60 rsp = 0x00007bd219bfaa10
[task 2020-05-14T16:16:55.432Z] 16:16:55 INFO - rip = 0x00007bd20d369ec4
[task 2020-05-14T16:16:55.432Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.433Z] 16:16:55 INFO - 4 libxul.so!mozilla::detail::ProxyRunnable<mozilla::MozPromise<mozilla::ipc::LaunchResults, mozilla::ipc::LaunchError, false>, RefPtr<mozilla::MozPromise<mozilla::ipc::LaunchResults, mozilla::ipc::LaunchError, false> > (mozilla::ipc::BaseProcessLauncher::*)(), mozilla::ipc::BaseProcessLauncher>::Run() [MozPromise.h:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 1433 + 0x1e]
[task 2020-05-14T16:16:55.433Z] 16:16:55 INFO - rbp = 0x00007bd219bfaa90 rsp = 0x00007bd219bfaa70
[task 2020-05-14T16:16:55.433Z] 16:16:55 INFO - rip = 0x00007bd20d385342
[task 2020-05-14T16:16:55.433Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.434Z] 16:16:55 INFO - 5 libxul.so!mozilla::TaskQueue::Runner::Run() [TaskQueue.cpp:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 212 + 0x6]
[task 2020-05-14T16:16:55.434Z] 16:16:55 INFO - rbp = 0x00007bd219bfab70 rsp = 0x00007bd219bfaaa0
[task 2020-05-14T16:16:55.434Z] 16:16:55 INFO - rip = 0x00007bd20cc0da5f
[task 2020-05-14T16:16:55.434Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.434Z] 16:16:55 INFO - 6 libxul.so!nsThread::ProcessNextEvent(bool, bool*) [nsThread.cpp:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 1211 + 0x6]
[task 2020-05-14T16:16:55.434Z] 16:16:55 INFO - rbp = 0x00007bd219bfb0d0 rsp = 0x00007bd219bfab80
[task 2020-05-14T16:16:55.434Z] 16:16:55 INFO - rip = 0x00007bd20cc28cec
[task 2020-05-14T16:16:55.434Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.435Z] 16:16:55 INFO - 7 libxul.so!NS_ProcessNextEvent(nsIThread*, bool) [nsThreadUtils.cpp:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 501 + 0xd]
[task 2020-05-14T16:16:55.435Z] 16:16:55 INFO - rbp = 0x00007bd219bfb100 rsp = 0x00007bd219bfb0e0
[task 2020-05-14T16:16:55.435Z] 16:16:55 INFO - rip = 0x00007bd20cc2e3bb
[task 2020-05-14T16:16:55.435Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.435Z] 16:16:55 INFO - 8 libxul.so!mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) [MessagePump.cpp:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 332 + 0xd]
[task 2020-05-14T16:16:55.436Z] 16:16:55 INFO - rbp = 0x00007bd219bfb150 rsp = 0x00007bd219bfb110
[task 2020-05-14T16:16:55.436Z] 16:16:55 INFO - rip = 0x00007bd20d39d06f
[task 2020-05-14T16:16:55.436Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.436Z] 16:16:55 INFO - 9 libxul.so!MessageLoop::RunInternal() [message_loop.cc:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 315 + 0x14]
[task 2020-05-14T16:16:55.436Z] 16:16:55 INFO - rbp = 0x00007bd219bfb1a0 rsp = 0x00007bd219bfb160
[task 2020-05-14T16:16:55.436Z] 16:16:55 INFO - rip = 0x00007bd20d3328f4
[task 2020-05-14T16:16:55.436Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - 10 libxul.so!MessageLoop::Run() [message_loop.cc:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 290 + 0x5]
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - rbp = 0x00007bd219bfb1d0 rsp = 0x00007bd219bfb1b0
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - rip = 0x00007bd20d33280e
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - 11 libxul.so!nsThread::ThreadFunc(void*) [nsThread.cpp:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 444 + 0x8]
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - rbp = 0x00007bd219bfb390 rsp = 0x00007bd219bfb1e0
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - rip = 0x00007bd20cc252d0
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - 12 libnss3.so!_pt_root [ptthread.c:e374ffe2e05e8c0ad53fb61be2a8786f612b650b : 201 + 0x8]
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - rbp = 0x00007bd219bfb3e0 rsp = 0x00007bd219bfb3a0
[task 2020-05-14T16:16:55.437Z] 16:16:55 INFO - rip = 0x00007bd217f3a67f
[task 2020-05-14T16:16:55.438Z] 16:16:55 INFO - Found by: previous frame's frame pointer
[task 2020-05-14T16:16:55.438Z] 16:16:55 INFO - 13 libnss3.so + 0x17b4e0
[task 2020-05-14T16:16:55.438Z] 16:16:55 INFO - rbp = 0x00007bd219bfb3e0 rsp = 0x00007bd219bfb3d0
[task 2020-05-14T16:16:55.438Z] 16:16:55 INFO - rip = 0x00007bd217f3a4e0
[task 2020-05-14T16:16:55.438Z] 16:16:55 INFO - Found by: stack scanning
[task 2020-05-14T16:16:55.438Z] 16:16:55 INFO - 14 libc.so + 0x89772
[task 2020-05-14T16:16:55.438Z] 16:16:55 INFO - rsp = 0x00007bd219bfb3f0 rip = 0x00007bd21969b772
[task 2020-05-14T16:16:55.438Z] 16:16:55 INFO - Found by: stack scanning
[task 2020-05-14T16:16:55.438Z] 16:16:55 INFO - 15 libnss3.so + 0x17b4e0
[task 2020-05-14T16:16:55.439Z] 16:16:55 INFO - rsp = 0x00007bd219bfb428 rip = 0x00007bd217f3a4e0
[task 2020-05-14T16:16:55.439Z] 16:16:55 INFO - Found by: stack scanning
[task 2020-05-14T16:16:55.439Z] 16:16:55 INFO - 16 libc.so + 0x299ec
[task 2020-05-14T16:16:55.439Z] 16:16:55 INFO - rsp = 0x00007bd219bfb440 rip = 0x00007bd21963b9ec
[task 2020-05-14T16:16:55.439Z] 16:16:55 INFO - Found by: stack scanning
[task 2020-05-14T16:16:55.439Z] 16:16:55 INFO - 17 libc.so + 0x896c0
[task 2020-05-14T16:16:55.439Z] 16:16:55 INFO - rsp = 0x00007bd219bfb448 rip = 0x00007bd21969b6c0
[task 2020-05-14T16:16:55.439Z] 16:16:55 INFO - Found by: stack scanning
[task 2020-05-14T16:16:55.440Z] 16:16:55 INFO - 18 libc.so + 0x1ca66
[task 2020-05-14T16:16:55.440Z] 16:16:55 INFO - rsp = 0x00007bd219bfb450 rip = 0x00007bd21962ea66
[task 2020-05-14T16:16:55.440Z] 16:16:55 INFO - Found by: stack scanning
[task 2020-05-14T16:16:55.440Z] 16:16:55 INFO - 19 libnss3.so + 0x17b4e0
[task 2020-05-14T16:16:55.440Z] 16:16:55 INFO - rsp = 0x00007bd219bfb4b8 rip = 0x00007bd217f3a4e0
[task 2020-05-14T16:16:55.440Z] 16:16:55 INFO - Found by: stack scanning
Comment 20•5 years ago
|
||
| bugherder | ||
Comment 21•5 years ago
|
||
Comment 22•5 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:janv, maybe it's time to close this bug?
Comment 23•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:janv, maybe it's time to close this bug?
Comment 24•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:janv, maybe it's time to close this bug?
Comment 25•3 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:janv, maybe it's time to close this bug?
For more information, please visit auto_nag documentation.
| Assignee | ||
Updated•3 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Description
•