Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
1.02k
labels
stringlengths
4
1.54k
body
stringlengths
1
262k
index
stringclasses
17 values
text_combine
stringlengths
95
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
31,321
6,499,521,263
IssuesEvent
2017-08-22 21:54:51
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
ObjectInitializationMode ignored when ObjectLiteral object is instantiated by a referencing project
defect
If you mark a class as `ObjectLiteral` with the `ObjectInitializationMode.DefaultValue` setting and you instantiate the class in a referencing project, the generated JS does not set the object's properties to the default values. ### Steps To Reproduce I have attached a solution that reproduces the problem. [BridgeTest.zip](https://github.com/bridgedotnet/Bridge/files/1233834/BridgeTest.zip) `ObjectLiteral` class: ```c# [ObjectLiteral(ObjectInitializationMode.DefaultValue)] public class ObjectLiteralClass { public int Number { get; set; } } ``` Object instantiation in a separate project: ```c# public class Program { public static void Main() { var obj = new ObjectLiteralClass(); Console.WriteLine($"App: {obj.Number}"); } } ``` ### Expected Result ```js App: 0 ``` ### Actual Result ```js App: ```
1.0
ObjectInitializationMode ignored when ObjectLiteral object is instantiated by a referencing project - If you mark a class as `ObjectLiteral` with the `ObjectInitializationMode.DefaultValue` setting and you instantiate the class in a referencing project, the generated JS does not set the object's properties to the default values. ### Steps To Reproduce I have attached a solution that reproduces the problem. [BridgeTest.zip](https://github.com/bridgedotnet/Bridge/files/1233834/BridgeTest.zip) `ObjectLiteral` class: ```c# [ObjectLiteral(ObjectInitializationMode.DefaultValue)] public class ObjectLiteralClass { public int Number { get; set; } } ``` Object instantiation in a separate project: ```c# public class Program { public static void Main() { var obj = new ObjectLiteralClass(); Console.WriteLine($"App: {obj.Number}"); } } ``` ### Expected Result ```js App: 0 ``` ### Actual Result ```js App: ```
non_test
objectinitializationmode ignored when objectliteral object is instantiated by a referencing project if you mark a class as objectliteral with the objectinitializationmode defaultvalue setting and you instantiate the class in a referencing project the generated js does not set the object s properties to the default values steps to reproduce i have attached a solution that reproduces the problem objectliteral class c public class objectliteralclass public int number get set object instantiation in a separate project c public class program public static void main var obj new objectliteralclass console writeline app obj number expected result js app actual result js app
0
757,904
26,534,771,042
IssuesEvent
2023-01-19 14:56:27
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
form cleanup
Priority - Wildfire Potential
I'll remove these forms in a few days if nobody has reason to keep them. I think all of these reports are probably older than the old (cfr) reporter, but please let me know if any of them are being used in some mysterious way. * MSBMammLabels.cfm * /CustomTags/makeBarcode.cfm is used by MSBMammLabels * [/Reports/UAMLoanInvoice.cfm](https://arctos.database.museum/Reports/UAMLoanInvoice.cfm) * [/Reports/kenai.cfm](https://arctos.database.museum/Reports/kenai.cfm) * [/Reports/label_report.cfm](https://arctos.database.museum/Reports/label_report.cfm) * [/Reports/ledger.cfm](https://arctos.database.museum/Reports/ledger.cfm) * [/Reports/LoanInstructions.cfm](https://arctos.database.museum/Reports/LoanInstructions.cfm) * [/Reports/loanShipLabel.cfm](https://arctos.database.museum/Reports/loanShipLabel.cfm) * [/Reports/mammalLabels.cfm](https://arctos.database.museum/Reports/mammalLabels.cfm) * [/Reports/msbLabelDataDown.cfm](https://arctos.database.museum/Reports/msbLabelDataDown.cfm) * [/Reports/MSBMammLoanInvoice.cfm](https://arctos.database.museum/Reports/MSBMammLoanInvoice.cfm) * [/Reports/print_nk.cfm](https://arctos.database.museum/Reports/print_nk.cfm) * Reports/SpecUsageReport.cfm (linked as "Create Report Data" from project search results) * [/MSBMammLabels.cfm](https://arctos.database.museum/MSBMammLabels.cfm) * [/narrowLabels.cfm](https://arctos.database.museum/narrowLabels.cfm) * [/uam_eh/search.cfm](https://arctos.database.museum/uam_eh/search.cfm) @AJLinn are you still using this? It can stay as long as the legacy search form if necessary
1.0
form cleanup - I'll remove these forms in a few days if nobody has reason to keep them. I think all of these reports are probably older than the old (cfr) reporter, but please let me know if any of them are being used in some mysterious way. * MSBMammLabels.cfm * /CustomTags/makeBarcode.cfm is used by MSBMammLabels * [/Reports/UAMLoanInvoice.cfm](https://arctos.database.museum/Reports/UAMLoanInvoice.cfm) * [/Reports/kenai.cfm](https://arctos.database.museum/Reports/kenai.cfm) * [/Reports/label_report.cfm](https://arctos.database.museum/Reports/label_report.cfm) * [/Reports/ledger.cfm](https://arctos.database.museum/Reports/ledger.cfm) * [/Reports/LoanInstructions.cfm](https://arctos.database.museum/Reports/LoanInstructions.cfm) * [/Reports/loanShipLabel.cfm](https://arctos.database.museum/Reports/loanShipLabel.cfm) * [/Reports/mammalLabels.cfm](https://arctos.database.museum/Reports/mammalLabels.cfm) * [/Reports/msbLabelDataDown.cfm](https://arctos.database.museum/Reports/msbLabelDataDown.cfm) * [/Reports/MSBMammLoanInvoice.cfm](https://arctos.database.museum/Reports/MSBMammLoanInvoice.cfm) * [/Reports/print_nk.cfm](https://arctos.database.museum/Reports/print_nk.cfm) * Reports/SpecUsageReport.cfm (linked as "Create Report Data" from project search results) * [/MSBMammLabels.cfm](https://arctos.database.museum/MSBMammLabels.cfm) * [/narrowLabels.cfm](https://arctos.database.museum/narrowLabels.cfm) * [/uam_eh/search.cfm](https://arctos.database.museum/uam_eh/search.cfm) @AJLinn are you still using this? It can stay as long as the legacy search form if necessary
non_test
form cleanup i ll remove these forms in a few days if nobody has reason to keep them i think all of these reports are probably older than the old cfr reporter but please let me know if any of them are being used in some mysterious way msbmammlabels cfm customtags makebarcode cfm is used by msbmammlabels reports specusagereport cfm linked as create report data from project search results ajlinn are you still using this it can stay as long as the legacy search form if necessary
0
564
7,871,991,526
IssuesEvent
2018-06-25 09:42:18
rust-lang-nursery/stdsimd
https://api.github.com/repos/rust-lang-nursery/stdsimd
closed
Minimally-viable portable packed SIMD vector types
A-portable
This is a meta issue to track all outstanding issues with portable packed SIMD vectors. This post is just a list. I'll fill independent issues for the items that don't have an issue yet: ### Blockers These issues block an initial minimal RFC: * bitcasts and conversions: #151 * endianness-dependent behavior: no issue yet * `new` should take `const` args and `load`, `store,`replace` `const` indices: no issue yet ### Non-blockers These issues would be nice to have, but don't need to be resolved for the initial RFC * fast-math: no issue yet * half-float support: #344 * wider vector types: `i128x2`, `u128x1`, etc. * AVX-512 interaction between `__mmask64` and `bool8x64` probably should block boolean vectors : #310 * boolean vectors: #185
True
Minimally-viable portable packed SIMD vector types - This is a meta issue to track all outstanding issues with portable packed SIMD vectors. This post is just a list. I'll fill independent issues for the items that don't have an issue yet: ### Blockers These issues block an initial minimal RFC: * bitcasts and conversions: #151 * endianness-dependent behavior: no issue yet * `new` should take `const` args and `load`, `store,`replace` `const` indices: no issue yet ### Non-blockers These issues would be nice to have, but don't need to be resolved for the initial RFC * fast-math: no issue yet * half-float support: #344 * wider vector types: `i128x2`, `u128x1`, etc. * AVX-512 interaction between `__mmask64` and `bool8x64` probably should block boolean vectors : #310 * boolean vectors: #185
non_test
minimally viable portable packed simd vector types this is a meta issue to track all outstanding issues with portable packed simd vectors this post is just a list i ll fill independent issues for the items that don t have an issue yet blockers these issues block an initial minimal rfc bitcasts and conversions endianness dependent behavior no issue yet new should take const args and load store replace const indices no issue yet non blockers these issues would be nice to have but don t need to be resolved for the initial rfc fast math no issue yet half float support wider vector types etc avx interaction between and probably should block boolean vectors boolean vectors
0
128,910
10,554,825,093
IssuesEvent
2019-10-03 20:22:36
mapbox/mapbox-navigation-android
https://api.github.com/repos/mapbox/mapbox-navigation-android
closed
Intermittent test execution failure for libandroid-navigation:testDebugUnitTest
bug navigation-core tests
CircleCI builds are intermittently failing with: ``` :libandroid-navigation:testDebugUnitTest FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':libandroid-navigation:testDebugUnitTest'. > Process 'Gradle Test Executor 1' finished with non-zero exit value 137 This problem might be caused by incorrect test process configuration. Please refer to the test execution section in the user guide at https://docs.gradle.org/4.6/userguide/java_plugin.html#sec:test_execution ``` Per https://stackoverflow.com/questions/38967991/why-are-my-gradle-builds-dying-with-exit-code-137, this looks to be a memory issue that we can configure with `circle.yml` and our gradle files.
1.0
Intermittent test execution failure for libandroid-navigation:testDebugUnitTest - CircleCI builds are intermittently failing with: ``` :libandroid-navigation:testDebugUnitTest FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':libandroid-navigation:testDebugUnitTest'. > Process 'Gradle Test Executor 1' finished with non-zero exit value 137 This problem might be caused by incorrect test process configuration. Please refer to the test execution section in the user guide at https://docs.gradle.org/4.6/userguide/java_plugin.html#sec:test_execution ``` Per https://stackoverflow.com/questions/38967991/why-are-my-gradle-builds-dying-with-exit-code-137, this looks to be a memory issue that we can configure with `circle.yml` and our gradle files.
test
intermittent test execution failure for libandroid navigation testdebugunittest circleci builds are intermittently failing with libandroid navigation testdebugunittest failed failure build failed with an exception what went wrong execution failed for task libandroid navigation testdebugunittest process gradle test executor finished with non zero exit value this problem might be caused by incorrect test process configuration please refer to the test execution section in the user guide at per this looks to be a memory issue that we can configure with circle yml and our gradle files
1
113,013
9,608,268,347
IssuesEvent
2019-05-12 04:16:57
commercialhaskell/stackage
https://api.github.com/repos/commercialhaskell/stackage
closed
password-0.1.0.0 test suite doctest failure
failure: test-suite
``` > /tmp/stackage-build13/password-0.1.0.0$ dist/build/password-doctest/password-doctest src/Data/Password.hs:143: failure in expression `scryptEncryptedPassToPassHash (passHashToScryptEncryptedPass passHash) == passHash' <interactive>:164:19: error: Variable not in scope: mkName :: [Char] -> template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Name src/Data/Password.hs:160: failure in expression `passHashToScryptEncryptedPass (scryptEncryptedPassToPassHash encPass) == encPass' <interactive>:235:19: error: Variable not in scope: mkName :: [Char] -> template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Name src/Data/Password.hs:225: failure in expression `\(Blind badpass) -> let correctPassHash = hashPassWithSalt (Pass "foobar") salt in checkPass badpass correctPassHash == PassCheckFail' <interactive>:362:19: error: Variable not in scope: mkName :: [Char] -> template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Name Examples: 34 Tried: 34 Errors: 0 Failures: 3 ``` We've seen this sort of thing before, where doctest can't find `mkName`. I don't quite understand how this situation arsies. It seems to be specific to the stackage build server. I'm unable to reproduce locally.
1.0
password-0.1.0.0 test suite doctest failure - ``` > /tmp/stackage-build13/password-0.1.0.0$ dist/build/password-doctest/password-doctest src/Data/Password.hs:143: failure in expression `scryptEncryptedPassToPassHash (passHashToScryptEncryptedPass passHash) == passHash' <interactive>:164:19: error: Variable not in scope: mkName :: [Char] -> template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Name src/Data/Password.hs:160: failure in expression `passHashToScryptEncryptedPass (scryptEncryptedPassToPassHash encPass) == encPass' <interactive>:235:19: error: Variable not in scope: mkName :: [Char] -> template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Name src/Data/Password.hs:225: failure in expression `\(Blind badpass) -> let correctPassHash = hashPassWithSalt (Pass "foobar") salt in checkPass badpass correctPassHash == PassCheckFail' <interactive>:362:19: error: Variable not in scope: mkName :: [Char] -> template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Name Examples: 34 Tried: 34 Errors: 0 Failures: 3 ``` We've seen this sort of thing before, where doctest can't find `mkName`. I don't quite understand how this situation arsies. It seems to be specific to the stackage build server. I'm unable to reproduce locally.
test
password test suite doctest failure tmp stackage password dist build password doctest password doctest src data password hs failure in expression scryptencryptedpasstopasshash passhashtoscryptencryptedpass passhash passhash error variable not in scope mkname template haskell language haskell th syntax name src data password hs failure in expression passhashtoscryptencryptedpass scryptencryptedpasstopasshash encpass encpass error variable not in scope mkname template haskell language haskell th syntax name src data password hs failure in expression blind badpass let correctpasshash hashpasswithsalt pass foobar salt in checkpass badpass correctpasshash passcheckfail error variable not in scope mkname template haskell language haskell th syntax name examples tried errors failures we ve seen this sort of thing before where doctest can t find mkname i don t quite understand how this situation arsies it seems to be specific to the stackage build server i m unable to reproduce locally
1
5,542
2,790,263,462
IssuesEvent
2015-05-09 03:03:05
sass/node-sass
https://api.github.com/repos/sass/node-sass
closed
node-sass install failing on jenkins
External - NPM Invalid - By Design
On my Jenkins build process, it keeps failing while attempting to install node-sass (per the gulp-sass plugin). The issue seems to be that node is not finding a script file during install. When I pull my repo locally on the server and install it, it installs without a problem. Here's the error output: ``` > node-sass@2.1.1 install /root/.jenkins/jobs/odyssey-frontend/workspace/node_modules/gulp-sass/node_modules/node-sass > node scripts/install.js module.js:338 throw err; ^ Error: Cannot find module '/root/.jenkins/jobs/odyssey-frontend/workspace/node_modules/gulp-sass/node_modules/node-sass/scripts/install.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3 npm ERR! Linux 3.14.35-28.38.amzn1.x86_64 npm ERR! argv "node" "/home/ec2-user/.linuxbrew/bin/npm" "install" "--production" npm ERR! node v0.12.2 npm ERR! npm v2.7.6 npm ERR! code ELIFECYCLE npm ERR! node-sass@2.1.1 install: `node scripts/install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@2.1.1 install script 'node scripts/install.js'. npm ERR! This is most likely a problem with the node-sass package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node scripts/install.js npm ERR! You can get their info via: npm ERR! npm owner ls node-sass npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /root/.jenkins/jobs/odyssey-frontend/workspace/npm-debug.log module.js:338 throw err; ^ Error: Cannot find module 'gulp-sass' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:365:17) at require (module.js:384:17) at Object.<anonymous> (/root/.jenkins/jobs/odyssey-frontend/workspace/gulpfile.js:11:12) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17) Build step 'Execute shell' marked build as failure Finished: FAILURE ``` The Linux distribution is Amazon Linux AMI, Fedora-like. Trying to install node-sass ^3.0.0 via gulp-sass ^2.0.0. Has anyone else had a similar issue?
1.0
node-sass install failing on jenkins - On my Jenkins build process, it keeps failing while attempting to install node-sass (per the gulp-sass plugin). The issue seems to be that node is not finding a script file during install. When I pull my repo locally on the server and install it, it installs without a problem. Here's the error output: ``` > node-sass@2.1.1 install /root/.jenkins/jobs/odyssey-frontend/workspace/node_modules/gulp-sass/node_modules/node-sass > node scripts/install.js module.js:338 throw err; ^ Error: Cannot find module '/root/.jenkins/jobs/odyssey-frontend/workspace/node_modules/gulp-sass/node_modules/node-sass/scripts/install.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3 npm ERR! Linux 3.14.35-28.38.amzn1.x86_64 npm ERR! argv "node" "/home/ec2-user/.linuxbrew/bin/npm" "install" "--production" npm ERR! node v0.12.2 npm ERR! npm v2.7.6 npm ERR! code ELIFECYCLE npm ERR! node-sass@2.1.1 install: `node scripts/install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@2.1.1 install script 'node scripts/install.js'. npm ERR! This is most likely a problem with the node-sass package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node scripts/install.js npm ERR! You can get their info via: npm ERR! npm owner ls node-sass npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /root/.jenkins/jobs/odyssey-frontend/workspace/npm-debug.log module.js:338 throw err; ^ Error: Cannot find module 'gulp-sass' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:365:17) at require (module.js:384:17) at Object.<anonymous> (/root/.jenkins/jobs/odyssey-frontend/workspace/gulpfile.js:11:12) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17) Build step 'Execute shell' marked build as failure Finished: FAILURE ``` The Linux distribution is Amazon Linux AMI, Fedora-like. Trying to install node-sass ^3.0.0 via gulp-sass ^2.0.0. Has anyone else had a similar issue?
non_test
node sass install failing on jenkins on my jenkins build process it keeps failing while attempting to install node sass per the gulp sass plugin the issue seems to be that node is not finding a script file during install when i pull my repo locally on the server and install it it installs without a problem here s the error output node sass install root jenkins jobs odyssey frontend workspace node modules gulp sass node modules node sass node scripts install js module js throw err error cannot find module root jenkins jobs odyssey frontend workspace node modules gulp sass node modules node sass scripts install js at function module resolvefilename module js at function module load module js at function module runmain module js at startup node js at node js npm err linux npm err argv node home user linuxbrew bin npm install production npm err node npm err npm npm err code elifecycle npm err node sass install node scripts install js npm err exit status npm err npm err failed at the node sass install script node scripts install js npm err this is most likely a problem with the node sass package npm err not with npm itself npm err tell the author that this fails on your system npm err node scripts install js npm err you can get their info via npm err npm owner ls node sass npm err there is likely additional logging output above npm err please include the following file with any support request npm err root jenkins jobs odyssey frontend workspace npm debug log module js throw err error cannot find module gulp sass at function module resolvefilename module js at function module load module js at module require module js at require module js at object root jenkins jobs odyssey frontend workspace gulpfile js at module compile module js at object module extensions js module js at module load module js at function module load module js at module require module js build step execute shell marked build as failure finished failure the linux distribution is amazon linux ami fedora like trying to install node sass via gulp sass has anyone else had a similar issue
0
31,941
4,729,557,651
IssuesEvent
2016-10-18 19:02:01
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Rancher server hangs after deploying k8s stack
area/kubernetes kind/bug status/resolved status/to-test
**Rancher Version:** master image **Docker Version:** 1.12 **OS and where are the hosts located? (cloud, bare metal, etc):** Ubuntu 16.04 **Setup Details: (single node rancher vs. HA rancher, internal DB vs. external DB)** single node rancher **Environment Type: (Cattle/Kubernetes/Swarm/Mesos)** Kubernetes **Steps to Reproduce:** Install rancher server image and then deploy k8s 1.4 from the infra catalog **Results:** the url is only showing the wait logo and hanging.
1.0
Rancher server hangs after deploying k8s stack - **Rancher Version:** master image **Docker Version:** 1.12 **OS and where are the hosts located? (cloud, bare metal, etc):** Ubuntu 16.04 **Setup Details: (single node rancher vs. HA rancher, internal DB vs. external DB)** single node rancher **Environment Type: (Cattle/Kubernetes/Swarm/Mesos)** Kubernetes **Steps to Reproduce:** Install rancher server image and then deploy k8s 1.4 from the infra catalog **Results:** the url is only showing the wait logo and hanging.
test
rancher server hangs after deploying stack rancher version master image docker version os and where are the hosts located cloud bare metal etc ubuntu setup details single node rancher vs ha rancher internal db vs external db single node rancher environment type cattle kubernetes swarm mesos kubernetes steps to reproduce install rancher server image and then deploy from the infra catalog results the url is only showing the wait logo and hanging
1
193,366
14,648,480,830
IssuesEvent
2020-12-27 03:16:45
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
EnjoyLifeFund/ubuntu-17-cellars: go/1.8.1/libexec/src/regexp/all_test.go; 3 LoC
fresh test tiny
Found a possible issue in [EnjoyLifeFund/ubuntu-17-cellars](https://www.github.com/EnjoyLifeFund/ubuntu-17-cellars) at [go/1.8.1/libexec/src/regexp/all_test.go](https://github.com/EnjoyLifeFund/ubuntu-17-cellars/blob/39bc64dd740d91e7178c32e488b0c7b098163d01/go/1.8.1/libexec/src/regexp/all_test.go#L95-L97) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to test at line 96 may start a goroutine [Click here to see the code in its original context.](https://github.com/EnjoyLifeFund/ubuntu-17-cellars/blob/39bc64dd740d91e7178c32e488b0c7b098163d01/go/1.8.1/libexec/src/regexp/all_test.go#L95-L97) <details> <summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary> ```go for _, test := range findTests { matchTest(t, &test) } ``` </details> <details> <summary>Click here to show extra information the analyzer produced.</summary> ``` The following graphviz dot graph describes paths through the callgraph that could lead to a function calling a goroutine: digraph G { "(compileTest, 3)" -> {"(Compile, 1)";} "(typecheck, 2)" -> {"(typecheck1, 4)";} "(Read, 1)" -> {"(Write, 1)";"(New, 1)";"(Update, 3)";} "(RoundTrip, 1)" -> {"(getConn, 2)";} "(getConn, 2)" -> {} "(Update, 3)" -> {"(Do, 1)";} "(Sub, 1)" -> {"(Sub, 2)";"(Add, 1)";} "(Sub, 2)" -> {"(Cmul, 2)";"(Set, 1)";} "(Index, 2)" -> {"(ServeHTTP, 2)";} "(Add, 1)" -> {"(Read, 1)";} "(Write, 1)" -> {"(Index, 2)";} "(serveFile, 5)" -> {"(serveContent, 6)";} "(walk, 1)" -> {"(Set, 1)";} "(matchTest, 2)" -> {"(compileTest, 3)";} "(typecheck1, 4)" -> {"(Index, 2)";} "(New, 1)" -> {"(Do, 1)";} "(send, 2)" -> {"(send, 3)";} "(send, 3)" -> {"(setRequestCancel, 3)";} "(setRequestCancel, 3)" -> {} "(Do, 1)" -> {"(send, 2)";} "(Compile, 1)" -> {"(compile, 1)";"(Sub, 1)";} "(Cmul, 2)" -> {} "(compile, 1)" -> {"(typecheck, 2)";"(walk, 1)";} "(ServeHTTP, 2)" -> {"(RoundTrip, 1)";"(serveFile, 5)";} "(serveContent, 6)" -> {} "(Set, 1)" -> {"(New, 1)";} } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 39bc64dd740d91e7178c32e488b0c7b098163d01
1.0
EnjoyLifeFund/ubuntu-17-cellars: go/1.8.1/libexec/src/regexp/all_test.go; 3 LoC - Found a possible issue in [EnjoyLifeFund/ubuntu-17-cellars](https://www.github.com/EnjoyLifeFund/ubuntu-17-cellars) at [go/1.8.1/libexec/src/regexp/all_test.go](https://github.com/EnjoyLifeFund/ubuntu-17-cellars/blob/39bc64dd740d91e7178c32e488b0c7b098163d01/go/1.8.1/libexec/src/regexp/all_test.go#L95-L97) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to test at line 96 may start a goroutine [Click here to see the code in its original context.](https://github.com/EnjoyLifeFund/ubuntu-17-cellars/blob/39bc64dd740d91e7178c32e488b0c7b098163d01/go/1.8.1/libexec/src/regexp/all_test.go#L95-L97) <details> <summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary> ```go for _, test := range findTests { matchTest(t, &test) } ``` </details> <details> <summary>Click here to show extra information the analyzer produced.</summary> ``` The following graphviz dot graph describes paths through the callgraph that could lead to a function calling a goroutine: digraph G { "(compileTest, 3)" -> {"(Compile, 1)";} "(typecheck, 2)" -> {"(typecheck1, 4)";} "(Read, 1)" -> {"(Write, 1)";"(New, 1)";"(Update, 3)";} "(RoundTrip, 1)" -> {"(getConn, 2)";} "(getConn, 2)" -> {} "(Update, 3)" -> {"(Do, 1)";} "(Sub, 1)" -> {"(Sub, 2)";"(Add, 1)";} "(Sub, 2)" -> {"(Cmul, 2)";"(Set, 1)";} "(Index, 2)" -> {"(ServeHTTP, 2)";} "(Add, 1)" -> {"(Read, 1)";} "(Write, 1)" -> {"(Index, 2)";} "(serveFile, 5)" -> {"(serveContent, 6)";} "(walk, 1)" -> {"(Set, 1)";} "(matchTest, 2)" -> {"(compileTest, 3)";} "(typecheck1, 4)" -> {"(Index, 2)";} "(New, 1)" -> {"(Do, 1)";} "(send, 2)" -> {"(send, 3)";} "(send, 3)" -> {"(setRequestCancel, 3)";} "(setRequestCancel, 3)" -> {} "(Do, 1)" -> {"(send, 2)";} "(Compile, 1)" -> {"(compile, 1)";"(Sub, 1)";} "(Cmul, 2)" -> {} "(compile, 1)" -> {"(typecheck, 2)";"(walk, 1)";} "(ServeHTTP, 2)" -> {"(RoundTrip, 1)";"(serveFile, 5)";} "(serveContent, 6)" -> {} "(Set, 1)" -> {"(New, 1)";} } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 39bc64dd740d91e7178c32e488b0c7b098163d01
test
enjoylifefund ubuntu cellars go libexec src regexp all test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to test at line may start a goroutine click here to show the line s of go which triggered the analyzer go for test range findtests matchtest t test click here to show extra information the analyzer produced the following graphviz dot graph describes paths through the callgraph that could lead to a function calling a goroutine digraph g compiletest compile typecheck read write new update roundtrip getconn getconn update do sub sub add sub cmul set index servehttp add read write index servefile servecontent walk set matchtest compiletest index new do send send send setrequestcancel setrequestcancel do send compile compile sub cmul compile typecheck walk servehttp roundtrip servefile servecontent set new leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
299,816
9,205,881,374
IssuesEvent
2019-03-08 11:58:51
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
QGIS 0.11.0 crashes when using print composer
Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **morgan -** (morgan -) Original Redmine Issue: 1178, https://issues.qgis.org/issues/1178 Original Assignee: nobody - --- I am having exactly the same problem I reported "in 0.10.0":https://trac.osgeo.org/qgis/ticket/1128/, now using 0.11.0 from the launchpad repo in kubuntu 8.04. I do: File>>Print Print composer opens I click "add map" and draw a box QGIS never draws the map. Nothing happens for 3 or 4 seconds, then QGIS crashes without warning or any feedback at all. I'm using a mix of [[PostGIS]] and Shapefile layers. Troubleshooters could download _some_ of the shapefiles I use "here":http://www.alleghenycounty.us/dcs/gis/available.aspx/, but I can't make the [[PostGIS]] databases public (as they contain personal info) Here is the output when I run this from the command line Note that this mentions WGS84. Everything I use is NAD83, and I have expressly set that both as the global default and have QGIS set to promt for projection when the layer doesn't contain the info. ``` Warning: No valid projection. Unable to set map units. [[SpatialRefSys]]/ProjectSRSProj4String: +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: No valid projection. Unable to set map units. [[SpatialRefSys]]/ProjectSRSProj4String: +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. [[SpatialRefSys]]/ProjectSRSProj4String: +proj=longlat +ellps=GRS80 +datum=NAD83 +no_defs Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QWidgetPrivate::beginSharedPainter: Painter is already active Warning: QPainter::begin: A paint device can only be painted by one painter at a time. Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPaintEngine::setSystemRect: Should not be changed while engine is active *------------the two above alternate for several pages---------------* Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPainter::clipPath: Painter not active Warning: QPainter::save: Painter not active Warning: QPainter::resetMatrix: Painter not active Warning: QPainter::restore: Painter not active Warning: QPainter::clipPath: Painter not active Segmentation fault :~$ ```
1.0
QGIS 0.11.0 crashes when using print composer - --- Author Name: **morgan -** (morgan -) Original Redmine Issue: 1178, https://issues.qgis.org/issues/1178 Original Assignee: nobody - --- I am having exactly the same problem I reported "in 0.10.0":https://trac.osgeo.org/qgis/ticket/1128/, now using 0.11.0 from the launchpad repo in kubuntu 8.04. I do: File>>Print Print composer opens I click "add map" and draw a box QGIS never draws the map. Nothing happens for 3 or 4 seconds, then QGIS crashes without warning or any feedback at all. I'm using a mix of [[PostGIS]] and Shapefile layers. Troubleshooters could download _some_ of the shapefiles I use "here":http://www.alleghenycounty.us/dcs/gis/available.aspx/, but I can't make the [[PostGIS]] databases public (as they contain personal info) Here is the output when I run this from the command line Note that this mentions WGS84. Everything I use is NAD83, and I have expressly set that both as the global default and have QGIS set to promt for projection when the layer doesn't contain the info. ``` Warning: No valid projection. Unable to set map units. [[SpatialRefSys]]/ProjectSRSProj4String: +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp502 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp225 Warning: Throwing exception /build/buildd/qgis-0.11.0/src/core/qgscoordinatetransform.cpp245 Warning: Transform error caught in /build/buildd/qgis-0.11.0/src/core/qgsmaprender.cpp, line 544 Warning: No valid projection. Unable to set map units. [[SpatialRefSys]]/ProjectSRSProj4String: +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. [[SpatialRefSys]]/ProjectSRSProj4String: +proj=longlat +ellps=GRS80 +datum=NAD83 +no_defs Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to set map units. Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QWidgetPrivate::beginSharedPainter: Painter is already active Warning: QPainter::begin: A paint device can only be painted by one painter at a time. Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPaintEngine::setSystemRect: Should not be changed while engine is active *------------the two above alternate for several pages---------------* Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPaintEngine::setSystemClip: Should not be changed while engine is active Warning: QPainter::clipPath: Painter not active Warning: QPainter::save: Painter not active Warning: QPainter::resetMatrix: Painter not active Warning: QPainter::restore: Painter not active Warning: QPainter::clipPath: Painter not active Segmentation fault :~$ ```
non_test
qgis crashes when using print composer author name morgan morgan original redmine issue original assignee nobody i am having exactly the same problem i reported in now using from the launchpad repo in kubuntu i do file print print composer opens i click add map and draw a box qgis never draws the map nothing happens for or seconds then qgis crashes without warning or any feedback at all i m using a mix of and shapefile layers troubleshooters could download some of the shapefiles i use here but i can t make the databases public as they contain personal info here is the output when i run this from the command line note that this mentions everything i use is and i have expressly set that both as the global default and have qgis set to promt for projection when the layer doesn t contain the info warning no valid projection unable to set map units proj longlat ellps datum no defs warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning throwing exception build buildd qgis src core qgscoordinatetransform warning transform error caught in build buildd qgis src core qgsmaprender cpp line warning no valid projection unable to set map units proj longlat ellps datum no defs warning no valid projection unable to set map units warning no valid projection unable to set map units warning no valid projection unable to set map units proj longlat ellps datum no defs warning no valid projection unable to set map units warning no valid projection unable to set map units warning no valid projection unable to set map units warning no valid projection unable to set map units warning no valid projection unable to set map units warning qpaintengine setsystemclip should not be changed while engine is active warning qpaintengine setsystemclip should not be changed while engine is active warning qwidgetprivate beginsharedpainter painter is already active warning qpainter begin a paint device can only be painted by one painter at a time warning qpaintengine setsystemclip should not be changed while engine is active warning qpaintengine setsystemrect should not be changed while engine is active the two above alternate for several pages warning qpaintengine setsystemclip should not be changed while engine is active warning qpaintengine setsystemclip should not be changed while engine is active warning qpaintengine setsystemclip should not be changed while engine is active warning qpainter clippath painter not active warning qpainter save painter not active warning qpainter resetmatrix painter not active warning qpainter restore painter not active warning qpainter clippath painter not active segmentation fault
0
516,146
14,975,968,178
IssuesEvent
2021-01-28 07:13:29
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Log flooding in GLSurfacePresentationHelper
Chromium/waiting upstream priority/P5
On Wayland Linux w/ hardware acceleration on this gets throw constantly. ``` ERROR:gl_surface_presentation_helper.cc(237)] GetVSyncParametersIfAvailable() failed! ``` There is an issue and a fix upstream. Save my logs! Just kidding, thanks a ton for this project its awesome! https://bugs.chromium.org/p/chromium/issues/detail?id=879929 https://chromium.googlesource.com/chromium/src/+/1fb4edaf534c278a0b7a3150efff8e712c1efe91%5E%21/#F0
1.0
Log flooding in GLSurfacePresentationHelper - On Wayland Linux w/ hardware acceleration on this gets throw constantly. ``` ERROR:gl_surface_presentation_helper.cc(237)] GetVSyncParametersIfAvailable() failed! ``` There is an issue and a fix upstream. Save my logs! Just kidding, thanks a ton for this project its awesome! https://bugs.chromium.org/p/chromium/issues/detail?id=879929 https://chromium.googlesource.com/chromium/src/+/1fb4edaf534c278a0b7a3150efff8e712c1efe91%5E%21/#F0
non_test
log flooding in glsurfacepresentationhelper on wayland linux w hardware acceleration on this gets throw constantly error gl surface presentation helper cc getvsyncparametersifavailable failed there is an issue and a fix upstream save my logs just kidding thanks a ton for this project its awesome
0
9,497
2,615,153,784
IssuesEvent
2015-03-01 06:31:37
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
option --version?
auto-migrated Priority-Triage Type-Defect
``` 0. What version of Reaver are you using? v1.4 1. What operating system are you using (Linux is the only supported OS)? Ubuntu 11.10, AirUbuntu v4, Back|Track 5 R1 6. Please describe what you think the issue is. can add an option "--version". as one updates the reaver for "svn" and not really know if you have the latest version. reaver --version REAVER-WPS v1.4 r112 ``` Original issue reported on code.google.com by `demon.ia...@hotmail.com` on 13 Feb 2012 at 1:51
1.0
option --version? - ``` 0. What version of Reaver are you using? v1.4 1. What operating system are you using (Linux is the only supported OS)? Ubuntu 11.10, AirUbuntu v4, Back|Track 5 R1 6. Please describe what you think the issue is. can add an option "--version". as one updates the reaver for "svn" and not really know if you have the latest version. reaver --version REAVER-WPS v1.4 r112 ``` Original issue reported on code.google.com by `demon.ia...@hotmail.com` on 13 Feb 2012 at 1:51
non_test
option version what version of reaver are you using what operating system are you using linux is the only supported os ubuntu airubuntu back track please describe what you think the issue is can add an option version as one updates the reaver for svn and not really know if you have the latest version reaver version reaver wps original issue reported on code google com by demon ia hotmail com on feb at
0
152,340
12,102,226,689
IssuesEvent
2020-04-20 16:21:39
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: transfer-leases/signal failed
C-test-failure O-roachtest O-robot branch-release-20.1 release-blocker
[(roachtest).transfer-leases/signal failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1862701&tab=buildLog) on [release-20.1@9d520536d4273264c58494222401b682d88d7edd](https://github.com/cockroachdb/cockroach/commits/9d520536d4273264c58494222401b682d88d7edd): ``` The test failed on branch=release-20.1, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20200409-1862701/transfer-leases/signal/run_1 quit.go:59,quit.go:87,quit.go:46,quit.go:343,test_runner.go:753: wo cluster.go:1420,context.go:135,cluster.go:1409,test_runner.go:825: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-1862701-1586418317-21-n3cpu4 --oneshot --ignore-empty-nodes: exit status 1 1: dead 2: 17187 3: 16869 Error: UNCLASSIFIED_PROBLEM: - 1: dead main.glob..func13 /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1129 main.wrap.func1 /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:272 github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra.(*Command).execute /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:766 github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra.(*Command).ExecuteC /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:852 github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra.(*Command).Execute /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:800 main.main /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1793 runtime.main /usr/local/go/src/runtime/proc.go:203 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1357 ``` <details><summary>More</summary><p> Artifacts: [/transfer-leases/signal](https://teamcity.cockroachdb.com/viewLog.html?buildId=1862701&tab=artifacts#/transfer-leases/signal) Related: - #47258 roachtest: transfer-leases/signal failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #47188 roachtest: transfer-leases/signal failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Atransfer-leases%2Fsignal.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
2.0
roachtest: transfer-leases/signal failed - [(roachtest).transfer-leases/signal failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1862701&tab=buildLog) on [release-20.1@9d520536d4273264c58494222401b682d88d7edd](https://github.com/cockroachdb/cockroach/commits/9d520536d4273264c58494222401b682d88d7edd): ``` The test failed on branch=release-20.1, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20200409-1862701/transfer-leases/signal/run_1 quit.go:59,quit.go:87,quit.go:46,quit.go:343,test_runner.go:753: wo cluster.go:1420,context.go:135,cluster.go:1409,test_runner.go:825: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-1862701-1586418317-21-n3cpu4 --oneshot --ignore-empty-nodes: exit status 1 1: dead 2: 17187 3: 16869 Error: UNCLASSIFIED_PROBLEM: - 1: dead main.glob..func13 /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1129 main.wrap.func1 /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:272 github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra.(*Command).execute /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:766 github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra.(*Command).ExecuteC /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:852 github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra.(*Command).Execute /home/agent/work/.go/src/github.com/cockroachdb/cockroach/vendor/github.com/spf13/cobra/command.go:800 main.main /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1793 runtime.main /usr/local/go/src/runtime/proc.go:203 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1357 ``` <details><summary>More</summary><p> Artifacts: [/transfer-leases/signal](https://teamcity.cockroachdb.com/viewLog.html?buildId=1862701&tab=artifacts#/transfer-leases/signal) Related: - #47258 roachtest: transfer-leases/signal failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #47188 roachtest: transfer-leases/signal failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Atransfer-leases%2Fsignal.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
test
roachtest transfer leases signal failed on the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts transfer leases signal run quit go quit go quit go quit go test runner go wo cluster go context go cluster go test runner go dead node detection home agent work go src github com cockroachdb cockroach bin roachprod monitor teamcity oneshot ignore empty nodes exit status dead error unclassified problem dead main glob home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go main wrap home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go github com cockroachdb cockroach vendor github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cockroachdb cockroach vendor github com cobra command executec home agent work go src github com cockroachdb cockroach vendor github com cobra command go github com cockroachdb cockroach vendor github com cobra command execute home agent work go src github com cockroachdb cockroach vendor github com cobra command go main main home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s more artifacts related roachtest transfer leases signal failed roachtest transfer leases signal failed powered by
1
206,958
15,784,753,961
IssuesEvent
2021-04-01 15:30:11
qauser21/backup3
https://api.github.com/repos/qauser21/backup3
opened
ABAC_Level3 on GET:/api/v1/bank-account/id
CVSS_3.1 8.1 GitBack Test 3 High apisec
Title: ABAC_Level3 Vulnerability on GET:/api/v1/bank-account/id Project: GitBack Test 3 Description: The ABAC exploit allows an attacker to read, modify, delete, add and perform actions on customer/un-authorized data. <style>strong { color: #ef5350!important;}</style><strong>Assertion </strong> <b><font color="#ef5350">Name: </font></b> Attribute Based Access Control 3 (ABAC 3) <b><font color="#ef5350"><sup>( 1 )</sup></font></b><br> <br> <b><font color="#ef5350">Overview: </font></b> Access Control (or Authorization) is the process of granting or denying specific requests from a user, program, or process. Access control also involves the act of granting and revoking those privileges. Attribute Based Access Control (ABAC) will grant or deny user requests based on arbitrary attributes of the user and arbitrary attributes of the object, and environment conditions that may be globally recognized and more relevant to the policies at hand. <br> <br>'Attribute-based-access-control 3' identifies dependent and nested resource/data/record vulnerabilities. e.g. vulnerabilities in tasks which is nested within a project and the access-controls may only be applied at the project level. ABAC scanning identifies data/resource leak/attack vulnerabilities. Looks for private user/account data being illegally read, written, updated, deleted or operated by other users or tenants or accounts.<br> <br>This scanner requires a private-account/user to create private data/resources e.g. UserA. And it also requires other users who shouldn't have any access to UserA's data like UserB, UserC, & UserD based on your App multi-tenancy model. e.g. UserA can be a user from tenant/org-a and UserB can be a user in tenant-b and UserC can be a user in tenant-c with admin privileges.<br /> <br />APIs tend to expose endpoints that handle object identifiers, creating a wide attack surface Level Access Control issue. Object-level authorization checks should be considered in every function that accesses a data source using input from the user.<br> <br> <b><font color="#ef5350">Severity: </font></b> OWASP 2019 API Top 10 ranks ABAC vulnerabilities at Top 1 position and is named Broken Object Level Authorization. <b><font color="#ef5350"><sup>( 2 )</sup></font></b> <br> <br> <b><font color="#ef5350">Vulnerability Impact: </font></b> With flawed or broken ABAC security control policy in place, The following are some of the consequences. <br> <br> <ul> <li>Unauthorized access can result in data disclosure to unauthorized parties, data loss, or data manipulation.</li> <li>Unauthorized access to objects can also lead to full account takeover.</li> </ul> <b><font color="#ef5350">Exploitation: </font></b> Attackers can exploit API endpoints that are vulnerable to broken object level authorization by manipulating the ID of an object that is sent within the request. This may lead to unauthorized access to sensitive data. This issue is extremely common in API-based applications because the server component usually does not fully track the client’s state, and instead, relies more on parameters like object IDs, that are sent from the client to decide which objects to access. <br> <br> <b><font color="#ef5350">Remediation: </font></b> The following techniques may be checked for ensuring RBAC is in place <b><font color="#ef5350"><sup>( 2 ) ( 3 ) ( 4 )</sup></font></b>. <br> <br> <ul> <li>Implement a proper authorization mechanism that relies on the user policies and hierarchy.</li> <li>Prefer not to use an ID that has been sent from the client, but instead use an ID that is stored in the session object when accessing a database record by the record ID.</li> <li>Use an authorization mechanism to check if the logged-in user has access to perform the requested action on the record in every function that uses an client input to access a record in the database.</li> <li>Prefer to use random and unpredictable values as GUIDs for records’ IDs.</li> <li>Write tests to evaluate the authorization mechanism. Do not deploy vulnerable changes that break the tests.</li> </ul> <b><font color="#ef5350">References: </font></b><br> <ol> <li>Enforce Access Controls - https://owasp-top-10-proactive-controls-2018.readthedocs.io/en/latest/c7-enforce-access-controls.html</li> <li>OWASP 2019 API Top 10 - https://github.com/OWASP/API-Security/raw/master/2019/en/dist/owasp-api-security-top-10.pdf</li> <li>OWASP Access Control Cheat Sheet - https://cheatsheetseries.owasp.org/cheatsheets/Access_Control_Cheat_Sheet.html</li> <li>OWASP REST Security Cheat Sheet - https://cheatsheetseries.owasp.org/cheatsheets/REST_Security_Cheat_Sheet.html </li> </ol> <br>Risk: ABAC_Level3 Severity: High API Endpoint: http://95.217.118.53:8080/api/v1/bank-account/2c928084785441ea01788e0e0210065a Environment: Master Playbook: ApiV1BankAccountIdGetBankaccountusercDisallowAbact3 Researcher: [apisec Bot] QUICK TIPS Suggestion: Add access-control checks on incoming requests against all data calls. Effort Estimate: 2.0 Wire Logs: IMPORTANT LINKS Vulnerability Details: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/recommendations/8a8083b8788dc46901788e0e03e83323/details Project: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/jobs Environment: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/environments/8a8083b8788dc46901788e09055921c9/edit Scan Dashboard: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/jobs/8a8083b8788dc46901788e090fe32356/runs/8a8083b8788dc46901788e0dcfa532aa Playbook: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/template/ApiV1BankAccountIdGetBankaccountusercDisallowAbact3 Coverage: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/configuration Code Sample: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/recommendations/8a8083b8788dc46901788e0e03e83323/codesamples PS: Please contact support@apisec.ai for apisec access and login issues. --- apisec Bot ---
1.0
ABAC_Level3 on GET:/api/v1/bank-account/id - Title: ABAC_Level3 Vulnerability on GET:/api/v1/bank-account/id Project: GitBack Test 3 Description: The ABAC exploit allows an attacker to read, modify, delete, add and perform actions on customer/un-authorized data. <style>strong { color: #ef5350!important;}</style><strong>Assertion </strong> <b><font color="#ef5350">Name: </font></b> Attribute Based Access Control 3 (ABAC 3) <b><font color="#ef5350"><sup>( 1 )</sup></font></b><br> <br> <b><font color="#ef5350">Overview: </font></b> Access Control (or Authorization) is the process of granting or denying specific requests from a user, program, or process. Access control also involves the act of granting and revoking those privileges. Attribute Based Access Control (ABAC) will grant or deny user requests based on arbitrary attributes of the user and arbitrary attributes of the object, and environment conditions that may be globally recognized and more relevant to the policies at hand. <br> <br>'Attribute-based-access-control 3' identifies dependent and nested resource/data/record vulnerabilities. e.g. vulnerabilities in tasks which is nested within a project and the access-controls may only be applied at the project level. ABAC scanning identifies data/resource leak/attack vulnerabilities. Looks for private user/account data being illegally read, written, updated, deleted or operated by other users or tenants or accounts.<br> <br>This scanner requires a private-account/user to create private data/resources e.g. UserA. And it also requires other users who shouldn't have any access to UserA's data like UserB, UserC, & UserD based on your App multi-tenancy model. e.g. UserA can be a user from tenant/org-a and UserB can be a user in tenant-b and UserC can be a user in tenant-c with admin privileges.<br /> <br />APIs tend to expose endpoints that handle object identifiers, creating a wide attack surface Level Access Control issue. Object-level authorization checks should be considered in every function that accesses a data source using input from the user.<br> <br> <b><font color="#ef5350">Severity: </font></b> OWASP 2019 API Top 10 ranks ABAC vulnerabilities at Top 1 position and is named Broken Object Level Authorization. <b><font color="#ef5350"><sup>( 2 )</sup></font></b> <br> <br> <b><font color="#ef5350">Vulnerability Impact: </font></b> With flawed or broken ABAC security control policy in place, The following are some of the consequences. <br> <br> <ul> <li>Unauthorized access can result in data disclosure to unauthorized parties, data loss, or data manipulation.</li> <li>Unauthorized access to objects can also lead to full account takeover.</li> </ul> <b><font color="#ef5350">Exploitation: </font></b> Attackers can exploit API endpoints that are vulnerable to broken object level authorization by manipulating the ID of an object that is sent within the request. This may lead to unauthorized access to sensitive data. This issue is extremely common in API-based applications because the server component usually does not fully track the client’s state, and instead, relies more on parameters like object IDs, that are sent from the client to decide which objects to access. <br> <br> <b><font color="#ef5350">Remediation: </font></b> The following techniques may be checked for ensuring RBAC is in place <b><font color="#ef5350"><sup>( 2 ) ( 3 ) ( 4 )</sup></font></b>. <br> <br> <ul> <li>Implement a proper authorization mechanism that relies on the user policies and hierarchy.</li> <li>Prefer not to use an ID that has been sent from the client, but instead use an ID that is stored in the session object when accessing a database record by the record ID.</li> <li>Use an authorization mechanism to check if the logged-in user has access to perform the requested action on the record in every function that uses an client input to access a record in the database.</li> <li>Prefer to use random and unpredictable values as GUIDs for records’ IDs.</li> <li>Write tests to evaluate the authorization mechanism. Do not deploy vulnerable changes that break the tests.</li> </ul> <b><font color="#ef5350">References: </font></b><br> <ol> <li>Enforce Access Controls - https://owasp-top-10-proactive-controls-2018.readthedocs.io/en/latest/c7-enforce-access-controls.html</li> <li>OWASP 2019 API Top 10 - https://github.com/OWASP/API-Security/raw/master/2019/en/dist/owasp-api-security-top-10.pdf</li> <li>OWASP Access Control Cheat Sheet - https://cheatsheetseries.owasp.org/cheatsheets/Access_Control_Cheat_Sheet.html</li> <li>OWASP REST Security Cheat Sheet - https://cheatsheetseries.owasp.org/cheatsheets/REST_Security_Cheat_Sheet.html </li> </ol> <br>Risk: ABAC_Level3 Severity: High API Endpoint: http://95.217.118.53:8080/api/v1/bank-account/2c928084785441ea01788e0e0210065a Environment: Master Playbook: ApiV1BankAccountIdGetBankaccountusercDisallowAbact3 Researcher: [apisec Bot] QUICK TIPS Suggestion: Add access-control checks on incoming requests against all data calls. Effort Estimate: 2.0 Wire Logs: IMPORTANT LINKS Vulnerability Details: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/recommendations/8a8083b8788dc46901788e0e03e83323/details Project: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/jobs Environment: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/environments/8a8083b8788dc46901788e09055921c9/edit Scan Dashboard: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/jobs/8a8083b8788dc46901788e090fe32356/runs/8a8083b8788dc46901788e0dcfa532aa Playbook: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/template/ApiV1BankAccountIdGetBankaccountusercDisallowAbact3 Coverage: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/configuration Code Sample: https://95.217.198.167/#/app/projects/8a8083b8788dc46901788e09054221c6/recommendations/8a8083b8788dc46901788e0e03e83323/codesamples PS: Please contact support@apisec.ai for apisec access and login issues. --- apisec Bot ---
test
abac on get api bank account id title abac vulnerability on get api bank account id project gitback test description the abac exploit allows an attacker to read modify delete add and perform actions on customer un authorized data strong color important assertion name attribute based access control abac overview access control or authorization is the process of granting or denying specific requests from a user program or process access control also involves the act of granting and revoking those privileges attribute based access control abac will grant or deny user requests based on arbitrary attributes of the user and arbitrary attributes of the object and environment conditions that may be globally recognized and more relevant to the policies at hand attribute based access control identifies dependent and nested resource data record vulnerabilities e g vulnerabilities in tasks which is nested within a project and the access controls may only be applied at the project level abac scanning identifies data resource leak attack vulnerabilities looks for private user account data being illegally read written updated deleted or operated by other users or tenants or accounts this scanner requires a private account user to create private data resources e g usera and it also requires other users who shouldn t have any access to usera s data like userb userc userd based on your app multi tenancy model e g usera can be a user from tenant org a and userb can be a user in tenant b and userc can be a user in tenant c with admin privileges apis tend to expose endpoints that handle object identifiers creating a wide attack surface level access control issue object level authorization checks should be considered in every function that accesses a data source using input from the user severity owasp api top ranks abac vulnerabilities at top position and is named broken object level authorization vulnerability impact with flawed or broken abac security control policy in place the following are some of the consequences unauthorized access can result in data disclosure to unauthorized parties data loss or data manipulation unauthorized access to objects can also lead to full account takeover exploitation attackers can exploit api endpoints that are vulnerable to broken object level authorization by manipulating the id of an object that is sent within the request this may lead to unauthorized access to sensitive data this issue is extremely common in api based applications because the server component usually does not fully track the client’s state and instead relies more on parameters like object ids that are sent from the client to decide which objects to access remediation the following techniques may be checked for ensuring rbac is in place implement a proper authorization mechanism that relies on the user policies and hierarchy prefer not to use an id that has been sent from the client but instead use an id that is stored in the session object when accessing a database record by the record id use an authorization mechanism to check if the logged in user has access to perform the requested action on the record in every function that uses an client input to access a record in the database prefer to use random and unpredictable values as guids for records’ ids write tests to evaluate the authorization mechanism do not deploy vulnerable changes that break the tests references enforce access controls owasp api top owasp access control cheat sheet owasp rest security cheat sheet risk abac severity high api endpoint environment master playbook researcher quick tips suggestion add access control checks on incoming requests against all data calls effort estimate wire logs important links vulnerability details project environment scan dashboard playbook coverage code sample ps please contact support apisec ai for apisec access and login issues apisec bot
1
69,784
7,163,598,108
IssuesEvent
2018-01-29 08:09:22
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Manual test run on Windows x64 for 0.20.x (Beta Channel)
OS/Windows release-notes/exclude tests
## Per release specialty tests - [x] Remove CoinMarketCap Empty Elements. ([#12755](https://github.com/brave/browser-laptop/issues/12755)) - [x] Page security state for passive mixed content is incorrect. ([#12742](https://github.com/brave/browser-laptop/issues/12742)) - [x] Dynamically build monthly amount dropdown . ([#12727](https://github.com/brave/browser-laptop/issues/12727)) - [x] Ship hard-coded search engine favicons. ([#12689](https://github.com/brave/browser-laptop/issues/12689)) - [x] Disable auto-include publisher causes existing publishers to be excluded. ([#12621](https://github.com/brave/browser-laptop/issues/12621)) - [x] [Intermittent] Closing browser doesn't kill background worker processes instantly. ([#12564](https://github.com/brave/browser-laptop/issues/12564)) - [x] Auto play site settings is retained even after clearing it until browser restart. ([#12514](https://github.com/brave/browser-laptop/issues/12514)) - [x] Drag and Drop bookmark from folder on toolbar to Bookmarks Toolbar does not work. ([#12481](https://github.com/brave/browser-laptop/issues/12481)) - [x] Extension icons are not displayed due to "Not allowed load local resource". ([#11797](https://github.com/brave/browser-laptop/issues/11797)) - [x] Updates on Beta channel are not working . ([#11795](https://github.com/brave/browser-laptop/issues/11795)) - [x] Bookmark toolbar context menu not working on 0.20.x. ([#11728](https://github.com/brave/browser-laptop/issues/11728)) - [ ] Fix bug where users behind multiple releases could get preview releases (Windows only). ([#11152](https://github.com/brave/browser-laptop/issues/11152)) - [x] Can't export bookmarks. ([#10587](https://github.com/brave/browser-laptop/issues/10587)) - [x] Removing top site tiles is buggy. ([#10411](https://github.com/brave/browser-laptop/issues/10411)) - [x] Restructure paymentsTab with grid property. ([#10236](https://github.com/brave/browser-laptop/issues/10236)) - [ ] Remove keytar dependency. ([#10226](https://github.com/brave/browser-laptop/issues/10226)) - [x] Changing tabset count messes up tab favicon and close button. ([#9779](https://github.com/brave/browser-laptop/issues/9779)) - [ ] Whitelist script signatures. ([#1353](https://github.com/brave/browser-laptop/issues/1353)) ## Installer - [x] Check that installer is close to the size of last release. - [x] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window. - [x] Check Brave, muon, and libchromiumcontent version in `about:brave` and make sure it is EXACTLY as expected. ## Data - [x] Make sure that data from the last version appears in the new version OK. - [X] With data from the last version, test that - [x] cookies are preserved - [x] pinned tabs can be opened - [x] pinned tabs can be unpinned - [x] unpinned tabs can be re-pinned - [x] opened tabs can be reloaded - [x] bookmarks on the bookmark toolbar can be opened - [x] bookmarks in the bookmark folder toolbar can be opened ## Last changeset test - [x] Test what is covered by the last changeset (you can find this by clicking on the SHA in about:brave). ## Widevine/Netflix test - [x] Test that you can log into Netflix and start a show. ## Ledger - [x] Verify wallet is auto created after enabling payments - [x] Verify monthly budget and account balance shows correct BAT and USD value - [x] Click on `add funds` and click on each currency and verify it shows wallet address and QR Code - [x] Verify that Brave BAT wallet address can be copied - [ ] Verify adding funds via any of the currencies flows into BAT Wallet after specified amount of time - [ ] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately - [x] Change min visit and min time in advance setting and verify if the publisher list gets updated based on new setting - [x] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table. - [x] Check that disabling payments and enabling them again does not lose state. - [ ] Upgrade from older version - [ ] Verify the wallet overlay is shown when wallet transition is happening upon upgrade - [ ] Verify transition overlay is shown post upgrade even if the payment is disabled before upgrade - [ ] Verify publishers list is not lost after upgrade when payment is disabled in the older version ### Ledger Media - [x] Visit any YouTube video in a normal/session tab and ensure the video publisher name is listed in ledger table - [x] Visit any YouTube video in a private tab and ensure the video publisher name is not listed in ledger table - [x] Visit any live YouTube video and ensure the time spent is shown under ledger table - [x] Visit any embeded YouTube video and ensure the video publisher name is listed in ledger table - [x] Ensure total time spent is correctly calculated for each publisher video - [x] Ensure total time spent is correctly calculated when switching to YouTube video from an embeded video - [x] Ensure YouTube publishers are not listed when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure existing YouTube publishers are not lost when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure YouTube publishers is listed but not included when `auto-include` is disabled - [x] Update Advanced settings to different time/visit value and ensure YouTube videos are added to ledger table once criteria is met ## Sync - [x] Verify you are able to sync two devices using the secret code - [x] Visit a site on device 1 and change shield setting, ensure that the saved site preference is synced to device 2 - [x] Enable Browsing history sync on device 1, ensure the history is shown on device 2 - [x] Import/Add bookmarks on device 1, ensure it is synced on device 2 - [x] Ensure imported bookmark folder structure is maintained on device 2 - [x] Ensure bookmark favicons are shown after sync ## About pages - [x] Test that about:adblock loads - [x] Test that about:autofill loads - [x] Test that about:bookmarks loads bookmarks - [x] Test that about:downloads loads downloads - [x] Test that about:extensions loads - [x] Test that about:history loads history - [x] Test that about:passwords loads - [x] Test that about:styles loads - [x] Test that about:welcome loads - [x] Test that about:preferences changing a preference takes effect right away - [x] Test that about:preferences language change takes effect on re-start ## Bookmarks - [x] Test that creating a bookmark on the bookmarks toolbar with the star button works - [x] Test that creating a bookmark on the bookmarks toolbar by dragging the un/lock icon works - [x] Test that creating a bookmark folder on the bookmarks toolbar works - [x] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works - [x] Test that clicking a bookmark in the toolbar loads the bookmark. - [x] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark. - [x] Test that a bookmark on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark in a bookmark folder on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark subfolder can be removed via context menu - [x] Test that a bookmark folder on the bookmark toolbar can be removed via context menu ## Context menus - [x] Make sure context menu items in the URL bar work - [x] Make sure context menu items on content work with no selected text. - [x] Make sure context menu items on content work with selected text. - [x] Make sure context menu items on content work inside an editable control on `about:styles` (input, textarea, or contenteditable). ## Find on page - [x] Ensure search box is shown with shortcut - [x] Test successful find - [x] Test forward and backward find navigation - [x] Test failed find shows 0 results - [x] Test match case find ## Keyboard Shortcuts - [x] Open a new window: `Command` + `n` (macOS) || `Ctrl` + `n` (Win/Linux) - [x] Open a new tab: `Command` + `t` (macOS) || `Ctrl` + `t` (Win/Linux) - [x] Open a new private tab: `Command` + `Shift` + `p` (macOS) || `Ctrl` + `Shift` + `p` (Win/Linux) - [x] Reopen the latest closed tab: `Command` + `Shift` + `t` (macOS) || `Ctrl` + `Shift` + `t` (Win/Linux) - [x] Jump to the next tab: `Command` + `Option` + `->` (macOS) || `Ctrl` + `PgDn` (Win/Linux) - [x] Jump to the previous tab: `Command` + `Option` + `<-` (macOS) || `Ctrl` + `PgUp` (Win/Linux) - [x] Jump to the next tab: `Ctrl` + `Tab` (macOS/Win/Linux) - [x] Jump to the previous tab: `Ctrl` + `Shift` + `Tab` (macOS/Win/Linux) - [x] Open Brave preferences: `Command` + `,` (macOS) || `Ctrl` + `,` (Win/Linux) - [x] Jump into the URL bar: `Command` + `l` (macOS) || `Ctrl` + `l` (Win/Linux) - [x] Reload page: `Command` + `r` (macOS) || `Ctrl` + `r` (Win/Linux) - [x] Select All: `Command` + `a` (macOS) || `Ctrl` + `a` (Win/Linux) - [x] Copying text: `Command` + `c` (macOS) || `Ctrl` + `c` (Win/Linux) - [x] Pasting text: `Command` + `v` (macOS) || `Ctrl` + `v` (Win/Linux) - [x] Minimize Brave: `Command` + `m` (macOS) || `Ctrl` + `m` (Win/Linux) - [x] Quit Brave: `Command` + `q` (macOS) || `Ctrl` + `q` (Win/Linux) ## Geolocation - [x] Check that https://browserleaks.com/geo works ## Site hacks - [x] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it ## Downloads - [x] Test downloading a file works and that all actions on the download item works. ## Fullscreen - [x] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc). - [x] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com) ## Tabs, Pinning and Tear off tabs - [x] Test that tabs are pinnable - [x] Test that tabs are unpinnable - [x] Test that tabs are draggable to same tabset - [x] Test that tabs are draggable to alternate tabset - [x] Test that tabs can be teared off into a new window - [x] Test that you are able to reattach a tab that is teared off into a new window - [x] Test that tab pages can be closed - [x] Test that tab pages can be muted - [x] Test that tabs can be cloned ## Zoom - [x] Test zoom in / out shortcut works - [x] Test hamburger menu zooms. - [x] Test zoom saved when you close the browser and restore on a single site. - [x] Test zoom saved when you navigate within a single origin site. - [x] Test that navigating to a different origin resets the zoom ## Bravery settings - [x] Check that HTTPS Everywhere works by loading https://https-everywhere.badssl.com/ - [x] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/ - [x] Check that ad replacement works on http://slashdot.org - [x] Check that toggling to blocking and allow ads works as expected. - [x] Test that clicking through a cert error in https://badssl.com/ works. - [x] Test that Safe Browsing works (https://www.raisegame.com/) - [x] Turning Safe Browsing off and shields off both disable safe browsing for https://www.raisegame.com/. - [x] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work. - [x] Test that about:preferences default Bravery settings take effect on pages with no site settings. - [X] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked. - [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked. - [x] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on. - [x] Test that browser is not detected on https://extensions.inrialpes.fr/brave/ ## Content tests - [x] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab. - [x] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows. - [x] Go to https://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown. - [x] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled. - [x] Open `about:styles` and type some misspellings on a textbox, make sure they are underlined. - [x] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text. - [x] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded. - [x] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works. - [x] Test that PDF is loaded over https at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf - [x] Test that PDF is loaded over http at http://www.pdf995.com/samples/pdf.pdf - [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run). ## Flash tests - [x] Test that flash placeholder appears on http://www.homestarrunner.com - [x] Test with flash enabled in preferences, auto play option is shown when visiting http://www.homestarrunner.com ## Autofill tests - [x] Test that autofill works on http://www.roboform.com/filling-test-all-fields ## Session storage Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder. - [x] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) - [x] Test that windows and tabs restore when closed, including active tab. - [x] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) ## Cookie and Cache - [x] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified. - [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value. ## Update tests - [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly. - [x] Test that using `BRAVE_ENABLE_PREVIEW_UPDATES=TRUE` env variable works and prompts for preview build updates.
1.0
Manual test run on Windows x64 for 0.20.x (Beta Channel) - ## Per release specialty tests - [x] Remove CoinMarketCap Empty Elements. ([#12755](https://github.com/brave/browser-laptop/issues/12755)) - [x] Page security state for passive mixed content is incorrect. ([#12742](https://github.com/brave/browser-laptop/issues/12742)) - [x] Dynamically build monthly amount dropdown . ([#12727](https://github.com/brave/browser-laptop/issues/12727)) - [x] Ship hard-coded search engine favicons. ([#12689](https://github.com/brave/browser-laptop/issues/12689)) - [x] Disable auto-include publisher causes existing publishers to be excluded. ([#12621](https://github.com/brave/browser-laptop/issues/12621)) - [x] [Intermittent] Closing browser doesn't kill background worker processes instantly. ([#12564](https://github.com/brave/browser-laptop/issues/12564)) - [x] Auto play site settings is retained even after clearing it until browser restart. ([#12514](https://github.com/brave/browser-laptop/issues/12514)) - [x] Drag and Drop bookmark from folder on toolbar to Bookmarks Toolbar does not work. ([#12481](https://github.com/brave/browser-laptop/issues/12481)) - [x] Extension icons are not displayed due to "Not allowed load local resource". ([#11797](https://github.com/brave/browser-laptop/issues/11797)) - [x] Updates on Beta channel are not working . ([#11795](https://github.com/brave/browser-laptop/issues/11795)) - [x] Bookmark toolbar context menu not working on 0.20.x. ([#11728](https://github.com/brave/browser-laptop/issues/11728)) - [ ] Fix bug where users behind multiple releases could get preview releases (Windows only). ([#11152](https://github.com/brave/browser-laptop/issues/11152)) - [x] Can't export bookmarks. ([#10587](https://github.com/brave/browser-laptop/issues/10587)) - [x] Removing top site tiles is buggy. ([#10411](https://github.com/brave/browser-laptop/issues/10411)) - [x] Restructure paymentsTab with grid property. ([#10236](https://github.com/brave/browser-laptop/issues/10236)) - [ ] Remove keytar dependency. ([#10226](https://github.com/brave/browser-laptop/issues/10226)) - [x] Changing tabset count messes up tab favicon and close button. ([#9779](https://github.com/brave/browser-laptop/issues/9779)) - [ ] Whitelist script signatures. ([#1353](https://github.com/brave/browser-laptop/issues/1353)) ## Installer - [x] Check that installer is close to the size of last release. - [x] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window. - [x] Check Brave, muon, and libchromiumcontent version in `about:brave` and make sure it is EXACTLY as expected. ## Data - [x] Make sure that data from the last version appears in the new version OK. - [X] With data from the last version, test that - [x] cookies are preserved - [x] pinned tabs can be opened - [x] pinned tabs can be unpinned - [x] unpinned tabs can be re-pinned - [x] opened tabs can be reloaded - [x] bookmarks on the bookmark toolbar can be opened - [x] bookmarks in the bookmark folder toolbar can be opened ## Last changeset test - [x] Test what is covered by the last changeset (you can find this by clicking on the SHA in about:brave). ## Widevine/Netflix test - [x] Test that you can log into Netflix and start a show. ## Ledger - [x] Verify wallet is auto created after enabling payments - [x] Verify monthly budget and account balance shows correct BAT and USD value - [x] Click on `add funds` and click on each currency and verify it shows wallet address and QR Code - [x] Verify that Brave BAT wallet address can be copied - [ ] Verify adding funds via any of the currencies flows into BAT Wallet after specified amount of time - [ ] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately - [x] Change min visit and min time in advance setting and verify if the publisher list gets updated based on new setting - [x] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table. - [x] Check that disabling payments and enabling them again does not lose state. - [ ] Upgrade from older version - [ ] Verify the wallet overlay is shown when wallet transition is happening upon upgrade - [ ] Verify transition overlay is shown post upgrade even if the payment is disabled before upgrade - [ ] Verify publishers list is not lost after upgrade when payment is disabled in the older version ### Ledger Media - [x] Visit any YouTube video in a normal/session tab and ensure the video publisher name is listed in ledger table - [x] Visit any YouTube video in a private tab and ensure the video publisher name is not listed in ledger table - [x] Visit any live YouTube video and ensure the time spent is shown under ledger table - [x] Visit any embeded YouTube video and ensure the video publisher name is listed in ledger table - [x] Ensure total time spent is correctly calculated for each publisher video - [x] Ensure total time spent is correctly calculated when switching to YouTube video from an embeded video - [x] Ensure YouTube publishers are not listed when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure existing YouTube publishers are not lost when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure YouTube publishers is listed but not included when `auto-include` is disabled - [x] Update Advanced settings to different time/visit value and ensure YouTube videos are added to ledger table once criteria is met ## Sync - [x] Verify you are able to sync two devices using the secret code - [x] Visit a site on device 1 and change shield setting, ensure that the saved site preference is synced to device 2 - [x] Enable Browsing history sync on device 1, ensure the history is shown on device 2 - [x] Import/Add bookmarks on device 1, ensure it is synced on device 2 - [x] Ensure imported bookmark folder structure is maintained on device 2 - [x] Ensure bookmark favicons are shown after sync ## About pages - [x] Test that about:adblock loads - [x] Test that about:autofill loads - [x] Test that about:bookmarks loads bookmarks - [x] Test that about:downloads loads downloads - [x] Test that about:extensions loads - [x] Test that about:history loads history - [x] Test that about:passwords loads - [x] Test that about:styles loads - [x] Test that about:welcome loads - [x] Test that about:preferences changing a preference takes effect right away - [x] Test that about:preferences language change takes effect on re-start ## Bookmarks - [x] Test that creating a bookmark on the bookmarks toolbar with the star button works - [x] Test that creating a bookmark on the bookmarks toolbar by dragging the un/lock icon works - [x] Test that creating a bookmark folder on the bookmarks toolbar works - [x] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works - [x] Test that clicking a bookmark in the toolbar loads the bookmark. - [x] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark. - [x] Test that a bookmark on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark in a bookmark folder on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark subfolder can be removed via context menu - [x] Test that a bookmark folder on the bookmark toolbar can be removed via context menu ## Context menus - [x] Make sure context menu items in the URL bar work - [x] Make sure context menu items on content work with no selected text. - [x] Make sure context menu items on content work with selected text. - [x] Make sure context menu items on content work inside an editable control on `about:styles` (input, textarea, or contenteditable). ## Find on page - [x] Ensure search box is shown with shortcut - [x] Test successful find - [x] Test forward and backward find navigation - [x] Test failed find shows 0 results - [x] Test match case find ## Keyboard Shortcuts - [x] Open a new window: `Command` + `n` (macOS) || `Ctrl` + `n` (Win/Linux) - [x] Open a new tab: `Command` + `t` (macOS) || `Ctrl` + `t` (Win/Linux) - [x] Open a new private tab: `Command` + `Shift` + `p` (macOS) || `Ctrl` + `Shift` + `p` (Win/Linux) - [x] Reopen the latest closed tab: `Command` + `Shift` + `t` (macOS) || `Ctrl` + `Shift` + `t` (Win/Linux) - [x] Jump to the next tab: `Command` + `Option` + `->` (macOS) || `Ctrl` + `PgDn` (Win/Linux) - [x] Jump to the previous tab: `Command` + `Option` + `<-` (macOS) || `Ctrl` + `PgUp` (Win/Linux) - [x] Jump to the next tab: `Ctrl` + `Tab` (macOS/Win/Linux) - [x] Jump to the previous tab: `Ctrl` + `Shift` + `Tab` (macOS/Win/Linux) - [x] Open Brave preferences: `Command` + `,` (macOS) || `Ctrl` + `,` (Win/Linux) - [x] Jump into the URL bar: `Command` + `l` (macOS) || `Ctrl` + `l` (Win/Linux) - [x] Reload page: `Command` + `r` (macOS) || `Ctrl` + `r` (Win/Linux) - [x] Select All: `Command` + `a` (macOS) || `Ctrl` + `a` (Win/Linux) - [x] Copying text: `Command` + `c` (macOS) || `Ctrl` + `c` (Win/Linux) - [x] Pasting text: `Command` + `v` (macOS) || `Ctrl` + `v` (Win/Linux) - [x] Minimize Brave: `Command` + `m` (macOS) || `Ctrl` + `m` (Win/Linux) - [x] Quit Brave: `Command` + `q` (macOS) || `Ctrl` + `q` (Win/Linux) ## Geolocation - [x] Check that https://browserleaks.com/geo works ## Site hacks - [x] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it ## Downloads - [x] Test downloading a file works and that all actions on the download item works. ## Fullscreen - [x] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc). - [x] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com) ## Tabs, Pinning and Tear off tabs - [x] Test that tabs are pinnable - [x] Test that tabs are unpinnable - [x] Test that tabs are draggable to same tabset - [x] Test that tabs are draggable to alternate tabset - [x] Test that tabs can be teared off into a new window - [x] Test that you are able to reattach a tab that is teared off into a new window - [x] Test that tab pages can be closed - [x] Test that tab pages can be muted - [x] Test that tabs can be cloned ## Zoom - [x] Test zoom in / out shortcut works - [x] Test hamburger menu zooms. - [x] Test zoom saved when you close the browser and restore on a single site. - [x] Test zoom saved when you navigate within a single origin site. - [x] Test that navigating to a different origin resets the zoom ## Bravery settings - [x] Check that HTTPS Everywhere works by loading https://https-everywhere.badssl.com/ - [x] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/ - [x] Check that ad replacement works on http://slashdot.org - [x] Check that toggling to blocking and allow ads works as expected. - [x] Test that clicking through a cert error in https://badssl.com/ works. - [x] Test that Safe Browsing works (https://www.raisegame.com/) - [x] Turning Safe Browsing off and shields off both disable safe browsing for https://www.raisegame.com/. - [x] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work. - [x] Test that about:preferences default Bravery settings take effect on pages with no site settings. - [X] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked. - [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked. - [x] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on. - [x] Test that browser is not detected on https://extensions.inrialpes.fr/brave/ ## Content tests - [x] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab. - [x] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows. - [x] Go to https://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown. - [x] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled. - [x] Open `about:styles` and type some misspellings on a textbox, make sure they are underlined. - [x] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text. - [x] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded. - [x] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works. - [x] Test that PDF is loaded over https at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf - [x] Test that PDF is loaded over http at http://www.pdf995.com/samples/pdf.pdf - [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run). ## Flash tests - [x] Test that flash placeholder appears on http://www.homestarrunner.com - [x] Test with flash enabled in preferences, auto play option is shown when visiting http://www.homestarrunner.com ## Autofill tests - [x] Test that autofill works on http://www.roboform.com/filling-test-all-fields ## Session storage Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder. - [x] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) - [x] Test that windows and tabs restore when closed, including active tab. - [x] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) ## Cookie and Cache - [x] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified. - [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value. ## Update tests - [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly. - [x] Test that using `BRAVE_ENABLE_PREVIEW_UPDATES=TRUE` env variable works and prompts for preview build updates.
test
manual test run on windows for x beta channel per release specialty tests remove coinmarketcap empty elements page security state for passive mixed content is incorrect dynamically build monthly amount dropdown ship hard coded search engine favicons disable auto include publisher causes existing publishers to be excluded closing browser doesn t kill background worker processes instantly auto play site settings is retained even after clearing it until browser restart drag and drop bookmark from folder on toolbar to bookmarks toolbar does not work extension icons are not displayed due to not allowed load local resource updates on beta channel are not working bookmark toolbar context menu not working on x fix bug where users behind multiple releases could get preview releases windows only can t export bookmarks removing top site tiles is buggy restructure paymentstab with grid property remove keytar dependency changing tabset count messes up tab favicon and close button whitelist script signatures installer check that installer is close to the size of last release check signature if os run spctl assess verbose applications brave app and make sure it returns accepted if windows right click on the installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window check brave muon and libchromiumcontent version in about brave and make sure it is exactly as expected data make sure that data from the last version appears in the new version ok with data from the last version test that cookies are preserved pinned tabs can be opened pinned tabs can be unpinned unpinned tabs can be re pinned opened tabs can be reloaded bookmarks on the bookmark toolbar can be opened bookmarks in the bookmark folder toolbar can be opened last changeset test test what is covered by the last changeset you can find this by clicking on the sha in about brave widevine netflix test test that you can log into netflix and start a show ledger verify wallet is auto created after enabling payments verify monthly budget and account balance shows correct bat and usd value click on add funds and click on each currency and verify it shows wallet address and qr code verify that brave bat wallet address can be copied verify adding funds via any of the currencies flows into bat wallet after specified amount of time verify adding funds to an existing wallet with amount adjusts the bat value appropriately change min visit and min time in advance setting and verify if the publisher list gets updated based on new setting visit nytimes com for a few seconds and make sure it shows up in the payments table check that disabling payments and enabling them again does not lose state upgrade from older version verify the wallet overlay is shown when wallet transition is happening upon upgrade verify transition overlay is shown post upgrade even if the payment is disabled before upgrade verify publishers list is not lost after upgrade when payment is disabled in the older version ledger media visit any youtube video in a normal session tab and ensure the video publisher name is listed in ledger table visit any youtube video in a private tab and ensure the video publisher name is not listed in ledger table visit any live youtube video and ensure the time spent is shown under ledger table visit any embeded youtube video and ensure the video publisher name is listed in ledger table ensure total time spent is correctly calculated for each publisher video ensure total time spent is correctly calculated when switching to youtube video from an embeded video ensure youtube publishers are not listed when allow contributions to video is disabled in adavanced settings ensure existing youtube publishers are not lost when allow contributions to video is disabled in adavanced settings ensure youtube publishers is listed but not included when auto include is disabled update advanced settings to different time visit value and ensure youtube videos are added to ledger table once criteria is met sync verify you are able to sync two devices using the secret code visit a site on device and change shield setting ensure that the saved site preference is synced to device enable browsing history sync on device ensure the history is shown on device import add bookmarks on device ensure it is synced on device ensure imported bookmark folder structure is maintained on device ensure bookmark favicons are shown after sync about pages test that about adblock loads test that about autofill loads test that about bookmarks loads bookmarks test that about downloads loads downloads test that about extensions loads test that about history loads history test that about passwords loads test that about styles loads test that about welcome loads test that about preferences changing a preference takes effect right away test that about preferences language change takes effect on re start bookmarks test that creating a bookmark on the bookmarks toolbar with the star button works test that creating a bookmark on the bookmarks toolbar by dragging the un lock icon works test that creating a bookmark folder on the bookmarks toolbar works test that moving a bookmark into a folder by drag and drop on the bookmarks folder works test that clicking a bookmark in the toolbar loads the bookmark test that clicking a bookmark in a bookmark toolbar folder loads the bookmark test that a bookmark on the bookmark toolbar can be removed via context menu test that a bookmark in a bookmark folder on the bookmark toolbar can be removed via context menu test that a bookmark subfolder can be removed via context menu test that a bookmark folder on the bookmark toolbar can be removed via context menu context menus make sure context menu items in the url bar work make sure context menu items on content work with no selected text make sure context menu items on content work with selected text make sure context menu items on content work inside an editable control on about styles input textarea or contenteditable find on page ensure search box is shown with shortcut test successful find test forward and backward find navigation test failed find shows results test match case find keyboard shortcuts open a new window command n macos ctrl n win linux open a new tab command t macos ctrl t win linux open a new private tab command shift p macos ctrl shift p win linux reopen the latest closed tab command shift t macos ctrl shift t win linux jump to the next tab command option macos ctrl pgdn win linux jump to the previous tab command option macos ctrl pgup win linux jump to the next tab ctrl tab macos win linux jump to the previous tab ctrl shift tab macos win linux open brave preferences command macos ctrl win linux jump into the url bar command l macos ctrl l win linux reload page command r macos ctrl r win linux select all command a macos ctrl a win linux copying text command c macos ctrl c win linux pasting text command v macos ctrl v win linux minimize brave command m macos ctrl m win linux quit brave command q macos ctrl q win linux geolocation check that works site hacks test sub page loads a video and you can play it downloads test downloading a file works and that all actions on the download item works fullscreen test that entering full screen window works view toggle full screen and exit back not esc test that entering full screen works and esc to go back youtube com tabs pinning and tear off tabs test that tabs are pinnable test that tabs are unpinnable test that tabs are draggable to same tabset test that tabs are draggable to alternate tabset test that tabs can be teared off into a new window test that you are able to reattach a tab that is teared off into a new window test that tab pages can be closed test that tab pages can be muted test that tabs can be cloned zoom test zoom in out shortcut works test hamburger menu zooms test zoom saved when you close the browser and restore on a single site test zoom saved when you navigate within a single origin site test that navigating to a different origin resets the zoom bravery settings check that https everywhere works by loading turning https everywhere off and shields off both disable the redirect to check that ad replacement works on check that toggling to blocking and allow ads works as expected test that clicking through a cert error in works test that safe browsing works turning safe browsing off and shields off both disable safe browsing for visit and then turn on script blocking nothing should load allow it from the script blocking ui in the url bar and it should work test that about preferences default bravery settings take effect on pages with no site settings test that turning on fingerprinting protection in about preferences shows fingerprints blocked at test that turning it off in the bravery menu shows fingerprints blocked test that party storage results are blank at when party cookies are blocked and not blank when party cookies are unblocked test that audio fingerprint is blocked at when fingerprinting protection is on test that browser is not detected on content tests go to and click on the twitter icon on the top right test that context menus work in the new twitter tab load twitter and click on a tweet so the popup div shows click to dismiss and repeat with another div make sure it shows go to and test that clicking on show pops up a notification asking for permission make sure that clicking deny leads to no notifications being shown go to and make sure that the password can be saved make sure the saved password shows up in about passwords then reload and make sure the password is autofilled open about styles and type some misspellings on a textbox make sure they are underlined make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text make sure that command click control click on windows control click on ubuntu on a link opens a new tab but does not switch to it click on it and make sure it is already loaded open an email on or inbox google com and click on a link make sure it works test that pdf is loaded over https at test that pdf is loaded over http at test that shows up as grey not red no mixed content scripts are run flash tests test that flash placeholder appears on test with flash enabled in preferences auto play option is shown when visiting autofill tests test that autofill works on session storage do not forget to make a backup of your entire library application support brave folder temporarily move away your library application support brave session store and test that clean session storage works appdata brave in windows config brave in ubuntu test that windows and tabs restore when closed including active tab move away your entire library application support brave folder appdata brave in windows config brave in ubuntu cookie and cache make a backup of your profile turn on all clearing in preferences and shut down make sure when you bring the browser back up everything is gone that is specified go to and set an evercookie check that going to prefs clearing site data and cache and going back to the evercookie site does not remember the old evercookie value update tests test that updating using brave update version env variable works correctly test that using brave enable preview updates true env variable works and prompts for preview build updates
1
159,166
12,465,472,096
IssuesEvent
2020-05-28 14:05:54
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Support prompting on JT Launch
component:ui_next state:in_progress state:needs_revision state:needs_test type:feature
##### ISSUE TYPE - Feature Idea ##### SUMMARY **It might be a good idea to break this work up into pieces that correspond with the different steps in the wizard.** When configuring a Job Template, the user can specify whether or not certain fields should be prompted for when the job is launched. In the UI, we'll need to present these fields to the launching user in a wizard. Here's a link to the mockups: https://tower-mockups.testing.ansible.com/patternfly/templates/templates-prompt-inventory/ Note that the api provides us with a convenience endpoint: `/api/v2/job_templates/:id/launch/`. This is where we should pull all of these flags from. Potential Steps: 1) Inventory - This step is only shown if ask_inventory_on_launch is set to true - If there's a default inventory it should be selected - ~~User can select a different inventory but cannot proceed to the next step unless one is selected.~~ 2) Credentials - This step is only shown if ask_credential_on_launch is set to true - If there are default credentials, they should be selected - Default credentials can be removed but they must be replaced with another credential of the same type. This is enforced by the api. For example, if there is a default machine credential on the JT then I can replace it with another machine credential but I cannot proceed to the next step without at least one machine credential. - The interface for this step is going to look just like the credential modal in the JT form 3) Credential Passwords - This step can be shown in one of two situations: - Firstly, it should be shown if passwords_needed_to_start is _not_ an empty array _and_ ask_credential_on_launch is set to false. - Secondly, it should be shown if ask_credential_on_launch is set to true _and_ any of the selected credentials from that step prompt for passwords. - This step is dynamic and should be able to support any number of password fields (the JT could have n number of different vault credentials all prompting for a password). - Previously we showed these password fields on the same step as the credentials. If it's easier to do that here as well then we can explore that. - User cannot proceed to the next step until all required passwords are provided 4) Other Prompts - This step is shown when one or more of the follow flags is set to true: - ask_scm_branch_on_launch - ask_tags_on_launch - ask_diff_mode_on_launch - ask_skip_tags_on_launch - ask_job_type_on_launch - ask_limit_on_launch - ask_verbosity_on_launch - ask_variables_on_launch - Some of these fields are required (job type and verbosity) and the user must provide values for these fields before they can proceed to the next step. 5) Survey - This step is shown when survey_enabled is set to true - An extra request to get the survey spec (questions) is required in order to render this step - Survey questions will be dynamically rendered based on the survey spec and should be presented in the same order as they appear in the spec. - ~~Any required fields must be filled out before the user can proceed to the Preview step.~~ 6) Preview - This step will _always_ be shown as long as some prompting has occurred (i.e. this wizard is actually shown). - This is a read-only step where all the prompted values are combined with JT defaults to give the launching user a snapshot of the configuration they're launching with. - Clicking the Launch button should hit the launch endpoint with all the specified overrides.
1.0
Support prompting on JT Launch - ##### ISSUE TYPE - Feature Idea ##### SUMMARY **It might be a good idea to break this work up into pieces that correspond with the different steps in the wizard.** When configuring a Job Template, the user can specify whether or not certain fields should be prompted for when the job is launched. In the UI, we'll need to present these fields to the launching user in a wizard. Here's a link to the mockups: https://tower-mockups.testing.ansible.com/patternfly/templates/templates-prompt-inventory/ Note that the api provides us with a convenience endpoint: `/api/v2/job_templates/:id/launch/`. This is where we should pull all of these flags from. Potential Steps: 1) Inventory - This step is only shown if ask_inventory_on_launch is set to true - If there's a default inventory it should be selected - ~~User can select a different inventory but cannot proceed to the next step unless one is selected.~~ 2) Credentials - This step is only shown if ask_credential_on_launch is set to true - If there are default credentials, they should be selected - Default credentials can be removed but they must be replaced with another credential of the same type. This is enforced by the api. For example, if there is a default machine credential on the JT then I can replace it with another machine credential but I cannot proceed to the next step without at least one machine credential. - The interface for this step is going to look just like the credential modal in the JT form 3) Credential Passwords - This step can be shown in one of two situations: - Firstly, it should be shown if passwords_needed_to_start is _not_ an empty array _and_ ask_credential_on_launch is set to false. - Secondly, it should be shown if ask_credential_on_launch is set to true _and_ any of the selected credentials from that step prompt for passwords. - This step is dynamic and should be able to support any number of password fields (the JT could have n number of different vault credentials all prompting for a password). - Previously we showed these password fields on the same step as the credentials. If it's easier to do that here as well then we can explore that. - User cannot proceed to the next step until all required passwords are provided 4) Other Prompts - This step is shown when one or more of the follow flags is set to true: - ask_scm_branch_on_launch - ask_tags_on_launch - ask_diff_mode_on_launch - ask_skip_tags_on_launch - ask_job_type_on_launch - ask_limit_on_launch - ask_verbosity_on_launch - ask_variables_on_launch - Some of these fields are required (job type and verbosity) and the user must provide values for these fields before they can proceed to the next step. 5) Survey - This step is shown when survey_enabled is set to true - An extra request to get the survey spec (questions) is required in order to render this step - Survey questions will be dynamically rendered based on the survey spec and should be presented in the same order as they appear in the spec. - ~~Any required fields must be filled out before the user can proceed to the Preview step.~~ 6) Preview - This step will _always_ be shown as long as some prompting has occurred (i.e. this wizard is actually shown). - This is a read-only step where all the prompted values are combined with JT defaults to give the launching user a snapshot of the configuration they're launching with. - Clicking the Launch button should hit the launch endpoint with all the specified overrides.
test
support prompting on jt launch issue type feature idea summary it might be a good idea to break this work up into pieces that correspond with the different steps in the wizard when configuring a job template the user can specify whether or not certain fields should be prompted for when the job is launched in the ui we ll need to present these fields to the launching user in a wizard here s a link to the mockups note that the api provides us with a convenience endpoint api job templates id launch this is where we should pull all of these flags from potential steps inventory this step is only shown if ask inventory on launch is set to true if there s a default inventory it should be selected user can select a different inventory but cannot proceed to the next step unless one is selected credentials this step is only shown if ask credential on launch is set to true if there are default credentials they should be selected default credentials can be removed but they must be replaced with another credential of the same type this is enforced by the api for example if there is a default machine credential on the jt then i can replace it with another machine credential but i cannot proceed to the next step without at least one machine credential the interface for this step is going to look just like the credential modal in the jt form credential passwords this step can be shown in one of two situations firstly it should be shown if passwords needed to start is not an empty array and ask credential on launch is set to false secondly it should be shown if ask credential on launch is set to true and any of the selected credentials from that step prompt for passwords this step is dynamic and should be able to support any number of password fields the jt could have n number of different vault credentials all prompting for a password previously we showed these password fields on the same step as the credentials if it s easier to do that here as well then we can explore that user cannot proceed to the next step until all required passwords are provided other prompts this step is shown when one or more of the follow flags is set to true ask scm branch on launch ask tags on launch ask diff mode on launch ask skip tags on launch ask job type on launch ask limit on launch ask verbosity on launch ask variables on launch some of these fields are required job type and verbosity and the user must provide values for these fields before they can proceed to the next step survey this step is shown when survey enabled is set to true an extra request to get the survey spec questions is required in order to render this step survey questions will be dynamically rendered based on the survey spec and should be presented in the same order as they appear in the spec any required fields must be filled out before the user can proceed to the preview step preview this step will always be shown as long as some prompting has occurred i e this wizard is actually shown this is a read only step where all the prompted values are combined with jt defaults to give the launching user a snapshot of the configuration they re launching with clicking the launch button should hit the launch endpoint with all the specified overrides
1
178,562
13,784,235,050
IssuesEvent
2020-10-08 20:32:13
compare-ci/admin
https://api.github.com/repos/compare-ci/admin
closed
Automated test 1602189027.76169
Test
This is a tracking issue for the automated tests being run. Test id: `automated-test-1602189027.76169` |[python-sum](https://github.com/compare-ci/python-sum/pull/1009)|Pull Created|Check Start|Check End|Total|Check| |-|-|-|-|-|-| |CircleCI Checks|20:30:33|20:30:35|20:31:34|0:01:01|0:00:59| |GitHub Actions|20:30:33|20:30:47|20:30:55|0:00:22|0:00:08| |Azure Pipelines|20:30:33|20:30:55|20:31:15|0:00:42|0:00:20| |Travis CI|20:30:33|20:31:21|20:31:40|0:01:07|0:00:19| |[node-sum](https://github.com/compare-ci/node-sum/pull/990)|Pull Created|Check Start|Check End|Total|Check| |-|-|-|-|-|-| |CircleCI Checks|20:30:39|20:30:40|20:31:40|0:01:01|0:01:00| |GitHub Actions|20:30:39|20:30:50|20:31:07|0:00:28|0:00:17| |Travis CI|20:30:39|20:31:06|20:31:47|0:01:08|0:00:41| |Azure Pipelines|20:30:39|20:31:14|20:31:50|0:01:11|0:00:36|
1.0
Automated test 1602189027.76169 - This is a tracking issue for the automated tests being run. Test id: `automated-test-1602189027.76169` |[python-sum](https://github.com/compare-ci/python-sum/pull/1009)|Pull Created|Check Start|Check End|Total|Check| |-|-|-|-|-|-| |CircleCI Checks|20:30:33|20:30:35|20:31:34|0:01:01|0:00:59| |GitHub Actions|20:30:33|20:30:47|20:30:55|0:00:22|0:00:08| |Azure Pipelines|20:30:33|20:30:55|20:31:15|0:00:42|0:00:20| |Travis CI|20:30:33|20:31:21|20:31:40|0:01:07|0:00:19| |[node-sum](https://github.com/compare-ci/node-sum/pull/990)|Pull Created|Check Start|Check End|Total|Check| |-|-|-|-|-|-| |CircleCI Checks|20:30:39|20:30:40|20:31:40|0:01:01|0:01:00| |GitHub Actions|20:30:39|20:30:50|20:31:07|0:00:28|0:00:17| |Travis CI|20:30:39|20:31:06|20:31:47|0:01:08|0:00:41| |Azure Pipelines|20:30:39|20:31:14|20:31:50|0:01:11|0:00:36|
test
automated test this is a tracking issue for the automated tests being run test id automated test created check start check end total check circleci checks github actions azure pipelines travis ci created check start check end total check circleci checks github actions travis ci azure pipelines
1
283,463
24,549,079,491
IssuesEvent
2022-10-12 11:07:40
teemtee/tmt
https://api.github.com/repos/teemtee/tmt
closed
Order of junit XML attributes is not reliable
tests
`junit` plugin's tests expect following junit content: ```xml <?xml version="1.0" ?> <testsuites disabled="0" errors="0" failures="1" tests="1" time="0.0"> <testsuite disabled="0" errors="0" failures="1" name="name" skipped="0" tests="1" time="0"> <testcase name="/fail"> <failure type="failure" message="fail"/> </testcase> </testsuite> </testsuites> ``` There seems to be a problem with the order of attributes of `<failure type="failure" message="fail"/>`. In Copr, the test passes, `type` appears before `message`, but on my workstation, it is reversed (`<failure message="fail" type="failure"/>`). As far as XML is interested, the order of attributes is not at all important, but when it comes to string comparison, as in `junit` tests, it's causing false negatives. I'm not sure whether it's possible to enforce this kind of "pretty-printing" with the current code. AFAICT, dictionaries are used to bundle attributes for a given element, which does impose an ordering on keys, but by accident, thanks to implementation details. A possible option could be comparing elements as elements/trees rather than their string representations.
1.0
Order of junit XML attributes is not reliable - `junit` plugin's tests expect following junit content: ```xml <?xml version="1.0" ?> <testsuites disabled="0" errors="0" failures="1" tests="1" time="0.0"> <testsuite disabled="0" errors="0" failures="1" name="name" skipped="0" tests="1" time="0"> <testcase name="/fail"> <failure type="failure" message="fail"/> </testcase> </testsuite> </testsuites> ``` There seems to be a problem with the order of attributes of `<failure type="failure" message="fail"/>`. In Copr, the test passes, `type` appears before `message`, but on my workstation, it is reversed (`<failure message="fail" type="failure"/>`). As far as XML is interested, the order of attributes is not at all important, but when it comes to string comparison, as in `junit` tests, it's causing false negatives. I'm not sure whether it's possible to enforce this kind of "pretty-printing" with the current code. AFAICT, dictionaries are used to bundle attributes for a given element, which does impose an ordering on keys, but by accident, thanks to implementation details. A possible option could be comparing elements as elements/trees rather than their string representations.
test
order of junit xml attributes is not reliable junit plugin s tests expect following junit content xml there seems to be a problem with the order of attributes of in copr the test passes type appears before message but on my workstation it is reversed as far as xml is interested the order of attributes is not at all important but when it comes to string comparison as in junit tests it s causing false negatives i m not sure whether it s possible to enforce this kind of pretty printing with the current code afaict dictionaries are used to bundle attributes for a given element which does impose an ordering on keys but by accident thanks to implementation details a possible option could be comparing elements as elements trees rather than their string representations
1
70,778
7,200,525,973
IssuesEvent
2018-02-05 19:21:33
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed tests on master: testrace/TestReplicateQueueRebalance, testrace/TestReplicateQueueRebalance
Robot test-failure
The following tests appear to have failed: [#467222](https://teamcity.cockroachdb.com/viewLog.html?buildId=467222): ``` --- FAIL: testrace/TestReplicateQueueRebalance (0.000s) Test ended in panic. ------- Stdout: ------- W180104 21:33:11.411215 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:11.420931 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:11.421063 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:11.421146 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B I180104 21:33:11.478791 114977 server/node.go:361 [n?] **** cluster 2dfd9d74-4231-49d4-8527-c7688acbe6a9 has been created I180104 21:33:11.478973 114977 server/server.go:934 [n?] **** add additional nodes by specifying --join=127.0.0.1:43803 I180104 21:33:11.533651 114977 server/node.go:486 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=1, writes=0.00, bytesPerReplica={p10=3322.00 p25=3322.00 p50=3322.00 p75=3322.00 p90=3322.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00} I180104 21:33:11.534228 114977 server/node.go:339 [n1] node ID 1 initialized I180104 21:33:11.534675 114977 gossip/gossip.go:332 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:43803" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:11.535998 114977 storage/stores.go:331 [n1] read 0 node addresses from persistent storage I180104 21:33:11.537773 114977 server/node.go:627 [n1] connecting to gossip network to verify cluster ID... I180104 21:33:11.538174 114977 server/node.go:652 [n1] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:11.538678 114977 server/node.go:428 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes [] I180104 21:33:11.539772 114977 sql/distsql_physical_planner.go:122 [n1] creating DistSQLPlanner with address {tcp 127.0.0.1:43803} I180104 21:33:11.585732 114954 storage/replica_command.go:819 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2] I180104 21:33:11.628649 114977 server/server.go:1161 [n1] starting https server at 127.0.0.1:39731 I180104 21:33:11.641492 114977 server/server.go:1162 [n1] starting grpc/postgres server at 127.0.0.1:43803 I180104 21:33:11.641807 114977 server/server.go:1163 [n1] advertising CockroachDB node at 127.0.0.1:43803 W180104 21:33:11.642474 114977 sql/jobs/registry.go:222 [n1] unable to get node liveness: node not in the liveness table I180104 21:33:11.733382 114954 storage/replica_command.go:819 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3] I180104 21:33:11.997817 114954 storage/replica_command.go:819 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4] W180104 21:33:12.093271 115222 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=ec407e55 key=/Local/Range/System/NodeLiveness/RangeDescriptor rw=true pri=0.00680392 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101591.998083756,0 orig=1515101591.998083756,0 max=1515101591.998083756,0 wto=false rop=false seq=2 I180104 21:33:12.126117 114954 storage/replica_command.go:819 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5] I180104 21:33:12.138193 114977 sql/event_log.go:115 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]} W180104 21:33:12.245134 115258 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=286f2f94 key=/Local/Range/System/NodeLivenessMax/RangeDescriptor rw=true pri=0.03187731 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101592.126370790,0 orig=1515101592.126370790,0 max=1515101592.126370790,0 wto=false rop=false seq=2 I180104 21:33:12.269156 114954 storage/replica_command.go:819 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6] I180104 21:33:12.312353 114977 sql/lease.go:348 [n1] publish: descID=12 (eventlog) version=2 mtime=2018-01-04 21:33:12.309423918 +0000 UTC I180104 21:33:12.389351 114954 storage/replica_command.go:819 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7] I180104 21:33:12.536338 114954 storage/replica_command.go:819 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8] I180104 21:33:12.668245 114954 storage/replica_command.go:819 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9] I180104 21:33:12.776566 114977 sql/event_log.go:115 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node} I180104 21:33:12.878118 114954 storage/replica_command.go:819 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10] I180104 21:33:12.998181 114954 storage/replica_command.go:819 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11] I180104 21:33:13.120377 114977 sql/event_log.go:115 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:$1 User:node} W180104 21:33:13.146867 115327 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=3cbf7708 key=/Local/Range/Table/13/RangeDescriptor rw=true pri=0.11370606 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101592.998819869,0 orig=1515101592.998819869,0 max=1515101592.998819869,0 wto=false rop=false seq=3 I180104 21:33:13.186756 114954 storage/replica_command.go:819 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12] I180104 21:33:13.237579 114977 sql/event_log.go:115 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node} I180104 21:33:13.319012 114954 storage/replica_command.go:819 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13] I180104 21:33:13.534965 114954 storage/replica_command.go:819 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14] I180104 21:33:13.691387 114954 storage/replica_command.go:819 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15] I180104 21:33:13.809375 114977 sql/event_log.go:115 [n1] Event: "alter_table", target: 4, info: {TableName:users Statement:ALTER TABLE system.users ADD COLUMN IF NOT EXISTS "isRole" BOOL NOT NULL DEFAULT false User:node MutationID:1 CascadeDroppedViews:[]} W180104 21:33:13.826054 115313 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=3bb9df12 key=/Local/Range/Table/17/RangeDescriptor rw=true pri=0.01803101 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101593.691747781,0 orig=1515101593.691747781,0 max=1515101593.691747781,0 wto=false rop=false seq=3 I180104 21:33:13.881720 114954 storage/replica_command.go:819 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16] I180104 21:33:13.888695 114977 sql/lease.go:348 [n1] publish: descID=4 (users) version=2 mtime=2018-01-04 21:33:13.887078997 +0000 UTC I180104 21:33:13.959915 114954 storage/replica_command.go:819 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/20 [r17] I180104 21:33:13.996809 114977 sql/lease.go:348 [n1] publish: descID=4 (users) version=3 mtime=2018-01-04 21:33:13.994981392 +0000 UTC W180104 21:33:14.034803 115477 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=79b7145e key=/Local/Range/Table/19/RangeDescriptor rw=true pri=0.00851438 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101593.960223963,0 orig=1515101593.960223963,0 max=1515101593.960223963,0 wto=false rop=false seq=3 I180104 21:33:14.085092 114954 storage/replica_command.go:819 [split,n1,s1,r17/1:/{Table/20-Max}] initiating a split of this range at key /Table/21 [r18] I180104 21:33:14.150585 114977 sql/backfill.go:132 [n1] Running backfill for "users", v=3, m=1 I180104 21:33:14.178821 114954 storage/replica_command.go:819 [split,n1,s1,r18/1:/{Table/21-Max}] initiating a split of this range at key /Table/22 [r19] W180104 21:33:14.235076 115487 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=d30127c2 key=/Local/Range/Table/21/RangeDescriptor rw=true pri=0.06594779 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101594.179105629,0 orig=1515101594.179105629,0 max=1515101594.179105629,0 wto=false rop=false seq=3 I180104 21:33:14.288928 114954 storage/replica_command.go:819 [split,n1,s1,r19/1:/{Table/22-Max}] initiating a split of this range at key /Table/23 [r20] I180104 21:33:14.441559 114977 sql/lease.go:348 [n1] publish: descID=4 (users) version=4 mtime=2018-01-04 21:33:14.440126831 +0000 UTC I180104 21:33:14.530333 114977 sql/event_log.go:115 [n1] Event: "finish_schema_change", target: 4, info: {MutationID:1} I180104 21:33:14.568926 114977 sql/lease.go:274 publish (count leases): descID=4 name=users version=3 count=1 I180104 21:33:14.599590 114977 sql/lease.go:274 publish (count leases): descID=4 name=users version=3 count=1 I180104 21:33:14.973486 114977 server/server.go:1232 [n1] done ensuring all necessary migrations have run I180104 21:33:14.973826 114977 server/server.go:1235 [n1] serving sql connections I180104 21:33:15.018792 115574 sql/event_log.go:115 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:43803} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101591538309677 LastUp:1515101591538309677} W180104 21:33:15.092778 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:15.101798 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:15.101858 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:15.101919 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B W180104 21:33:15.102194 114977 gossip/gossip.go:1292 [n?] no incoming or outgoing connections I180104 21:33:15.102604 114977 server/server.go:936 [n?] no stores bootstrapped and --join flag specified, awaiting init command. I180104 21:33:15.202234 115422 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:43803 I180104 21:33:15.205470 115527 gossip/server.go:219 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:45437} I180104 21:33:15.222095 114977 storage/stores.go:331 [n?] read 0 node addresses from persistent storage I180104 21:33:15.222597 114977 storage/stores.go:350 [n?] wrote 1 node addresses to persistent storage I180104 21:33:15.222817 114977 server/node.go:627 [n?] connecting to gossip network to verify cluster ID... I180104 21:33:15.223053 114977 server/node.go:652 [n?] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:15.226397 115651 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.235279 115650 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.250712 114977 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.272775 114977 server/node.go:332 [n?] new node allocated ID 2 I180104 21:33:15.273665 114977 gossip/gossip.go:332 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:45437" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:15.274810 114977 server/node.go:414 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>] I180104 21:33:15.275494 114977 server/node.go:428 [n2] node=2: started with [] engine(s) and attributes [] I180104 21:33:15.289301 115655 storage/stores.go:350 [n1] wrote 1 node addresses to persistent storage I180104 21:33:15.291574 114977 sql/distsql_physical_planner.go:122 [n2] creating DistSQLPlanner with address {tcp 127.0.0.1:45437} I180104 21:33:15.323611 114977 server/server.go:1161 [n2] starting https server at 127.0.0.1:43391 I180104 21:33:15.323860 114977 server/server.go:1162 [n2] starting grpc/postgres server at 127.0.0.1:45437 I180104 21:33:15.323942 114977 server/server.go:1163 [n2] advertising CockroachDB node at 127.0.0.1:45437 I180104 21:33:15.331608 114977 server/server.go:1232 [n2] done ensuring all necessary migrations have run I180104 21:33:15.331845 114977 server/server.go:1235 [n2] serving sql connections I180104 21:33:15.420996 115623 server/node.go:608 [n2] bootstrapped store [n2,s2] I180104 21:33:15.483457 115778 sql/event_log.go:115 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:45437} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101595275161411 LastUp:1515101595275161411} W180104 21:33:15.524471 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:15.548566 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:15.548707 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:15.548919 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B W180104 21:33:15.549317 114977 gossip/gossip.go:1292 [n?] no incoming or outgoing connections I180104 21:33:15.561160 114977 server/server.go:936 [n?] no stores bootstrapped and --join flag specified, awaiting init command. I180104 21:33:15.697424 115567 gossip/server.go:219 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:40917} I180104 21:33:15.697937 115644 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:43803 I180104 21:33:15.712659 114977 storage/stores.go:331 [n?] read 0 node addresses from persistent storage I180104 21:33:15.713640 114977 storage/stores.go:350 [n?] wrote 2 node addresses to persistent storage I180104 21:33:15.713762 114977 server/node.go:627 [n?] connecting to gossip network to verify cluster ID... I180104 21:33:15.714094 114977 server/node.go:652 [n?] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:15.722619 115835 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.734977 115834 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.744425 114977 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.790440 114977 server/node.go:332 [n?] new node allocated ID 3 I180104 21:33:15.791313 114977 gossip/gossip.go:332 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:40917" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:15.792491 114977 server/node.go:414 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>] I180104 21:33:15.793228 114977 server/node.go:428 [n3] node=3: started with [] engine(s) and attributes [] I180104 21:33:15.794371 114977 sql/distsql_physical_planner.go:122 [n3] creating DistSQLPlanner with address {tcp 127.0.0.1:40917} I180104 21:33:15.820855 114977 server/server.go:1161 [n3] starting https server at 127.0.0.1:35441 I180104 21:33:15.821139 114977 server/server.go:1162 [n3] starting grpc/postgres server at 127.0.0.1:40917 I180104 21:33:15.821241 114977 server/server.go:1163 [n3] advertising CockroachDB node at 127.0.0.1:40917 I180104 21:33:15.827875 115840 storage/stores.go:350 [n1] wrote 2 node addresses to persistent storage I180104 21:33:15.835641 115841 storage/stores.go:350 [n2] wrote 2 node addresses to persistent storage I180104 21:33:15.844564 114977 server/server.go:1232 [n3] done ensuring all necessary migrations have run I180104 21:33:15.844904 114977 server/server.go:1235 [n3] serving sql connections I180104 21:33:15.901469 115865 server/node.go:608 [n3] bootstrapped store [n3,s3] I180104 21:33:15.917327 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot e4405a37 at index 25 I180104 21:33:16.016094 115910 sql/event_log.go:115 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:40917} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101595792802371 LastUp:1515101595792802371} W180104 21:33:16.043528 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:16.051937 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:16.052241 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:16.052346 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B W180104 21:33:16.052770 114977 gossip/gossip.go:1292 [n?] no incoming or outgoing connections I180104 21:33:16.053775 114977 server/server.go:936 [n?] no stores bootstrapped and --join flag specified, awaiting init command. I180104 21:33:16.085504 115220 storage/store.go:3567 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 20, log entries: 15, rate-limit: 8.0 MiB/sec, 14ms I180104 21:33:16.098213 116063 storage/replica_raftstorage.go:746 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 25 (id=e4405a37, encoded size=7921, 1 rocksdb batches, 15 log entries) I180104 21:33:16.106795 116063 storage/replica_raftstorage.go:752 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 8ms [clear=0ms batch=0ms entries=6ms commit=0ms] I180104 21:33:16.114940 115220 storage/replica_command.go:1741 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2] I180104 21:33:16.163212 115220 storage/replica.go:3192 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3 I180104 21:33:16.215012 116008 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:43803 I180104 21:33:16.219951 116137 gossip/server.go:219 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:44613} I180104 21:33:16.232105 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r19/1:/Table/2{2-3}] generated preemptive snapshot 7f24ff9a at index 15 I180104 21:33:16.243298 116041 storage/raft_transport.go:459 [n3] raft transport stream to node 1 established I180104 21:33:16.245221 114977 storage/stores.go:331 [n?] read 0 node addresses from persistent storage I180104 21:33:16.245790 114977 storage/stores.go:350 [n?] wrote 3 node addresses to persistent storage I180104 21:33:16.246039 114977 server/node.go:627 [n?] connecting to gossip network to verify cluster ID... I180104 21:33:16.246360 114977 server/node.go:652 [n?] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:16.261262 116159 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.275967 116158 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.294145 114977 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.321354 114977 server/node.go:332 [n?] new node allocated ID 4 I180104 21:33:16.322418 114977 gossip/gossip.go:332 [n4] NodeDescriptor set to node_id:4 address:<network_field:"tcp" address_field:"127.0.0.1:44613" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:16.325457 114977 server/node.go:414 [n4] node=4: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>] I180104 21:33:16.326138 114977 server/node.go:428 [n4] node=4: started with [] engine(s) and attributes [] I180104 21:33:16.327248 114977 sql/distsql_physical_planner.go:122 [n4] creating DistSQLPlanner with address {tcp 127.0.0.1:44613} I180104 21:33:16.339065 116144 storage/stores.go:350 [n1] wrote 3 node addresses to persistent storage I180104 21:33:16.353960 116161 storage/stores.go:350 [n2] wrote 3 node addresses to persistent storage I180104 21:33:16.361200 116145 storage/stores.go:350 [n3] wrote 3 node addresses to persistent storage I180104 21:33:16.390331 114977 server/server.go:1161 [n4] starting https server at 127.0.0.1:43541 I180104 21:33:16.390671 114977 server/server.go:1162 [n4] starting grpc/postgres server at 127.0.0.1:44613 I180104 21:33:16.390776 114977 server/server.go:1163 [n4] advertising CockroachDB node at 127.0.0.1:44613 I180104 21:33:16.422771 114977 server/server.go:1232 [n4] done ensuring all necessary migrations have run I180104 21:33:16.423498 114977 server/server.go:1235 [n4] serving sql connections I180104 21:33:16.432973 115220 storage/store.go:3567 [replicate,n1,s1,r19/1:/Table/2{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 5, rate-limit: 8.0 MiB/sec, 11ms I180104 21:33:16.439683 116231 storage/replica_raftstorage.go:746 [n2,s2,r19/?:{-}] applying preemptive snapshot at index 15 (id=7f24ff9a, encoded size=2413, 1 rocksdb batches, 5 log entries) I180104 21:33:16.445271 116231 storage/replica_raftstorage.go:752 [n2,s2,r19/?:/Table/2{2-3}] applied preemptive snapshot in 3ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:16.454764 116049 server/node.go:608 [n4] bootstrapped store [n4,s4] I180104 21:33:16.474844 115220 storage/replica_command.go:1741 [replicate,n1,s1,r19/1:/Table/2{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r19:/Table/2{2-3} [(n1,s1):1, next=2] W180104 21:33:16.596516 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:16.634090 115220 storage/replica.go:3192 [n1,s1,r19/1:/Table/2{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3 I180104 21:33:16.640891 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:16.641147 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:16.641207 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B W180104 21:33:16.641612 114977 gossip/gossip.go:1292 [n?] no incoming or outgoing connections I180104 21:33:16.653603 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 238e9e8c at index 17 I180104 21:33:16.658723 114977 server/server.go:936 [n?] no stores bootstrapped and --join flag specified, awaiting init command. I180104 21:33:16.666854 116326 sql/event_log.go:115 [n4] Event: "node_join", target: 4, info: {Descriptor:{NodeID:4 Address:{NetworkField:tcp AddressField:127.0.0.1:44613} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101596325763918 LastUp:1515101596325763918} I180104 21:33:16.708255 116392 storage/raft_transport.go:459 [n2] raft transport stream to node 1 established I180104 21:33:16.810442 114955 storage/store.go:3567 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n4,s4):?: kv pairs: 11, log entries: 7, rate-limit: 8.0 MiB/sec, 10ms I180104 21:33:16.813601 116398 storage/replica_raftstorage.go:746 [n4,s4,r15/?:{-}] applying preemptive snapshot at index 17 (id=238e9e8c, encoded size=2722, 1 rocksdb batches, 7 log entries) I180104 21:33:16.817588 116398 storage/replica_raftstorage.go:752 [n4,s4,r15/?:/Table/1{8-9}] applied preemptive snapshot in 4ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:16.823241 114955 storage/replica_command.go:1741 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2] I180104 21:33:16.831204 116419 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:43803 I180104 21:33:16.840978 116455 gossip/server.go:219 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:36989} I180104 21:33:16.869303 114977 storage/stores.go:331 [n?] read 0 node addresses from persistent storage I180104 21:33:16.872125 114977 storage/stores.go:350 [n?] wrote 3 node addresses to persistent storage I180104 21:33:16.872367 114977 server/node.go:627 [n?] connecting to gossip network to verify cluster ID... I180104 21:33:16.872692 114977 server/node.go:652 [n?] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:16.875913 116516 storage/stores.go:350 [n?] wrote 4 node addresses to persistent storage I180104 21:33:16.880836 114955 storage/replica.go:3192 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:16.884541 116551 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.904369 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 1f8d3ec7 at index 16 I180104 21:33:16.917625 116550 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.921298 116566 storage/raft_transport.go:459 [n4] raft transport stream to node 1 established I180104 21:33:16.921674 115220 storage/store.go:3567 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n4,s4):?: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 14ms I180104 21:33:16.925287 116541 storage/replica_raftstorage.go:746 [n4,s4,r11/?:{-}] applying preemptive snapshot at index 16 (id=1f8d3ec7, encoded size=2478, 1 rocksdb batches, 6 log entries) I180104 21:33:16.929234 116541 storage/replica_raftstorage.go:752 [n4,s4,r11/?:/Table/1{4-5}] applied preemptive snapshot in 4ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:16.937509 114977 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.957662 114977 server/node.go:332 [n?] new node allocated ID 5 I180104 21:33:16.961464 114977 gossip/gossip.go:332 [n5] NodeDescriptor set to node_id:5 address:<network_field:"tcp" address_field:"127.0.0.1:36989" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:16.963643 114977 server/node.go:414 [n5] node=5: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>] I180104 21:33:16.965140 114977 server/node.go:428 [n5] node=5: started with [] engine(s) and attributes [] I180104 21:33:16.971138 114977 sql/distsql_physical_planner.go:122 [n5] creating DistSQLPlanner with address {tcp 127.0.0.1:36989} I180104 21:33:16.958452 115220 storage/replica_command.go:1741 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2] I180104 21:33:16.973358 116455 gossip/server.go:269 [n1] refusing gossip from node 5 (max 3 conns); forwarding to 2 ({tcp 127.0.0.1:45437}) I180104 21:33:16.997583 116419 gossip/client.go:134 [n5] closing client to node 1 (127.0.0.1:43803): received forward from node 1 to 2 (127.0.0.1:45437) I180104 21:33:16.997637 116579 storage/stores.go:350 [n1] wrote 4 node addresses to persistent storage I180104 21:33:17.003596 116627 storage/stores.go:350 [n4] wrote 4 node addresses to persistent storage I180104 21:33:17.009560 116176 gossip/gossip.go:1306 [n5] node has connected to cluster via gossip I180104 21:33:17.017662 116176 storage/stores.go:350 [n5] wrote 4 node addresses to persistent storage I180104 21:33:17.019081 114977 server/server.go:1161 [n5] starting https server at 127.0.0.1:38445 I180104 21:33:17.019237 114977 server/server.go:1162 [n5] starting grpc/postgres server at 127.0.0.1:36989 I180104 21:33:17.019323 114977 server/server.go:1163 [n5] advertising CockroachDB node at 127.0.0.1:36989 W180104 21:33:17.019676 114977 sql/jobs/registry.go:222 [n5] unable to get node liveness: node not in the liveness table I180104 21:33:17.025718 116642 storage/stores.go:350 [n2] wrote 4 node addresses to persistent storage I180104 21:33:17.037068 116635 storage/stores.go:350 [n3] wrote 4 node addresses to persistent storage I180104 21:33:17.093067 114977 server/server.go:1232 [n5] done ensuring all necessary migrations have run I180104 21:33:17.093426 114977 server/server.go:1235 [n5] serving sql connections I180104 21:33:17.102112 116465 server/node.go:608 [n5] bootstrapped store [n5,s5] I180104 21:33:17.148924 115220 storage/replica.go:3192 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:17.191842 116616 gossip/client.go:129 [n5] started gossip client to 127.0.0.1:45437 I180104 21:33:17.198860 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 85248035 at index 25 I180104 21:33:17.278540 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.289792 115220 storage/store.go:3567 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 1213, log entries: 2, rate-limit: 8.0 MiB/sec, 89ms I180104 21:33:17.306916 116819 storage/replica_raftstorage.go:746 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 25 (id=85248035, encoded size=153075, 1 rocksdb batches, 2 log entries) I180104 21:33:17.309765 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.329100 116744 sql/event_log.go:115 [n5] Event: "node_join", target: 5, info: {Descriptor:{NodeID:5 Address:{NetworkField:tcp AddressField:127.0.0.1:36989} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101596964751751 LastUp:1515101596964751751} I180104 21:33:17.329424 116819 storage/replica_raftstorage.go:752 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 21ms [clear=0ms batch=0ms entries=17ms commit=2ms] I180104 21:33:17.363891 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.366322 115220 storage/replica_command.go:1741 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2] I180104 21:33:17.427704 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.451157 115220 storage/replica.go:3192 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3 I180104 21:33:17.475764 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 6f0c81df at index 27 I180104 21:33:17.511561 114955 storage/store.go:3567 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 16, log entries: 17, rate-limit: 8.0 MiB/sec, 33ms I180104 21:33:17.514818 116930 storage/replica_raftstorage.go:746 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 27 (id=6f0c81df, encoded size=7927, 1 rocksdb batches, 17 log entries) I180104 21:33:17.526074 116930 storage/replica_raftstorage.go:752 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 11ms [clear=0ms batch=0ms entries=9ms commit=0ms] I180104 21:33:17.536496 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.553246 114955 storage/replica_command.go:1741 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2] I180104 21:33:17.599818 114955 storage/replica.go:3192 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3 I180104 21:33:17.607573 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot a7e20834 at index 37 I180104 21:33:17.649840 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.770056 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.821749 115220 storage/store.go:3567 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n5,s5):?: kv pairs: 66, log entries: 27, rate-limit: 8.0 MiB/sec, 7ms I180104 21:33:17.825530 116849 storage/replica_raftstorage.go:746 [n5,s5,r9/?:{-}] applying preemptive snapshot at index 37 (id=a7e20834, encoded size=25375, 1 rocksdb batches, 27 log entries) I180104 21:33:17.837006 116849 storage/replica_raftstorage.go:752 [n5,s5,r9/?:/Table/1{2-3}] applied preemptive snapshot in 11ms [clear=0ms batch=0ms entries=9ms commit=1ms] I180104 21:33:17.877507 115220 storage/replica_command.go:1741 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n5,s5):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2] I180104 21:33:17.884779 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.919342 115220 storage/replica.go:3192 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n5,s5):2): updated=[(n1,s1):1 (n5,s5):2] next=3 I180104 21:33:17.929452 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 07baa9d8 at index 61 I180104 21:33:17.956518 117009 storage/raft_transport.go:459 [n5] raft transport stream to node 1 established I180104 21:33:17.967743 115220 storage/store.go:3567 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n4,s4):?: kv pairs: 82, log entries: 51, rate-limit: 8.0 MiB/sec, 22ms I180104 21:33:17.985637 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.995970 117024 storage/replica_raftstorage.go:746 [n4,s4,r7/?:{-}] applying preemptive snapshot at index 61 (id=07baa9d8, encoded size=45029, 1 rocksdb batches, 51 log entries) I180104 21:33:18.027230 117024 storage/replica_raftstorage.go:752 [n4,s4,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 25ms [clear=0ms batch=0ms entries=23ms commit=1ms] I180104 21:33:18.033546 115220 storage/replica_command.go:1741 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2] I180104 21:33:18.080913 115220 storage/replica.go:3192 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:18.095377 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot cf538414 at index 17 I180104 21:33:18.095500 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.111599 114955 storage/store.go:3567 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n4,s4):?: kv pairs: 11, log entries: 7, rate-limit: 8.0 MiB/sec, 15ms I180104 21:33:18.114746 117088 storage/replica_raftstorage.go:746 [n4,s4,r14/?:{-}] applying preemptive snapshot at index 17 (id=cf538414, encoded size=2722, 1 rocksdb batches, 7 log entries) I180104 21:33:18.120854 117088 storage/replica_raftstorage.go:752 [n4,s4,r14/?:/Table/1{7-8}] applied preemptive snapshot in 6ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:18.126322 114955 storage/replica_command.go:1741 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2] I180104 21:33:18.168278 114955 storage/replica.go:3192 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:18.176153 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 439e452f at index 22 I180104 21:33:18.184315 115220 storage/store.go:3567 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n5,s5):?: kv pairs: 12, log entries: 12, rate-limit: 8.0 MiB/sec, 7ms I180104 21:33:18.187686 117189 storage/replica_raftstorage.go:746 [n5,s5,r6/?:{-}] applying preemptive snapshot at index 22 (id=439e452f, encoded size=5466, 1 rocksdb batches, 12 log entries) I180104 21:33:18.193715 117189 storage/replica_raftstorage.go:752 [n5,s5,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 6ms [clear=0ms batch=0ms entries=5ms commit=0ms] I180104 21:33:18.202471 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.204220 115220 storage/replica_command.go:1741 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n5,s5):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2] I180104 21:33:18.262034 115220 storage/replica.go:3192 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n5,s5):2): updated=[(n1,s1):1 (n5,s5):2] next=3 I180104 21:33:18.270367 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot d1c82f0d at index 55 I180104 21:33:18.285106 115220 storage/store.go:3567 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n5,s5):?: kv pairs: 180, log entries: 45, rate-limit: 8.0 MiB/sec, 13ms I180104 21:33:18.289437 117218 storage/replica_raftstorage.go:746 [n5,s5,r10/?:{-}] applying preemptive snapshot at index 55 (id=d1c82f0d, encoded size=56008, 1 rocksdb batches, 45 log entries) I180104 21:33:18.306632 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.330683 117218 storage/replica_raftstorage.go:752 [n5,s5,r10/?:/Table/1{3-4}] applied preemptive snapshot in 41ms [clear=0ms batch=0ms entries=36ms commit=1ms] I180104 21:33:18.337863 115220 storage/replica_command.go:1741 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n5,s5):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2] I180104 21:33:18.421633 115220 storage/replica.go:3192 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n5,s5):2): updated=[(n1,s1):1 (n5,s5):2] next=3 I180104 21:33:18.429621 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 1fe6affd at index 88 I180104 21:33:18.439292 114955 storage/store.go:3567 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 63, log entries: 78, rate-limit: 8.0 MiB/sec, 8ms I180104 21:33:18.447763 117255 storage/replica_raftstorage.go:746 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 88 (id=1fe6affd, encoded size=19746, 1 rocksdb batches, 78 log entries) I180104 21:33:18.452532 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.496596 117255 storage/replica_raftstorage.go:752 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 47ms [clear=0ms batch=0ms entries=45ms commit=1ms] I180104 21:33:18.502136 114955 storage/replica_command.go:1741 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2] I180104 21:33:18.561977 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.619933 114955 storage/replica.go:3192 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3 I180104 21:33:18.647651 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 8bb497d8 at index 20 I180104 21:33:18.655182 115220 storage/store.go:3567 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 10, rate-limit: 8.0 MiB/sec, 6ms I180104 21:33:18.662772 117308 storage/replica_raftstorage.go:746 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 20 (id=8bb497d8, encoded size=3786, 1 rocksdb batches, 10 log entries) I180104 21:33:18.670374 117308 storage/replica_raftstorage.go:752 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 7ms [clear=0ms batch=0ms entries=6ms commit=0ms] I180104 21:33:18.677070 115220 storage/replica_command.go:1741 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n4,s4):2, next=3] I180104 21:33:18.703096 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.775056 115220 storage/replica.go:3192 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n4,s4):2 (n3,s3):3] next=4 I180104 21:33:18.808549 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 8dd976d6 at index 18 I180104 21:33:18.812639 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:18.843454 115220 storage/store.go:3567 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n4,s4):?: kv pairs: 11, log entries: 8, rate-limit: 8.0 MiB/sec, 34ms I180104 21:33:18.846027 117398 storage/replica_raftstorage.go:746 [n4,s4,r13/?:{-}] applying preemptive snapshot at index 18 (id=8dd976d6, encoded size=2791, 1 rocksdb batches, 8 log entries) I180104 21:33:18.850779 117398 storage/replica_raftstorage.go:752 [n4,s4,r13/?:/Table/1{6-7}] applied preemptive snapshot in 4ms [clear=0ms batch=0ms entries=3ms commit=0ms] I180104 21:33:18.857183 115220 storage/replica_command.go:1741 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2] I180104 21:33:18.938777 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:18.946550 115220 storage/replica.go:3192 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:18.968254 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 47673243 at index 28 I180104 21:33:18.982400 114955 storage/store.go:3567 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 14, log entries: 18, rate-limit: 8.0 MiB/sec, 13ms I180104 21:33:18.985315 117446 storage/replica_raftstorage.go:746 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 28 (id=47673243, encoded size=7587, 1 rocksdb batches, 18 log entries) I180104 21:33:18.994710 117446 storage/replica_raftstorage.go:752 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 8ms [clear=0ms batch=0ms entries=7ms commit=0ms] I180104 21:33:19.012633 114955 storage/replica_command.go:1741 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2] I180104 21:33:19.054486 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.150657 114955 storage/replica.go:3192 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3 I180104 21:33:19.201643 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot f77e3914 at index 23 I180104 21:33:19.215887 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.222254 115220 storage/store.go:3567 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 12ms I180104 21:33:19.231433 117517 storage/replica_raftstorage.go:746 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 23 (id=f77e3914, encoded size=50928, 1 rocksdb batches, 6 log entries) I180104 21:33:19.256473 117517 storage/replica_raftstorage.go:752 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 25ms [clear=0ms batch=0ms entries=23ms commit=1ms] I180104 21:33:19.279341 115220 storage/replica_command.go:1741 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2] I180104 21:33:19.316514 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.406240 115220 storage/replica.go:3192 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3 I180104 21:33:19.419233 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 71d2fbe0 at index 21 I180104 21:33:19.434234 114955 storage/store.go:3567 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n5,s5):?: kv pairs: 12, log entries: 11, rate-limit: 8.0 MiB/sec, 14ms I180104 21:33:19.437083 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.448593 117606 storage/replica_raftstorage.go:746 [n5,s5,r13/?:{-}] applying preemptive snapshot at index 21 (id=71d2fbe0, encoded size=3855, 1 rocksdb batches, 11 log entries) I180104 21:33:19.454432 117606 storage/replica_raftstorage.go:752 [n5,s5,r13/?:/Table/1{6-7}] applied preemptive snapshot in 5ms [clear=0ms batch=0ms entries=4ms commit=0ms] I180104 21:33:19.460683 114955 storage/replica_command.go:1741 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n5,s5):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n4,s4):2, next=3] I180104 21:33:19.527540 114955 storage/replica.go:3192 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n5,s5):3): updated=[(n1,s1):1 (n4,s4):2 (n5,s5):3] next=4 I180104 21:33:19.551679 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r20/1:/{Table/23-Max}] generated preemptive snapshot 5ba43e09 at index 14 I180104 21:33:19.557392 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.560515 115220 storage/store.go:3567 [replicate,n1,s1,r20/1:/{Table/23-Max}] streamed snapshot to (n3,s3):?: kv pairs: 14, log entries: 4, rate-limit: 8.0 MiB/sec, 8ms I180104 21:33:19.601332 117565 storage/replica_raftstorage.go:746 [n3,s3,r20/?:{-}] applying preemptive snapshot at index 14 (id=5ba43e09, encoded size=1261, 1 rocksdb batches, 4 log entries) I180104 21:33:19.625402 117565 storage/replica_raftstorage.go:752 [n3,s3,r20/?:/{Table/23-Max}] applied preemptive snapshot in 24ms [clear=0ms batch=0ms entries=5ms commit=17ms] I180104 21:33:19.645199 115220 storage/replica_command.go:1741 [replicate,n1,s1,r20/1:/{Table/23-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r20:/{Table/23-Max} [(n1,s1):1, next=2] I180104 21:33:19.719138 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 18 underreplicated ranges I180104 21:33:19.745550 115220 storage/replica.go:3192 [n1,s1,r20/1:/{Table/23-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3 I180104 21:33:19.761425 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 471bd1a5 at index 64 I180104 21:33:19.771596 114955 storage/store.go:3567 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 83, log entries: 54, rate-limit: 8.0 MiB/sec, 9ms I180104 21:33:19.808967 117702 storage/replica_raftstorage.go:746 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 64 (id=471bd1a5, encoded size=46097, 1 rocksdb batches, 54 log entries) I180104 21:33:19.839932 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 18 underreplicated ranges I180104 21:33:19.899831 117702 storage/replica_raftstorage.go:752 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 82ms [clear=0ms batch=0ms entries=80ms commit=1ms] I180104 21:33:19.913751 114955 storage/replica_command.go:1741 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n4,s4):2, next=3] I180104 21:33:19.968448 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 18 underreplicated ranges I180104 21:33:19.983933 114955 storage/replica.go:3192 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n4,s4):2 (n2,s2):3] next=4 I180104 21:33:20.013451 115147 storage/replica_proposal.go:196 [n1,s1,r4/1:/System/{NodeLive…-tsd}] new range lease repl=(n1,s1):1 seq=2 start=0.000000000,0 epo=1 pro=1515101600.007832830,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.023396 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 407bc996 at index 62 I180104 21:33:20.027530 115152 storage/replica_proposal.go:196 [n1,s1,r10/1:/Table/1{3-4}] new range lease repl=(n1,s1):1 seq=2 start=0.000000000,0 epo=1 pro=1515101600.015680085,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.033229 115220 storage/store.go:3567 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n5,s5):?: kv pairs: 52, log entries: 11, rate-limit: 8.0 MiB/sec, 9ms I180104 21:33:20.045783 117727 storage/replica_raftstorage.go:746 [n5,s5,r4/?:{-}] applying preemptive snapshot at index 62 (id=407bc996, encoded size=155669, 1 rocksdb batches, 11 log entries) I180104 21:33:20.079720 115103 storage/replica_proposal.go:196 [n1,s1,r7/1:/Table/{SystemCon…-11}] new range lease repl=(n1,s1):1 seq=2 start=0.000000000,0 epo=1 pro=1515101600.054010379,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.096269 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 17 underreplicated ranges I180104 21:33:20.102837 117727 storage/replica_raftstorage.go:752 [n5,s5,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 57ms [clear=0ms batch=1ms entries=36ms commit=1ms] I180104 21:33:20.111267 115220 storage/replica_command.go:1741 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n5,s5):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2] I180104 21:33:20.179074 115220 storage/replica.go:3192 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n5,s5):2): updated=[(n1,s1):1 (n5,s5):2] next=3 I180104 21:33:20.187811 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 93bd3d91 at index 31 I180104 21:33:20.215556 115220 storage/store.go:3567 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n4,s4):?: kv pairs: 18, log entries: 21, rate-limit: 8.0 MiB/sec, 26ms I180104 21:33:20.230652 117679 storage/replica_raftstorage.go:746 [n4,s4,r3/?:{-}] applying preemptive snapshot at index 31 (id=93bd3d91, encoded size=9446, 1 rocksdb batches, 21 log entries) I180104 21:33:20.236319 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 17 underreplicated ranges I180104 21:33:20.247764 117679 storage/replica_raftstorage.go:752 [n4,s4,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 17ms [clear=8ms batch=0ms entries=7ms commit=1ms] I180104 21:33:20.267296 115220 storage/replica_command.go:1741 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n4,s4):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n2,s2):2, next=3] I180104 21:33:20.353736 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 17 underreplicated ranges I180104 21:33:20.357127 117892 storage/replica.go:3192 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n4,s4):3): updated=[(n1,s1):1 (n2,s2):2 (n4,s4):3] next=4 I180104 21:33:20.411788 115152 storage/replica_proposal.go:196 [n1,s1,r20/1:/{Table/23-Max}] new range lease repl=(n1,s1):1 seq=2 start=0.000000000,0 epo=1 pro=1515101600.387486895,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.415825 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r20/1:/{Table/23-Max}] generated preemptive snapshot 58134148 at index 18 I180104 21:33:20.431953 114955 storage/store.go:3567 [replicate,n1,s1,r20/1:/{Table/23-Max}] streamed snapshot to (n2,s2):?: kv pairs: 15, log entries: 8, rate-limit: 8.0 MiB/sec, 6ms I180104 21:33:20.435598 117926 storage/replica_raftstorage.go:746 [n2,s2,r20/?:{-}] applying preemptive snapshot at index 18 (id=58134148, encoded size=2476, 1 rocksdb batches, 8 log entries) I180104 21:33:20.439474 117926 storage/replica_raftstorage.go:752 [n2,s2,r20/?:/{Table/23-Max}] applied preemptive snapshot in 4ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:20.444729 114955 storage/replica_command.go:1741 [replicate,n1,s1,r20/1:/{Table/23-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r20:/{Table/23-Max} [(n1,s1):1, (n3,s3):2, next=3] I180104 21:33:20.488716 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 16 underreplicated ranges I180104 21:33:20.530163 114955 storage/replica.go:3192 [n1,s1,r20/1:/{Table/23-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4 I180104 21:33:20.534230 116246 storage/replica_proposal.go:196 [n4,s4,r14/2:/Table/1{7-8}] new range lease repl=(n4,s4):2 seq=2 start=1515101600.502597858,1 epo=1 pro=1515101600.512322136,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.544870 116696 storage/replica_proposal.go:196 [n5,s5,r13/3:/Table/1{6-7}] new range lease repl=(n5,s5):3 seq=2 start=1515101600.502597858,1 epo=1 pro=1515101600.518856849,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.561202 116736 storage/replica_raftstorage.go:540 [replicate,n5,s5,r13/3:/Table/1{6-7}] generated preemptive snapshot c420d56e at index 25 I180104 21:33:20.564437 116317 storage/replica_raftstorage.go:540 [replicate,n4,s4,r14/2:/Table/1{7-8}] generated preemptive snapshot 64e2e841 at index 21 I180104 21:33:20.568396 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot c53f42f3 at index 111 I180104 21:33:20.609792 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 14 underreplicated ranges I180104 21:33:20.647579 115916 storage/replica_proposal.go:196 [n3,s3,r12/2:/Table/1{5-6}] new range lease repl=(n3,s3):2 seq=2 start=1515101600.502597858,1 epo=1 pro=1515101600.559024980,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.655133 115612 storage/replica_raftstorage.go:540 [replicate,n3,s3,r12/2:/Table/1{5-6}] generated preemptive snapshot 0bb4c5a4 at index 32 I180104 21:33:20.676313 115220 storage/store.go:3567 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n5,s5):?: kv pairs: 76, log entries: 101, rate-limit: 8.0 MiB/sec, 77ms I180104 21:33:20.683381 117962 storage/replica_raftstorage.go:746 [n5,s5,r1/?:{-}] applying preemptive snapshot at index 111 (id=c53f42f3, encoded size=25230, 1 rocksdb batches, 101 log entries) I180104 21:33:20.755857 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 13 underreplicated ranges I180104 21:33:20.761426 117962 storage/replica_raftstorage.go:752 [n5,s5,r1/?:/{Min-System/}] applied preemptive snapshot in 78ms [clear=0ms batch=14ms entries=59ms commit=4ms] I180104 21:33:20.790872 115220 storage/replica_command.go:1741 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n5,s5):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n2,s2):2, next=3] I180104 21:33:20.873143 116317 storage/store.go:3567 [replicate,n4,s4,r14/2:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 11, rate-limit: 8.0 MiB/sec, 17ms I180104 21:33:20.878506 118123 storage/replica_raftstorage.go:746 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 21 (id=64e2e841, encoded size=3971, 1 rocksdb batches, 11 log entries) I180104 21:33:20.883686 118123 storage/replica_raftstorage.go:752 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 5ms [clear=0ms batch=0ms entries=3ms commit=0ms] I180104 21:33:20.884277 117959 storage/raft_transport.go:459 [n5] raft transport stream to node 4 established I180104 21:33:20.888364 116736 storage/store.go:3567 [replicate,n5,s5,r13/3:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 13, log entries: 15, rate-limit: 2.0 MiB/sec, 14ms I180104 21:33:20.891559 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 13 underreplicated ranges I180104 21:33:20.896800 118097 storage/replica_raftstorage.go:746 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 25 (id=c420d56e, encoded size=5136, 1 rocksdb batches, 15 log entries) I180104 21:33:20.902593 118097 storage/replica_raftstorage.go:752 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 5ms [clear=0ms batch=0ms entries=4ms commit=0ms] I180104 21:33:20.967531 118183 storage/replica.go:3192 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n5,s5):3): updated=[(n1,s1):1 (n2,s2):2 (n5,s5):3] next=4 I180104 21:33:20.970276 116736 storage/replica_command.go:1741 [replicate,n5,s5,r13/3:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):4): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n4,s4):2, (n5,s5):3, next=4] I180104 21:33:20.976355 115612 storage/store.go:3567 [replicate,n3,s3,r12/2:/Table/1{5-6}] streamed snapshot to (n5,s5):?: kv pairs: 22, log entries: 22, rate-limit: 8.0 MiB/sec, 18ms I180104 21:33:20.985009 116317 storage/replica_command.go:1741 [replicate,n4,s4,r14/2:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n4,s4):2, next=3] I180104 21:33:20.990165 118161 storage/replica_raftstorage.go:746 [n5,s5,r12/?:{-}] applying preemptive snapshot at index 32 (id=0bb4c5a4, encoded size=9552, 1 rocksdb batches, 22 log entries) I180104 21:33:21.044824 118161 storage/replica_raftstorage.go:752 [n5,s5,r12/?:/Table/1{5-6}] applied preemptive snapshot in 54ms [clear=0ms batch=0ms entries=30ms commit=0ms] I18 ``` Please assign, take a look and update the issue accordingly.
1.0
teamcity: failed tests on master: testrace/TestReplicateQueueRebalance, testrace/TestReplicateQueueRebalance - The following tests appear to have failed: [#467222](https://teamcity.cockroachdb.com/viewLog.html?buildId=467222): ``` --- FAIL: testrace/TestReplicateQueueRebalance (0.000s) Test ended in panic. ------- Stdout: ------- W180104 21:33:11.411215 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:11.420931 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:11.421063 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:11.421146 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B I180104 21:33:11.478791 114977 server/node.go:361 [n?] **** cluster 2dfd9d74-4231-49d4-8527-c7688acbe6a9 has been created I180104 21:33:11.478973 114977 server/server.go:934 [n?] **** add additional nodes by specifying --join=127.0.0.1:43803 I180104 21:33:11.533651 114977 server/node.go:486 [n1] initialized store [n1,s1]: disk (capacity=512 MiB, available=512 MiB, used=0 B, logicalBytes=3.2 KiB), ranges=1, leases=1, writes=0.00, bytesPerReplica={p10=3322.00 p25=3322.00 p50=3322.00 p75=3322.00 p90=3322.00}, writesPerReplica={p10=0.00 p25=0.00 p50=0.00 p75=0.00 p90=0.00} I180104 21:33:11.534228 114977 server/node.go:339 [n1] node ID 1 initialized I180104 21:33:11.534675 114977 gossip/gossip.go:332 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:43803" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:11.535998 114977 storage/stores.go:331 [n1] read 0 node addresses from persistent storage I180104 21:33:11.537773 114977 server/node.go:627 [n1] connecting to gossip network to verify cluster ID... I180104 21:33:11.538174 114977 server/node.go:652 [n1] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:11.538678 114977 server/node.go:428 [n1] node=1: started with [<no-attributes>=<in-mem>] engine(s) and attributes [] I180104 21:33:11.539772 114977 sql/distsql_physical_planner.go:122 [n1] creating DistSQLPlanner with address {tcp 127.0.0.1:43803} I180104 21:33:11.585732 114954 storage/replica_command.go:819 [split,n1,s1,r1/1:/M{in-ax}] initiating a split of this range at key /System/"" [r2] I180104 21:33:11.628649 114977 server/server.go:1161 [n1] starting https server at 127.0.0.1:39731 I180104 21:33:11.641492 114977 server/server.go:1162 [n1] starting grpc/postgres server at 127.0.0.1:43803 I180104 21:33:11.641807 114977 server/server.go:1163 [n1] advertising CockroachDB node at 127.0.0.1:43803 W180104 21:33:11.642474 114977 sql/jobs/registry.go:222 [n1] unable to get node liveness: node not in the liveness table I180104 21:33:11.733382 114954 storage/replica_command.go:819 [split,n1,s1,r2/1:/{System/-Max}] initiating a split of this range at key /System/NodeLiveness [r3] I180104 21:33:11.997817 114954 storage/replica_command.go:819 [split,n1,s1,r3/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/NodeLivenessMax [r4] W180104 21:33:12.093271 115222 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=ec407e55 key=/Local/Range/System/NodeLiveness/RangeDescriptor rw=true pri=0.00680392 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101591.998083756,0 orig=1515101591.998083756,0 max=1515101591.998083756,0 wto=false rop=false seq=2 I180104 21:33:12.126117 114954 storage/replica_command.go:819 [split,n1,s1,r4/1:/{System/NodeL…-Max}] initiating a split of this range at key /System/tsd [r5] I180104 21:33:12.138193 114977 sql/event_log.go:115 [n1] Event: "alter_table", target: 12, info: {TableName:eventlog Statement:ALTER TABLE system.eventlog ALTER COLUMN "uniqueID" SET DEFAULT uuid_v4() User:node MutationID:0 CascadeDroppedViews:[]} W180104 21:33:12.245134 115258 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=286f2f94 key=/Local/Range/System/NodeLivenessMax/RangeDescriptor rw=true pri=0.03187731 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101592.126370790,0 orig=1515101592.126370790,0 max=1515101592.126370790,0 wto=false rop=false seq=2 I180104 21:33:12.269156 114954 storage/replica_command.go:819 [split,n1,s1,r5/1:/{System/tsd-Max}] initiating a split of this range at key /System/"tse" [r6] I180104 21:33:12.312353 114977 sql/lease.go:348 [n1] publish: descID=12 (eventlog) version=2 mtime=2018-01-04 21:33:12.309423918 +0000 UTC I180104 21:33:12.389351 114954 storage/replica_command.go:819 [split,n1,s1,r6/1:/{System/tse-Max}] initiating a split of this range at key /Table/SystemConfigSpan/Start [r7] I180104 21:33:12.536338 114954 storage/replica_command.go:819 [split,n1,s1,r7/1:/{Table/System…-Max}] initiating a split of this range at key /Table/11 [r8] I180104 21:33:12.668245 114954 storage/replica_command.go:819 [split,n1,s1,r8/1:/{Table/11-Max}] initiating a split of this range at key /Table/12 [r9] I180104 21:33:12.776566 114977 sql/event_log.go:115 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:node} I180104 21:33:12.878118 114954 storage/replica_command.go:819 [split,n1,s1,r9/1:/{Table/12-Max}] initiating a split of this range at key /Table/13 [r10] I180104 21:33:12.998181 114954 storage/replica_command.go:819 [split,n1,s1,r10/1:/{Table/13-Max}] initiating a split of this range at key /Table/14 [r11] I180104 21:33:13.120377 114977 sql/event_log.go:115 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:$1 User:node} W180104 21:33:13.146867 115327 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=3cbf7708 key=/Local/Range/Table/13/RangeDescriptor rw=true pri=0.11370606 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101592.998819869,0 orig=1515101592.998819869,0 max=1515101592.998819869,0 wto=false rop=false seq=3 I180104 21:33:13.186756 114954 storage/replica_command.go:819 [split,n1,s1,r11/1:/{Table/14-Max}] initiating a split of this range at key /Table/15 [r12] I180104 21:33:13.237579 114977 sql/event_log.go:115 [n1] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:node} I180104 21:33:13.319012 114954 storage/replica_command.go:819 [split,n1,s1,r12/1:/{Table/15-Max}] initiating a split of this range at key /Table/16 [r13] I180104 21:33:13.534965 114954 storage/replica_command.go:819 [split,n1,s1,r13/1:/{Table/16-Max}] initiating a split of this range at key /Table/17 [r14] I180104 21:33:13.691387 114954 storage/replica_command.go:819 [split,n1,s1,r14/1:/{Table/17-Max}] initiating a split of this range at key /Table/18 [r15] I180104 21:33:13.809375 114977 sql/event_log.go:115 [n1] Event: "alter_table", target: 4, info: {TableName:users Statement:ALTER TABLE system.users ADD COLUMN IF NOT EXISTS "isRole" BOOL NOT NULL DEFAULT false User:node MutationID:1 CascadeDroppedViews:[]} W180104 21:33:13.826054 115313 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=3bb9df12 key=/Local/Range/Table/17/RangeDescriptor rw=true pri=0.01803101 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101593.691747781,0 orig=1515101593.691747781,0 max=1515101593.691747781,0 wto=false rop=false seq=3 I180104 21:33:13.881720 114954 storage/replica_command.go:819 [split,n1,s1,r15/1:/{Table/18-Max}] initiating a split of this range at key /Table/19 [r16] I180104 21:33:13.888695 114977 sql/lease.go:348 [n1] publish: descID=4 (users) version=2 mtime=2018-01-04 21:33:13.887078997 +0000 UTC I180104 21:33:13.959915 114954 storage/replica_command.go:819 [split,n1,s1,r16/1:/{Table/19-Max}] initiating a split of this range at key /Table/20 [r17] I180104 21:33:13.996809 114977 sql/lease.go:348 [n1] publish: descID=4 (users) version=3 mtime=2018-01-04 21:33:13.994981392 +0000 UTC W180104 21:33:14.034803 115477 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=79b7145e key=/Local/Range/Table/19/RangeDescriptor rw=true pri=0.00851438 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101593.960223963,0 orig=1515101593.960223963,0 max=1515101593.960223963,0 wto=false rop=false seq=3 I180104 21:33:14.085092 114954 storage/replica_command.go:819 [split,n1,s1,r17/1:/{Table/20-Max}] initiating a split of this range at key /Table/21 [r18] I180104 21:33:14.150585 114977 sql/backfill.go:132 [n1] Running backfill for "users", v=3, m=1 I180104 21:33:14.178821 114954 storage/replica_command.go:819 [split,n1,s1,r18/1:/{Table/21-Max}] initiating a split of this range at key /Table/22 [r19] W180104 21:33:14.235076 115487 storage/intent_resolver.go:324 [n1,s1] failed to push during intent resolution: failed to push "split" id=d30127c2 key=/Local/Range/Table/21/RangeDescriptor rw=true pri=0.06594779 iso=SERIALIZABLE stat=PENDING epo=0 ts=1515101594.179105629,0 orig=1515101594.179105629,0 max=1515101594.179105629,0 wto=false rop=false seq=3 I180104 21:33:14.288928 114954 storage/replica_command.go:819 [split,n1,s1,r19/1:/{Table/22-Max}] initiating a split of this range at key /Table/23 [r20] I180104 21:33:14.441559 114977 sql/lease.go:348 [n1] publish: descID=4 (users) version=4 mtime=2018-01-04 21:33:14.440126831 +0000 UTC I180104 21:33:14.530333 114977 sql/event_log.go:115 [n1] Event: "finish_schema_change", target: 4, info: {MutationID:1} I180104 21:33:14.568926 114977 sql/lease.go:274 publish (count leases): descID=4 name=users version=3 count=1 I180104 21:33:14.599590 114977 sql/lease.go:274 publish (count leases): descID=4 name=users version=3 count=1 I180104 21:33:14.973486 114977 server/server.go:1232 [n1] done ensuring all necessary migrations have run I180104 21:33:14.973826 114977 server/server.go:1235 [n1] serving sql connections I180104 21:33:15.018792 115574 sql/event_log.go:115 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:43803} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101591538309677 LastUp:1515101591538309677} W180104 21:33:15.092778 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:15.101798 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:15.101858 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:15.101919 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B W180104 21:33:15.102194 114977 gossip/gossip.go:1292 [n?] no incoming or outgoing connections I180104 21:33:15.102604 114977 server/server.go:936 [n?] no stores bootstrapped and --join flag specified, awaiting init command. I180104 21:33:15.202234 115422 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:43803 I180104 21:33:15.205470 115527 gossip/server.go:219 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:45437} I180104 21:33:15.222095 114977 storage/stores.go:331 [n?] read 0 node addresses from persistent storage I180104 21:33:15.222597 114977 storage/stores.go:350 [n?] wrote 1 node addresses to persistent storage I180104 21:33:15.222817 114977 server/node.go:627 [n?] connecting to gossip network to verify cluster ID... I180104 21:33:15.223053 114977 server/node.go:652 [n?] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:15.226397 115651 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.235279 115650 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.250712 114977 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.272775 114977 server/node.go:332 [n?] new node allocated ID 2 I180104 21:33:15.273665 114977 gossip/gossip.go:332 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:45437" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:15.274810 114977 server/node.go:414 [n2] node=2: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>] I180104 21:33:15.275494 114977 server/node.go:428 [n2] node=2: started with [] engine(s) and attributes [] I180104 21:33:15.289301 115655 storage/stores.go:350 [n1] wrote 1 node addresses to persistent storage I180104 21:33:15.291574 114977 sql/distsql_physical_planner.go:122 [n2] creating DistSQLPlanner with address {tcp 127.0.0.1:45437} I180104 21:33:15.323611 114977 server/server.go:1161 [n2] starting https server at 127.0.0.1:43391 I180104 21:33:15.323860 114977 server/server.go:1162 [n2] starting grpc/postgres server at 127.0.0.1:45437 I180104 21:33:15.323942 114977 server/server.go:1163 [n2] advertising CockroachDB node at 127.0.0.1:45437 I180104 21:33:15.331608 114977 server/server.go:1232 [n2] done ensuring all necessary migrations have run I180104 21:33:15.331845 114977 server/server.go:1235 [n2] serving sql connections I180104 21:33:15.420996 115623 server/node.go:608 [n2] bootstrapped store [n2,s2] I180104 21:33:15.483457 115778 sql/event_log.go:115 [n2] Event: "node_join", target: 2, info: {Descriptor:{NodeID:2 Address:{NetworkField:tcp AddressField:127.0.0.1:45437} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101595275161411 LastUp:1515101595275161411} W180104 21:33:15.524471 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:15.548566 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:15.548707 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:15.548919 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B W180104 21:33:15.549317 114977 gossip/gossip.go:1292 [n?] no incoming or outgoing connections I180104 21:33:15.561160 114977 server/server.go:936 [n?] no stores bootstrapped and --join flag specified, awaiting init command. I180104 21:33:15.697424 115567 gossip/server.go:219 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:40917} I180104 21:33:15.697937 115644 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:43803 I180104 21:33:15.712659 114977 storage/stores.go:331 [n?] read 0 node addresses from persistent storage I180104 21:33:15.713640 114977 storage/stores.go:350 [n?] wrote 2 node addresses to persistent storage I180104 21:33:15.713762 114977 server/node.go:627 [n?] connecting to gossip network to verify cluster ID... I180104 21:33:15.714094 114977 server/node.go:652 [n?] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:15.722619 115835 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.734977 115834 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.744425 114977 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:15.790440 114977 server/node.go:332 [n?] new node allocated ID 3 I180104 21:33:15.791313 114977 gossip/gossip.go:332 [n3] NodeDescriptor set to node_id:3 address:<network_field:"tcp" address_field:"127.0.0.1:40917" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:15.792491 114977 server/node.go:414 [n3] node=3: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>] I180104 21:33:15.793228 114977 server/node.go:428 [n3] node=3: started with [] engine(s) and attributes [] I180104 21:33:15.794371 114977 sql/distsql_physical_planner.go:122 [n3] creating DistSQLPlanner with address {tcp 127.0.0.1:40917} I180104 21:33:15.820855 114977 server/server.go:1161 [n3] starting https server at 127.0.0.1:35441 I180104 21:33:15.821139 114977 server/server.go:1162 [n3] starting grpc/postgres server at 127.0.0.1:40917 I180104 21:33:15.821241 114977 server/server.go:1163 [n3] advertising CockroachDB node at 127.0.0.1:40917 I180104 21:33:15.827875 115840 storage/stores.go:350 [n1] wrote 2 node addresses to persistent storage I180104 21:33:15.835641 115841 storage/stores.go:350 [n2] wrote 2 node addresses to persistent storage I180104 21:33:15.844564 114977 server/server.go:1232 [n3] done ensuring all necessary migrations have run I180104 21:33:15.844904 114977 server/server.go:1235 [n3] serving sql connections I180104 21:33:15.901469 115865 server/node.go:608 [n3] bootstrapped store [n3,s3] I180104 21:33:15.917327 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r12/1:/Table/1{5-6}] generated preemptive snapshot e4405a37 at index 25 I180104 21:33:16.016094 115910 sql/event_log.go:115 [n3] Event: "node_join", target: 3, info: {Descriptor:{NodeID:3 Address:{NetworkField:tcp AddressField:127.0.0.1:40917} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101595792802371 LastUp:1515101595792802371} W180104 21:33:16.043528 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:16.051937 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:16.052241 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:16.052346 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B W180104 21:33:16.052770 114977 gossip/gossip.go:1292 [n?] no incoming or outgoing connections I180104 21:33:16.053775 114977 server/server.go:936 [n?] no stores bootstrapped and --join flag specified, awaiting init command. I180104 21:33:16.085504 115220 storage/store.go:3567 [replicate,n1,s1,r12/1:/Table/1{5-6}] streamed snapshot to (n3,s3):?: kv pairs: 20, log entries: 15, rate-limit: 8.0 MiB/sec, 14ms I180104 21:33:16.098213 116063 storage/replica_raftstorage.go:746 [n3,s3,r12/?:{-}] applying preemptive snapshot at index 25 (id=e4405a37, encoded size=7921, 1 rocksdb batches, 15 log entries) I180104 21:33:16.106795 116063 storage/replica_raftstorage.go:752 [n3,s3,r12/?:/Table/1{5-6}] applied preemptive snapshot in 8ms [clear=0ms batch=0ms entries=6ms commit=0ms] I180104 21:33:16.114940 115220 storage/replica_command.go:1741 [replicate,n1,s1,r12/1:/Table/1{5-6}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r12:/Table/1{5-6} [(n1,s1):1, next=2] I180104 21:33:16.163212 115220 storage/replica.go:3192 [n1,s1,r12/1:/Table/1{5-6}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3 I180104 21:33:16.215012 116008 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:43803 I180104 21:33:16.219951 116137 gossip/server.go:219 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:44613} I180104 21:33:16.232105 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r19/1:/Table/2{2-3}] generated preemptive snapshot 7f24ff9a at index 15 I180104 21:33:16.243298 116041 storage/raft_transport.go:459 [n3] raft transport stream to node 1 established I180104 21:33:16.245221 114977 storage/stores.go:331 [n?] read 0 node addresses from persistent storage I180104 21:33:16.245790 114977 storage/stores.go:350 [n?] wrote 3 node addresses to persistent storage I180104 21:33:16.246039 114977 server/node.go:627 [n?] connecting to gossip network to verify cluster ID... I180104 21:33:16.246360 114977 server/node.go:652 [n?] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:16.261262 116159 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.275967 116158 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.294145 114977 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.321354 114977 server/node.go:332 [n?] new node allocated ID 4 I180104 21:33:16.322418 114977 gossip/gossip.go:332 [n4] NodeDescriptor set to node_id:4 address:<network_field:"tcp" address_field:"127.0.0.1:44613" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:16.325457 114977 server/node.go:414 [n4] node=4: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>] I180104 21:33:16.326138 114977 server/node.go:428 [n4] node=4: started with [] engine(s) and attributes [] I180104 21:33:16.327248 114977 sql/distsql_physical_planner.go:122 [n4] creating DistSQLPlanner with address {tcp 127.0.0.1:44613} I180104 21:33:16.339065 116144 storage/stores.go:350 [n1] wrote 3 node addresses to persistent storage I180104 21:33:16.353960 116161 storage/stores.go:350 [n2] wrote 3 node addresses to persistent storage I180104 21:33:16.361200 116145 storage/stores.go:350 [n3] wrote 3 node addresses to persistent storage I180104 21:33:16.390331 114977 server/server.go:1161 [n4] starting https server at 127.0.0.1:43541 I180104 21:33:16.390671 114977 server/server.go:1162 [n4] starting grpc/postgres server at 127.0.0.1:44613 I180104 21:33:16.390776 114977 server/server.go:1163 [n4] advertising CockroachDB node at 127.0.0.1:44613 I180104 21:33:16.422771 114977 server/server.go:1232 [n4] done ensuring all necessary migrations have run I180104 21:33:16.423498 114977 server/server.go:1235 [n4] serving sql connections I180104 21:33:16.432973 115220 storage/store.go:3567 [replicate,n1,s1,r19/1:/Table/2{2-3}] streamed snapshot to (n2,s2):?: kv pairs: 10, log entries: 5, rate-limit: 8.0 MiB/sec, 11ms I180104 21:33:16.439683 116231 storage/replica_raftstorage.go:746 [n2,s2,r19/?:{-}] applying preemptive snapshot at index 15 (id=7f24ff9a, encoded size=2413, 1 rocksdb batches, 5 log entries) I180104 21:33:16.445271 116231 storage/replica_raftstorage.go:752 [n2,s2,r19/?:/Table/2{2-3}] applied preemptive snapshot in 3ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:16.454764 116049 server/node.go:608 [n4] bootstrapped store [n4,s4] I180104 21:33:16.474844 115220 storage/replica_command.go:1741 [replicate,n1,s1,r19/1:/Table/2{2-3}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r19:/Table/2{2-3} [(n1,s1):1, next=2] W180104 21:33:16.596516 114977 server/status/runtime.go:109 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I180104 21:33:16.634090 115220 storage/replica.go:3192 [n1,s1,r19/1:/Table/2{2-3}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3 I180104 21:33:16.640891 114977 server/config.go:516 [n?] 1 storage engine initialized I180104 21:33:16.641147 114977 server/config.go:519 [n?] RocksDB cache size: 128 MiB I180104 21:33:16.641207 114977 server/config.go:519 [n?] store 0: in-memory, size 0 B W180104 21:33:16.641612 114977 gossip/gossip.go:1292 [n?] no incoming or outgoing connections I180104 21:33:16.653603 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 238e9e8c at index 17 I180104 21:33:16.658723 114977 server/server.go:936 [n?] no stores bootstrapped and --join flag specified, awaiting init command. I180104 21:33:16.666854 116326 sql/event_log.go:115 [n4] Event: "node_join", target: 4, info: {Descriptor:{NodeID:4 Address:{NetworkField:tcp AddressField:127.0.0.1:44613} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101596325763918 LastUp:1515101596325763918} I180104 21:33:16.708255 116392 storage/raft_transport.go:459 [n2] raft transport stream to node 1 established I180104 21:33:16.810442 114955 storage/store.go:3567 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n4,s4):?: kv pairs: 11, log entries: 7, rate-limit: 8.0 MiB/sec, 10ms I180104 21:33:16.813601 116398 storage/replica_raftstorage.go:746 [n4,s4,r15/?:{-}] applying preemptive snapshot at index 17 (id=238e9e8c, encoded size=2722, 1 rocksdb batches, 7 log entries) I180104 21:33:16.817588 116398 storage/replica_raftstorage.go:752 [n4,s4,r15/?:/Table/1{8-9}] applied preemptive snapshot in 4ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:16.823241 114955 storage/replica_command.go:1741 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, next=2] I180104 21:33:16.831204 116419 gossip/client.go:129 [n?] started gossip client to 127.0.0.1:43803 I180104 21:33:16.840978 116455 gossip/server.go:219 [n1] received initial cluster-verification connection from {tcp 127.0.0.1:36989} I180104 21:33:16.869303 114977 storage/stores.go:331 [n?] read 0 node addresses from persistent storage I180104 21:33:16.872125 114977 storage/stores.go:350 [n?] wrote 3 node addresses to persistent storage I180104 21:33:16.872367 114977 server/node.go:627 [n?] connecting to gossip network to verify cluster ID... I180104 21:33:16.872692 114977 server/node.go:652 [n?] node connected via gossip and verified as part of cluster "2dfd9d74-4231-49d4-8527-c7688acbe6a9" I180104 21:33:16.875913 116516 storage/stores.go:350 [n?] wrote 4 node addresses to persistent storage I180104 21:33:16.880836 114955 storage/replica.go:3192 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:16.884541 116551 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.904369 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r11/1:/Table/1{4-5}] generated preemptive snapshot 1f8d3ec7 at index 16 I180104 21:33:16.917625 116550 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.921298 116566 storage/raft_transport.go:459 [n4] raft transport stream to node 1 established I180104 21:33:16.921674 115220 storage/store.go:3567 [replicate,n1,s1,r11/1:/Table/1{4-5}] streamed snapshot to (n4,s4):?: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 14ms I180104 21:33:16.925287 116541 storage/replica_raftstorage.go:746 [n4,s4,r11/?:{-}] applying preemptive snapshot at index 16 (id=1f8d3ec7, encoded size=2478, 1 rocksdb batches, 6 log entries) I180104 21:33:16.929234 116541 storage/replica_raftstorage.go:752 [n4,s4,r11/?:/Table/1{4-5}] applied preemptive snapshot in 4ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:16.937509 114977 kv/dist_sender.go:354 [n?] unable to determine this node's attributes for replica selection; node is most likely bootstrapping I180104 21:33:16.957662 114977 server/node.go:332 [n?] new node allocated ID 5 I180104 21:33:16.961464 114977 gossip/gossip.go:332 [n5] NodeDescriptor set to node_id:5 address:<network_field:"tcp" address_field:"127.0.0.1:36989" > attrs:<> locality:<> ServerVersion:<major_val:1 minor_val:1 patch:0 unstable:8 > I180104 21:33:16.963643 114977 server/node.go:414 [n5] node=5: asynchronously bootstrapping engine(s) [<no-attributes>=<in-mem>] I180104 21:33:16.965140 114977 server/node.go:428 [n5] node=5: started with [] engine(s) and attributes [] I180104 21:33:16.971138 114977 sql/distsql_physical_planner.go:122 [n5] creating DistSQLPlanner with address {tcp 127.0.0.1:36989} I180104 21:33:16.958452 115220 storage/replica_command.go:1741 [replicate,n1,s1,r11/1:/Table/1{4-5}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r11:/Table/1{4-5} [(n1,s1):1, next=2] I180104 21:33:16.973358 116455 gossip/server.go:269 [n1] refusing gossip from node 5 (max 3 conns); forwarding to 2 ({tcp 127.0.0.1:45437}) I180104 21:33:16.997583 116419 gossip/client.go:134 [n5] closing client to node 1 (127.0.0.1:43803): received forward from node 1 to 2 (127.0.0.1:45437) I180104 21:33:16.997637 116579 storage/stores.go:350 [n1] wrote 4 node addresses to persistent storage I180104 21:33:17.003596 116627 storage/stores.go:350 [n4] wrote 4 node addresses to persistent storage I180104 21:33:17.009560 116176 gossip/gossip.go:1306 [n5] node has connected to cluster via gossip I180104 21:33:17.017662 116176 storage/stores.go:350 [n5] wrote 4 node addresses to persistent storage I180104 21:33:17.019081 114977 server/server.go:1161 [n5] starting https server at 127.0.0.1:38445 I180104 21:33:17.019237 114977 server/server.go:1162 [n5] starting grpc/postgres server at 127.0.0.1:36989 I180104 21:33:17.019323 114977 server/server.go:1163 [n5] advertising CockroachDB node at 127.0.0.1:36989 W180104 21:33:17.019676 114977 sql/jobs/registry.go:222 [n5] unable to get node liveness: node not in the liveness table I180104 21:33:17.025718 116642 storage/stores.go:350 [n2] wrote 4 node addresses to persistent storage I180104 21:33:17.037068 116635 storage/stores.go:350 [n3] wrote 4 node addresses to persistent storage I180104 21:33:17.093067 114977 server/server.go:1232 [n5] done ensuring all necessary migrations have run I180104 21:33:17.093426 114977 server/server.go:1235 [n5] serving sql connections I180104 21:33:17.102112 116465 server/node.go:608 [n5] bootstrapped store [n5,s5] I180104 21:33:17.148924 115220 storage/replica.go:3192 [n1,s1,r11/1:/Table/1{4-5}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:17.191842 116616 gossip/client.go:129 [n5] started gossip client to 127.0.0.1:45437 I180104 21:33:17.198860 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r5/1:/System/ts{d-e}] generated preemptive snapshot 85248035 at index 25 I180104 21:33:17.278540 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.289792 115220 storage/store.go:3567 [replicate,n1,s1,r5/1:/System/ts{d-e}] streamed snapshot to (n2,s2):?: kv pairs: 1213, log entries: 2, rate-limit: 8.0 MiB/sec, 89ms I180104 21:33:17.306916 116819 storage/replica_raftstorage.go:746 [n2,s2,r5/?:{-}] applying preemptive snapshot at index 25 (id=85248035, encoded size=153075, 1 rocksdb batches, 2 log entries) I180104 21:33:17.309765 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.329100 116744 sql/event_log.go:115 [n5] Event: "node_join", target: 5, info: {Descriptor:{NodeID:5 Address:{NetworkField:tcp AddressField:127.0.0.1:36989} Attrs: Locality: ServerVersion:1.1-8} ClusterID:2dfd9d74-4231-49d4-8527-c7688acbe6a9 StartedAt:1515101596964751751 LastUp:1515101596964751751} I180104 21:33:17.329424 116819 storage/replica_raftstorage.go:752 [n2,s2,r5/?:/System/ts{d-e}] applied preemptive snapshot in 21ms [clear=0ms batch=0ms entries=17ms commit=2ms] I180104 21:33:17.363891 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.366322 115220 storage/replica_command.go:1741 [replicate,n1,s1,r5/1:/System/ts{d-e}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r5:/System/ts{d-e} [(n1,s1):1, next=2] I180104 21:33:17.427704 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.451157 115220 storage/replica.go:3192 [n1,s1,r5/1:/System/ts{d-e}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3 I180104 21:33:17.475764 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 6f0c81df at index 27 I180104 21:33:17.511561 114955 storage/store.go:3567 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n2,s2):?: kv pairs: 16, log entries: 17, rate-limit: 8.0 MiB/sec, 33ms I180104 21:33:17.514818 116930 storage/replica_raftstorage.go:746 [n2,s2,r3/?:{-}] applying preemptive snapshot at index 27 (id=6f0c81df, encoded size=7927, 1 rocksdb batches, 17 log entries) I180104 21:33:17.526074 116930 storage/replica_raftstorage.go:752 [n2,s2,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 11ms [clear=0ms batch=0ms entries=9ms commit=0ms] I180104 21:33:17.536496 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.553246 114955 storage/replica_command.go:1741 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, next=2] I180104 21:33:17.599818 114955 storage/replica.go:3192 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3 I180104 21:33:17.607573 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r9/1:/Table/1{2-3}] generated preemptive snapshot a7e20834 at index 37 I180104 21:33:17.649840 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.770056 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.821749 115220 storage/store.go:3567 [replicate,n1,s1,r9/1:/Table/1{2-3}] streamed snapshot to (n5,s5):?: kv pairs: 66, log entries: 27, rate-limit: 8.0 MiB/sec, 7ms I180104 21:33:17.825530 116849 storage/replica_raftstorage.go:746 [n5,s5,r9/?:{-}] applying preemptive snapshot at index 37 (id=a7e20834, encoded size=25375, 1 rocksdb batches, 27 log entries) I180104 21:33:17.837006 116849 storage/replica_raftstorage.go:752 [n5,s5,r9/?:/Table/1{2-3}] applied preemptive snapshot in 11ms [clear=0ms batch=0ms entries=9ms commit=1ms] I180104 21:33:17.877507 115220 storage/replica_command.go:1741 [replicate,n1,s1,r9/1:/Table/1{2-3}] change replicas (ADD_REPLICA (n5,s5):2): read existing descriptor r9:/Table/1{2-3} [(n1,s1):1, next=2] I180104 21:33:17.884779 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.919342 115220 storage/replica.go:3192 [n1,s1,r9/1:/Table/1{2-3}] proposing ADD_REPLICA((n5,s5):2): updated=[(n1,s1):1 (n5,s5):2] next=3 I180104 21:33:17.929452 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 07baa9d8 at index 61 I180104 21:33:17.956518 117009 storage/raft_transport.go:459 [n5] raft transport stream to node 1 established I180104 21:33:17.967743 115220 storage/store.go:3567 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n4,s4):?: kv pairs: 82, log entries: 51, rate-limit: 8.0 MiB/sec, 22ms I180104 21:33:17.985637 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:17.995970 117024 storage/replica_raftstorage.go:746 [n4,s4,r7/?:{-}] applying preemptive snapshot at index 61 (id=07baa9d8, encoded size=45029, 1 rocksdb batches, 51 log entries) I180104 21:33:18.027230 117024 storage/replica_raftstorage.go:752 [n4,s4,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 25ms [clear=0ms batch=0ms entries=23ms commit=1ms] I180104 21:33:18.033546 115220 storage/replica_command.go:1741 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, next=2] I180104 21:33:18.080913 115220 storage/replica.go:3192 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:18.095377 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r14/1:/Table/1{7-8}] generated preemptive snapshot cf538414 at index 17 I180104 21:33:18.095500 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.111599 114955 storage/store.go:3567 [replicate,n1,s1,r14/1:/Table/1{7-8}] streamed snapshot to (n4,s4):?: kv pairs: 11, log entries: 7, rate-limit: 8.0 MiB/sec, 15ms I180104 21:33:18.114746 117088 storage/replica_raftstorage.go:746 [n4,s4,r14/?:{-}] applying preemptive snapshot at index 17 (id=cf538414, encoded size=2722, 1 rocksdb batches, 7 log entries) I180104 21:33:18.120854 117088 storage/replica_raftstorage.go:752 [n4,s4,r14/?:/Table/1{7-8}] applied preemptive snapshot in 6ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:18.126322 114955 storage/replica_command.go:1741 [replicate,n1,s1,r14/1:/Table/1{7-8}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, next=2] I180104 21:33:18.168278 114955 storage/replica.go:3192 [n1,s1,r14/1:/Table/1{7-8}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:18.176153 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] generated preemptive snapshot 439e452f at index 22 I180104 21:33:18.184315 115220 storage/store.go:3567 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] streamed snapshot to (n5,s5):?: kv pairs: 12, log entries: 12, rate-limit: 8.0 MiB/sec, 7ms I180104 21:33:18.187686 117189 storage/replica_raftstorage.go:746 [n5,s5,r6/?:{-}] applying preemptive snapshot at index 22 (id=439e452f, encoded size=5466, 1 rocksdb batches, 12 log entries) I180104 21:33:18.193715 117189 storage/replica_raftstorage.go:752 [n5,s5,r6/?:/{System/tse-Table/System…}] applied preemptive snapshot in 6ms [clear=0ms batch=0ms entries=5ms commit=0ms] I180104 21:33:18.202471 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.204220 115220 storage/replica_command.go:1741 [replicate,n1,s1,r6/1:/{System/tse-Table/System…}] change replicas (ADD_REPLICA (n5,s5):2): read existing descriptor r6:/{System/tse-Table/SystemConfigSpan/Start} [(n1,s1):1, next=2] I180104 21:33:18.262034 115220 storage/replica.go:3192 [n1,s1,r6/1:/{System/tse-Table/System…}] proposing ADD_REPLICA((n5,s5):2): updated=[(n1,s1):1 (n5,s5):2] next=3 I180104 21:33:18.270367 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r10/1:/Table/1{3-4}] generated preemptive snapshot d1c82f0d at index 55 I180104 21:33:18.285106 115220 storage/store.go:3567 [replicate,n1,s1,r10/1:/Table/1{3-4}] streamed snapshot to (n5,s5):?: kv pairs: 180, log entries: 45, rate-limit: 8.0 MiB/sec, 13ms I180104 21:33:18.289437 117218 storage/replica_raftstorage.go:746 [n5,s5,r10/?:{-}] applying preemptive snapshot at index 55 (id=d1c82f0d, encoded size=56008, 1 rocksdb batches, 45 log entries) I180104 21:33:18.306632 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.330683 117218 storage/replica_raftstorage.go:752 [n5,s5,r10/?:/Table/1{3-4}] applied preemptive snapshot in 41ms [clear=0ms batch=0ms entries=36ms commit=1ms] I180104 21:33:18.337863 115220 storage/replica_command.go:1741 [replicate,n1,s1,r10/1:/Table/1{3-4}] change replicas (ADD_REPLICA (n5,s5):2): read existing descriptor r10:/Table/1{3-4} [(n1,s1):1, next=2] I180104 21:33:18.421633 115220 storage/replica.go:3192 [n1,s1,r10/1:/Table/1{3-4}] proposing ADD_REPLICA((n5,s5):2): updated=[(n1,s1):1 (n5,s5):2] next=3 I180104 21:33:18.429621 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot 1fe6affd at index 88 I180104 21:33:18.439292 114955 storage/store.go:3567 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n2,s2):?: kv pairs: 63, log entries: 78, rate-limit: 8.0 MiB/sec, 8ms I180104 21:33:18.447763 117255 storage/replica_raftstorage.go:746 [n2,s2,r1/?:{-}] applying preemptive snapshot at index 88 (id=1fe6affd, encoded size=19746, 1 rocksdb batches, 78 log entries) I180104 21:33:18.452532 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.496596 117255 storage/replica_raftstorage.go:752 [n2,s2,r1/?:/{Min-System/}] applied preemptive snapshot in 47ms [clear=0ms batch=0ms entries=45ms commit=1ms] I180104 21:33:18.502136 114955 storage/replica_command.go:1741 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n2,s2):2): read existing descriptor r1:/{Min-System/} [(n1,s1):1, next=2] I180104 21:33:18.561977 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.619933 114955 storage/replica.go:3192 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n2,s2):2): updated=[(n1,s1):1 (n2,s2):2] next=3 I180104 21:33:18.647651 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r15/1:/Table/1{8-9}] generated preemptive snapshot 8bb497d8 at index 20 I180104 21:33:18.655182 115220 storage/store.go:3567 [replicate,n1,s1,r15/1:/Table/1{8-9}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 10, rate-limit: 8.0 MiB/sec, 6ms I180104 21:33:18.662772 117308 storage/replica_raftstorage.go:746 [n3,s3,r15/?:{-}] applying preemptive snapshot at index 20 (id=8bb497d8, encoded size=3786, 1 rocksdb batches, 10 log entries) I180104 21:33:18.670374 117308 storage/replica_raftstorage.go:752 [n3,s3,r15/?:/Table/1{8-9}] applied preemptive snapshot in 7ms [clear=0ms batch=0ms entries=6ms commit=0ms] I180104 21:33:18.677070 115220 storage/replica_command.go:1741 [replicate,n1,s1,r15/1:/Table/1{8-9}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r15:/Table/1{8-9} [(n1,s1):1, (n4,s4):2, next=3] I180104 21:33:18.703096 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 20 underreplicated ranges I180104 21:33:18.775056 115220 storage/replica.go:3192 [n1,s1,r15/1:/Table/1{8-9}] proposing ADD_REPLICA((n3,s3):3): updated=[(n1,s1):1 (n4,s4):2 (n3,s3):3] next=4 I180104 21:33:18.808549 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 8dd976d6 at index 18 I180104 21:33:18.812639 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:18.843454 115220 storage/store.go:3567 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n4,s4):?: kv pairs: 11, log entries: 8, rate-limit: 8.0 MiB/sec, 34ms I180104 21:33:18.846027 117398 storage/replica_raftstorage.go:746 [n4,s4,r13/?:{-}] applying preemptive snapshot at index 18 (id=8dd976d6, encoded size=2791, 1 rocksdb batches, 8 log entries) I180104 21:33:18.850779 117398 storage/replica_raftstorage.go:752 [n4,s4,r13/?:/Table/1{6-7}] applied preemptive snapshot in 4ms [clear=0ms batch=0ms entries=3ms commit=0ms] I180104 21:33:18.857183 115220 storage/replica_command.go:1741 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n4,s4):2): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, next=2] I180104 21:33:18.938777 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:18.946550 115220 storage/replica.go:3192 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n4,s4):2): updated=[(n1,s1):1 (n4,s4):2] next=3 I180104 21:33:18.968254 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r8/1:/Table/1{1-2}] generated preemptive snapshot 47673243 at index 28 I180104 21:33:18.982400 114955 storage/store.go:3567 [replicate,n1,s1,r8/1:/Table/1{1-2}] streamed snapshot to (n3,s3):?: kv pairs: 14, log entries: 18, rate-limit: 8.0 MiB/sec, 13ms I180104 21:33:18.985315 117446 storage/replica_raftstorage.go:746 [n3,s3,r8/?:{-}] applying preemptive snapshot at index 28 (id=47673243, encoded size=7587, 1 rocksdb batches, 18 log entries) I180104 21:33:18.994710 117446 storage/replica_raftstorage.go:752 [n3,s3,r8/?:/Table/1{1-2}] applied preemptive snapshot in 8ms [clear=0ms batch=0ms entries=7ms commit=0ms] I180104 21:33:19.012633 114955 storage/replica_command.go:1741 [replicate,n1,s1,r8/1:/Table/1{1-2}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r8:/Table/1{1-2} [(n1,s1):1, next=2] I180104 21:33:19.054486 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.150657 114955 storage/replica.go:3192 [n1,s1,r8/1:/Table/1{1-2}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3 I180104 21:33:19.201643 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] generated preemptive snapshot f77e3914 at index 23 I180104 21:33:19.215887 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.222254 115220 storage/store.go:3567 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] streamed snapshot to (n3,s3):?: kv pairs: 10, log entries: 6, rate-limit: 8.0 MiB/sec, 12ms I180104 21:33:19.231433 117517 storage/replica_raftstorage.go:746 [n3,s3,r2/?:{-}] applying preemptive snapshot at index 23 (id=f77e3914, encoded size=50928, 1 rocksdb batches, 6 log entries) I180104 21:33:19.256473 117517 storage/replica_raftstorage.go:752 [n3,s3,r2/?:/System/{-NodeLive…}] applied preemptive snapshot in 25ms [clear=0ms batch=0ms entries=23ms commit=1ms] I180104 21:33:19.279341 115220 storage/replica_command.go:1741 [replicate,n1,s1,r2/1:/System/{-NodeLive…}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r2:/System/{-NodeLiveness} [(n1,s1):1, next=2] I180104 21:33:19.316514 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.406240 115220 storage/replica.go:3192 [n1,s1,r2/1:/System/{-NodeLive…}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3 I180104 21:33:19.419233 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r13/1:/Table/1{6-7}] generated preemptive snapshot 71d2fbe0 at index 21 I180104 21:33:19.434234 114955 storage/store.go:3567 [replicate,n1,s1,r13/1:/Table/1{6-7}] streamed snapshot to (n5,s5):?: kv pairs: 12, log entries: 11, rate-limit: 8.0 MiB/sec, 14ms I180104 21:33:19.437083 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.448593 117606 storage/replica_raftstorage.go:746 [n5,s5,r13/?:{-}] applying preemptive snapshot at index 21 (id=71d2fbe0, encoded size=3855, 1 rocksdb batches, 11 log entries) I180104 21:33:19.454432 117606 storage/replica_raftstorage.go:752 [n5,s5,r13/?:/Table/1{6-7}] applied preemptive snapshot in 5ms [clear=0ms batch=0ms entries=4ms commit=0ms] I180104 21:33:19.460683 114955 storage/replica_command.go:1741 [replicate,n1,s1,r13/1:/Table/1{6-7}] change replicas (ADD_REPLICA (n5,s5):3): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n4,s4):2, next=3] I180104 21:33:19.527540 114955 storage/replica.go:3192 [n1,s1,r13/1:/Table/1{6-7}] proposing ADD_REPLICA((n5,s5):3): updated=[(n1,s1):1 (n4,s4):2 (n5,s5):3] next=4 I180104 21:33:19.551679 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r20/1:/{Table/23-Max}] generated preemptive snapshot 5ba43e09 at index 14 I180104 21:33:19.557392 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 19 underreplicated ranges I180104 21:33:19.560515 115220 storage/store.go:3567 [replicate,n1,s1,r20/1:/{Table/23-Max}] streamed snapshot to (n3,s3):?: kv pairs: 14, log entries: 4, rate-limit: 8.0 MiB/sec, 8ms I180104 21:33:19.601332 117565 storage/replica_raftstorage.go:746 [n3,s3,r20/?:{-}] applying preemptive snapshot at index 14 (id=5ba43e09, encoded size=1261, 1 rocksdb batches, 4 log entries) I180104 21:33:19.625402 117565 storage/replica_raftstorage.go:752 [n3,s3,r20/?:/{Table/23-Max}] applied preemptive snapshot in 24ms [clear=0ms batch=0ms entries=5ms commit=17ms] I180104 21:33:19.645199 115220 storage/replica_command.go:1741 [replicate,n1,s1,r20/1:/{Table/23-Max}] change replicas (ADD_REPLICA (n3,s3):2): read existing descriptor r20:/{Table/23-Max} [(n1,s1):1, next=2] I180104 21:33:19.719138 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 18 underreplicated ranges I180104 21:33:19.745550 115220 storage/replica.go:3192 [n1,s1,r20/1:/{Table/23-Max}] proposing ADD_REPLICA((n3,s3):2): updated=[(n1,s1):1 (n3,s3):2] next=3 I180104 21:33:19.761425 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] generated preemptive snapshot 471bd1a5 at index 64 I180104 21:33:19.771596 114955 storage/store.go:3567 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] streamed snapshot to (n2,s2):?: kv pairs: 83, log entries: 54, rate-limit: 8.0 MiB/sec, 9ms I180104 21:33:19.808967 117702 storage/replica_raftstorage.go:746 [n2,s2,r7/?:{-}] applying preemptive snapshot at index 64 (id=471bd1a5, encoded size=46097, 1 rocksdb batches, 54 log entries) I180104 21:33:19.839932 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 18 underreplicated ranges I180104 21:33:19.899831 117702 storage/replica_raftstorage.go:752 [n2,s2,r7/?:/Table/{SystemCon…-11}] applied preemptive snapshot in 82ms [clear=0ms batch=0ms entries=80ms commit=1ms] I180104 21:33:19.913751 114955 storage/replica_command.go:1741 [replicate,n1,s1,r7/1:/Table/{SystemCon…-11}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r7:/Table/{SystemConfigSpan/Start-11} [(n1,s1):1, (n4,s4):2, next=3] I180104 21:33:19.968448 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 18 underreplicated ranges I180104 21:33:19.983933 114955 storage/replica.go:3192 [n1,s1,r7/1:/Table/{SystemCon…-11}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n4,s4):2 (n2,s2):3] next=4 I180104 21:33:20.013451 115147 storage/replica_proposal.go:196 [n1,s1,r4/1:/System/{NodeLive…-tsd}] new range lease repl=(n1,s1):1 seq=2 start=0.000000000,0 epo=1 pro=1515101600.007832830,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.023396 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] generated preemptive snapshot 407bc996 at index 62 I180104 21:33:20.027530 115152 storage/replica_proposal.go:196 [n1,s1,r10/1:/Table/1{3-4}] new range lease repl=(n1,s1):1 seq=2 start=0.000000000,0 epo=1 pro=1515101600.015680085,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.033229 115220 storage/store.go:3567 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] streamed snapshot to (n5,s5):?: kv pairs: 52, log entries: 11, rate-limit: 8.0 MiB/sec, 9ms I180104 21:33:20.045783 117727 storage/replica_raftstorage.go:746 [n5,s5,r4/?:{-}] applying preemptive snapshot at index 62 (id=407bc996, encoded size=155669, 1 rocksdb batches, 11 log entries) I180104 21:33:20.079720 115103 storage/replica_proposal.go:196 [n1,s1,r7/1:/Table/{SystemCon…-11}] new range lease repl=(n1,s1):1 seq=2 start=0.000000000,0 epo=1 pro=1515101600.054010379,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.096269 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 17 underreplicated ranges I180104 21:33:20.102837 117727 storage/replica_raftstorage.go:752 [n5,s5,r4/?:/System/{NodeLive…-tsd}] applied preemptive snapshot in 57ms [clear=0ms batch=1ms entries=36ms commit=1ms] I180104 21:33:20.111267 115220 storage/replica_command.go:1741 [replicate,n1,s1,r4/1:/System/{NodeLive…-tsd}] change replicas (ADD_REPLICA (n5,s5):2): read existing descriptor r4:/System/{NodeLivenessMax-tsd} [(n1,s1):1, next=2] I180104 21:33:20.179074 115220 storage/replica.go:3192 [n1,s1,r4/1:/System/{NodeLive…-tsd}] proposing ADD_REPLICA((n5,s5):2): updated=[(n1,s1):1 (n5,s5):2] next=3 I180104 21:33:20.187811 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] generated preemptive snapshot 93bd3d91 at index 31 I180104 21:33:20.215556 115220 storage/store.go:3567 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] streamed snapshot to (n4,s4):?: kv pairs: 18, log entries: 21, rate-limit: 8.0 MiB/sec, 26ms I180104 21:33:20.230652 117679 storage/replica_raftstorage.go:746 [n4,s4,r3/?:{-}] applying preemptive snapshot at index 31 (id=93bd3d91, encoded size=9446, 1 rocksdb batches, 21 log entries) I180104 21:33:20.236319 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 17 underreplicated ranges I180104 21:33:20.247764 117679 storage/replica_raftstorage.go:752 [n4,s4,r3/?:/System/NodeLiveness{-Max}] applied preemptive snapshot in 17ms [clear=8ms batch=0ms entries=7ms commit=1ms] I180104 21:33:20.267296 115220 storage/replica_command.go:1741 [replicate,n1,s1,r3/1:/System/NodeLiveness{-Max}] change replicas (ADD_REPLICA (n4,s4):3): read existing descriptor r3:/System/NodeLiveness{-Max} [(n1,s1):1, (n2,s2):2, next=3] I180104 21:33:20.353736 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 17 underreplicated ranges I180104 21:33:20.357127 117892 storage/replica.go:3192 [n1,s1,r3/1:/System/NodeLiveness{-Max}] proposing ADD_REPLICA((n4,s4):3): updated=[(n1,s1):1 (n2,s2):2 (n4,s4):3] next=4 I180104 21:33:20.411788 115152 storage/replica_proposal.go:196 [n1,s1,r20/1:/{Table/23-Max}] new range lease repl=(n1,s1):1 seq=2 start=0.000000000,0 epo=1 pro=1515101600.387486895,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.415825 114955 storage/replica_raftstorage.go:540 [replicate,n1,s1,r20/1:/{Table/23-Max}] generated preemptive snapshot 58134148 at index 18 I180104 21:33:20.431953 114955 storage/store.go:3567 [replicate,n1,s1,r20/1:/{Table/23-Max}] streamed snapshot to (n2,s2):?: kv pairs: 15, log entries: 8, rate-limit: 8.0 MiB/sec, 6ms I180104 21:33:20.435598 117926 storage/replica_raftstorage.go:746 [n2,s2,r20/?:{-}] applying preemptive snapshot at index 18 (id=58134148, encoded size=2476, 1 rocksdb batches, 8 log entries) I180104 21:33:20.439474 117926 storage/replica_raftstorage.go:752 [n2,s2,r20/?:/{Table/23-Max}] applied preemptive snapshot in 4ms [clear=0ms batch=0ms entries=2ms commit=0ms] I180104 21:33:20.444729 114955 storage/replica_command.go:1741 [replicate,n1,s1,r20/1:/{Table/23-Max}] change replicas (ADD_REPLICA (n2,s2):3): read existing descriptor r20:/{Table/23-Max} [(n1,s1):1, (n3,s3):2, next=3] I180104 21:33:20.488716 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 16 underreplicated ranges I180104 21:33:20.530163 114955 storage/replica.go:3192 [n1,s1,r20/1:/{Table/23-Max}] proposing ADD_REPLICA((n2,s2):3): updated=[(n1,s1):1 (n3,s3):2 (n2,s2):3] next=4 I180104 21:33:20.534230 116246 storage/replica_proposal.go:196 [n4,s4,r14/2:/Table/1{7-8}] new range lease repl=(n4,s4):2 seq=2 start=1515101600.502597858,1 epo=1 pro=1515101600.512322136,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.544870 116696 storage/replica_proposal.go:196 [n5,s5,r13/3:/Table/1{6-7}] new range lease repl=(n5,s5):3 seq=2 start=1515101600.502597858,1 epo=1 pro=1515101600.518856849,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.561202 116736 storage/replica_raftstorage.go:540 [replicate,n5,s5,r13/3:/Table/1{6-7}] generated preemptive snapshot c420d56e at index 25 I180104 21:33:20.564437 116317 storage/replica_raftstorage.go:540 [replicate,n4,s4,r14/2:/Table/1{7-8}] generated preemptive snapshot 64e2e841 at index 21 I180104 21:33:20.568396 115220 storage/replica_raftstorage.go:540 [replicate,n1,s1,r1/1:/{Min-System/}] generated preemptive snapshot c53f42f3 at index 111 I180104 21:33:20.609792 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 14 underreplicated ranges I180104 21:33:20.647579 115916 storage/replica_proposal.go:196 [n3,s3,r12/2:/Table/1{5-6}] new range lease repl=(n3,s3):2 seq=2 start=1515101600.502597858,1 epo=1 pro=1515101600.559024980,0 following repl=(n1,s1):1 seq=1 start=0.000000000,0 exp=1515101600.502597858,0 pro=1515101591.502671654,0 I180104 21:33:20.655133 115612 storage/replica_raftstorage.go:540 [replicate,n3,s3,r12/2:/Table/1{5-6}] generated preemptive snapshot 0bb4c5a4 at index 32 I180104 21:33:20.676313 115220 storage/store.go:3567 [replicate,n1,s1,r1/1:/{Min-System/}] streamed snapshot to (n5,s5):?: kv pairs: 76, log entries: 101, rate-limit: 8.0 MiB/sec, 77ms I180104 21:33:20.683381 117962 storage/replica_raftstorage.go:746 [n5,s5,r1/?:{-}] applying preemptive snapshot at index 111 (id=c53f42f3, encoded size=25230, 1 rocksdb batches, 101 log entries) I180104 21:33:20.755857 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 13 underreplicated ranges I180104 21:33:20.761426 117962 storage/replica_raftstorage.go:752 [n5,s5,r1/?:/{Min-System/}] applied preemptive snapshot in 78ms [clear=0ms batch=14ms entries=59ms commit=4ms] I180104 21:33:20.790872 115220 storage/replica_command.go:1741 [replicate,n1,s1,r1/1:/{Min-System/}] change replicas (ADD_REPLICA (n5,s5):3): read existing descriptor r1:/{Min-System/} [(n1,s1):1, (n2,s2):2, next=3] I180104 21:33:20.873143 116317 storage/store.go:3567 [replicate,n4,s4,r14/2:/Table/1{7-8}] streamed snapshot to (n3,s3):?: kv pairs: 12, log entries: 11, rate-limit: 8.0 MiB/sec, 17ms I180104 21:33:20.878506 118123 storage/replica_raftstorage.go:746 [n3,s3,r14/?:{-}] applying preemptive snapshot at index 21 (id=64e2e841, encoded size=3971, 1 rocksdb batches, 11 log entries) I180104 21:33:20.883686 118123 storage/replica_raftstorage.go:752 [n3,s3,r14/?:/Table/1{7-8}] applied preemptive snapshot in 5ms [clear=0ms batch=0ms entries=3ms commit=0ms] I180104 21:33:20.884277 117959 storage/raft_transport.go:459 [n5] raft transport stream to node 4 established I180104 21:33:20.888364 116736 storage/store.go:3567 [replicate,n5,s5,r13/3:/Table/1{6-7}] streamed snapshot to (n3,s3):?: kv pairs: 13, log entries: 15, rate-limit: 2.0 MiB/sec, 14ms I180104 21:33:20.891559 114977 testutils/testcluster/testcluster.go:528 [n1,s1] has 13 underreplicated ranges I180104 21:33:20.896800 118097 storage/replica_raftstorage.go:746 [n3,s3,r13/?:{-}] applying preemptive snapshot at index 25 (id=c420d56e, encoded size=5136, 1 rocksdb batches, 15 log entries) I180104 21:33:20.902593 118097 storage/replica_raftstorage.go:752 [n3,s3,r13/?:/Table/1{6-7}] applied preemptive snapshot in 5ms [clear=0ms batch=0ms entries=4ms commit=0ms] I180104 21:33:20.967531 118183 storage/replica.go:3192 [n1,s1,r1/1:/{Min-System/}] proposing ADD_REPLICA((n5,s5):3): updated=[(n1,s1):1 (n2,s2):2 (n5,s5):3] next=4 I180104 21:33:20.970276 116736 storage/replica_command.go:1741 [replicate,n5,s5,r13/3:/Table/1{6-7}] change replicas (ADD_REPLICA (n3,s3):4): read existing descriptor r13:/Table/1{6-7} [(n1,s1):1, (n4,s4):2, (n5,s5):3, next=4] I180104 21:33:20.976355 115612 storage/store.go:3567 [replicate,n3,s3,r12/2:/Table/1{5-6}] streamed snapshot to (n5,s5):?: kv pairs: 22, log entries: 22, rate-limit: 8.0 MiB/sec, 18ms I180104 21:33:20.985009 116317 storage/replica_command.go:1741 [replicate,n4,s4,r14/2:/Table/1{7-8}] change replicas (ADD_REPLICA (n3,s3):3): read existing descriptor r14:/Table/1{7-8} [(n1,s1):1, (n4,s4):2, next=3] I180104 21:33:20.990165 118161 storage/replica_raftstorage.go:746 [n5,s5,r12/?:{-}] applying preemptive snapshot at index 32 (id=0bb4c5a4, encoded size=9552, 1 rocksdb batches, 22 log entries) I180104 21:33:21.044824 118161 storage/replica_raftstorage.go:752 [n5,s5,r12/?:/Table/1{5-6}] applied preemptive snapshot in 54ms [clear=0ms batch=0ms entries=30ms commit=0ms] I18 ``` Please assign, take a look and update the issue accordingly.
test
teamcity failed tests on master testrace testreplicatequeuerebalance testrace testreplicatequeuerebalance the following tests appear to have failed fail testrace testreplicatequeuerebalance test ended in panic stdout server status runtime go could not parse build timestamp parsing time as cannot parse as server config go storage engine initialized server config go rocksdb cache size mib server config go store in memory size b server node go cluster has been created server server go add additional nodes by specifying join server node go initialized store disk capacity mib available mib used b logicalbytes kib ranges leases writes bytesperreplica writesperreplica server node go node id initialized gossip gossip go nodedescriptor set to node id address attrs locality serverversion storage stores go read node addresses from persistent storage server node go connecting to gossip network to verify cluster id server node go node connected via gossip and verified as part of cluster server node go node started with engine s and attributes sql distsql physical planner go creating distsqlplanner with address tcp storage replica command go initiating a split of this range at key system server server go starting https server at server server go starting grpc postgres server at server server go advertising cockroachdb node at sql jobs registry go unable to get node liveness node not in the liveness table storage replica command go initiating a split of this range at key system nodeliveness storage replica command go initiating a split of this range at key system nodelivenessmax storage intent resolver go failed to push during intent resolution failed to push split id key local range system nodeliveness rangedescriptor rw true pri iso serializable stat pending epo ts orig max wto false rop false seq storage replica command go initiating a split of this range at key system tsd sql event log go event alter table target info tablename eventlog statement alter table system eventlog alter column uniqueid set default uuid user node mutationid cascadedroppedviews storage intent resolver go failed to push during intent resolution failed to push split id key local range system nodelivenessmax rangedescriptor rw true pri iso serializable stat pending epo ts orig max wto false rop false seq storage replica command go initiating a split of this range at key system tse sql lease go publish descid eventlog version mtime utc storage replica command go initiating a split of this range at key table systemconfigspan start storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table sql event log go event set cluster setting target info settingname diagnostics reporting enabled value true user node storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table sql event log go event set cluster setting target info settingname version value user node storage intent resolver go failed to push during intent resolution failed to push split id key local range table rangedescriptor rw true pri iso serializable stat pending epo ts orig max wto false rop false seq storage replica command go initiating a split of this range at key table sql event log go event set cluster setting target info settingname trace debug enable value false user node storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table storage replica command go initiating a split of this range at key table sql event log go event alter table target info tablename users statement alter table system users add column if not exists isrole bool not null default false user node mutationid cascadedroppedviews storage intent resolver go failed to push during intent resolution failed to push split id key local range table rangedescriptor rw true pri iso serializable stat pending epo ts orig max wto false rop false seq storage replica command go initiating a split of this range at key table sql lease go publish descid users version mtime utc storage replica command go initiating a split of this range at key table sql lease go publish descid users version mtime utc storage intent resolver go failed to push during intent resolution failed to push split id key local range table rangedescriptor rw true pri iso serializable stat pending epo ts orig max wto false rop false seq storage replica command go initiating a split of this range at key table sql backfill go running backfill for users v m storage replica command go initiating a split of this range at key table storage intent resolver go failed to push during intent resolution failed to push split id key local range table rangedescriptor rw true pri iso serializable stat pending epo ts orig max wto false rop false seq storage replica command go initiating a split of this range at key table sql lease go publish descid users version mtime utc sql event log go event finish schema change target info mutationid sql lease go publish count leases descid name users version count sql lease go publish count leases descid name users version count server server go done ensuring all necessary migrations have run server server go serving sql connections sql event log go event node join target info descriptor nodeid address networkfield tcp addressfield attrs locality serverversion clusterid startedat lastup server status runtime go could not parse build timestamp parsing time as cannot parse as server config go storage engine initialized server config go rocksdb cache size mib server config go store in memory size b gossip gossip go no incoming or outgoing connections server server go no stores bootstrapped and join flag specified awaiting init command gossip client go started gossip client to gossip server go received initial cluster verification connection from tcp storage stores go read node addresses from persistent storage storage stores go wrote node addresses to persistent storage server node go connecting to gossip network to verify cluster id server node go node connected via gossip and verified as part of cluster kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping server node go new node allocated id gossip gossip go nodedescriptor set to node id address attrs locality serverversion server node go node asynchronously bootstrapping engine s server node go node started with engine s and attributes storage stores go wrote node addresses to persistent storage sql distsql physical planner go creating distsqlplanner with address tcp server server go starting https server at server server go starting grpc postgres server at server server go advertising cockroachdb node at server server go done ensuring all necessary migrations have run server server go serving sql connections server node go bootstrapped store sql event log go event node join target info descriptor nodeid address networkfield tcp addressfield attrs locality serverversion clusterid startedat lastup server status runtime go could not parse build timestamp parsing time as cannot parse as server config go storage engine initialized server config go rocksdb cache size mib server config go store in memory size b gossip gossip go no incoming or outgoing connections server server go no stores bootstrapped and join flag specified awaiting init command gossip server go received initial cluster verification connection from tcp gossip client go started gossip client to storage stores go read node addresses from persistent storage storage stores go wrote node addresses to persistent storage server node go connecting to gossip network to verify cluster id server node go node connected via gossip and verified as part of cluster kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping server node go new node allocated id gossip gossip go nodedescriptor set to node id address attrs locality serverversion server node go node asynchronously bootstrapping engine s server node go node started with engine s and attributes sql distsql physical planner go creating distsqlplanner with address tcp server server go starting https server at server server go starting grpc postgres server at server server go advertising cockroachdb node at storage stores go wrote node addresses to persistent storage storage stores go wrote node addresses to persistent storage server server go done ensuring all necessary migrations have run server server go serving sql connections server node go bootstrapped store storage replica raftstorage go generated preemptive snapshot at index sql event log go event node join target info descriptor nodeid address networkfield tcp addressfield attrs locality serverversion clusterid startedat lastup server status runtime go could not parse build timestamp parsing time as cannot parse as server config go storage engine initialized server config go rocksdb cache size mib server config go store in memory size b gossip gossip go no incoming or outgoing connections server server go no stores bootstrapped and join flag specified awaiting init command storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table storage replica go proposing add replica updated next gossip client go started gossip client to gossip server go received initial cluster verification connection from tcp storage replica raftstorage go generated preemptive snapshot at index storage raft transport go raft transport stream to node established storage stores go read node addresses from persistent storage storage stores go wrote node addresses to persistent storage server node go connecting to gossip network to verify cluster id server node go node connected via gossip and verified as part of cluster kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping server node go new node allocated id gossip gossip go nodedescriptor set to node id address attrs locality serverversion server node go node asynchronously bootstrapping engine s server node go node started with engine s and attributes sql distsql physical planner go creating distsqlplanner with address tcp storage stores go wrote node addresses to persistent storage storage stores go wrote node addresses to persistent storage storage stores go wrote node addresses to persistent storage server server go starting https server at server server go starting grpc postgres server at server server go advertising cockroachdb node at server server go done ensuring all necessary migrations have run server server go serving sql connections storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in server node go bootstrapped store storage replica command go change replicas add replica read existing descriptor table server status runtime go could not parse build timestamp parsing time as cannot parse as storage replica go proposing add replica updated next server config go storage engine initialized server config go rocksdb cache size mib server config go store in memory size b gossip gossip go no incoming or outgoing connections storage replica raftstorage go generated preemptive snapshot at index server server go no stores bootstrapped and join flag specified awaiting init command sql event log go event node join target info descriptor nodeid address networkfield tcp addressfield attrs locality serverversion clusterid startedat lastup storage raft transport go raft transport stream to node established storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table gossip client go started gossip client to gossip server go received initial cluster verification connection from tcp storage stores go read node addresses from persistent storage storage stores go wrote node addresses to persistent storage server node go connecting to gossip network to verify cluster id server node go node connected via gossip and verified as part of cluster storage stores go wrote node addresses to persistent storage storage replica go proposing add replica updated next kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping storage replica raftstorage go generated preemptive snapshot at index kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping storage raft transport go raft transport stream to node established storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in kv dist sender go unable to determine this node s attributes for replica selection node is most likely bootstrapping server node go new node allocated id gossip gossip go nodedescriptor set to node id address attrs locality serverversion server node go node asynchronously bootstrapping engine s server node go node started with engine s and attributes sql distsql physical planner go creating distsqlplanner with address tcp storage replica command go change replicas add replica read existing descriptor table gossip server go refusing gossip from node max conns forwarding to tcp gossip client go closing client to node received forward from node to storage stores go wrote node addresses to persistent storage storage stores go wrote node addresses to persistent storage gossip gossip go node has connected to cluster via gossip storage stores go wrote node addresses to persistent storage server server go starting https server at server server go starting grpc postgres server at server server go advertising cockroachdb node at sql jobs registry go unable to get node liveness node not in the liveness table storage stores go wrote node addresses to persistent storage storage stores go wrote node addresses to persistent storage server server go done ensuring all necessary migrations have run server server go serving sql connections server node go bootstrapped store storage replica go proposing add replica updated next gossip client go started gossip client to storage replica raftstorage go generated preemptive snapshot at index testutils testcluster testcluster go has underreplicated ranges storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries testutils testcluster testcluster go has underreplicated ranges sql event log go event node join target info descriptor nodeid address networkfield tcp addressfield attrs locality serverversion clusterid startedat lastup storage replica raftstorage go applied preemptive snapshot in testutils testcluster testcluster go has underreplicated ranges storage replica command go change replicas add replica read existing descriptor system ts d e testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in testutils testcluster testcluster go has underreplicated ranges storage replica command go change replicas add replica read existing descriptor system nodeliveness max storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index testutils testcluster testcluster go has underreplicated ranges testutils testcluster testcluster go has underreplicated ranges storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage raft transport go raft transport stream to node established storage store go streamed snapshot to kv pairs log entries rate limit mib sec testutils testcluster testcluster go has underreplicated ranges storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table systemconfigspan start storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index testutils testcluster testcluster go has underreplicated ranges storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in testutils testcluster testcluster go has underreplicated ranges storage replica command go change replicas add replica read existing descriptor system tse table systemconfigspan start storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries testutils testcluster testcluster go has underreplicated ranges storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries testutils testcluster testcluster go has underreplicated ranges storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor min system testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index testutils testcluster testcluster go has underreplicated ranges storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index testutils testcluster testcluster go has underreplicated ranges storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor system nodeliveness testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec testutils testcluster testcluster go has underreplicated ranges storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index testutils testcluster testcluster go has underreplicated ranges storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table max testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries testutils testcluster testcluster go has underreplicated ranges storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table systemconfigspan start testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica proposal go new range lease repl seq start epo pro following repl seq start exp pro storage replica raftstorage go generated preemptive snapshot at index storage replica proposal go new range lease repl seq start epo pro following repl seq start exp pro storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica proposal go new range lease repl seq start epo pro following repl seq start exp pro testutils testcluster testcluster go has underreplicated ranges storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor system nodelivenessmax tsd storage replica go proposing add replica updated next storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries testutils testcluster testcluster go has underreplicated ranges storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor system nodeliveness max testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica proposal go new range lease repl seq start epo pro following repl seq start exp pro storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor table max testutils testcluster testcluster go has underreplicated ranges storage replica go proposing add replica updated next storage replica proposal go new range lease repl seq start epo pro following repl seq start exp pro storage replica proposal go new range lease repl seq start epo pro following repl seq start exp pro storage replica raftstorage go generated preemptive snapshot at index storage replica raftstorage go generated preemptive snapshot at index storage replica raftstorage go generated preemptive snapshot at index testutils testcluster testcluster go has underreplicated ranges storage replica proposal go new range lease repl seq start epo pro following repl seq start exp pro storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries testutils testcluster testcluster go has underreplicated ranges storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas add replica read existing descriptor min system storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage raft transport go raft transport stream to node established storage store go streamed snapshot to kv pairs log entries rate limit mib sec testutils testcluster testcluster go has underreplicated ranges storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica go proposing add replica updated next storage replica command go change replicas add replica read existing descriptor table storage store go streamed snapshot to kv pairs log entries rate limit mib sec storage replica command go change replicas add replica read existing descriptor table storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in please assign take a look and update the issue accordingly
1
26,694
4,777,587,240
IssuesEvent
2016-10-27 16:42:17
wheeler-microfluidics/microdrop
https://api.github.com/repos/wheeler-microfluidics/microdrop
closed
No software limits on voltage, current or frequency (Trac #3)
defect microdrop Migrated from Trac
The software should enforce limits on voltage and current (and maybe frequency) to prevent damage to the electronics. In the future, it may make sense warn users about potential damage to their device, though this would require more information about the modes of failure. Migrated from http://microfluidics.utoronto.ca/ticket/3 ```json { "status": "closed", "changetime": "2014-11-06T21:45:19", "description": "The software should enforce limits on voltage and current (and maybe frequency) to prevent damage to the electronics. In the future, it may make sense warn users about potential damage to their device, though this would require more information about the modes of failure.", "reporter": "ryan", "cc": "", "resolution": "duplicate", "_ts": "1415310319042497", "component": "microdrop", "summary": "No software limits on voltage, current or frequency", "priority": "major", "keywords": "", "version": "0.1", "time": "2011-09-18T05:12:44", "milestone": "Microdrop 1.1", "owner": "ryan", "type": "defect" } ```
1.0
No software limits on voltage, current or frequency (Trac #3) - The software should enforce limits on voltage and current (and maybe frequency) to prevent damage to the electronics. In the future, it may make sense warn users about potential damage to their device, though this would require more information about the modes of failure. Migrated from http://microfluidics.utoronto.ca/ticket/3 ```json { "status": "closed", "changetime": "2014-11-06T21:45:19", "description": "The software should enforce limits on voltage and current (and maybe frequency) to prevent damage to the electronics. In the future, it may make sense warn users about potential damage to their device, though this would require more information about the modes of failure.", "reporter": "ryan", "cc": "", "resolution": "duplicate", "_ts": "1415310319042497", "component": "microdrop", "summary": "No software limits on voltage, current or frequency", "priority": "major", "keywords": "", "version": "0.1", "time": "2011-09-18T05:12:44", "milestone": "Microdrop 1.1", "owner": "ryan", "type": "defect" } ```
non_test
no software limits on voltage current or frequency trac the software should enforce limits on voltage and current and maybe frequency to prevent damage to the electronics in the future it may make sense warn users about potential damage to their device though this would require more information about the modes of failure migrated from json status closed changetime description the software should enforce limits on voltage and current and maybe frequency to prevent damage to the electronics in the future it may make sense warn users about potential damage to their device though this would require more information about the modes of failure reporter ryan cc resolution duplicate ts component microdrop summary no software limits on voltage current or frequency priority major keywords version time milestone microdrop owner ryan type defect
0
99,734
8,709,737,345
IssuesEvent
2018-12-06 14:45:17
edenlabllc/ehealth.api
https://api.github.com/repos/edenlabllc/ehealth.api
closed
Add validation on Codeable_Concept
priority/critical status/test
Add dictionary validation on all fields in ME that are codeable_concept and coding https://edenlab.atlassian.net/wiki/spaces/EH/pages/602800163/Medical+Events+MongoDB+Data+Model Dictionary = system --------- ## Episode - [x] status_reason | codeable_concept ## Encounter - [x] cancellation_reason | codeable_concept - [x] class | coding - [x] type | codeable_concept - [x] reasons| [codeable_concept ] - [x] actions|[ codeable_concept] ## Condition - [x] severity | codeable_concept - [x] code| codeable_concept - [x] body_sites | [codeable_concept] - [x] evidence.codes | [codeable_concept] - [x] stage.summary | codeable_concept - [x] source.report_origin | codeable_concept ## Observation - [x] categories | [codeable_concept ] + - [x] code | codeable_concept + - [x] interpretation | codeable_concept - [x] body_site | codeable_concept + - [x] method | codeable_concept - [x] report_origin | codeable_concept ## Immunization - [x] vaccine_code | codeable_concept + - [x] source.report_origin| codeable_concept - [x] site| codeable_concept + - [x] route| codeable_concept + - [x] explanation.value | codeable_concept - [x] vaccination_protocol.authority | codeable_concept + - [x] vaccination_protocol.target_diseases | [ codeable_concept] - [x] vaccination_protocol.dose_status | codeable_concept + - [x] vaccination_protocol.dose_status_reason| codeable_concept ## Allergy_intolerance - [x] code| codeable_concept - [x] source.report_origin| codeable_concept # Validation principles ### Validate coding Extract **system** from object and validate **code** against this **system** * system - name of the dictionary in eHealth * code - value in such dictionary ``` { "system": "eHealth/encounter_classes", "code": "AMB" } ```
1.0
Add validation on Codeable_Concept - Add dictionary validation on all fields in ME that are codeable_concept and coding https://edenlab.atlassian.net/wiki/spaces/EH/pages/602800163/Medical+Events+MongoDB+Data+Model Dictionary = system --------- ## Episode - [x] status_reason | codeable_concept ## Encounter - [x] cancellation_reason | codeable_concept - [x] class | coding - [x] type | codeable_concept - [x] reasons| [codeable_concept ] - [x] actions|[ codeable_concept] ## Condition - [x] severity | codeable_concept - [x] code| codeable_concept - [x] body_sites | [codeable_concept] - [x] evidence.codes | [codeable_concept] - [x] stage.summary | codeable_concept - [x] source.report_origin | codeable_concept ## Observation - [x] categories | [codeable_concept ] + - [x] code | codeable_concept + - [x] interpretation | codeable_concept - [x] body_site | codeable_concept + - [x] method | codeable_concept - [x] report_origin | codeable_concept ## Immunization - [x] vaccine_code | codeable_concept + - [x] source.report_origin| codeable_concept - [x] site| codeable_concept + - [x] route| codeable_concept + - [x] explanation.value | codeable_concept - [x] vaccination_protocol.authority | codeable_concept + - [x] vaccination_protocol.target_diseases | [ codeable_concept] - [x] vaccination_protocol.dose_status | codeable_concept + - [x] vaccination_protocol.dose_status_reason| codeable_concept ## Allergy_intolerance - [x] code| codeable_concept - [x] source.report_origin| codeable_concept # Validation principles ### Validate coding Extract **system** from object and validate **code** against this **system** * system - name of the dictionary in eHealth * code - value in such dictionary ``` { "system": "eHealth/encounter_classes", "code": "AMB" } ```
test
add validation on codeable concept add dictionary validation on all fields in me that are codeable concept and coding dictionary system episode status reason codeable concept encounter cancellation reason codeable concept class coding type codeable concept reasons actions condition severity codeable concept code codeable concept body sites evidence codes stage summary codeable concept source report origin codeable concept observation categories code codeable concept interpretation codeable concept body site codeable concept method codeable concept report origin codeable concept immunization vaccine code codeable concept source report origin codeable concept site codeable concept route codeable concept explanation value codeable concept vaccination protocol authority codeable concept vaccination protocol target diseases vaccination protocol dose status codeable concept vaccination protocol dose status reason codeable concept allergy intolerance code codeable concept source report origin codeable concept validation principles validate coding extract system from object and validate code against this system system name of the dictionary in ehealth code value in such dictionary system ehealth encounter classes code amb
1
176,914
13,668,821,305
IssuesEvent
2020-09-29 00:06:52
makerdao/community-portal
https://api.github.com/repos/makerdao/community-portal
closed
Testing- Process Page- Work with Us/ Funding
testing
[Process Page Guide](https://www.notion.so/Process-page-example-using-GitHub-ad1e9bdc00214d4aa2fad4e7244d7821) - Self-Assign this ticket corresponding to a group of pages - Add your name to the `owner` in [content sprint page](https://docs.google.com/spreadsheets/d/1nk3fCBEIstY_wkSBvZReEPjBzm2GOXEGpeLDEZWrhcI/edit#gid=0) to a group of pages. To see action pages only filter the `qa task` column. Test away! #### Work with us/Content/Writing Style Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/Reviewer Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/installation guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/Pallette - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/content-guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/Icons - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/Visual Style Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Meetups/Getting Started Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Meetups/Events Formats Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Meetups/Promotion Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Meetups/Budget Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Hackathons/Guide to Hacking - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Governance and risk meetings/Take notes/Formatting guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Governance and risk meetings/Take notes/Governance call template - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Funding/Development grants/grantee playbook - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2
1.0
Testing- Process Page- Work with Us/ Funding - [Process Page Guide](https://www.notion.so/Process-page-example-using-GitHub-ad1e9bdc00214d4aa2fad4e7244d7821) - Self-Assign this ticket corresponding to a group of pages - Add your name to the `owner` in [content sprint page](https://docs.google.com/spreadsheets/d/1nk3fCBEIstY_wkSBvZReEPjBzm2GOXEGpeLDEZWrhcI/edit#gid=0) to a group of pages. To see action pages only filter the `qa task` column. Test away! #### Work with us/Content/Writing Style Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/Reviewer Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/installation guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/Pallette - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/content-guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/Icons - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Content/Visual Style Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Meetups/Getting Started Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Meetups/Events Formats Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Meetups/Promotion Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Meetups/Budget Guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Hackathons/Guide to Hacking - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Governance and risk meetings/Take notes/Formatting guide - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Work with us/Governance and risk meetings/Take notes/Governance call template - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2 #### Funding/Development grants/grantee playbook - [x] Phone browser 1 - [x] Phone browser 2 - [x] Desktop browser 1 - [x] Desktop browser 2
test
testing process page work with us funding self assign this ticket corresponding to a group of pages add your name to the owner in to a group of pages to see action pages only filter the qa task column test away work with us content writing style guide phone browser phone browser desktop browser desktop browser work with us content reviewer guide phone browser phone browser desktop browser desktop browser work with us content installation guide phone browser phone browser desktop browser desktop browser work with us content pallette phone browser phone browser desktop browser desktop browser work with us content content guide phone browser phone browser desktop browser desktop browser work with us content icons phone browser phone browser desktop browser desktop browser work with us content visual style guide phone browser phone browser desktop browser desktop browser work with us meetups getting started guide phone browser phone browser desktop browser desktop browser work with us meetups events formats guide phone browser phone browser desktop browser desktop browser work with us meetups promotion guide phone browser phone browser desktop browser desktop browser work with us meetups budget guide phone browser phone browser desktop browser desktop browser work with us hackathons guide to hacking phone browser phone browser desktop browser desktop browser work with us governance and risk meetings take notes formatting guide phone browser phone browser desktop browser desktop browser work with us governance and risk meetings take notes governance call template phone browser phone browser desktop browser desktop browser funding development grants grantee playbook phone browser phone browser desktop browser desktop browser
1
77,117
7,565,116,994
IssuesEvent
2018-04-21 05:50:54
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Cluster gets to "unavailable" state and back to "active" often.
kind/bug priority/0 status/to-test version/2.0
Rancher server - Apr 17 build from master Create any kind of cluster ( Custom/DO/AWS) and wait for the cluster to get to active sate. Create few workloads. After sometime , notice that cluster gets to "unavailable" state and back to "active" often. Following are the logs seen when cluster gets to "unavailable" state: ``` 2018/04/17 23:22:28 [ERROR] Unknown error: Get https://<ip>:6443/api/v1/namespaces: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kube-ca") 2018/04/17 23:22:28 [ERROR] Unknown error: Get https://18.221.24.126:6443/api/v1/persistentvolumes: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kube-ca") 2018/04/17 23:22:28 [ERROR] Unknown error: Get https://<ip>:6443/api/v1/pods: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kube-ca") ... .... E0417 23:22:28.920159 1 watch.go:228] unable to encode watch object: write tcp 127.0.0.1:6443->127.0.0.1:44160: write: connection reset by peer (&streaming.encoder{writer:(*metrics.fancyResponseWriterDelegator)(0xc4358c3df0), encoder:(*versioning.codec)(0xc43c625dd0), buf:(*bytes.Buffer)(0xc42e580e70)}) 2018/04/17 23:22:31 [ERROR] Cluster c-rsztk is unavaliable, stopping controllers and waiting for successful ping: Failed to communicate with API server: Get https://<ip>:6443/api/v1/componentstatuses: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kube-ca") 2018/04/17 23:22:31 [INFO] Stopping cluster agent forc-rsztk 2018/04/17 23:22:31 [INFO] Shutting down CronJobController controller 2018/04/17 23:22:31 [INFO] Shutting down JobController controller 2018/04/17 23:22:31 [INFO] Shutting down IngressController controller 2018/04/17 23:22:31 [INFO] Shutting down PodSecurityPolicyController controller 2018/04/17 23:22:31 [INFO] Shutting down SourceCodeRepositoryController controller 2018/04/17 23:22:31 [INFO] Shutting down RoleController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterRoleController controller 2018/04/17 23:22:31 [INFO] Shutting down RoleBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterRoleBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down EndpointsController controller 2018/04/17 23:22:31 [INFO] Shutting down ServiceAccountController controller 2018/04/17 23:22:31 [INFO] Shutting down SecretController controller 2018/04/17 23:22:31 [INFO] Shutting down NamespaceController controller 2018/04/17 23:22:31 [INFO] Shutting down EventController controller 2018/04/17 23:22:31 [INFO] Shutting down ReplicationControllerController controller 2018/04/17 23:22:31 [INFO] Shutting down NodeController controller 2018/04/17 23:22:31 [INFO] Shutting down PodController controller 2018/04/17 23:22:31 [INFO] Shutting down ServiceController controller 2018/04/17 23:22:31 [INFO] Shutting down StatefulSetController controller 2018/04/17 23:22:31 [INFO] Shutting down DaemonSetController controller 2018/04/17 23:22:31 [INFO] Shutting down ReplicaSetController controller 2018/04/17 23:22:31 [INFO] Shutting down DeploymentController controller 2018/04/17 23:22:31 [INFO] Shutting down NamespaceController controller 2018/04/17 23:22:31 [INFO] Shutting down SecretController controller 2018/04/17 23:22:31 [INFO] Shutting down NamespaceComposeConfigController controller 2018/04/17 23:22:31 [INFO] Shutting down AppController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterComposeConfigController controller 2018/04/17 23:22:31 [INFO] Shutting down PodSecurityPolicyTemplateProjectBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down PodSecurityPolicyTemplateController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterPipelineController controller 2018/04/17 23:22:31 [INFO] Shutting down SourceCodeCredentialController controller 2018/04/17 23:22:31 [INFO] Shutting down PipelineExecutionLogController controller 2018/04/17 23:22:31 [INFO] Shutting down PipelineExecutionController controller 2018/04/17 23:22:31 [INFO] Shutting down PipelineController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectNetworkPolicyController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterLoggingController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectLoggingController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterLoggingController controller 2018/04/17 23:22:31 [INFO] Shutting down GlobalRoleBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterController controller 2018/04/17 23:22:31 [INFO] Shutting down RoleTemplateController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterRoleTemplateBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectRoleTemplateBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down NodeController controller 2018/04/17 23:22:31 [INFO] Shutting down NotifierController controller 2018/04/17 23:22:31 [INFO] Shutting down NotifierController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectAlertController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterAlertController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectController controller 2018/04/17 23:22:31 [INFO] Shutting down NetworkPolicyController controller 2018/04/17 23:22:31 [INFO] Cluster c-rsztk may be back online 2018/04/17 23:22:31 [INFO] Starting cluster agent forc-rsztk 2018/04/17 23:22:31 [INFO] Registering project network policy 2018/04/17 23:22:31 [INFO] Registering namespaceHandler for adding labels 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy cluster handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy project handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy namespace handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy serviceaccount handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy template handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] Starting cluster controllers for c-rsztk 2018/04/17 23:22:31 [INFO] Syncing NetworkPolicyController Controller 2018/04/17 23:22:31 [INFO] Syncing JobController Controller 2018/04/17 23:22:31 [INFO] Syncing IngressController Controller 2018/04/17 23:22:31 [INFO] Syncing CronJobController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterComposeConfigController Controller 2018/04/17 23:22:31 [INFO] Syncing EndpointsController Controller 2018/04/17 23:22:31 [INFO] Syncing RoleController Controller 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyController Controller 2018/04/17 23:22:31 [INFO] Syncing ServiceController Controller 2018/04/17 23:22:31 [INFO] Syncing PodController Controller 2018/04/17 23:22:31 [INFO] Syncing NodeController Controller 2018/04/17 23:22:31 [INFO] Syncing ReplicationControllerController Controller 2018/04/17 23:22:31 [INFO] Syncing EventController Controller 2018/04/17 23:22:31 [INFO] Syncing NamespaceController Controller 2018/04/17 23:22:31 [INFO] Syncing NamespaceComposeConfigController Controller 2018/04/17 23:22:31 [INFO] Syncing SecretController Controller 2018/04/17 23:22:31 [INFO] Syncing ServiceAccountController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing RoleBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleController Controller 2018/04/17 23:22:31 [INFO] Syncing NamespaceController Controller 2018/04/17 23:22:31 [INFO] Syncing StatefulSetController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterAlertController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectAlertController Controller 2018/04/17 23:22:31 [INFO] Syncing NotifierController Controller 2018/04/17 23:22:31 [INFO] Syncing NotifierController Controller 2018/04/17 23:22:31 [INFO] Syncing NodeController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectRoleTemplateBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleTemplateBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing RoleTemplateController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterController Controller 2018/04/17 23:22:31 [INFO] Syncing GlobalRoleBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterLoggingController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectLoggingController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterLoggingController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectNetworkPolicyController Controller 2018/04/17 23:22:31 [INFO] Syncing PipelineController Controller 2018/04/17 23:22:31 [INFO] Syncing PipelineExecutionController Controller 2018/04/17 23:22:31 [INFO] Syncing PipelineExecutionLogController Controller 2018/04/17 23:22:31 [INFO] Syncing SourceCodeCredentialController Controller 2018/04/17 23:22:31 [INFO] Syncing SourceCodeRepositoryController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterPipelineController Controller 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyTemplateController Controller 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyTemplateProjectBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing AppController Controller 2018/04/17 23:22:31 [INFO] Syncing SecretController Controller 2018/04/17 23:22:31 [INFO] Syncing DeploymentController Controller 2018/04/17 23:22:31 [INFO] Syncing ReplicaSetController Controller 2018/04/17 23:22:31 [INFO] Syncing DaemonSetController Controller 2018/04/17 23:22:31 [INFO] Syncing NetworkPolicyController Controller Done 2018/04/17 23:22:31 [INFO] Syncing IngressController Controller Done 2018/04/17 23:22:31 [INFO] Syncing EndpointsController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NamespaceComposeConfigController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterController Controller Done 2018/04/17 23:22:31 [INFO] Syncing CronJobController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterComposeConfigController Controller Done 2018/04/17 23:22:31 [INFO] Syncing RoleController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyController Controller Done 2018/04/17 23:22:31 [INFO] Syncing JobController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PodController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NamespaceController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterAlertController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectAlertController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NotifierController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NotifierController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NodeController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectRoleTemplateBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleTemplateBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing RoleTemplateController Controller Done 2018/04/17 23:22:31 [INFO] Syncing SourceCodeRepositoryController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterPipelineController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterLoggingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyTemplateController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectNetworkPolicyController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PipelineController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PipelineExecutionController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PipelineExecutionLogController Controller Done 2018/04/17 23:22:31 [INFO] Syncing SourceCodeCredentialController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectLoggingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing AppController Controller Done 2018/04/17 23:22:31 [INFO] Syncing SecretController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterLoggingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing GlobalRoleBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyTemplateProjectBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ServiceController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NamespaceController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NodeController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ReplicationControllerController Controller Done 2018/04/17 23:22:31 [INFO] Syncing SecretController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ServiceAccountController Controller Done 2018/04/17 23:22:31 [INFO] Syncing EventController Controller Done 2018/04/17 23:22:31 [INFO] Syncing RoleBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleController Controller Done 2018/04/17 23:22:31 [INFO] Syncing StatefulSetController Controller Done 2018/04/17 23:22:31 [INFO] Syncing DeploymentController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ReplicaSetController Controller Done 2018/04/17 23:22:31 [INFO] Syncing DaemonSetController Controller Don ```
1.0
Cluster gets to "unavailable" state and back to "active" often. - Rancher server - Apr 17 build from master Create any kind of cluster ( Custom/DO/AWS) and wait for the cluster to get to active sate. Create few workloads. After sometime , notice that cluster gets to "unavailable" state and back to "active" often. Following are the logs seen when cluster gets to "unavailable" state: ``` 2018/04/17 23:22:28 [ERROR] Unknown error: Get https://<ip>:6443/api/v1/namespaces: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kube-ca") 2018/04/17 23:22:28 [ERROR] Unknown error: Get https://18.221.24.126:6443/api/v1/persistentvolumes: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kube-ca") 2018/04/17 23:22:28 [ERROR] Unknown error: Get https://<ip>:6443/api/v1/pods: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kube-ca") ... .... E0417 23:22:28.920159 1 watch.go:228] unable to encode watch object: write tcp 127.0.0.1:6443->127.0.0.1:44160: write: connection reset by peer (&streaming.encoder{writer:(*metrics.fancyResponseWriterDelegator)(0xc4358c3df0), encoder:(*versioning.codec)(0xc43c625dd0), buf:(*bytes.Buffer)(0xc42e580e70)}) 2018/04/17 23:22:31 [ERROR] Cluster c-rsztk is unavaliable, stopping controllers and waiting for successful ping: Failed to communicate with API server: Get https://<ip>:6443/api/v1/componentstatuses: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kube-ca") 2018/04/17 23:22:31 [INFO] Stopping cluster agent forc-rsztk 2018/04/17 23:22:31 [INFO] Shutting down CronJobController controller 2018/04/17 23:22:31 [INFO] Shutting down JobController controller 2018/04/17 23:22:31 [INFO] Shutting down IngressController controller 2018/04/17 23:22:31 [INFO] Shutting down PodSecurityPolicyController controller 2018/04/17 23:22:31 [INFO] Shutting down SourceCodeRepositoryController controller 2018/04/17 23:22:31 [INFO] Shutting down RoleController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterRoleController controller 2018/04/17 23:22:31 [INFO] Shutting down RoleBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterRoleBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down EndpointsController controller 2018/04/17 23:22:31 [INFO] Shutting down ServiceAccountController controller 2018/04/17 23:22:31 [INFO] Shutting down SecretController controller 2018/04/17 23:22:31 [INFO] Shutting down NamespaceController controller 2018/04/17 23:22:31 [INFO] Shutting down EventController controller 2018/04/17 23:22:31 [INFO] Shutting down ReplicationControllerController controller 2018/04/17 23:22:31 [INFO] Shutting down NodeController controller 2018/04/17 23:22:31 [INFO] Shutting down PodController controller 2018/04/17 23:22:31 [INFO] Shutting down ServiceController controller 2018/04/17 23:22:31 [INFO] Shutting down StatefulSetController controller 2018/04/17 23:22:31 [INFO] Shutting down DaemonSetController controller 2018/04/17 23:22:31 [INFO] Shutting down ReplicaSetController controller 2018/04/17 23:22:31 [INFO] Shutting down DeploymentController controller 2018/04/17 23:22:31 [INFO] Shutting down NamespaceController controller 2018/04/17 23:22:31 [INFO] Shutting down SecretController controller 2018/04/17 23:22:31 [INFO] Shutting down NamespaceComposeConfigController controller 2018/04/17 23:22:31 [INFO] Shutting down AppController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterComposeConfigController controller 2018/04/17 23:22:31 [INFO] Shutting down PodSecurityPolicyTemplateProjectBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down PodSecurityPolicyTemplateController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterPipelineController controller 2018/04/17 23:22:31 [INFO] Shutting down SourceCodeCredentialController controller 2018/04/17 23:22:31 [INFO] Shutting down PipelineExecutionLogController controller 2018/04/17 23:22:31 [INFO] Shutting down PipelineExecutionController controller 2018/04/17 23:22:31 [INFO] Shutting down PipelineController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectNetworkPolicyController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterLoggingController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectLoggingController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterLoggingController controller 2018/04/17 23:22:31 [INFO] Shutting down GlobalRoleBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterController controller 2018/04/17 23:22:31 [INFO] Shutting down RoleTemplateController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterRoleTemplateBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectRoleTemplateBindingController controller 2018/04/17 23:22:31 [INFO] Shutting down NodeController controller 2018/04/17 23:22:31 [INFO] Shutting down NotifierController controller 2018/04/17 23:22:31 [INFO] Shutting down NotifierController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectAlertController controller 2018/04/17 23:22:31 [INFO] Shutting down ClusterAlertController controller 2018/04/17 23:22:31 [INFO] Shutting down ProjectController controller 2018/04/17 23:22:31 [INFO] Shutting down NetworkPolicyController controller 2018/04/17 23:22:31 [INFO] Cluster c-rsztk may be back online 2018/04/17 23:22:31 [INFO] Starting cluster agent forc-rsztk 2018/04/17 23:22:31 [INFO] Registering project network policy 2018/04/17 23:22:31 [INFO] Registering namespaceHandler for adding labels 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy cluster handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy project handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy namespace handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy serviceaccount handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] registering podsecuritypolicy template handler for cluster c-rsztk 2018/04/17 23:22:31 [INFO] Starting cluster controllers for c-rsztk 2018/04/17 23:22:31 [INFO] Syncing NetworkPolicyController Controller 2018/04/17 23:22:31 [INFO] Syncing JobController Controller 2018/04/17 23:22:31 [INFO] Syncing IngressController Controller 2018/04/17 23:22:31 [INFO] Syncing CronJobController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterComposeConfigController Controller 2018/04/17 23:22:31 [INFO] Syncing EndpointsController Controller 2018/04/17 23:22:31 [INFO] Syncing RoleController Controller 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyController Controller 2018/04/17 23:22:31 [INFO] Syncing ServiceController Controller 2018/04/17 23:22:31 [INFO] Syncing PodController Controller 2018/04/17 23:22:31 [INFO] Syncing NodeController Controller 2018/04/17 23:22:31 [INFO] Syncing ReplicationControllerController Controller 2018/04/17 23:22:31 [INFO] Syncing EventController Controller 2018/04/17 23:22:31 [INFO] Syncing NamespaceController Controller 2018/04/17 23:22:31 [INFO] Syncing NamespaceComposeConfigController Controller 2018/04/17 23:22:31 [INFO] Syncing SecretController Controller 2018/04/17 23:22:31 [INFO] Syncing ServiceAccountController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing RoleBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleController Controller 2018/04/17 23:22:31 [INFO] Syncing NamespaceController Controller 2018/04/17 23:22:31 [INFO] Syncing StatefulSetController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterAlertController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectAlertController Controller 2018/04/17 23:22:31 [INFO] Syncing NotifierController Controller 2018/04/17 23:22:31 [INFO] Syncing NotifierController Controller 2018/04/17 23:22:31 [INFO] Syncing NodeController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectRoleTemplateBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleTemplateBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing RoleTemplateController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterController Controller 2018/04/17 23:22:31 [INFO] Syncing GlobalRoleBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterLoggingController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectLoggingController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterLoggingController Controller 2018/04/17 23:22:31 [INFO] Syncing ProjectNetworkPolicyController Controller 2018/04/17 23:22:31 [INFO] Syncing PipelineController Controller 2018/04/17 23:22:31 [INFO] Syncing PipelineExecutionController Controller 2018/04/17 23:22:31 [INFO] Syncing PipelineExecutionLogController Controller 2018/04/17 23:22:31 [INFO] Syncing SourceCodeCredentialController Controller 2018/04/17 23:22:31 [INFO] Syncing SourceCodeRepositoryController Controller 2018/04/17 23:22:31 [INFO] Syncing ClusterPipelineController Controller 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyTemplateController Controller 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyTemplateProjectBindingController Controller 2018/04/17 23:22:31 [INFO] Syncing AppController Controller 2018/04/17 23:22:31 [INFO] Syncing SecretController Controller 2018/04/17 23:22:31 [INFO] Syncing DeploymentController Controller 2018/04/17 23:22:31 [INFO] Syncing ReplicaSetController Controller 2018/04/17 23:22:31 [INFO] Syncing DaemonSetController Controller 2018/04/17 23:22:31 [INFO] Syncing NetworkPolicyController Controller Done 2018/04/17 23:22:31 [INFO] Syncing IngressController Controller Done 2018/04/17 23:22:31 [INFO] Syncing EndpointsController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NamespaceComposeConfigController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterController Controller Done 2018/04/17 23:22:31 [INFO] Syncing CronJobController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterComposeConfigController Controller Done 2018/04/17 23:22:31 [INFO] Syncing RoleController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyController Controller Done 2018/04/17 23:22:31 [INFO] Syncing JobController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PodController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NamespaceController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterAlertController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectAlertController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NotifierController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NotifierController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NodeController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectRoleTemplateBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleTemplateBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing RoleTemplateController Controller Done 2018/04/17 23:22:31 [INFO] Syncing SourceCodeRepositoryController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterPipelineController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterLoggingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyTemplateController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectNetworkPolicyController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PipelineController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PipelineExecutionController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PipelineExecutionLogController Controller Done 2018/04/17 23:22:31 [INFO] Syncing SourceCodeCredentialController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ProjectLoggingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing AppController Controller Done 2018/04/17 23:22:31 [INFO] Syncing SecretController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterLoggingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing GlobalRoleBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing PodSecurityPolicyTemplateProjectBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ServiceController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NamespaceController Controller Done 2018/04/17 23:22:31 [INFO] Syncing NodeController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ReplicationControllerController Controller Done 2018/04/17 23:22:31 [INFO] Syncing SecretController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ServiceAccountController Controller Done 2018/04/17 23:22:31 [INFO] Syncing EventController Controller Done 2018/04/17 23:22:31 [INFO] Syncing RoleBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleBindingController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ClusterRoleController Controller Done 2018/04/17 23:22:31 [INFO] Syncing StatefulSetController Controller Done 2018/04/17 23:22:31 [INFO] Syncing DeploymentController Controller Done 2018/04/17 23:22:31 [INFO] Syncing ReplicaSetController Controller Done 2018/04/17 23:22:31 [INFO] Syncing DaemonSetController Controller Don ```
test
cluster gets to unavailable state and back to active often rancher server apr build from master create any kind of cluster custom do aws and wait for the cluster to get to active sate create few workloads after sometime notice that cluster gets to unavailable state and back to active often following are the logs seen when cluster gets to unavailable state unknown error get certificate signed by unknown authority possibly because of crypto rsa verification error while trying to verify candidate authority certificate kube ca unknown error get certificate signed by unknown authority possibly because of crypto rsa verification error while trying to verify candidate authority certificate kube ca unknown error get certificate signed by unknown authority possibly because of crypto rsa verification error while trying to verify candidate authority certificate kube ca watch go unable to encode watch object write tcp write connection reset by peer streaming encoder writer metrics fancyresponsewriterdelegator encoder versioning codec buf bytes buffer cluster c rsztk is unavaliable stopping controllers and waiting for successful ping failed to communicate with api server get certificate signed by unknown authority possibly because of crypto rsa verification error while trying to verify candidate authority certificate kube ca stopping cluster agent forc rsztk shutting down cronjobcontroller controller shutting down jobcontroller controller shutting down ingresscontroller controller shutting down podsecuritypolicycontroller controller shutting down sourcecoderepositorycontroller controller shutting down rolecontroller controller shutting down clusterrolecontroller controller shutting down rolebindingcontroller controller shutting down clusterrolebindingcontroller controller shutting down endpointscontroller controller shutting down serviceaccountcontroller controller shutting down secretcontroller controller shutting down namespacecontroller controller shutting down eventcontroller controller shutting down replicationcontrollercontroller controller shutting down nodecontroller controller shutting down podcontroller controller shutting down servicecontroller controller shutting down statefulsetcontroller controller shutting down daemonsetcontroller controller shutting down replicasetcontroller controller shutting down deploymentcontroller controller shutting down namespacecontroller controller shutting down secretcontroller controller shutting down namespacecomposeconfigcontroller controller shutting down appcontroller controller shutting down clustercomposeconfigcontroller controller shutting down podsecuritypolicytemplateprojectbindingcontroller controller shutting down podsecuritypolicytemplatecontroller controller shutting down clusterpipelinecontroller controller shutting down sourcecodecredentialcontroller controller shutting down pipelineexecutionlogcontroller controller shutting down pipelineexecutioncontroller controller shutting down pipelinecontroller controller shutting down projectnetworkpolicycontroller controller shutting down clusterloggingcontroller controller shutting down projectloggingcontroller controller shutting down clusterloggingcontroller controller shutting down globalrolebindingcontroller controller shutting down clustercontroller controller shutting down roletemplatecontroller controller shutting down clusterroletemplatebindingcontroller controller shutting down projectroletemplatebindingcontroller controller shutting down nodecontroller controller shutting down notifiercontroller controller shutting down notifiercontroller controller shutting down projectalertcontroller controller shutting down clusteralertcontroller controller shutting down projectcontroller controller shutting down networkpolicycontroller controller cluster c rsztk may be back online starting cluster agent forc rsztk registering project network policy registering namespacehandler for adding labels registering podsecuritypolicy cluster handler for cluster c rsztk registering podsecuritypolicy project handler for cluster c rsztk registering podsecuritypolicy namespace handler for cluster c rsztk registering podsecuritypolicy serviceaccount handler for cluster c rsztk registering podsecuritypolicy template handler for cluster c rsztk starting cluster controllers for c rsztk syncing networkpolicycontroller controller syncing jobcontroller controller syncing ingresscontroller controller syncing cronjobcontroller controller syncing clustercomposeconfigcontroller controller syncing endpointscontroller controller syncing rolecontroller controller syncing podsecuritypolicycontroller controller syncing servicecontroller controller syncing podcontroller controller syncing nodecontroller controller syncing replicationcontrollercontroller controller syncing eventcontroller controller syncing namespacecontroller controller syncing namespacecomposeconfigcontroller controller syncing secretcontroller controller syncing serviceaccountcontroller controller syncing clusterrolebindingcontroller controller syncing rolebindingcontroller controller syncing clusterrolecontroller controller syncing namespacecontroller controller syncing statefulsetcontroller controller syncing projectcontroller controller syncing clusteralertcontroller controller syncing projectalertcontroller controller syncing notifiercontroller controller syncing notifiercontroller controller syncing nodecontroller controller syncing projectroletemplatebindingcontroller controller syncing clusterroletemplatebindingcontroller controller syncing roletemplatecontroller controller syncing clustercontroller controller syncing globalrolebindingcontroller controller syncing clusterloggingcontroller controller syncing projectloggingcontroller controller syncing clusterloggingcontroller controller syncing projectnetworkpolicycontroller controller syncing pipelinecontroller controller syncing pipelineexecutioncontroller controller syncing pipelineexecutionlogcontroller controller syncing sourcecodecredentialcontroller controller syncing sourcecoderepositorycontroller controller syncing clusterpipelinecontroller controller syncing podsecuritypolicytemplatecontroller controller syncing podsecuritypolicytemplateprojectbindingcontroller controller syncing appcontroller controller syncing secretcontroller controller syncing deploymentcontroller controller syncing replicasetcontroller controller syncing daemonsetcontroller controller syncing networkpolicycontroller controller done syncing ingresscontroller controller done syncing endpointscontroller controller done syncing namespacecomposeconfigcontroller controller done syncing projectcontroller controller done syncing clustercontroller controller done syncing cronjobcontroller controller done syncing clustercomposeconfigcontroller controller done syncing rolecontroller controller done syncing podsecuritypolicycontroller controller done syncing jobcontroller controller done syncing podcontroller controller done syncing namespacecontroller controller done syncing clusteralertcontroller controller done syncing projectalertcontroller controller done syncing notifiercontroller controller done syncing notifiercontroller controller done syncing nodecontroller controller done syncing projectroletemplatebindingcontroller controller done syncing clusterroletemplatebindingcontroller controller done syncing roletemplatecontroller controller done syncing sourcecoderepositorycontroller controller done syncing clusterpipelinecontroller controller done syncing clusterloggingcontroller controller done syncing podsecuritypolicytemplatecontroller controller done syncing projectnetworkpolicycontroller controller done syncing pipelinecontroller controller done syncing pipelineexecutioncontroller controller done syncing pipelineexecutionlogcontroller controller done syncing sourcecodecredentialcontroller controller done syncing projectloggingcontroller controller done syncing appcontroller controller done syncing secretcontroller controller done syncing clusterloggingcontroller controller done syncing globalrolebindingcontroller controller done syncing podsecuritypolicytemplateprojectbindingcontroller controller done syncing servicecontroller controller done syncing namespacecontroller controller done syncing nodecontroller controller done syncing replicationcontrollercontroller controller done syncing secretcontroller controller done syncing serviceaccountcontroller controller done syncing eventcontroller controller done syncing rolebindingcontroller controller done syncing clusterrolebindingcontroller controller done syncing clusterrolecontroller controller done syncing statefulsetcontroller controller done syncing deploymentcontroller controller done syncing replicasetcontroller controller done syncing daemonsetcontroller controller don
1
23,339
4,931,580,582
IssuesEvent
2016-11-28 10:39:40
JuliaDocs/Documenter.jl
https://api.github.com/repos/JuliaDocs/Documenter.jl
closed
Improve travis experience
Status: Available Type: Documentation Type: Enhancement
The `travis` command can be a bit fragile at times. We should probably have a "common issues" section in the manual, and perhaps make Documenter work around some of the potential issues. Some issues came up in #257 and also on [Gitter](https://gitter.im/juliadocs/users?at=57d64bd3a0e8dbb04f2de9fc): > One thing, I had problem running the travis genkey thing because I had renamed my repo and it tried to use the old name somehow. I had to manually call `travis encrypt` with the `-r KristofferC/OhMyREPL.jl` to specify the repo to use. Additional comments on the travis-related user experience are also welcome here. cc @KristofferC, @tlycken: I opened an issue for this so that we wouldn't completely forget about this.
1.0
Improve travis experience - The `travis` command can be a bit fragile at times. We should probably have a "common issues" section in the manual, and perhaps make Documenter work around some of the potential issues. Some issues came up in #257 and also on [Gitter](https://gitter.im/juliadocs/users?at=57d64bd3a0e8dbb04f2de9fc): > One thing, I had problem running the travis genkey thing because I had renamed my repo and it tried to use the old name somehow. I had to manually call `travis encrypt` with the `-r KristofferC/OhMyREPL.jl` to specify the repo to use. Additional comments on the travis-related user experience are also welcome here. cc @KristofferC, @tlycken: I opened an issue for this so that we wouldn't completely forget about this.
non_test
improve travis experience the travis command can be a bit fragile at times we should probably have a common issues section in the manual and perhaps make documenter work around some of the potential issues some issues came up in and also on one thing i had problem running the travis genkey thing because i had renamed my repo and it tried to use the old name somehow i had to manually call travis encrypt with the r kristofferc ohmyrepl jl to specify the repo to use additional comments on the travis related user experience are also welcome here cc kristofferc tlycken i opened an issue for this so that we wouldn t completely forget about this
0
179,235
13,852,118,202
IssuesEvent
2020-10-15 05:50:09
PyTorchLightning/pytorch-lightning
https://api.github.com/repos/PyTorchLightning/pytorch-lightning
closed
clean-up metric testing
enhancement tests / CI
## 🚀 Feature apply comments in #4043 which were ignored and make the tests easier too understand ### Motivation now the testing so black-boxing, and confusing with the same function SK names in different files
1.0
clean-up metric testing - ## 🚀 Feature apply comments in #4043 which were ignored and make the tests easier too understand ### Motivation now the testing so black-boxing, and confusing with the same function SK names in different files
test
clean up metric testing 🚀 feature apply comments in which were ignored and make the tests easier too understand motivation now the testing so black boxing and confusing with the same function sk names in different files
1
323,188
27,702,562,588
IssuesEvent
2023-03-14 09:05:54
donatas-b/j-playwright
https://api.github.com/repos/donatas-b/j-playwright
closed
Customer can Reset his Account
test
As a XYZ Bank Customer I want to be able to Reset my Account So that I would be able give my money to the Bank
1.0
Customer can Reset his Account - As a XYZ Bank Customer I want to be able to Reset my Account So that I would be able give my money to the Bank
test
customer can reset his account as a xyz bank customer i want to be able to reset my account so that i would be able give my money to the bank
1
170,024
13,170,644,877
IssuesEvent
2020-08-11 15:26:34
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Manual test run on Linux for 1.12.x - Release
OS/unix-like/linux QA/Yes release-notes/exclude tests
## Per release specialty tests - [ ] [Android] Other device name is not visible on Sync sheet in dark theme.([#8703](https://github.com/brave/brave-browser/issues/8703)) - [ ] [Android] Brave ads can't be opened on watch notification issue.([#9397](https://github.com/brave/brave-browser/issues/9397)) - [ ] [Android] Update NTP Brave Stats to 'Trackers & Ads Blocked'.([#9693](https://github.com/brave/brave-browser/issues/9693)) - [ ] [Android] [hackerone] #876192 - Cookie stealing.([#9818](https://github.com/brave/brave-browser/issues/9818)) - [ ] [Android] Update existing onboarding.([#9865](https://github.com/brave/brave-browser/issues/9865)) - [ ] [Android] Move site suggestions strings to an appropriate file.([#10175](https://github.com/brave/brave-browser/issues/10175)) - [ ] [Android] Implement changes to support sync v2 on Android.([#10203](https://github.com/brave/brave-browser/issues/10203)) - [ ] [Android] Sync v2 update device list when device leaving the chain.([#10460](https://github.com/brave/brave-browser/issues/10460)) - [ ] [Android] Blank Rewards Page.([#10492](https://github.com/brave/brave-browser/issues/10492)) - [ ] [Android] Do not clear url bar text on focus.([#10524](https://github.com/brave/brave-browser/issues/10524)) - [ ] [Android] Brave Ads are not enabled on a fresh install when enabling rewards.([#10526](https://github.com/brave/brave-browser/issues/10526)) - [ ] [Android] Sync v2 not working after app restart on C84 base.([#10569](https://github.com/brave/brave-browser/issues/10569)) - [ ] [Android] Add switch to use staging server for sync v2.([#10817](https://github.com/brave/brave-browser/issues/10817)) - [ ] [Android] Implement infobar for Android sync v1 users to force recreate v2 chain.([#10822](https://github.com/brave/brave-browser/issues/10822)) - [ ] [Android] Pull brave-core PR #6173 into Android sync v2 code.([#10861](https://github.com/brave/brave-browser/issues/10861)) - [ ] Search engine updates.([#10890](https://github.com/brave/brave-browser/issues/10890)) - [ ] [Android] Unable to create wallet on staging.([#10929](https://github.com/brave/brave-browser/issues/10929)) - [ ] [Android] Do not show onboarding when DDG is set as default for Private tabs.([#11021](https://github.com/brave/brave-browser/issues/11021)) - [ ] Upgrade from Chromium 84.0.4147.105 to Chromium 84.0.4147.111.([#11025](https://github.com/brave/brave-browser/issues/11025)) - [ ] [Desktop] Sync v2 initial bookmarks duplication.([#11116](https://github.com/brave/brave-browser/issues/11116)) - [ ] Reset Rewards crashes the browser in certain cases.([#11125](https://github.com/brave/brave-browser/issues/11125)) ### Installer - [ ] Check that installer is close to the size of last release - [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave-Browser-Beta.app/` and make sure it returns `accepted`. If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window ### Data(Upgrade from previous release) - [ ] Make sure that data from the last version appears in the new version OK - [ ] With data from the last version, verify that - [ ] Bookmarks on the bookmark toolbar and bookmark folders can be opened - [ ] Cookies are preserved - [ ] Installed extensions are retained and work correctly - [ ] Opened tabs can be reloaded - [ ] Stored passwords are preserved - [ ] Unpinned tabs can be pinned - [ ] Sync chain created in previous version is retained - [ ] Social media blocking buttons changes are retained ### About pages - [ ] Verify that `chrome://` forwards to `brave://` - [ ] Verify `brave://adblock` loads adblock page - [ ] Verify `brave://newtab` loads a new tab - [ ] Verify `brave://rewards` loads Brave rewards page - [ ] Verify `brave://settings` loads Brave settings page - [ ] Verify `brave://version` correctly shows Brave version and Chromium version - [ ] Verify `brave://welcome` loads the welcome page ### Import tests - [ ] Verify that you can import `History`, `Favorites/Bookmarks` and `Passwords` from Google Chrome - [ ] Verify that you can import `History`, `Favorites/Bookmarks`, `Passwords`, `Search Engines` and `Autofill` from Firefox - [ ] Verify that you can import `Favorites/Bookmarks` from Mirosoft Edge - [ ] Verify that importing bookmarks using `Bookmark HTML File` retains the folder structure on a clean profile ### Context menus - [ ] Verify `Block element via selector` removes a CSS element from page without reloading - [ ] Verify `Clear all CSS rules for this sites` removes the blocked element after page reload - [ ] Verify `Clear all CSS rules for all sites` removes the rule and loads all elements for all pages ## Extensions/Plugins tests - [ ] Verify one item from Brave Update server is installable (Example: Ad-block DAT file on fresh extension) - [ ] Verify one item from Google Update server is installable (Example: Extensions from CWS) - [ ] Verify PDFJS, Torrent viewer extensions are installed automatically on fresh profile and cannot be disabled - [ ] Verify older version of an extension gets updated to new version via Google server - [ ] Verify older version of an extension gets updated to new version via Brave server - [ ] Verify magnet links and .torrent files loads Torrent viewer page and able to download torrent - [ ] Use an old profile to verify extension updates work correctly. ### CWS - [ ] Verify installing ABP from CWS shows warning message `NOT A RECOMMENDED BRAVE EXTENSION!`but still allows to install the extension - [ ] Verify installing LastPass from CWS doesn't show any warning message - [ ] Verify installing an extension that is not vetted by Brave gets blocked ### Flash tests - [ ] Test that Flash gets blocked by default when installed - [ ] Test that once you allow Flash, it turns into a click to play area, and loads flash when allowed ### PDF - [ ] Test that you can print a PDF - [ ] Test that PDF is loaded over HTTPS at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf - [ ] Test that PDF is loaded over HTTP at http://www.pdf995.com/samples/pdf.pdf ### Widevine - [ ] Verify `Widevine Notification` is shown when you visit Netflix for the first time - [ ] Test that you can stream on Netflix on a fresh profile after installing Widevine ### Geolocation - [ ] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation shows correct location - [ ] Check that https://browserleaks.com/geo works and shows correct location - [ ] Check that https://html5demos.com/geo/ works but doesn't require an accurate location ### Crash Reporting - [ ] Check that loading `brave://crash` causes the new tab to crash - [ ] Check that `brave://crashes` lists all the crashes and includes both Crash Report ID & Local Crash ID - [ ] Verify the crash ID matches the report on brave stats ### Performance test _Each start should take less than 7 seconds_ - [ ] Enable only rewards - [ ] Only import a large set of bookmarks - [ ] Combine rewards, and a large set of bookmarks ### Bravery settings - [ ] Verify that HTTPS Everywhere works by loading http://https-everywhere.badssl.com/ - [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/ - [ ] Verify that toggling `Ads and trackers blocked` works as expected - [ ] Visit https://testsafebrowsing.appspot.com/s/phishing.html, verify that Safe Browsing (via our Proxy) works for all the listed items - [ ] Visit https://brianbondy.com/ and then turn on script blocking, page should not load. Allow it from the script blocking UI in the URL bar and it should load the page correctly - [ ] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked ### Fingerprint Tests - [ ] Visit https://jsfiddle.net/bkf50r8v/13/, ensure 3 blocked items are listed in shields. Result window should show `got canvas fingerprint 0` and `got webgl fingerprint 00` - [ ] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ only when `Block all fingerprinting protection` is on - [ ] Test that Brave browser isn't detected on https://extensions.inrialpes.fr/brave/ - [ ] Test that https://diafygi.github.io/webrtc-ips/ doesn't leak IP address when `Block all fingerprinting protection` is on ### Content tests - [ ] Open a page with an input control and type some misspellings on a textbox, make sure they are underlined - [ ] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text - [ ] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run) ### Brave Ads - [ ] Verify when you enable Rewards from panel or brave://rewards, Ads are enabled by default - [ ] Verify Ads UI (panel, settings, etc) shows when in a region with Ads support - [ ] Verify Ads UI (panel, settings, etc) does not show when in a region without Ads support. Verify the Ads panel does show the 'Sorry! Ads are not yet available in your region.' message. - [ ] Verify when the system language is English, the Browser language is French, and you are in one of the supported regions, Ad notifications are still served to you. - [ ] Verify you are served Ad notifications when Ads are enabled - [ ] Windows only: Verify when `Focus Assist` is set to alarms only, Ads are not served to the user but are available in the `Notification Center` - [ ] Verify when Ads are toggled off, there are no Ad messages in the logs - [ ] Verify when Rewards are toggled off (but Ads were not explicitly toggled off), there are no Ads logs recorded - [ ] Verify view/click/dismiss/landed ad notifications show in confirmations.json - [ ] Verify pages you browse to are being classified in the logs - [ ] Verify tokens are redeemed by viewing the logs (you can use --rewards=debug=true to shorten redemption time) - [ ] Verify Ad is not shown if a tab is playing media and is only shown after it stops playing - [ ] Upgrade Cases - [ ] Verify when updating from the previous version Ads info in the panel is not lost - [ ] Update to latest version from 0.62.51 (or a version without Ads available). Verify you are notified to try ads via a BAT logo notification but Ads are not automatically turned on for you. - [ ] Update to latest version from some Ads enabled versions (0.63.x, 0.64.x). Verify Ads status (on/off) is the same as it was prior to update. ### Rewards - [ ] Verify wallet is auto created after enabling rewards - [ ] Verify account balance shows correct BAT and USD value - [ ] Verify you are able to restore a wallet - [ ] Verify wallet address matches the QR code that is generated under `Add funds` - [ ] Verify actions taken (claiming grant, tipping, auto-contribute) display in wallet panel - [ ] Verify adding funds via any of the currencies flows into wallet after specified amount of time - [ ] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately - [ ] Verify monthly budget shows correct BAT and USD value - [ ] Verify you are able to exclude a publisher from the auto-contribute table by clicking on the `x` in auto-contribute table and popup list of sites - [ ] Verify you are able to exclude a publisher by using the toggle on the Rewards Panel - [ ] Verify when you click on the BR panel while on a site, the panel displays site specific information (site favicon, domain, attention %) - [ ] Verify when you click on `Send a tip`, the custom tip banner displays - [ ] Verify you are able to make one-time tip and they display in tips panel - [ ] Verify you are able to make recurring tip and they display in tips panel - [ ] Verify you can tip a verified publisher - [ ] Verify you can tip a verified YouTube creator - [ ] Verify tip panel shows a verified checkmark for a verified publisher/verified YouTube creator - [ ] Verify tip panel shows a message about unverified publisher - [ ] Verify BR panel shows message about an unverified publisher - [ ] Verify you are able to perform a contribution - [ ] Verify if you disable auto-contribute you are still able to tip regular sites and YouTube creators - [ ] Verify that disabling Rewards and enabling it again does not lose state - [ ] Verify that disabling auto-contribute and enabling it again does not lose state - [ ] Adjust min visit/time in settings. Visit some sites and YouTube channels to verify they are added to the table after the specified settings - [ ] Upgrade from older version - [ ] Verify the wallet balance is retained and wallet backup code isn't corrupted - [ ] Verify auto-contribute list is not lost after upgrade - [ ] Verify tips list is not lost after upgrade - [ ] Verify wallet panel transactions list is not lost after upgrade ### Social-media blocking settings - [ ] Verify individual `Social media blocking` buttons works as intended when enabled/disabled by visiting https://fmarier.github.io/brave-testing/social-widgets.html ### Sync - [ ] Verify you are able to create a sync chain and add a mobile/computer to the chain - [ ] Verify you are able to join an existing sync chain using code words - [ ] Verify the device name is shown properly when sync chain is created - [ ] Verify you are able to add a new mobile device to the chain via QR code/code words - [ ] Verify newly created bookmarks get sync'd to all devices on the sync chain - [ ] Verify existing bookmarks on current profile gets sync'd to all devices on the sync chain - [ ] Verify folder structure is retained after sync completes - [ ] Verify bookmarks don't duplicate when sync'd from other devices - [ ] Verify removing bookmark from device gets sync'd to all devices on the sync chain - [ ] Verify adding/removing a bookmark in offline mode gets sync'd to all devices on the sync chain when device comes online - [ ] With only two device in chain, verify removing the other device resets the sync on b-c as well ### Tor Tabs - [ ] Visit https://check.torproject.org in a Tor window, ensure its shows success message for using a Tor exit node - [ ] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Do a hard refresh (Ctrl+Shift+R/Cmd+Shift+R), ensure exit IP changes after page reloads - [ ] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Click `New Tor Identity for this site` in app menu, ensure the exit node IP address changes after page is reloaded - [ ] Visit https://protonirockerxow.onion/ in a Tor window, ensure login page is shown - [ ] Visit http://pdf995.com in a Tor window, should warn about connecting to HTTP site - [ ] Visit https://browserleaks.com/geo in a Tor window, ensure location isn't shown - [ ] Visit https://diafygi.github.io/webrtc-ips/ in a Tor window with block all fingerprinting, ensure WebRTC is blocked and no IP is shown - [ ] Visit https://diafygi.github.io/webrtc-ips/ in a Tor window, disable shields, ensure WebRTC is blocked and no IP is shown - [ ] Verify Flash doesn't work on Tor window even if it is enabled in `brave://settings/content/flash` - [ ] Verify Torrent viewer doesn't load in a Tor window and warns when trying to load a torrent/magnet link in a Tor window - [ ] Verify Google Widevine doesn't load in Tor window and doesn't prompt Google Windevine notification in URL bar - [ ] Ensure you are able to download a file in Tor window. Verify all Download/Cancel, Download/Retry and Download works in Tor window - [ ] Disconnect network and open a Tor window, should show modal to retry connection or relaunch Tor window to connect ### Cookie and Cache - [ ] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the evercookie site does not remember the old evercookie value ### Session storage - [ ] Temporarily move away your browser profile and test that a new profile is created when browser is launched - macOS - `~/Library/Application\ Support/BraveSoftware/` - Windows - `%userprofile%\appdata\Local\BraveSoftware\` - Linux(Ubuntu) - `~/.config/BraveSoftware/` - [ ] Test that windows and tabs restore when closed, including active tab - [ ] Ensure that the tabs in the above session are being lazy loaded when the session is restored ## Update tests - [ ] Verify visiting `brave://settings/help` triggers update check - [ ] Verify once update is downloaded, prompts to `Relaunch` to install update ## Chromium upgrade tests - [ ] Verify `brave://gpu` on Brave and `chrome://gpu` on Chrome are similar for the same Chromium version on both browsers #### Adblock - [ ] Verify referrer blocking works properly for TLD+1. Visit `https://technology.slashdot.org/` and verify adblock works properly similar to `https://slashdot.org/` #### Components - [ ] Delete Adblock folder from browser profile and restart browser. Visit `brave://components` and verify `Brave Ad Block Updater` downloads and update the component. Repeat for all Brave components - [ ] Restart the browser, load brave://components, wait for 8 mins and verify that no component shows any errors - [ ] Verify Brave Local Data Updater, Brave Ad Block Updater, Brave Tor Client Updater (Mac), PDF Viewer (PDF.js), Brave HTTPS Everywhere Updater have non-zero version numbers ### Keyboard Shortcuts (WIP) #### Rewards Media (To be verified on YouTube and Twitch) (WIP)
1.0
Manual test run on Linux for 1.12.x - Release - ## Per release specialty tests - [ ] [Android] Other device name is not visible on Sync sheet in dark theme.([#8703](https://github.com/brave/brave-browser/issues/8703)) - [ ] [Android] Brave ads can't be opened on watch notification issue.([#9397](https://github.com/brave/brave-browser/issues/9397)) - [ ] [Android] Update NTP Brave Stats to 'Trackers & Ads Blocked'.([#9693](https://github.com/brave/brave-browser/issues/9693)) - [ ] [Android] [hackerone] #876192 - Cookie stealing.([#9818](https://github.com/brave/brave-browser/issues/9818)) - [ ] [Android] Update existing onboarding.([#9865](https://github.com/brave/brave-browser/issues/9865)) - [ ] [Android] Move site suggestions strings to an appropriate file.([#10175](https://github.com/brave/brave-browser/issues/10175)) - [ ] [Android] Implement changes to support sync v2 on Android.([#10203](https://github.com/brave/brave-browser/issues/10203)) - [ ] [Android] Sync v2 update device list when device leaving the chain.([#10460](https://github.com/brave/brave-browser/issues/10460)) - [ ] [Android] Blank Rewards Page.([#10492](https://github.com/brave/brave-browser/issues/10492)) - [ ] [Android] Do not clear url bar text on focus.([#10524](https://github.com/brave/brave-browser/issues/10524)) - [ ] [Android] Brave Ads are not enabled on a fresh install when enabling rewards.([#10526](https://github.com/brave/brave-browser/issues/10526)) - [ ] [Android] Sync v2 not working after app restart on C84 base.([#10569](https://github.com/brave/brave-browser/issues/10569)) - [ ] [Android] Add switch to use staging server for sync v2.([#10817](https://github.com/brave/brave-browser/issues/10817)) - [ ] [Android] Implement infobar for Android sync v1 users to force recreate v2 chain.([#10822](https://github.com/brave/brave-browser/issues/10822)) - [ ] [Android] Pull brave-core PR #6173 into Android sync v2 code.([#10861](https://github.com/brave/brave-browser/issues/10861)) - [ ] Search engine updates.([#10890](https://github.com/brave/brave-browser/issues/10890)) - [ ] [Android] Unable to create wallet on staging.([#10929](https://github.com/brave/brave-browser/issues/10929)) - [ ] [Android] Do not show onboarding when DDG is set as default for Private tabs.([#11021](https://github.com/brave/brave-browser/issues/11021)) - [ ] Upgrade from Chromium 84.0.4147.105 to Chromium 84.0.4147.111.([#11025](https://github.com/brave/brave-browser/issues/11025)) - [ ] [Desktop] Sync v2 initial bookmarks duplication.([#11116](https://github.com/brave/brave-browser/issues/11116)) - [ ] Reset Rewards crashes the browser in certain cases.([#11125](https://github.com/brave/brave-browser/issues/11125)) ### Installer - [ ] Check that installer is close to the size of last release - [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave-Browser-Beta.app/` and make sure it returns `accepted`. If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window ### Data(Upgrade from previous release) - [ ] Make sure that data from the last version appears in the new version OK - [ ] With data from the last version, verify that - [ ] Bookmarks on the bookmark toolbar and bookmark folders can be opened - [ ] Cookies are preserved - [ ] Installed extensions are retained and work correctly - [ ] Opened tabs can be reloaded - [ ] Stored passwords are preserved - [ ] Unpinned tabs can be pinned - [ ] Sync chain created in previous version is retained - [ ] Social media blocking buttons changes are retained ### About pages - [ ] Verify that `chrome://` forwards to `brave://` - [ ] Verify `brave://adblock` loads adblock page - [ ] Verify `brave://newtab` loads a new tab - [ ] Verify `brave://rewards` loads Brave rewards page - [ ] Verify `brave://settings` loads Brave settings page - [ ] Verify `brave://version` correctly shows Brave version and Chromium version - [ ] Verify `brave://welcome` loads the welcome page ### Import tests - [ ] Verify that you can import `History`, `Favorites/Bookmarks` and `Passwords` from Google Chrome - [ ] Verify that you can import `History`, `Favorites/Bookmarks`, `Passwords`, `Search Engines` and `Autofill` from Firefox - [ ] Verify that you can import `Favorites/Bookmarks` from Mirosoft Edge - [ ] Verify that importing bookmarks using `Bookmark HTML File` retains the folder structure on a clean profile ### Context menus - [ ] Verify `Block element via selector` removes a CSS element from page without reloading - [ ] Verify `Clear all CSS rules for this sites` removes the blocked element after page reload - [ ] Verify `Clear all CSS rules for all sites` removes the rule and loads all elements for all pages ## Extensions/Plugins tests - [ ] Verify one item from Brave Update server is installable (Example: Ad-block DAT file on fresh extension) - [ ] Verify one item from Google Update server is installable (Example: Extensions from CWS) - [ ] Verify PDFJS, Torrent viewer extensions are installed automatically on fresh profile and cannot be disabled - [ ] Verify older version of an extension gets updated to new version via Google server - [ ] Verify older version of an extension gets updated to new version via Brave server - [ ] Verify magnet links and .torrent files loads Torrent viewer page and able to download torrent - [ ] Use an old profile to verify extension updates work correctly. ### CWS - [ ] Verify installing ABP from CWS shows warning message `NOT A RECOMMENDED BRAVE EXTENSION!`but still allows to install the extension - [ ] Verify installing LastPass from CWS doesn't show any warning message - [ ] Verify installing an extension that is not vetted by Brave gets blocked ### Flash tests - [ ] Test that Flash gets blocked by default when installed - [ ] Test that once you allow Flash, it turns into a click to play area, and loads flash when allowed ### PDF - [ ] Test that you can print a PDF - [ ] Test that PDF is loaded over HTTPS at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf - [ ] Test that PDF is loaded over HTTP at http://www.pdf995.com/samples/pdf.pdf ### Widevine - [ ] Verify `Widevine Notification` is shown when you visit Netflix for the first time - [ ] Test that you can stream on Netflix on a fresh profile after installing Widevine ### Geolocation - [ ] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation shows correct location - [ ] Check that https://browserleaks.com/geo works and shows correct location - [ ] Check that https://html5demos.com/geo/ works but doesn't require an accurate location ### Crash Reporting - [ ] Check that loading `brave://crash` causes the new tab to crash - [ ] Check that `brave://crashes` lists all the crashes and includes both Crash Report ID & Local Crash ID - [ ] Verify the crash ID matches the report on brave stats ### Performance test _Each start should take less than 7 seconds_ - [ ] Enable only rewards - [ ] Only import a large set of bookmarks - [ ] Combine rewards, and a large set of bookmarks ### Bravery settings - [ ] Verify that HTTPS Everywhere works by loading http://https-everywhere.badssl.com/ - [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/ - [ ] Verify that toggling `Ads and trackers blocked` works as expected - [ ] Visit https://testsafebrowsing.appspot.com/s/phishing.html, verify that Safe Browsing (via our Proxy) works for all the listed items - [ ] Visit https://brianbondy.com/ and then turn on script blocking, page should not load. Allow it from the script blocking UI in the URL bar and it should load the page correctly - [ ] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked ### Fingerprint Tests - [ ] Visit https://jsfiddle.net/bkf50r8v/13/, ensure 3 blocked items are listed in shields. Result window should show `got canvas fingerprint 0` and `got webgl fingerprint 00` - [ ] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ only when `Block all fingerprinting protection` is on - [ ] Test that Brave browser isn't detected on https://extensions.inrialpes.fr/brave/ - [ ] Test that https://diafygi.github.io/webrtc-ips/ doesn't leak IP address when `Block all fingerprinting protection` is on ### Content tests - [ ] Open a page with an input control and type some misspellings on a textbox, make sure they are underlined - [ ] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text - [ ] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run) ### Brave Ads - [ ] Verify when you enable Rewards from panel or brave://rewards, Ads are enabled by default - [ ] Verify Ads UI (panel, settings, etc) shows when in a region with Ads support - [ ] Verify Ads UI (panel, settings, etc) does not show when in a region without Ads support. Verify the Ads panel does show the 'Sorry! Ads are not yet available in your region.' message. - [ ] Verify when the system language is English, the Browser language is French, and you are in one of the supported regions, Ad notifications are still served to you. - [ ] Verify you are served Ad notifications when Ads are enabled - [ ] Windows only: Verify when `Focus Assist` is set to alarms only, Ads are not served to the user but are available in the `Notification Center` - [ ] Verify when Ads are toggled off, there are no Ad messages in the logs - [ ] Verify when Rewards are toggled off (but Ads were not explicitly toggled off), there are no Ads logs recorded - [ ] Verify view/click/dismiss/landed ad notifications show in confirmations.json - [ ] Verify pages you browse to are being classified in the logs - [ ] Verify tokens are redeemed by viewing the logs (you can use --rewards=debug=true to shorten redemption time) - [ ] Verify Ad is not shown if a tab is playing media and is only shown after it stops playing - [ ] Upgrade Cases - [ ] Verify when updating from the previous version Ads info in the panel is not lost - [ ] Update to latest version from 0.62.51 (or a version without Ads available). Verify you are notified to try ads via a BAT logo notification but Ads are not automatically turned on for you. - [ ] Update to latest version from some Ads enabled versions (0.63.x, 0.64.x). Verify Ads status (on/off) is the same as it was prior to update. ### Rewards - [ ] Verify wallet is auto created after enabling rewards - [ ] Verify account balance shows correct BAT and USD value - [ ] Verify you are able to restore a wallet - [ ] Verify wallet address matches the QR code that is generated under `Add funds` - [ ] Verify actions taken (claiming grant, tipping, auto-contribute) display in wallet panel - [ ] Verify adding funds via any of the currencies flows into wallet after specified amount of time - [ ] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately - [ ] Verify monthly budget shows correct BAT and USD value - [ ] Verify you are able to exclude a publisher from the auto-contribute table by clicking on the `x` in auto-contribute table and popup list of sites - [ ] Verify you are able to exclude a publisher by using the toggle on the Rewards Panel - [ ] Verify when you click on the BR panel while on a site, the panel displays site specific information (site favicon, domain, attention %) - [ ] Verify when you click on `Send a tip`, the custom tip banner displays - [ ] Verify you are able to make one-time tip and they display in tips panel - [ ] Verify you are able to make recurring tip and they display in tips panel - [ ] Verify you can tip a verified publisher - [ ] Verify you can tip a verified YouTube creator - [ ] Verify tip panel shows a verified checkmark for a verified publisher/verified YouTube creator - [ ] Verify tip panel shows a message about unverified publisher - [ ] Verify BR panel shows message about an unverified publisher - [ ] Verify you are able to perform a contribution - [ ] Verify if you disable auto-contribute you are still able to tip regular sites and YouTube creators - [ ] Verify that disabling Rewards and enabling it again does not lose state - [ ] Verify that disabling auto-contribute and enabling it again does not lose state - [ ] Adjust min visit/time in settings. Visit some sites and YouTube channels to verify they are added to the table after the specified settings - [ ] Upgrade from older version - [ ] Verify the wallet balance is retained and wallet backup code isn't corrupted - [ ] Verify auto-contribute list is not lost after upgrade - [ ] Verify tips list is not lost after upgrade - [ ] Verify wallet panel transactions list is not lost after upgrade ### Social-media blocking settings - [ ] Verify individual `Social media blocking` buttons works as intended when enabled/disabled by visiting https://fmarier.github.io/brave-testing/social-widgets.html ### Sync - [ ] Verify you are able to create a sync chain and add a mobile/computer to the chain - [ ] Verify you are able to join an existing sync chain using code words - [ ] Verify the device name is shown properly when sync chain is created - [ ] Verify you are able to add a new mobile device to the chain via QR code/code words - [ ] Verify newly created bookmarks get sync'd to all devices on the sync chain - [ ] Verify existing bookmarks on current profile gets sync'd to all devices on the sync chain - [ ] Verify folder structure is retained after sync completes - [ ] Verify bookmarks don't duplicate when sync'd from other devices - [ ] Verify removing bookmark from device gets sync'd to all devices on the sync chain - [ ] Verify adding/removing a bookmark in offline mode gets sync'd to all devices on the sync chain when device comes online - [ ] With only two device in chain, verify removing the other device resets the sync on b-c as well ### Tor Tabs - [ ] Visit https://check.torproject.org in a Tor window, ensure its shows success message for using a Tor exit node - [ ] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Do a hard refresh (Ctrl+Shift+R/Cmd+Shift+R), ensure exit IP changes after page reloads - [ ] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Click `New Tor Identity for this site` in app menu, ensure the exit node IP address changes after page is reloaded - [ ] Visit https://protonirockerxow.onion/ in a Tor window, ensure login page is shown - [ ] Visit http://pdf995.com in a Tor window, should warn about connecting to HTTP site - [ ] Visit https://browserleaks.com/geo in a Tor window, ensure location isn't shown - [ ] Visit https://diafygi.github.io/webrtc-ips/ in a Tor window with block all fingerprinting, ensure WebRTC is blocked and no IP is shown - [ ] Visit https://diafygi.github.io/webrtc-ips/ in a Tor window, disable shields, ensure WebRTC is blocked and no IP is shown - [ ] Verify Flash doesn't work on Tor window even if it is enabled in `brave://settings/content/flash` - [ ] Verify Torrent viewer doesn't load in a Tor window and warns when trying to load a torrent/magnet link in a Tor window - [ ] Verify Google Widevine doesn't load in Tor window and doesn't prompt Google Windevine notification in URL bar - [ ] Ensure you are able to download a file in Tor window. Verify all Download/Cancel, Download/Retry and Download works in Tor window - [ ] Disconnect network and open a Tor window, should show modal to retry connection or relaunch Tor window to connect ### Cookie and Cache - [ ] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the evercookie site does not remember the old evercookie value ### Session storage - [ ] Temporarily move away your browser profile and test that a new profile is created when browser is launched - macOS - `~/Library/Application\ Support/BraveSoftware/` - Windows - `%userprofile%\appdata\Local\BraveSoftware\` - Linux(Ubuntu) - `~/.config/BraveSoftware/` - [ ] Test that windows and tabs restore when closed, including active tab - [ ] Ensure that the tabs in the above session are being lazy loaded when the session is restored ## Update tests - [ ] Verify visiting `brave://settings/help` triggers update check - [ ] Verify once update is downloaded, prompts to `Relaunch` to install update ## Chromium upgrade tests - [ ] Verify `brave://gpu` on Brave and `chrome://gpu` on Chrome are similar for the same Chromium version on both browsers #### Adblock - [ ] Verify referrer blocking works properly for TLD+1. Visit `https://technology.slashdot.org/` and verify adblock works properly similar to `https://slashdot.org/` #### Components - [ ] Delete Adblock folder from browser profile and restart browser. Visit `brave://components` and verify `Brave Ad Block Updater` downloads and update the component. Repeat for all Brave components - [ ] Restart the browser, load brave://components, wait for 8 mins and verify that no component shows any errors - [ ] Verify Brave Local Data Updater, Brave Ad Block Updater, Brave Tor Client Updater (Mac), PDF Viewer (PDF.js), Brave HTTPS Everywhere Updater have non-zero version numbers ### Keyboard Shortcuts (WIP) #### Rewards Media (To be verified on YouTube and Twitch) (WIP)
test
manual test run on linux for x release per release specialty tests other device name is not visible on sync sheet in dark theme brave ads can t be opened on watch notification issue update ntp brave stats to trackers ads blocked cookie stealing update existing onboarding move site suggestions strings to an appropriate file implement changes to support sync on android sync update device list when device leaving the chain blank rewards page do not clear url bar text on focus brave ads are not enabled on a fresh install when enabling rewards sync not working after app restart on base add switch to use staging server for sync implement infobar for android sync users to force recreate chain pull brave core pr into android sync code search engine updates unable to create wallet on staging do not show onboarding when ddg is set as default for private tabs upgrade from chromium to chromium sync initial bookmarks duplication reset rewards crashes the browser in certain cases installer check that installer is close to the size of last release check signature if os run spctl assess verbose applications brave browser beta app and make sure it returns accepted if windows right click on the brave installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window data upgrade from previous release make sure that data from the last version appears in the new version ok with data from the last version verify that bookmarks on the bookmark toolbar and bookmark folders can be opened cookies are preserved installed extensions are retained and work correctly opened tabs can be reloaded stored passwords are preserved unpinned tabs can be pinned sync chain created in previous version is retained social media blocking buttons changes are retained about pages verify that chrome forwards to brave verify brave adblock loads adblock page verify brave newtab loads a new tab verify brave rewards loads brave rewards page verify brave settings loads brave settings page verify brave version correctly shows brave version and chromium version verify brave welcome loads the welcome page import tests verify that you can import history favorites bookmarks and passwords from google chrome verify that you can import history favorites bookmarks passwords search engines and autofill from firefox verify that you can import favorites bookmarks from mirosoft edge verify that importing bookmarks using bookmark html file retains the folder structure on a clean profile context menus verify block element via selector removes a css element from page without reloading verify clear all css rules for this sites removes the blocked element after page reload verify clear all css rules for all sites removes the rule and loads all elements for all pages extensions plugins tests verify one item from brave update server is installable example ad block dat file on fresh extension verify one item from google update server is installable example extensions from cws verify pdfjs torrent viewer extensions are installed automatically on fresh profile and cannot be disabled verify older version of an extension gets updated to new version via google server verify older version of an extension gets updated to new version via brave server verify magnet links and torrent files loads torrent viewer page and able to download torrent use an old profile to verify extension updates work correctly cws verify installing abp from cws shows warning message not a recommended brave extension but still allows to install the extension verify installing lastpass from cws doesn t show any warning message verify installing an extension that is not vetted by brave gets blocked flash tests test that flash gets blocked by default when installed test that once you allow flash it turns into a click to play area and loads flash when allowed pdf test that you can print a pdf test that pdf is loaded over https at test that pdf is loaded over http at widevine verify widevine notification is shown when you visit netflix for the first time test that you can stream on netflix on a fresh profile after installing widevine geolocation check that shows correct location check that works and shows correct location check that works but doesn t require an accurate location crash reporting check that loading brave crash causes the new tab to crash check that brave crashes lists all the crashes and includes both crash report id local crash id verify the crash id matches the report on brave stats performance test each start should take less than seconds enable only rewards only import a large set of bookmarks combine rewards and a large set of bookmarks bravery settings verify that https everywhere works by loading turning https everywhere off and shields off both disable the redirect to verify that toggling ads and trackers blocked works as expected visit verify that safe browsing via our proxy works for all the listed items visit and then turn on script blocking page should not load allow it from the script blocking ui in the url bar and it should load the page correctly test that party storage results are blank at when party cookies are blocked and not blank when party cookies are unblocked fingerprint tests visit ensure blocked items are listed in shields result window should show got canvas fingerprint and got webgl fingerprint test that audio fingerprint is blocked at only when block all fingerprinting protection is on test that brave browser isn t detected on test that doesn t leak ip address when block all fingerprinting protection is on content tests open a page with an input control and type some misspellings on a textbox make sure they are underlined make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text test that shows up as grey not red no mixed content scripts are run brave ads verify when you enable rewards from panel or brave rewards ads are enabled by default verify ads ui panel settings etc shows when in a region with ads support verify ads ui panel settings etc does not show when in a region without ads support verify the ads panel does show the sorry ads are not yet available in your region message verify when the system language is english the browser language is french and you are in one of the supported regions ad notifications are still served to you verify you are served ad notifications when ads are enabled windows only verify when focus assist is set to alarms only ads are not served to the user but are available in the notification center verify when ads are toggled off there are no ad messages in the logs verify when rewards are toggled off but ads were not explicitly toggled off there are no ads logs recorded verify view click dismiss landed ad notifications show in confirmations json verify pages you browse to are being classified in the logs verify tokens are redeemed by viewing the logs you can use rewards debug true to shorten redemption time verify ad is not shown if a tab is playing media and is only shown after it stops playing upgrade cases verify when updating from the previous version ads info in the panel is not lost update to latest version from or a version without ads available verify you are notified to try ads via a bat logo notification but ads are not automatically turned on for you update to latest version from some ads enabled versions x x verify ads status on off is the same as it was prior to update rewards verify wallet is auto created after enabling rewards verify account balance shows correct bat and usd value verify you are able to restore a wallet verify wallet address matches the qr code that is generated under add funds verify actions taken claiming grant tipping auto contribute display in wallet panel verify adding funds via any of the currencies flows into wallet after specified amount of time verify adding funds to an existing wallet with amount adjusts the bat value appropriately verify monthly budget shows correct bat and usd value verify you are able to exclude a publisher from the auto contribute table by clicking on the x in auto contribute table and popup list of sites verify you are able to exclude a publisher by using the toggle on the rewards panel verify when you click on the br panel while on a site the panel displays site specific information site favicon domain attention verify when you click on send a tip the custom tip banner displays verify you are able to make one time tip and they display in tips panel verify you are able to make recurring tip and they display in tips panel verify you can tip a verified publisher verify you can tip a verified youtube creator verify tip panel shows a verified checkmark for a verified publisher verified youtube creator verify tip panel shows a message about unverified publisher verify br panel shows message about an unverified publisher verify you are able to perform a contribution verify if you disable auto contribute you are still able to tip regular sites and youtube creators verify that disabling rewards and enabling it again does not lose state verify that disabling auto contribute and enabling it again does not lose state adjust min visit time in settings visit some sites and youtube channels to verify they are added to the table after the specified settings upgrade from older version verify the wallet balance is retained and wallet backup code isn t corrupted verify auto contribute list is not lost after upgrade verify tips list is not lost after upgrade verify wallet panel transactions list is not lost after upgrade social media blocking settings verify individual social media blocking buttons works as intended when enabled disabled by visiting sync verify you are able to create a sync chain and add a mobile computer to the chain verify you are able to join an existing sync chain using code words verify the device name is shown properly when sync chain is created verify you are able to add a new mobile device to the chain via qr code code words verify newly created bookmarks get sync d to all devices on the sync chain verify existing bookmarks on current profile gets sync d to all devices on the sync chain verify folder structure is retained after sync completes verify bookmarks don t duplicate when sync d from other devices verify removing bookmark from device gets sync d to all devices on the sync chain verify adding removing a bookmark in offline mode gets sync d to all devices on the sync chain when device comes online with only two device in chain verify removing the other device resets the sync on b c as well tor tabs visit in a tor window ensure its shows success message for using a tor exit node visit in a tor window note down exit node ip address do a hard refresh ctrl shift r cmd shift r ensure exit ip changes after page reloads visit in a tor window note down exit node ip address click new tor identity for this site in app menu ensure the exit node ip address changes after page is reloaded visit in a tor window ensure login page is shown visit in a tor window should warn about connecting to http site visit in a tor window ensure location isn t shown visit in a tor window with block all fingerprinting ensure webrtc is blocked and no ip is shown visit in a tor window disable shields ensure webrtc is blocked and no ip is shown verify flash doesn t work on tor window even if it is enabled in brave settings content flash verify torrent viewer doesn t load in a tor window and warns when trying to load a torrent magnet link in a tor window verify google widevine doesn t load in tor window and doesn t prompt google windevine notification in url bar ensure you are able to download a file in tor window verify all download cancel download retry and download works in tor window disconnect network and open a tor window should show modal to retry connection or relaunch tor window to connect cookie and cache go to and set an evercookie check that going to prefs clearing site data and cache and going back to the evercookie site does not remember the old evercookie value session storage temporarily move away your browser profile and test that a new profile is created when browser is launched macos library application support bravesoftware windows userprofile appdata local bravesoftware linux ubuntu config bravesoftware test that windows and tabs restore when closed including active tab ensure that the tabs in the above session are being lazy loaded when the session is restored update tests verify visiting brave settings help triggers update check verify once update is downloaded prompts to relaunch to install update chromium upgrade tests verify brave gpu on brave and chrome gpu on chrome are similar for the same chromium version on both browsers adblock verify referrer blocking works properly for tld visit and verify adblock works properly similar to components delete adblock folder from browser profile and restart browser visit brave components and verify brave ad block updater downloads and update the component repeat for all brave components restart the browser load brave components wait for mins and verify that no component shows any errors verify brave local data updater brave ad block updater brave tor client updater mac pdf viewer pdf js brave https everywhere updater have non zero version numbers keyboard shortcuts wip rewards media to be verified on youtube and twitch wip
1
45,295
5,712,512,520
IssuesEvent
2017-04-19 03:49:25
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Desktop: Tests under "System.ComponentModel.DataAnnotations.Tests" failed with "Xunit.Sdk.ThrowsException"
area-System.ComponentModel.DataAnnotations test-run-desktop
Failed tests: System.ComponentModel.DataAnnotations.Tests.CustomValidationAttributeTests.RequiresValidationContext_BadlyFormed_ThrowsInvalidOperationException System.ComponentModel.DataAnnotations.Tests.DataTypeAttributeTests.Ctor_String Detail: https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_netfx_windows_nt_debug/13/testReport/System.ComponentModel.DataAnnotations.Tests/CustomValidationAttributeTests/RequiresValidationContext_BadlyFormed_ThrowsInvalidOperationException_validatorType__null__method____Does_not_matter___/ ~~~ MESSAGE: Assert.Throws() Failure\r\nExpected: typeof(System.InvalidOperationException)\r\nActual: (No exception was thrown) +++++++++++++++++++ STACK TRACE: at System.ComponentModel.DataAnnotations.Tests.CustomValidationAttributeTests.RequiresValidationContext_BadlyFormed_ThrowsInvalidOperationException(Type validatorType, String method) in D:\j\workspace\outerloop_net---903ddde6\src\System.ComponentModel.Annotations\tests\CustomValidationAttributeTests.cs:line 103 ~~~
1.0
Desktop: Tests under "System.ComponentModel.DataAnnotations.Tests" failed with "Xunit.Sdk.ThrowsException" - Failed tests: System.ComponentModel.DataAnnotations.Tests.CustomValidationAttributeTests.RequiresValidationContext_BadlyFormed_ThrowsInvalidOperationException System.ComponentModel.DataAnnotations.Tests.DataTypeAttributeTests.Ctor_String Detail: https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_netfx_windows_nt_debug/13/testReport/System.ComponentModel.DataAnnotations.Tests/CustomValidationAttributeTests/RequiresValidationContext_BadlyFormed_ThrowsInvalidOperationException_validatorType__null__method____Does_not_matter___/ ~~~ MESSAGE: Assert.Throws() Failure\r\nExpected: typeof(System.InvalidOperationException)\r\nActual: (No exception was thrown) +++++++++++++++++++ STACK TRACE: at System.ComponentModel.DataAnnotations.Tests.CustomValidationAttributeTests.RequiresValidationContext_BadlyFormed_ThrowsInvalidOperationException(Type validatorType, String method) in D:\j\workspace\outerloop_net---903ddde6\src\System.ComponentModel.Annotations\tests\CustomValidationAttributeTests.cs:line 103 ~~~
test
desktop tests under system componentmodel dataannotations tests failed with xunit sdk throwsexception failed tests system componentmodel dataannotations tests customvalidationattributetests requiresvalidationcontext badlyformed throwsinvalidoperationexception system componentmodel dataannotations tests datatypeattributetests ctor string detail message assert throws failure r nexpected typeof system invalidoperationexception r nactual no exception was thrown stack trace at system componentmodel dataannotations tests customvalidationattributetests requiresvalidationcontext badlyformed throwsinvalidoperationexception type validatortype string method in d j workspace outerloop net src system componentmodel annotations tests customvalidationattributetests cs line
1
265,429
8,354,212,875
IssuesEvent
2018-10-02 12:41:30
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.facebook.com - site is not usable
browser-firefox priority-critical
<!-- @browser: Firefox 63.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:63.0) Gecko/20100101 Firefox/63.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.facebook.com/ **Browser / Version**: Firefox 63.0 **Operating System**: Windows 7 **Tested Another Browser**: No **Problem type**: Site is not usable **Description**: It does not open facebook and other site at all **Steps to Reproduce**: nothing. <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>buildID: 20180910132416</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.all: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>channel: beta</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.facebook.com - site is not usable - <!-- @browser: Firefox 63.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:63.0) Gecko/20100101 Firefox/63.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.facebook.com/ **Browser / Version**: Firefox 63.0 **Operating System**: Windows 7 **Tested Another Browser**: No **Problem type**: Site is not usable **Description**: It does not open facebook and other site at all **Steps to Reproduce**: nothing. <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>buildID: 20180910132416</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.all: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>channel: beta</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
site is not usable url browser version firefox operating system windows tested another browser no problem type site is not usable description it does not open facebook and other site at all steps to reproduce nothing browser configuration mixed active content blocked false buildid tracking content blocked false gfx webrender blob images true gfx webrender all false mixed passive content blocked false gfx webrender enabled false image mem shared true channel beta from with ❤️
0
203,536
15,373,712,044
IssuesEvent
2021-03-02 12:57:43
enonic/app-contentstudio
https://api.github.com/repos/enonic/app-contentstudio
closed
Wizard does not load for mixin with nested option set
Bug Not in Changelog Test is Failing
[contenttypes-2.0.0.zip](https://github.com/enonic/app-contentstudio/files/6029405/contenttypes-2.0.0.zip) 1) Install the application then create a site with this application. 2) Open new `freeform` wizard BUG: Endless spinner and errors in console when wizard for freeform is opened ![image](https://user-images.githubusercontent.com/3728712/108856270-ef2e6100-75fa-11eb-83b9-76a57c68ebff.png) ``` main.js:2 TypeError: Cannot read property 'getPropertyArray' of null at main.js:2 at Array.forEach (<anonymous>) at ContentWizardPanel.cleanFormOptionSetsRedundantData (main.js:2) at ContentWizardPanel.syncPersistedItemWithContentData (main.js:2) at main.js:2 at _fulfilled (vendors.main~editor.js:2) at vendors.main~editor.js:2 at Promise.i.promiseDispatch (vendors.main~editor.js:2) at vendors.main~editor.js:2 at runSingle (vendors.main~editor.js:2) DefaultErrorHandler.handle @ main.js:2 main.js:2 TypeError: Cannot read property 'getPropertyArray' of null at main.js:2 at Array.forEach (<anonymous>) at ContentWizardPanel.cleanFormOptionSetsRedundantData (main.js:2) at ContentWizardPanel.syncPersistedItemWithContentData (main.js:2) at main.js:2 at _fulfilled (vendors.main~editor.js:2) at vendors.main~editor.js:2 at Promise.i.promiseDispatch (vendors.main~editor.js:2) at vendors.main~editor.js:2 at runSingle (vendors.main~editor.js:2) (anonymous) @ main.js:2 vendors.main~editor.js:2 Uncaught TypeError: Cannot read property 'getPropertyArray' of null at main.js:2 ``` **freeform**: ``` <?xml version="1.0" encoding="UTF-8"?> <content-type> <display-name>freeform</display-name> <super-type>base:structured</super-type> <allow-child-content>true</allow-child-content> <form> <mixin name="freeform"/> </form> </content-type> ``` **mixin**: ``` <mixin xmlns="urn:enonic:xp:model:1.0"> <display-name>Freeform</display-name> <form> <item-set name="freeform"> <label>Form config</label> <occurrences minimum="1" maximum="1"/> <items> <input type="TextLine" name="action"> <label>Action</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input name="method" type="ComboBox"> <label>Method</label> <occurrences minimum="1" maximum="1"/> <config> <option value="get">Get</option> <option value="post">Post</option> </config> <default>get</default> </input> <input type="TextLine" name="class"> <label>Form class</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <item-set name="inputs"> <label>Input</label> <occurrences minimum="1" maximum="0"/> <items> <input type="TextLine" name="label"> <label>label</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input type="TextLine" name="id"> <label>id</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input type="TextLine" name="name"> <label>name</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input type="TextLine" name="class"> <label>class</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <option-set name="element"> <label>element type</label> <expanded>false</expanded> <occurrences minimum="1" maximum="1"/> <options minimum="1" maximum="1"> <option name="input"> <label>Input</label> <items> <input type="TextLine" name="value"> <label>Value</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input type="TextLine" name="placeholder"> <label>Placeholder</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <mixin name="freeform-input-types"/> </items> </option> <option name="button"> <label>Button</label> <items> <input type="TextLine" name="value"> <label>Value</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> </items> </option> <option name="select"> <label>Select</label> <items> <item-set name="options"> <label>Options</label> <occurrences minimum="1" maximum="0"/> <items> <input type="TextLine" name="name"> <label>Name</label> <help-text></help-text> <occurrences minimum="1" maximum="1"/> </input> <input type="TextLine" name="value"> <label>Value</label> <help-text></help-text> <occurrences minimum="1" maximum="1"/> </input> </items> </item-set> </items> </option> </options> </option-set> </items> </item-set> </items> </item-set> </form> </mixin> ```
1.0
Wizard does not load for mixin with nested option set - [contenttypes-2.0.0.zip](https://github.com/enonic/app-contentstudio/files/6029405/contenttypes-2.0.0.zip) 1) Install the application then create a site with this application. 2) Open new `freeform` wizard BUG: Endless spinner and errors in console when wizard for freeform is opened ![image](https://user-images.githubusercontent.com/3728712/108856270-ef2e6100-75fa-11eb-83b9-76a57c68ebff.png) ``` main.js:2 TypeError: Cannot read property 'getPropertyArray' of null at main.js:2 at Array.forEach (<anonymous>) at ContentWizardPanel.cleanFormOptionSetsRedundantData (main.js:2) at ContentWizardPanel.syncPersistedItemWithContentData (main.js:2) at main.js:2 at _fulfilled (vendors.main~editor.js:2) at vendors.main~editor.js:2 at Promise.i.promiseDispatch (vendors.main~editor.js:2) at vendors.main~editor.js:2 at runSingle (vendors.main~editor.js:2) DefaultErrorHandler.handle @ main.js:2 main.js:2 TypeError: Cannot read property 'getPropertyArray' of null at main.js:2 at Array.forEach (<anonymous>) at ContentWizardPanel.cleanFormOptionSetsRedundantData (main.js:2) at ContentWizardPanel.syncPersistedItemWithContentData (main.js:2) at main.js:2 at _fulfilled (vendors.main~editor.js:2) at vendors.main~editor.js:2 at Promise.i.promiseDispatch (vendors.main~editor.js:2) at vendors.main~editor.js:2 at runSingle (vendors.main~editor.js:2) (anonymous) @ main.js:2 vendors.main~editor.js:2 Uncaught TypeError: Cannot read property 'getPropertyArray' of null at main.js:2 ``` **freeform**: ``` <?xml version="1.0" encoding="UTF-8"?> <content-type> <display-name>freeform</display-name> <super-type>base:structured</super-type> <allow-child-content>true</allow-child-content> <form> <mixin name="freeform"/> </form> </content-type> ``` **mixin**: ``` <mixin xmlns="urn:enonic:xp:model:1.0"> <display-name>Freeform</display-name> <form> <item-set name="freeform"> <label>Form config</label> <occurrences minimum="1" maximum="1"/> <items> <input type="TextLine" name="action"> <label>Action</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input name="method" type="ComboBox"> <label>Method</label> <occurrences minimum="1" maximum="1"/> <config> <option value="get">Get</option> <option value="post">Post</option> </config> <default>get</default> </input> <input type="TextLine" name="class"> <label>Form class</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <item-set name="inputs"> <label>Input</label> <occurrences minimum="1" maximum="0"/> <items> <input type="TextLine" name="label"> <label>label</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input type="TextLine" name="id"> <label>id</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input type="TextLine" name="name"> <label>name</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input type="TextLine" name="class"> <label>class</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <option-set name="element"> <label>element type</label> <expanded>false</expanded> <occurrences minimum="1" maximum="1"/> <options minimum="1" maximum="1"> <option name="input"> <label>Input</label> <items> <input type="TextLine" name="value"> <label>Value</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <input type="TextLine" name="placeholder"> <label>Placeholder</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> <mixin name="freeform-input-types"/> </items> </option> <option name="button"> <label>Button</label> <items> <input type="TextLine" name="value"> <label>Value</label> <help-text></help-text> <occurrences minimum="0" maximum="1"/> </input> </items> </option> <option name="select"> <label>Select</label> <items> <item-set name="options"> <label>Options</label> <occurrences minimum="1" maximum="0"/> <items> <input type="TextLine" name="name"> <label>Name</label> <help-text></help-text> <occurrences minimum="1" maximum="1"/> </input> <input type="TextLine" name="value"> <label>Value</label> <help-text></help-text> <occurrences minimum="1" maximum="1"/> </input> </items> </item-set> </items> </option> </options> </option-set> </items> </item-set> </items> </item-set> </form> </mixin> ```
test
wizard does not load for mixin with nested option set install the application then create a site with this application open new freeform wizard bug endless spinner and errors in console when wizard for freeform is opened main js typeerror cannot read property getpropertyarray of null at main js at array foreach at contentwizardpanel cleanformoptionsetsredundantdata main js at contentwizardpanel syncpersisteditemwithcontentdata main js at main js at fulfilled vendors main editor js at vendors main editor js at promise i promisedispatch vendors main editor js at vendors main editor js at runsingle vendors main editor js defaulterrorhandler handle main js main js typeerror cannot read property getpropertyarray of null at main js at array foreach at contentwizardpanel cleanformoptionsetsredundantdata main js at contentwizardpanel syncpersisteditemwithcontentdata main js at main js at fulfilled vendors main editor js at vendors main editor js at promise i promisedispatch vendors main editor js at vendors main editor js at runsingle vendors main editor js anonymous main js vendors main editor js uncaught typeerror cannot read property getpropertyarray of null at main js freeform freeform base structured true mixin freeform form config action method get post get form class input label id name class element type false input value placeholder button value select options name value
1
291,827
25,178,224,285
IssuesEvent
2022-11-11 11:12:34
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: knex failed
C-test-failure O-robot O-roachtest release-blocker branch-release-22.2.0
roachtest.knex [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7448384?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7448384?buildTab=artifacts#/knex) on release-22.2.0 @ [234c9295cc02150f919cfa96b09ee2fa07b68ace](https://github.com/cockroachdb/cockroach/commits/234c9295cc02150f919cfa96b09ee2fa07b68ace): ``` test artifacts and logs in: /artifacts/knex/run_1 knex.go:115,knex.go:126,test_runner.go:930: Non-zero exit code: 2 ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> <details><summary>Same failure on other branches</summary> <p> - #91657 roachtest: knex failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1 release-blocker] - #90129 roachtest: knex failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master] </p> </details> /cc @cockroachdb/sql-experience <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*knex.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: knex failed - roachtest.knex [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7448384?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7448384?buildTab=artifacts#/knex) on release-22.2.0 @ [234c9295cc02150f919cfa96b09ee2fa07b68ace](https://github.com/cockroachdb/cockroach/commits/234c9295cc02150f919cfa96b09ee2fa07b68ace): ``` test artifacts and logs in: /artifacts/knex/run_1 knex.go:115,knex.go:126,test_runner.go:930: Non-zero exit code: 2 ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> <details><summary>Same failure on other branches</summary> <p> - #91657 roachtest: knex failed [C-test-failure O-roachtest O-robot T-sql-experience branch-release-22.1 release-blocker] - #90129 roachtest: knex failed [C-test-failure O-roachtest O-robot T-sql-experience branch-master] </p> </details> /cc @cockroachdb/sql-experience <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*knex.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest knex failed roachtest knex with on release test artifacts and logs in artifacts knex run knex go knex go test runner go non zero exit code parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest ssd help see see same failure on other branches roachtest knex failed roachtest knex failed cc cockroachdb sql experience
1
82,004
7,809,356,879
IssuesEvent
2018-06-12 00:05:12
equella/Equella
https://api.github.com/repos/equella/Equella
closed
New course editor: Doesn't appear to be displaying correct option for version selector dropdown
Ready for Testing bug
Steps to reproduce: * In the new course editor either add a new course or edit an existing one * In the 'Version Selection' dropdown select an option other than the default * Save the course * Open up that same course using the old admin console * The version selection will be different to the one you selected using the new course editor in step 2
1.0
New course editor: Doesn't appear to be displaying correct option for version selector dropdown - Steps to reproduce: * In the new course editor either add a new course or edit an existing one * In the 'Version Selection' dropdown select an option other than the default * Save the course * Open up that same course using the old admin console * The version selection will be different to the one you selected using the new course editor in step 2
test
new course editor doesn t appear to be displaying correct option for version selector dropdown steps to reproduce in the new course editor either add a new course or edit an existing one in the version selection dropdown select an option other than the default save the course open up that same course using the old admin console the version selection will be different to the one you selected using the new course editor in step
1
234,730
7,725,664,006
IssuesEvent
2018-05-24 18:40:26
eSteemApp/esteem-surfer
https://api.github.com/repos/eSteemApp/esteem-surfer
opened
Card design on feeds
low priority
have card design similar to this: <img width="1186" alt="screen shot 2018-05-24 at 9 39 11 pm" src="https://user-images.githubusercontent.com/3015990/40504798-fced5fd6-5f9a-11e8-8195-6a148d4b8c55.png">
1.0
Card design on feeds - have card design similar to this: <img width="1186" alt="screen shot 2018-05-24 at 9 39 11 pm" src="https://user-images.githubusercontent.com/3015990/40504798-fced5fd6-5f9a-11e8-8195-6a148d4b8c55.png">
non_test
card design on feeds have card design similar to this img width alt screen shot at pm src
0
189,583
14,514,867,381
IssuesEvent
2020-12-13 10:11:45
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
srini0508/k8s-efk-falco: kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go; 14 LoC
fresh small test
Found a possible issue in [srini0508/k8s-efk-falco](https://www.github.com/srini0508/k8s-efk-falco) at [kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go](https://github.com/srini0508/k8s-efk-falco/blob/698ace68e6f49f9f8c8e18be3f2f1dcb77fbcd3b/kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go#L2859-L2872) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to v at line 2861 may start a goroutine [Click here to see the code in its original context.](https://github.com/srini0508/k8s-efk-falco/blob/698ace68e6f49f9f8c8e18be3f2f1dcb77fbcd3b/kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go#L2859-L2872) <details> <summary>Click here to show the 14 line(s) of Go which triggered the analyzer.</summary> ```go for _, v := range componentStatuses { b := bytes.NewBuffer(nil) codec.Encode(&v, b) var status string if v.Conditions[0].Status == corev1.ConditionTrue { status = "Healthy" } else { status = "Unhealthy" } table.Rows = append(table.Rows, metav1.TableRow{ Object: runtime.RawExtension{Raw: b.Bytes()}, Cells: []interface{}{v.Name, status, v.Conditions[0].Message, v.Conditions[0].Error}, }) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 698ace68e6f49f9f8c8e18be3f2f1dcb77fbcd3b
1.0
srini0508/k8s-efk-falco: kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go; 14 LoC - Found a possible issue in [srini0508/k8s-efk-falco](https://www.github.com/srini0508/k8s-efk-falco) at [kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go](https://github.com/srini0508/k8s-efk-falco/blob/698ace68e6f49f9f8c8e18be3f2f1dcb77fbcd3b/kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go#L2859-L2872) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to v at line 2861 may start a goroutine [Click here to see the code in its original context.](https://github.com/srini0508/k8s-efk-falco/blob/698ace68e6f49f9f8c8e18be3f2f1dcb77fbcd3b/kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/get/get_test.go#L2859-L2872) <details> <summary>Click here to show the 14 line(s) of Go which triggered the analyzer.</summary> ```go for _, v := range componentStatuses { b := bytes.NewBuffer(nil) codec.Encode(&v, b) var status string if v.Conditions[0].Status == corev1.ConditionTrue { status = "Healthy" } else { status = "Unhealthy" } table.Rows = append(table.Rows, metav1.TableRow{ Object: runtime.RawExtension{Raw: b.Bytes()}, Cells: []interface{}{v.Name, status, v.Conditions[0].Message, v.Conditions[0].Error}, }) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 698ace68e6f49f9f8c8e18be3f2f1dcb77fbcd3b
test
efk falco kubernetes staging src io kubectl pkg cmd get get test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to v at line may start a goroutine click here to show the line s of go which triggered the analyzer go for v range componentstatuses b bytes newbuffer nil codec encode v b var status string if v conditions status conditiontrue status healthy else status unhealthy table rows append table rows tablerow object runtime rawextension raw b bytes cells interface v name status v conditions message v conditions error leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
673,845
23,033,174,533
IssuesEvent
2022-07-22 15:45:42
w3c/wai-axsdb-web
https://api.github.com/repos/w3c/wai-axsdb-web
closed
Admin has no text on it if user is logged out.
bug priority
I have actually removed the messages in utils.js as we use it on other pages like an if/else page, and the notifications looked quite strange there. Probably you can think of a good compromise. https://github.com/w3c/wai-axsdb-web/blob/master/js/utils.js
1.0
Admin has no text on it if user is logged out. - I have actually removed the messages in utils.js as we use it on other pages like an if/else page, and the notifications looked quite strange there. Probably you can think of a good compromise. https://github.com/w3c/wai-axsdb-web/blob/master/js/utils.js
non_test
admin has no text on it if user is logged out i have actually removed the messages in utils js as we use it on other pages like an if else page and the notifications looked quite strange there probably you can think of a good compromise
0
79,609
7,720,917,077
IssuesEvent
2018-05-24 02:03:32
ansible/ansible
https://api.github.com/repos/ansible/ansible
closed
"any_errors_fatal" does not work when "flush_handlers" used
affects_2.4 bug support:community test
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME any_errors_fatal ##### ANSIBLE VERSION ansible 2.4.3.0 ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY With "any_errors_fatal: yes" playbook continue to run after "flush_handlers" block despite of failed handler ##### STEPS TO REPRODUCE have 2 machines in target group: - 01host - 02host ```yaml --- - hosts: all any_errors_fatal: yes tasks: - shell: echo 1 notify: failed_handler - meta: flush_handlers - shell: echo 2 handlers: # failed handler only on 1 host - name: failed_handler shell: hostname | grep -v '01host' ``` ##### EXPECTED RESULTS "failed_handler" return error on one host, other hosts don't continue to execute next tasks ##### ACTUAL RESULTS ``` TASK [command] ******************************************************************************************************************************************************************************************************************** changed: [01host] changed: [02host] RUNNING HANDLER [failed_handler] ************************************************************************************************************************************************************************************************** changed: [02host] fatal: [01host]: FAILED! => { "changed": true, "cmd": "hostname | grep -v '01.stg'", "delta": "0:00:00.003207", "end": "2018-02-23 17:33:28.588487", "rc": 1, "start": "2018-02-23 17:33:28.585280" } MSG: non-zero return code TASK [command] ******************************************************************************************************************************************************************************************************************** changed: [01host] changed: [02host] PLAY RECAP ************************************************************************************************************************************************************************************************************************ 01host : ok=2 changed=1 unreachable=0 failed=1 02host : ok=4 changed=3 unreachable=0 failed=0 ```
1.0
"any_errors_fatal" does not work when "flush_handlers" used - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME any_errors_fatal ##### ANSIBLE VERSION ansible 2.4.3.0 ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY With "any_errors_fatal: yes" playbook continue to run after "flush_handlers" block despite of failed handler ##### STEPS TO REPRODUCE have 2 machines in target group: - 01host - 02host ```yaml --- - hosts: all any_errors_fatal: yes tasks: - shell: echo 1 notify: failed_handler - meta: flush_handlers - shell: echo 2 handlers: # failed handler only on 1 host - name: failed_handler shell: hostname | grep -v '01host' ``` ##### EXPECTED RESULTS "failed_handler" return error on one host, other hosts don't continue to execute next tasks ##### ACTUAL RESULTS ``` TASK [command] ******************************************************************************************************************************************************************************************************************** changed: [01host] changed: [02host] RUNNING HANDLER [failed_handler] ************************************************************************************************************************************************************************************************** changed: [02host] fatal: [01host]: FAILED! => { "changed": true, "cmd": "hostname | grep -v '01.stg'", "delta": "0:00:00.003207", "end": "2018-02-23 17:33:28.588487", "rc": 1, "start": "2018-02-23 17:33:28.585280" } MSG: non-zero return code TASK [command] ******************************************************************************************************************************************************************************************************************** changed: [01host] changed: [02host] PLAY RECAP ************************************************************************************************************************************************************************************************************************ 01host : ok=2 changed=1 unreachable=0 failed=1 02host : ok=4 changed=3 unreachable=0 failed=0 ```
test
any errors fatal does not work when flush handlers used issue type bug report component name any errors fatal ansible version ansible configuration os environment summary with any errors fatal yes playbook continue to run after flush handlers block despite of failed handler steps to reproduce have machines in target group yaml hosts all any errors fatal yes tasks shell echo notify failed handler meta flush handlers shell echo handlers failed handler only on host name failed handler shell hostname grep v expected results failed handler return error on one host other hosts don t continue to execute next tasks actual results task changed changed running handler changed fatal failed changed true cmd hostname grep v stg delta end rc start msg non zero return code task changed changed play recap ok changed unreachable failed ok changed unreachable failed
1
441,012
30,765,481,322
IssuesEvent
2023-07-30 08:38:30
chesslablab/chess-api
https://api.github.com/repos/chesslablab/chess-api
closed
Write documentation
documentation good first issue
The GET /api/annotations/games endpoint has recently been implemented and now is to be documented at [Chess API](https://chess-api.readthedocs.io/en/latest/). See: - https://github.com/chesslablab/chess-api/issues/51 Thus, a new entry in the [mkdocs.yml](https://github.com/chesslablab/chess-api/blob/main/mkdocs.yml) file needs to be added as well as its corresponding file in the [docs](https://github.com/chesslablab/chess-api/tree/main/docs) folder. Keep it up and happy learning!
1.0
Write documentation - The GET /api/annotations/games endpoint has recently been implemented and now is to be documented at [Chess API](https://chess-api.readthedocs.io/en/latest/). See: - https://github.com/chesslablab/chess-api/issues/51 Thus, a new entry in the [mkdocs.yml](https://github.com/chesslablab/chess-api/blob/main/mkdocs.yml) file needs to be added as well as its corresponding file in the [docs](https://github.com/chesslablab/chess-api/tree/main/docs) folder. Keep it up and happy learning!
non_test
write documentation the get api annotations games endpoint has recently been implemented and now is to be documented at see thus a new entry in the file needs to be added as well as its corresponding file in the folder keep it up and happy learning
0
248,367
21,014,115,621
IssuesEvent
2022-03-30 09:24:53
sourcegraph/sec-pr-audit-trail
https://api.github.com/repos/sourcegraph/sec-pr-audit-trail
opened
sourcegraph/sourcegraph#33200: "hackathon - search/notebook: select and view notebook block results"
exception/test-plan sourcegraph/sourcegraph
https://github.com/sourcegraph/sourcegraph/pull/33200 "hackathon - search/notebook: select and view notebook block results" **has no test plan**. Learn more about test plans in our [testing guidelines](https://docs.sourcegraph.com/dev/background-information/testing_principles#test-plans). @tsenart please comment in this issue with an explanation for this exception and close this issue.
1.0
sourcegraph/sourcegraph#33200: "hackathon - search/notebook: select and view notebook block results" - https://github.com/sourcegraph/sourcegraph/pull/33200 "hackathon - search/notebook: select and view notebook block results" **has no test plan**. Learn more about test plans in our [testing guidelines](https://docs.sourcegraph.com/dev/background-information/testing_principles#test-plans). @tsenart please comment in this issue with an explanation for this exception and close this issue.
test
sourcegraph sourcegraph hackathon search notebook select and view notebook block results hackathon search notebook select and view notebook block results has no test plan learn more about test plans in our tsenart please comment in this issue with an explanation for this exception and close this issue
1
522,939
15,169,950,035
IssuesEvent
2021-02-12 22:08:54
Jackojc/wotpp
https://api.github.com/repos/Jackojc/wotpp
closed
Implement binary/hex literals and string escapes
enhancement high priority
Implement binary and hex literals. Literals: ``` 0b11111111_11111111 0xFF_FF ``` Escapes: ``` "\xFF" "\b11111111" ```
1.0
Implement binary/hex literals and string escapes - Implement binary and hex literals. Literals: ``` 0b11111111_11111111 0xFF_FF ``` Escapes: ``` "\xFF" "\b11111111" ```
non_test
implement binary hex literals and string escapes implement binary and hex literals literals ff escapes xff
0
187,289
14,427,394,972
IssuesEvent
2020-12-06 03:45:40
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
sinmetal/vstore_tester: vendor/cloud.google.com/go/internal/fields/fields_test.go; 6 LoC
fresh test tiny vendored
Found a possible issue in [sinmetal/vstore_tester](https://www.github.com/sinmetal/vstore_tester) at [vendor/cloud.google.com/go/internal/fields/fields_test.go](https://github.com/sinmetal/vstore_tester/blob/c8581a61c63b08099626304e02b639fa4cde112a/vendor/cloud.google.com/go/internal/fields/fields_test.go#L408-L413) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to g at line 410 may start a goroutine [Click here to see the code in its original context.](https://github.com/sinmetal/vstore_tester/blob/c8581a61c63b08099626304e02b639fa4cde112a/vendor/cloud.google.com/go/internal/fields/fields_test.go#L408-L413) <details> <summary>Click here to show the 6 line(s) of Go which triggered the analyzer.</summary> ```go for i, g := range got { w := *want[i] if !fieldsEqual(&g, &w) { return fmt.Sprintf("got %+v, want %+v", g, w), false } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: c8581a61c63b08099626304e02b639fa4cde112a
1.0
sinmetal/vstore_tester: vendor/cloud.google.com/go/internal/fields/fields_test.go; 6 LoC - Found a possible issue in [sinmetal/vstore_tester](https://www.github.com/sinmetal/vstore_tester) at [vendor/cloud.google.com/go/internal/fields/fields_test.go](https://github.com/sinmetal/vstore_tester/blob/c8581a61c63b08099626304e02b639fa4cde112a/vendor/cloud.google.com/go/internal/fields/fields_test.go#L408-L413) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to g at line 410 may start a goroutine [Click here to see the code in its original context.](https://github.com/sinmetal/vstore_tester/blob/c8581a61c63b08099626304e02b639fa4cde112a/vendor/cloud.google.com/go/internal/fields/fields_test.go#L408-L413) <details> <summary>Click here to show the 6 line(s) of Go which triggered the analyzer.</summary> ```go for i, g := range got { w := *want[i] if !fieldsEqual(&g, &w) { return fmt.Sprintf("got %+v, want %+v", g, w), false } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: c8581a61c63b08099626304e02b639fa4cde112a
test
sinmetal vstore tester vendor cloud google com go internal fields fields test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to g at line may start a goroutine click here to show the line s of go which triggered the analyzer go for i g range got w want if fieldsequal g w return fmt sprintf got v want v g w false leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
138,990
31,158,466,182
IssuesEvent
2023-08-16 14:30:33
h4sh5/pypi-auto-scanner
https://api.github.com/repos/h4sh5/pypi-auto-scanner
opened
glmnet-classifier 0.1.21 has 1 GuardDog issues
guarddog code-execution
https://pypi.org/project/glmnet-classifier https://inspector.pypi.io/project/glmnet-classifier ```{ "dependency": "glmnet-classifier", "version": "0.1.21", "result": { "issues": 1, "errors": {}, "results": { "code-execution": [ { "location": "glmnet_classifier-0.1.21/setup.py:43", "code": "os.system(cmd)", "message": "This package is executing OS commands in the setup.py file" } ] }, "path": "/tmp/tmpl9h_xcou/glmnet-classifier" } }```
1.0
glmnet-classifier 0.1.21 has 1 GuardDog issues - https://pypi.org/project/glmnet-classifier https://inspector.pypi.io/project/glmnet-classifier ```{ "dependency": "glmnet-classifier", "version": "0.1.21", "result": { "issues": 1, "errors": {}, "results": { "code-execution": [ { "location": "glmnet_classifier-0.1.21/setup.py:43", "code": "os.system(cmd)", "message": "This package is executing OS commands in the setup.py file" } ] }, "path": "/tmp/tmpl9h_xcou/glmnet-classifier" } }```
non_test
glmnet classifier has guarddog issues dependency glmnet classifier version result issues errors results code execution location glmnet classifier setup py code os system cmd message this package is executing os commands in the setup py file path tmp xcou glmnet classifier
0
167,981
6,358,590,360
IssuesEvent
2017-07-31 02:46:17
kotct/dot
https://api.github.com/repos/kotct/dot
closed
Licensing
Concerns: Dot Priority: Medium
As this becomes a more major project with actual potential for wider usage, it would be good to set up our licensing and everything correctly.
1.0
Licensing - As this becomes a more major project with actual potential for wider usage, it would be good to set up our licensing and everything correctly.
non_test
licensing as this becomes a more major project with actual potential for wider usage it would be good to set up our licensing and everything correctly
0
24,633
2,671,247,731
IssuesEvent
2015-03-24 03:53:10
nickpaventi/culligan-diy
https://api.github.com/repos/nickpaventi/culligan-diy
opened
Global: H1 needs adjustment for letter spacing & size
bug Low Priority
Recommend adjusting H1 to up the point size and reduce letter spacing to better match comp. ``h1 { font-size: 56px !important; letter-spacing: -.03em; font-weight: 800 !important; } ``
1.0
Global: H1 needs adjustment for letter spacing & size - Recommend adjusting H1 to up the point size and reduce letter spacing to better match comp. ``h1 { font-size: 56px !important; letter-spacing: -.03em; font-weight: 800 !important; } ``
non_test
global needs adjustment for letter spacing size recommend adjusting to up the point size and reduce letter spacing to better match comp font size important letter spacing font weight important
0
30,797
4,652,867,209
IssuesEvent
2016-10-03 15:12:20
TrueCommerce/Roadmap
https://api.github.com/repos/TrueCommerce/Roadmap
closed
Uninstall Fails to Remove Windows Service
Bug Tested [Network Manager]
## Network Manager An exception is thrown during the uninstall of the Network Manager Agent and the Windows service is not removed.
1.0
Uninstall Fails to Remove Windows Service - ## Network Manager An exception is thrown during the uninstall of the Network Manager Agent and the Windows service is not removed.
test
uninstall fails to remove windows service network manager an exception is thrown during the uninstall of the network manager agent and the windows service is not removed
1
690,666
23,668,928,495
IssuesEvent
2022-08-27 03:27:13
ecotiya/ecotiya-portfolio-site
https://api.github.com/repos/ecotiya/ecotiya-portfolio-site
opened
ボクセルアートを作成し、ポートフォリオサイトに配置する。
I wanna try Priority: Lowest
<!-- 要望のテンプレート --> ## 概要 ボクセルアートを作成し、ポートフォリオサイトに配置する。 ## 目的 単純な興味。 ## タスク - [ ] 疑問・調査事項の解決 - [ ] 実施 ## 疑問・調査事項 - [ ] ボクセルアートを作成するソフトの確認。 - [ ] ボクセルアート上達コレクションで勉強する。https://www.amazon.co.jp/dp/4817021446/?coliid=I1PX5OOJY6NBAT&colid=1BXX2XVLKCWUU&psc=1&ref_=lv_ov_lig_dp_it ## 補足 本当にやることがなったら、やる。
1.0
ボクセルアートを作成し、ポートフォリオサイトに配置する。 - <!-- 要望のテンプレート --> ## 概要 ボクセルアートを作成し、ポートフォリオサイトに配置する。 ## 目的 単純な興味。 ## タスク - [ ] 疑問・調査事項の解決 - [ ] 実施 ## 疑問・調査事項 - [ ] ボクセルアートを作成するソフトの確認。 - [ ] ボクセルアート上達コレクションで勉強する。https://www.amazon.co.jp/dp/4817021446/?coliid=I1PX5OOJY6NBAT&colid=1BXX2XVLKCWUU&psc=1&ref_=lv_ov_lig_dp_it ## 補足 本当にやることがなったら、やる。
non_test
ボクセルアートを作成し、ポートフォリオサイトに配置する。 概要 ボクセルアートを作成し、ポートフォリオサイトに配置する。 目的 単純な興味。 タスク 疑問・調査事項の解決 実施 疑問・調査事項 ボクセルアートを作成するソフトの確認。 ボクセルアート上達コレクションで勉強する。 補足 本当にやることがなったら、やる。
0
282,522
24,483,146,130
IssuesEvent
2022-10-09 04:26:57
gama-platform/gama
https://api.github.com/repos/gama-platform/gama
closed
Primitives marked as virtual and not redefined in global do not show as compilation errors but prevent model from running
😱 Bug About GAML Priority High V. 1.8.2 👍 Fix to be tested
**Describe the bug** If a model (`global`) is marked as implementing a skill that defines a `virtual` action (i.e. that should be redefined) without redefining it, it compiles correctly but generates an error when trying to run it. **To Reproduce** Steps to reproduce the behavior: 1. Open (for instance) `GAML Syntax > System > RunThread.gaml` 2. remove the definition of `thread_action` in `global` 3. try to run the model (nothing happens) **Error* A compilation error appears in the Java console : ``` java.lang.NullPointerException: Cannot invoke "org.eclipse.emf.ecore.EObject.eResource()" because the return value of "msi.gaml.descriptions.ActionDescription.getUnderlyingElement()" is null at msi.gaml.descriptions.ModelDescription.finalizeDescription(ModelDescription.java:519) at msi.gaml.factories.ModelAssembler.assemble(ModelAssembler.java:163) at msi.gaml.factories.ModelFactory.createModelDescription(ModelFactory.java:61) at msi.gama.lang.gaml.resource.GamlResource.buildModelDescription(GamlResource.java:222) at msi.gama.lang.gaml.resource.GamlResource.buildCompleteDescription(GamlResource.java:256) at msi.gama.lang.gaml.resource.GamlResource.validate(GamlResource.java:283) at msi.gama.lang.gaml.validation.GamlResourceValidator.validate(GamlResourceValidator.java:62) at org.eclipse.xtext.ui.editor.validation.ValidationJob$1.exec(ValidationJob.java:92) at org.eclipse.xtext.ui.editor.validation.ValidationJob$1.exec(ValidationJob.java:1) at org.eclipse.xtext.util.concurrent.CancelableUnitOfWork.exec(CancelableUnitOfWork.java:27) at org.eclipse.xtext.util.concurrent.WrappingCancelableUnitOfWork.exec(WrappingCancelableUnitOfWork.java:58) at org.eclipse.xtext.util.concurrent.CancelableUnitOfWork.exec(CancelableUnitOfWork.java:27) at org.eclipse.xtext.resource.OutdatedStateManager.exec(OutdatedStateManager.java:70) at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.internalReadOnly(XtextDocument.java:525) at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.readOnly(XtextDocument.java:497) at org.eclipse.xtext.ui.editor.model.XtextDocument.readOnly(XtextDocument.java:136) at org.eclipse.xtext.util.concurrent.IReadAccess.tryReadOnly(IReadAccess.java:50) at org.eclipse.xtext.ui.editor.validation.ValidationJob.createIssues(ValidationJob.java:87) at org.eclipse.xtext.ui.editor.validation.ValidationJob.run(ValidationJob.java:68) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) ``` **Desktop (please complete the following information):** - GAMA version: 1.8.2 - Java version: 17
1.0
Primitives marked as virtual and not redefined in global do not show as compilation errors but prevent model from running - **Describe the bug** If a model (`global`) is marked as implementing a skill that defines a `virtual` action (i.e. that should be redefined) without redefining it, it compiles correctly but generates an error when trying to run it. **To Reproduce** Steps to reproduce the behavior: 1. Open (for instance) `GAML Syntax > System > RunThread.gaml` 2. remove the definition of `thread_action` in `global` 3. try to run the model (nothing happens) **Error* A compilation error appears in the Java console : ``` java.lang.NullPointerException: Cannot invoke "org.eclipse.emf.ecore.EObject.eResource()" because the return value of "msi.gaml.descriptions.ActionDescription.getUnderlyingElement()" is null at msi.gaml.descriptions.ModelDescription.finalizeDescription(ModelDescription.java:519) at msi.gaml.factories.ModelAssembler.assemble(ModelAssembler.java:163) at msi.gaml.factories.ModelFactory.createModelDescription(ModelFactory.java:61) at msi.gama.lang.gaml.resource.GamlResource.buildModelDescription(GamlResource.java:222) at msi.gama.lang.gaml.resource.GamlResource.buildCompleteDescription(GamlResource.java:256) at msi.gama.lang.gaml.resource.GamlResource.validate(GamlResource.java:283) at msi.gama.lang.gaml.validation.GamlResourceValidator.validate(GamlResourceValidator.java:62) at org.eclipse.xtext.ui.editor.validation.ValidationJob$1.exec(ValidationJob.java:92) at org.eclipse.xtext.ui.editor.validation.ValidationJob$1.exec(ValidationJob.java:1) at org.eclipse.xtext.util.concurrent.CancelableUnitOfWork.exec(CancelableUnitOfWork.java:27) at org.eclipse.xtext.util.concurrent.WrappingCancelableUnitOfWork.exec(WrappingCancelableUnitOfWork.java:58) at org.eclipse.xtext.util.concurrent.CancelableUnitOfWork.exec(CancelableUnitOfWork.java:27) at org.eclipse.xtext.resource.OutdatedStateManager.exec(OutdatedStateManager.java:70) at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.internalReadOnly(XtextDocument.java:525) at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.readOnly(XtextDocument.java:497) at org.eclipse.xtext.ui.editor.model.XtextDocument.readOnly(XtextDocument.java:136) at org.eclipse.xtext.util.concurrent.IReadAccess.tryReadOnly(IReadAccess.java:50) at org.eclipse.xtext.ui.editor.validation.ValidationJob.createIssues(ValidationJob.java:87) at org.eclipse.xtext.ui.editor.validation.ValidationJob.run(ValidationJob.java:68) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) ``` **Desktop (please complete the following information):** - GAMA version: 1.8.2 - Java version: 17
test
primitives marked as virtual and not redefined in global do not show as compilation errors but prevent model from running describe the bug if a model global is marked as implementing a skill that defines a virtual action i e that should be redefined without redefining it it compiles correctly but generates an error when trying to run it to reproduce steps to reproduce the behavior open for instance gaml syntax system runthread gaml remove the definition of thread action in global try to run the model nothing happens error a compilation error appears in the java console java lang nullpointerexception cannot invoke org eclipse emf ecore eobject eresource because the return value of msi gaml descriptions actiondescription getunderlyingelement is null at msi gaml descriptions modeldescription finalizedescription modeldescription java at msi gaml factories modelassembler assemble modelassembler java at msi gaml factories modelfactory createmodeldescription modelfactory java at msi gama lang gaml resource gamlresource buildmodeldescription gamlresource java at msi gama lang gaml resource gamlresource buildcompletedescription gamlresource java at msi gama lang gaml resource gamlresource validate gamlresource java at msi gama lang gaml validation gamlresourcevalidator validate gamlresourcevalidator java at org eclipse xtext ui editor validation validationjob exec validationjob java at org eclipse xtext ui editor validation validationjob exec validationjob java at org eclipse xtext util concurrent cancelableunitofwork exec cancelableunitofwork java at org eclipse xtext util concurrent wrappingcancelableunitofwork exec wrappingcancelableunitofwork java at org eclipse xtext util concurrent cancelableunitofwork exec cancelableunitofwork java at org eclipse xtext resource outdatedstatemanager exec outdatedstatemanager java at org eclipse xtext ui editor model xtextdocument xtextdocumentlocker internalreadonly xtextdocument java at org eclipse xtext ui editor model xtextdocument xtextdocumentlocker readonly xtextdocument java at org eclipse xtext ui editor model xtextdocument readonly xtextdocument java at org eclipse xtext util concurrent ireadaccess tryreadonly ireadaccess java at org eclipse xtext ui editor validation validationjob createissues validationjob java at org eclipse xtext ui editor validation validationjob run validationjob java at org eclipse core internal jobs worker run worker java desktop please complete the following information gama version java version
1
209,488
16,024,336,209
IssuesEvent
2021-04-21 07:05:49
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
closed
TestMonitorErrorLogs is flaky
internal kind/todo meta/test-flake priority/p0
``` travis_fold:start:worker_info Worker information hostname: 082c375b-5890-4eb8-b68e-4552678304a8@1.worker-com-75b8f7d6f5-kqrt4.gce-production-1 version: v6.2.17 https://github.com/travis-ci/worker/tree/bc420764f334fe0d096a417c80426f672f1b7d18 instance: travis-job-1138649a-f457-4e6b-bcc4-42539cf7efa3 travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp) startup: 5.89074499s travis_fold:end:worker_info Secret environment variables are not obfuscated on Windows, please refer to our documentation: https://docs.travis-ci.com/user/best-practices-security travis_time:start:0f5a1b00 travis_time:end:0f5a1b00:start=1595492997400378400,finish=1595492997440139300,duration=39760900,event=check_unsupported travis_time:start:0594ccc6 travis_time:end:0594ccc6:start=1595492997490559300,finish=1595492997530753500,duration=40194200,event=apt_get_update travis_time:start:167a8500 Disabling Windows Defender $ powershell -Command Set-MpPreference -DisableArchiveScanning \$true $ powershell -Command Set-MpPreference -DisableRealtimeMonitoring \$true $ powershell -Command Set-MpPreference -DisableBehaviorMonitoring \$true travis_time:end:167a8500:start=1595492997584002400,finish=1595493000401015400,duration=2817013000,event=disable_windows_defender Updating gimme travis_time:start:0a71287a travis_time:start:089630d0 travis_time:end:089630d0:start=1595493021446834300,finish=1595493021634735900,duration=187901600,event=checkout  travis_fold:start:git.checkout travis_time:start:3cc7aacc $ git clone --depth=50 https://github.com/GoogleContainerTools/skaffold.git GoogleContainerTools/skaffold Cloning into 'GoogleContainerTools/skaffold'... Updating files: 14% (1038/7407) Updating files: 15% (1112/7407) Updating files: 16% (1186/7407) Updating files: 17% (1260/7407) Updating files: 18% (1334/7407) Updating files: 19% (1408/7407) Updating files: 20% (1482/7407) Updating files: 21% (1556/7407) Updating files: 22% (1630/7407) Updating files: 23% (1704/7407) Updating files: 24% (1778/7407) Updating files: 25% (1852/7407) Updating files: 26% (1926/7407) Updating files: 27% (2000/7407) Updating files: 28% (2074/7407) Updating files: 29% (2149/7407) Updating files: 30% (2223/7407) Updating files: 31% (2297/7407) Updating files: 32% (2371/7407) Updating files: 33% (2445/7407) Updating files: 34% (2519/7407) Updating files: 35% (2593/7407) Updating files: 36% (2667/7407) Updating files: 36% (2714/7407) Updating files: 37% (2741/7407) Updating files: 38% (2815/7407) Updating files: 39% (2889/7407) Updating files: 40% (2963/7407) Updating files: 41% (3037/7407) Updating files: 42% (3111/7407) Updating files: 43% (3186/7407) Updating files: 44% (3260/7407) Updating files: 45% (3334/7407) Updating files: 46% (3408/7407) Updating files: 47% (3482/7407) Updating files: 48% (3556/7407) Updating files: 49% (3630/7407) Updating files: 50% (3704/7407) Updating files: 51% (3778/7407) Updating files: 52% (3852/7407) Updating files: 53% (3926/7407) Updating files: 54% (4000/7407) Updating files: 55% (4074/7407) Updating files: 56% (4148/7407) Updating files: 57% (4222/7407) travis_time:end:3cc7aacc:start=1595493021690679900,finish=1595493031386643600,duration=9695963700,event=checkout $ cd GoogleContainerTools/skaffold travis_time:start:03adb5ed $ git fetch origin +refs/pull/4509/merge: Updating files: 57% (4274/7407) Updating files: 58% (4297/7407) Updating files: 59% (4371/7407) Updating files: 60% (4445/7407) Updating files: 61% (4519/7407) Updating files: 62% (4593/7407) Updating files: 63% (4667/7407) Updating files: 64% (4741/7407) Updating files: 65% (4815/7407) Updating files: 66% (4889/7407) Updating files: 67% (4963/7407) Updating files: 68% (5037/7407) Updating files: 69% (5111/7407) Updating files: 70% (5185/7407) Updating files: 71% (5259/7407) Updating files: 72% (5334/7407) Updating files: 72% (5346/7407) Updating files: 73% (5408/7407) Updating files: 74% (5482/7407) Updating files: 75% (5556/7407) Updating files: 76% (5630/7407) Updating files: 77% (5704/7407) Updating files: 78% (5778/7407) Updating files: 79% (5852/7407) Updating files: 80% (5926/7407) Updating files: 81% (6000/7407) Updating files: 82% (6074/7407) Updating files: 83% (6148/7407) Updating files: 84% (6222/7407) Updating files: 85% (6296/7407) Updating files: 86% (6371/7407) Updating files: 87% (6445/7407) Updating files: 88% (6519/7407) Updating files: 89% (6593/7407) Updating files: 90% (6667/7407) Updating files: 91% (6741/7407) Updating files: 92% (6815/7407) Updating files: 93% (6889/7407) Updating files: 94% (6963/7407) Updating files: 94% (7021/7407) Updating files: 95% (7037/7407) Updating files: 96% (7111/7407) Updating files: 97% (7185/7407) Updating files: 98% (7259/7407) Updating files: 99% (7333/7407) Updating files: 100% (7407/7407) Updating files: 100% (7407/7407), done. travis_time:end:03adb5ed:start=1595493031442213400,finish=1595493032149716200,duration=707502800,event=checkout $ git checkout -qf FETCH_HEAD travis_fold:end:git.checkout  travis_time:end:03adb5ed:start=1595493031442213400,finish=1595493032556317600,duration=1114104200,event=checkout $ travis_export_go 1.14.x /skaffold travis_time:start:00037744 travis_time:end:00037744:start=1595493032659905900,finish=1595493032784399900,duration=124494000,event=env travis_time:start:017d3f0f $ travis_setup_go From https://github.com/GoogleContainerTools/skaffold * branch refs/pull/4509/merge -> FETCH_HEAD $ export GOPATH="/c/Users/travis/gopath" $ export PATH="/c/Users/travis/gopath/bin:/c/Users/travis/.gimme/versions/go1.14.6.windows.amd64/bin:/c/Users/travis/bin:/bin:/usr/bin:/c/tools/ruby27/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/ProgramData/GooGet:/c/Program Files/Google/Compute Engine/metadata_scripts:/c/Program Files (x86)/Google/Cloud SDK/google-cloud-sdk/bin:/c/Program Files/Google/Compute Engine/sysprep:/c/Program Files/Docker:/c/ProgramData/chocolatey/bin:/c/Program Files/CMake/bin:/c/Program Files/Git/cmd:/c/Program Files/LLVM/bin:/c/Program Files/dotnet:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/tools/BCURRAN3:/c/Users/travis/AppData/Local/Microsoft/WindowsApps:/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin" $ export GO111MODULE="auto" go version go1.14.6 windows/amd64 travis_time:end:017d3f0f:start=1595493032840763200,finish=1595493068430741000,duration=35589977800,event= travis_fold:start:cache.1 Setting up build cache $ export CASHER_DIR=${TRAVIS_HOME}/.casher travis_time:start:0b9a0e88 $ Installing caching utilities travis_time:end:0b9a0e88:start=1595493068544007600,finish=1595493068641231500,duration=97223900,event=setup_casher travis_time:start:016da30c attempting to download cache archive fetching PR.4509/cache--windows-1809-containers-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--go-1.14.x.tgz found cache travis_time:end:016da30c:start=1595493068712460700,finish=1595493070252768200,duration=1540307500,event=setup_casher travis_time:start:070cebcc adding C:/Users/travis/AppData/Local/go-build to cache travis_time:end:070cebcc:start=1595493070304007400,finish=1595493086338414500,duration=16034407100,event=setup_casher travis_fold:end:cache.1  $ gimme version v1.5.4 $ go version go version go1.14.6 windows/amd64 travis_fold:start:go.env $ go env set GO111MODULE=auto set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\travis\AppData\Local\go-build set GOENV=C:\Users\travis\AppData\Roaming\go\env set GOEXE=.exe set GOFLAGS= set GOHOSTARCH=amd64 set GOHOSTOS=windows set GOINSECURE= set GONOPROXY= set GONOSUMDB= set GOOS=windows set GOPATH=C:/Users/travis/gopath set GOPRIVATE= set GOPROXY=https://proxy.golang.org,direct set GOROOT=C:\Users\travis\.gimme\versions\go1.14.6.windows.amd64 set GOSUMDB=sum.golang.org set GOTMPDIR= set GOTOOLDIR=C:\Users\travis\.gimme\versions\go1.14.6.windows.amd64\pkg\tool\windows_amd64 set GCCGO=gccgo set AR=ar set CC=gcc set CXX=g++ set CGO_ENABLED=1 set GOMOD=C:\Users\travis\gopath\src\skaffold\go.mod set CGO_CFLAGS=-g -O2 set CGO_CPPFLAGS= set CGO_CXXFLAGS=-g -O2 set CGO_FFLAGS=-g -O2 set CGO_LDFLAGS=-g -O2 set PKG_CONFIG=pkg-config set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\travis\AppData\Local\Temp\go-build955850094=/tmp/go-build -gno-record-gcc-switches travis_fold:end:go.env travis_fold:start:install travis_time:start:1a3dd000 $ travis_install_go_dependencies 1.14.x -v Makefile detected travis_time:end:1a3dd000:start=1595493087594845100,finish=1595493087637974900,duration=43129800,event=install travis_fold:end:install travis_time:start:0021e2dd $ go test -short -timeout 60s ./... ? github.com/GoogleContainerTools/skaffold/cmd/skaffold [no test files] ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app 0.401s ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd 0.809s ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/config 0.371s ? github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/credits [no test files] ? github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/credits/statik [no test files] ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/schema 0.251s ? github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/statik [no test files] ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/flags 0.288s ? github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/tips [no test files] ? github.com/GoogleContainerTools/skaffold/examples/bazel [no test files] ? github.com/GoogleContainerTools/skaffold/examples/compose [no test files] ? github.com/GoogleContainerTools/skaffold/examples/gcb-kaniko [no test files] ? github.com/GoogleContainerTools/skaffold/examples/generate-pipeline [no test files] ? github.com/GoogleContainerTools/skaffold/examples/getting-started [no test files] ? github.com/GoogleContainerTools/skaffold/examples/getting-started-kustomize/app [no test files] ? github.com/GoogleContainerTools/skaffold/examples/google-cloud-build [no test files] ? github.com/GoogleContainerTools/skaffold/examples/helm-deployment [no test files] ? github.com/GoogleContainerTools/skaffold/examples/kaniko [no test files] ? github.com/GoogleContainerTools/skaffold/examples/microservices/leeroy-app [no test files] ? github.com/GoogleContainerTools/skaffold/examples/microservices/leeroy-web [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profile-patches/base-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profile-patches/hello-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profile-patches/world-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profiles/hello-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profiles/world-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/structure-tests [no test files] ? github.com/GoogleContainerTools/skaffold/examples/tagging-with-environment-variables [no test files] ok github.com/GoogleContainerTools/skaffold/hack/man 0.608s ok github.com/GoogleContainerTools/skaffold/hack/schemas 0.863s ? github.com/GoogleContainerTools/skaffold/hack/tests [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/latest [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/latest_released [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/mark_latest_released [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/new [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/schema_check [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/update_comments [no test files] ok github.com/GoogleContainerTools/skaffold/hack/versions/pkg/diff 0.277s ok github.com/GoogleContainerTools/skaffold/hack/versions/pkg/schema 0.240s ok github.com/GoogleContainerTools/skaffold/integration 0.780s ok github.com/GoogleContainerTools/skaffold/integration/binpack (cached) ? github.com/GoogleContainerTools/skaffold/integration/examples/bazel [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/compose [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/gcb-kaniko [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/generate-pipeline [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/getting-started [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/getting-started-kustomize/app [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/google-cloud-build [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/helm-deployment [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/kaniko [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/microservices/leeroy-app [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/microservices/leeroy-web [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profile-patches/base-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profile-patches/hello-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profile-patches/world-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profiles/hello-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profiles/world-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/structure-tests [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/tagging-with-environment-variables [no test files] ? github.com/GoogleContainerTools/skaffold/integration/skaffold [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/diag 0.358s ok github.com/GoogleContainerTools/skaffold/pkg/diag/download (cached) ok github.com/GoogleContainerTools/skaffold/pkg/diag/recommender 0.352s ok github.com/GoogleContainerTools/skaffold/pkg/diag/validator 0.321s ok github.com/GoogleContainerTools/skaffold/pkg/diag/version (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/apiversion 0.172s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build 1.234s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/bazel 0.370s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/buildpacks 0.684s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/cache 0.533s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/cluster 0.258s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/custom 0.437s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/gcb 0.423s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/jib 0.816s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/list [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/local 0.519s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/misc 0.284s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/tag 0.963s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/color (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/config 0.208s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/constants [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/debug 0.776s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/deploy 3.473s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/deploy/kubectl 0.260s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/deploy/resource 0.282s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/diagnose 2.152s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/docker 10.275s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/errors 0.274s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/event 0.689s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/filemon 0.143s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/gcp 0.228s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/generate_pipeline 0.242s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer 0.751s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/analyze 0.473s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/build 0.292s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/config [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/deploy 0.414s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/errors [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/prompt [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubectl 0.655s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes 0.295s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes/context 0.489s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes/debugging 0.318s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes/generator 0.153s --- FAIL: TestMonitorErrorLogs (0.64s) --- FAIL: TestMonitorErrorLogs/match_on_'error_forwarding_port' (0.35s) kubectl_forwarder_test.go:167: cmd was not killed but expected to be killed FAIL FAIL github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes/portforward 1.591s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/pipeline 0.230s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/runner 0.707s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/runner/runcontext 0.162s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/runner/util 0.622s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema 1.292s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/defaults 0.552s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/latest [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha2 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha3 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha4 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha5 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta10 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta11 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta12 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta13 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta14 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta15 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta16 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta17 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta2 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta3 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta4 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta5 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta6 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta7 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta8 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta9 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2alpha1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2alpha2 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2alpha3 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2alpha4 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta2 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta3 0.261s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta4 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta5 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/validation 0.350s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/server (cached) ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/sources [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/survey 0.746s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/sync 0.328s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/test 0.383s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/test/structure 0.310s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/trigger 0.309s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/update 0.184s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/util 0.393s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/version 0.780s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/walk [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/warnings [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/yaml [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/yamltags 0.610s ? github.com/GoogleContainerTools/skaffold/pkg/webhook/constants [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/webhook/gcs [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/webhook/github [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/webhook/kubernetes [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/webhook/labels 0.156s ? github.com/GoogleContainerTools/skaffold/proto [no test files] ? github.com/GoogleContainerTools/skaffold/testutil [no test files] ? github.com/GoogleContainerTools/skaffold/webhook [no test files] FAIL travis_time:end:0021e2dd:start=1595493087690529400,finish=1595493357257497500,duration=269566968100,event=script The command "go test -short -timeout 60s ./..." exited with 1. travis_fold:start:cache.2 store build cache travis_time:start:260b0aa0 changes detected (content changed, file is created, or file is deleted):\nC:\Users\travis\AppData\Local\go-build\00\00050550e591e084a22bab319ba715a0106dfe8d943c43175572f7be8e1a5e9b-d C:\Users\travis\AppData\Local\go-build\00\0005b08df36cd7a7ab0d13de51c9ab005e1d892c669765d63429bbd9270a2f55-a C:\Users\travis\AppData\Local\go-build\00\00270df5a31a642c585ef57ef98c5ebb23e339a841502e65f50b58b0539d8527-d C:\Users\travis\AppData\Local\go-build\00\00db0dd87ec8e2579c0f7853cffe101c3e7c9feeb1bcc5b05b7a997bfdc9a7f5-a C:\Users\travis\AppData\Local\go-build\00\00e86609e12e2ed48acf742758555bf067a7a8db3911abbb3c58b630ad846450-a C:\Users\travis\AppData\Local\go-build\00\00f26590984b95a510436924283952856e616e3fde180ff2699ed72af17f42b1-a C:\Users\travis\AppData\Local\go-build\00\00f7cc3098e6daf43725a9229bd769194bd77b2aaf05916452f1be2c22302f2b-d C:\Users\travis\AppData\Local\go-build\01\0115e209d406ef97a69ba3c734fed65a4a57d66b806e90dde1aa56ad1777559a-a C:\Users\travis\AppData\Local\go-build\01\011c6949023ebf38104cda4da8d2c43c9fa4da831c3dcbaa2f0dfddb93750838-a C:\Users\travis\App\n... changes detected, packing new archive gzip: warning: GZIP environment variable is deprecated; use an alias or script uploading PR.4509/cache--windows-1809-containers-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--go-1.14.x.tgz cache uploaded travis_time:end:260b0aa0:start=1595493357311800500,finish=1595493377258705900,duration=19946905400,event=cache travis_fold:end:cache.2  Done. Your build exited with 1. ```
1.0
TestMonitorErrorLogs is flaky - ``` travis_fold:start:worker_info Worker information hostname: 082c375b-5890-4eb8-b68e-4552678304a8@1.worker-com-75b8f7d6f5-kqrt4.gce-production-1 version: v6.2.17 https://github.com/travis-ci/worker/tree/bc420764f334fe0d096a417c80426f672f1b7d18 instance: travis-job-1138649a-f457-4e6b-bcc4-42539cf7efa3 travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp) startup: 5.89074499s travis_fold:end:worker_info Secret environment variables are not obfuscated on Windows, please refer to our documentation: https://docs.travis-ci.com/user/best-practices-security travis_time:start:0f5a1b00 travis_time:end:0f5a1b00:start=1595492997400378400,finish=1595492997440139300,duration=39760900,event=check_unsupported travis_time:start:0594ccc6 travis_time:end:0594ccc6:start=1595492997490559300,finish=1595492997530753500,duration=40194200,event=apt_get_update travis_time:start:167a8500 Disabling Windows Defender $ powershell -Command Set-MpPreference -DisableArchiveScanning \$true $ powershell -Command Set-MpPreference -DisableRealtimeMonitoring \$true $ powershell -Command Set-MpPreference -DisableBehaviorMonitoring \$true travis_time:end:167a8500:start=1595492997584002400,finish=1595493000401015400,duration=2817013000,event=disable_windows_defender Updating gimme travis_time:start:0a71287a travis_time:start:089630d0 travis_time:end:089630d0:start=1595493021446834300,finish=1595493021634735900,duration=187901600,event=checkout  travis_fold:start:git.checkout travis_time:start:3cc7aacc $ git clone --depth=50 https://github.com/GoogleContainerTools/skaffold.git GoogleContainerTools/skaffold Cloning into 'GoogleContainerTools/skaffold'... Updating files: 14% (1038/7407) Updating files: 15% (1112/7407) Updating files: 16% (1186/7407) Updating files: 17% (1260/7407) Updating files: 18% (1334/7407) Updating files: 19% (1408/7407) Updating files: 20% (1482/7407) Updating files: 21% (1556/7407) Updating files: 22% (1630/7407) Updating files: 23% (1704/7407) Updating files: 24% (1778/7407) Updating files: 25% (1852/7407) Updating files: 26% (1926/7407) Updating files: 27% (2000/7407) Updating files: 28% (2074/7407) Updating files: 29% (2149/7407) Updating files: 30% (2223/7407) Updating files: 31% (2297/7407) Updating files: 32% (2371/7407) Updating files: 33% (2445/7407) Updating files: 34% (2519/7407) Updating files: 35% (2593/7407) Updating files: 36% (2667/7407) Updating files: 36% (2714/7407) Updating files: 37% (2741/7407) Updating files: 38% (2815/7407) Updating files: 39% (2889/7407) Updating files: 40% (2963/7407) Updating files: 41% (3037/7407) Updating files: 42% (3111/7407) Updating files: 43% (3186/7407) Updating files: 44% (3260/7407) Updating files: 45% (3334/7407) Updating files: 46% (3408/7407) Updating files: 47% (3482/7407) Updating files: 48% (3556/7407) Updating files: 49% (3630/7407) Updating files: 50% (3704/7407) Updating files: 51% (3778/7407) Updating files: 52% (3852/7407) Updating files: 53% (3926/7407) Updating files: 54% (4000/7407) Updating files: 55% (4074/7407) Updating files: 56% (4148/7407) Updating files: 57% (4222/7407) travis_time:end:3cc7aacc:start=1595493021690679900,finish=1595493031386643600,duration=9695963700,event=checkout $ cd GoogleContainerTools/skaffold travis_time:start:03adb5ed $ git fetch origin +refs/pull/4509/merge: Updating files: 57% (4274/7407) Updating files: 58% (4297/7407) Updating files: 59% (4371/7407) Updating files: 60% (4445/7407) Updating files: 61% (4519/7407) Updating files: 62% (4593/7407) Updating files: 63% (4667/7407) Updating files: 64% (4741/7407) Updating files: 65% (4815/7407) Updating files: 66% (4889/7407) Updating files: 67% (4963/7407) Updating files: 68% (5037/7407) Updating files: 69% (5111/7407) Updating files: 70% (5185/7407) Updating files: 71% (5259/7407) Updating files: 72% (5334/7407) Updating files: 72% (5346/7407) Updating files: 73% (5408/7407) Updating files: 74% (5482/7407) Updating files: 75% (5556/7407) Updating files: 76% (5630/7407) Updating files: 77% (5704/7407) Updating files: 78% (5778/7407) Updating files: 79% (5852/7407) Updating files: 80% (5926/7407) Updating files: 81% (6000/7407) Updating files: 82% (6074/7407) Updating files: 83% (6148/7407) Updating files: 84% (6222/7407) Updating files: 85% (6296/7407) Updating files: 86% (6371/7407) Updating files: 87% (6445/7407) Updating files: 88% (6519/7407) Updating files: 89% (6593/7407) Updating files: 90% (6667/7407) Updating files: 91% (6741/7407) Updating files: 92% (6815/7407) Updating files: 93% (6889/7407) Updating files: 94% (6963/7407) Updating files: 94% (7021/7407) Updating files: 95% (7037/7407) Updating files: 96% (7111/7407) Updating files: 97% (7185/7407) Updating files: 98% (7259/7407) Updating files: 99% (7333/7407) Updating files: 100% (7407/7407) Updating files: 100% (7407/7407), done. travis_time:end:03adb5ed:start=1595493031442213400,finish=1595493032149716200,duration=707502800,event=checkout $ git checkout -qf FETCH_HEAD travis_fold:end:git.checkout  travis_time:end:03adb5ed:start=1595493031442213400,finish=1595493032556317600,duration=1114104200,event=checkout $ travis_export_go 1.14.x /skaffold travis_time:start:00037744 travis_time:end:00037744:start=1595493032659905900,finish=1595493032784399900,duration=124494000,event=env travis_time:start:017d3f0f $ travis_setup_go From https://github.com/GoogleContainerTools/skaffold * branch refs/pull/4509/merge -> FETCH_HEAD $ export GOPATH="/c/Users/travis/gopath" $ export PATH="/c/Users/travis/gopath/bin:/c/Users/travis/.gimme/versions/go1.14.6.windows.amd64/bin:/c/Users/travis/bin:/bin:/usr/bin:/c/tools/ruby27/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/ProgramData/GooGet:/c/Program Files/Google/Compute Engine/metadata_scripts:/c/Program Files (x86)/Google/Cloud SDK/google-cloud-sdk/bin:/c/Program Files/Google/Compute Engine/sysprep:/c/Program Files/Docker:/c/ProgramData/chocolatey/bin:/c/Program Files/CMake/bin:/c/Program Files/Git/cmd:/c/Program Files/LLVM/bin:/c/Program Files/dotnet:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/tools/BCURRAN3:/c/Users/travis/AppData/Local/Microsoft/WindowsApps:/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin" $ export GO111MODULE="auto" go version go1.14.6 windows/amd64 travis_time:end:017d3f0f:start=1595493032840763200,finish=1595493068430741000,duration=35589977800,event= travis_fold:start:cache.1 Setting up build cache $ export CASHER_DIR=${TRAVIS_HOME}/.casher travis_time:start:0b9a0e88 $ Installing caching utilities travis_time:end:0b9a0e88:start=1595493068544007600,finish=1595493068641231500,duration=97223900,event=setup_casher travis_time:start:016da30c attempting to download cache archive fetching PR.4509/cache--windows-1809-containers-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--go-1.14.x.tgz found cache travis_time:end:016da30c:start=1595493068712460700,finish=1595493070252768200,duration=1540307500,event=setup_casher travis_time:start:070cebcc adding C:/Users/travis/AppData/Local/go-build to cache travis_time:end:070cebcc:start=1595493070304007400,finish=1595493086338414500,duration=16034407100,event=setup_casher travis_fold:end:cache.1  $ gimme version v1.5.4 $ go version go version go1.14.6 windows/amd64 travis_fold:start:go.env $ go env set GO111MODULE=auto set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\travis\AppData\Local\go-build set GOENV=C:\Users\travis\AppData\Roaming\go\env set GOEXE=.exe set GOFLAGS= set GOHOSTARCH=amd64 set GOHOSTOS=windows set GOINSECURE= set GONOPROXY= set GONOSUMDB= set GOOS=windows set GOPATH=C:/Users/travis/gopath set GOPRIVATE= set GOPROXY=https://proxy.golang.org,direct set GOROOT=C:\Users\travis\.gimme\versions\go1.14.6.windows.amd64 set GOSUMDB=sum.golang.org set GOTMPDIR= set GOTOOLDIR=C:\Users\travis\.gimme\versions\go1.14.6.windows.amd64\pkg\tool\windows_amd64 set GCCGO=gccgo set AR=ar set CC=gcc set CXX=g++ set CGO_ENABLED=1 set GOMOD=C:\Users\travis\gopath\src\skaffold\go.mod set CGO_CFLAGS=-g -O2 set CGO_CPPFLAGS= set CGO_CXXFLAGS=-g -O2 set CGO_FFLAGS=-g -O2 set CGO_LDFLAGS=-g -O2 set PKG_CONFIG=pkg-config set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\travis\AppData\Local\Temp\go-build955850094=/tmp/go-build -gno-record-gcc-switches travis_fold:end:go.env travis_fold:start:install travis_time:start:1a3dd000 $ travis_install_go_dependencies 1.14.x -v Makefile detected travis_time:end:1a3dd000:start=1595493087594845100,finish=1595493087637974900,duration=43129800,event=install travis_fold:end:install travis_time:start:0021e2dd $ go test -short -timeout 60s ./... ? github.com/GoogleContainerTools/skaffold/cmd/skaffold [no test files] ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app 0.401s ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd 0.809s ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/config 0.371s ? github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/credits [no test files] ? github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/credits/statik [no test files] ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/schema 0.251s ? github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/cmd/statik [no test files] ok github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/flags 0.288s ? github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/tips [no test files] ? github.com/GoogleContainerTools/skaffold/examples/bazel [no test files] ? github.com/GoogleContainerTools/skaffold/examples/compose [no test files] ? github.com/GoogleContainerTools/skaffold/examples/gcb-kaniko [no test files] ? github.com/GoogleContainerTools/skaffold/examples/generate-pipeline [no test files] ? github.com/GoogleContainerTools/skaffold/examples/getting-started [no test files] ? github.com/GoogleContainerTools/skaffold/examples/getting-started-kustomize/app [no test files] ? github.com/GoogleContainerTools/skaffold/examples/google-cloud-build [no test files] ? github.com/GoogleContainerTools/skaffold/examples/helm-deployment [no test files] ? github.com/GoogleContainerTools/skaffold/examples/kaniko [no test files] ? github.com/GoogleContainerTools/skaffold/examples/microservices/leeroy-app [no test files] ? github.com/GoogleContainerTools/skaffold/examples/microservices/leeroy-web [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profile-patches/base-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profile-patches/hello-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profile-patches/world-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profiles/hello-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/profiles/world-service [no test files] ? github.com/GoogleContainerTools/skaffold/examples/structure-tests [no test files] ? github.com/GoogleContainerTools/skaffold/examples/tagging-with-environment-variables [no test files] ok github.com/GoogleContainerTools/skaffold/hack/man 0.608s ok github.com/GoogleContainerTools/skaffold/hack/schemas 0.863s ? github.com/GoogleContainerTools/skaffold/hack/tests [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/latest [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/latest_released [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/mark_latest_released [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/new [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/schema_check [no test files] ? github.com/GoogleContainerTools/skaffold/hack/versions/cmd/update_comments [no test files] ok github.com/GoogleContainerTools/skaffold/hack/versions/pkg/diff 0.277s ok github.com/GoogleContainerTools/skaffold/hack/versions/pkg/schema 0.240s ok github.com/GoogleContainerTools/skaffold/integration 0.780s ok github.com/GoogleContainerTools/skaffold/integration/binpack (cached) ? github.com/GoogleContainerTools/skaffold/integration/examples/bazel [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/compose [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/gcb-kaniko [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/generate-pipeline [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/getting-started [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/getting-started-kustomize/app [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/google-cloud-build [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/helm-deployment [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/kaniko [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/microservices/leeroy-app [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/microservices/leeroy-web [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profile-patches/base-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profile-patches/hello-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profile-patches/world-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profiles/hello-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/profiles/world-service [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/structure-tests [no test files] ? github.com/GoogleContainerTools/skaffold/integration/examples/tagging-with-environment-variables [no test files] ? github.com/GoogleContainerTools/skaffold/integration/skaffold [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/diag 0.358s ok github.com/GoogleContainerTools/skaffold/pkg/diag/download (cached) ok github.com/GoogleContainerTools/skaffold/pkg/diag/recommender 0.352s ok github.com/GoogleContainerTools/skaffold/pkg/diag/validator 0.321s ok github.com/GoogleContainerTools/skaffold/pkg/diag/version (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/apiversion 0.172s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build 1.234s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/bazel 0.370s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/buildpacks 0.684s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/cache 0.533s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/cluster 0.258s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/custom 0.437s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/gcb 0.423s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/jib 0.816s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/list [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/local 0.519s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/misc 0.284s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/tag 0.963s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/color (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/config 0.208s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/constants [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/debug 0.776s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/deploy 3.473s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/deploy/kubectl 0.260s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/deploy/resource 0.282s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/diagnose 2.152s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/docker 10.275s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/errors 0.274s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/event 0.689s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/filemon 0.143s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/gcp 0.228s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/generate_pipeline 0.242s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer 0.751s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/analyze 0.473s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/build 0.292s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/config [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/deploy 0.414s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/errors [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/initializer/prompt [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubectl 0.655s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes 0.295s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes/context 0.489s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes/debugging 0.318s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes/generator 0.153s --- FAIL: TestMonitorErrorLogs (0.64s) --- FAIL: TestMonitorErrorLogs/match_on_'error_forwarding_port' (0.35s) kubectl_forwarder_test.go:167: cmd was not killed but expected to be killed FAIL FAIL github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes/portforward 1.591s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/pipeline 0.230s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/runner 0.707s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/runner/runcontext 0.162s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/runner/util 0.622s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema 1.292s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/defaults 0.552s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/latest [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha2 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha3 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha4 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1alpha5 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta10 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta11 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta12 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta13 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta14 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta15 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta16 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta17 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta2 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta3 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta4 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta5 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta6 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta7 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta8 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v1beta9 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2alpha1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2alpha2 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2alpha3 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2alpha4 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta1 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta2 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta3 0.261s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta4 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/v2beta5 (cached) ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/validation 0.350s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/server (cached) ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/sources [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/survey 0.746s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/sync 0.328s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/test 0.383s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/test/structure 0.310s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/trigger 0.309s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/update 0.184s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/util 0.393s ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/version 0.780s ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/walk [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/warnings [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/skaffold/yaml [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/skaffold/yamltags 0.610s ? github.com/GoogleContainerTools/skaffold/pkg/webhook/constants [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/webhook/gcs [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/webhook/github [no test files] ? github.com/GoogleContainerTools/skaffold/pkg/webhook/kubernetes [no test files] ok github.com/GoogleContainerTools/skaffold/pkg/webhook/labels 0.156s ? github.com/GoogleContainerTools/skaffold/proto [no test files] ? github.com/GoogleContainerTools/skaffold/testutil [no test files] ? github.com/GoogleContainerTools/skaffold/webhook [no test files] FAIL travis_time:end:0021e2dd:start=1595493087690529400,finish=1595493357257497500,duration=269566968100,event=script The command "go test -short -timeout 60s ./..." exited with 1. travis_fold:start:cache.2 store build cache travis_time:start:260b0aa0 changes detected (content changed, file is created, or file is deleted):\nC:\Users\travis\AppData\Local\go-build\00\00050550e591e084a22bab319ba715a0106dfe8d943c43175572f7be8e1a5e9b-d C:\Users\travis\AppData\Local\go-build\00\0005b08df36cd7a7ab0d13de51c9ab005e1d892c669765d63429bbd9270a2f55-a C:\Users\travis\AppData\Local\go-build\00\00270df5a31a642c585ef57ef98c5ebb23e339a841502e65f50b58b0539d8527-d C:\Users\travis\AppData\Local\go-build\00\00db0dd87ec8e2579c0f7853cffe101c3e7c9feeb1bcc5b05b7a997bfdc9a7f5-a C:\Users\travis\AppData\Local\go-build\00\00e86609e12e2ed48acf742758555bf067a7a8db3911abbb3c58b630ad846450-a C:\Users\travis\AppData\Local\go-build\00\00f26590984b95a510436924283952856e616e3fde180ff2699ed72af17f42b1-a C:\Users\travis\AppData\Local\go-build\00\00f7cc3098e6daf43725a9229bd769194bd77b2aaf05916452f1be2c22302f2b-d C:\Users\travis\AppData\Local\go-build\01\0115e209d406ef97a69ba3c734fed65a4a57d66b806e90dde1aa56ad1777559a-a C:\Users\travis\AppData\Local\go-build\01\011c6949023ebf38104cda4da8d2c43c9fa4da831c3dcbaa2f0dfddb93750838-a C:\Users\travis\App\n... changes detected, packing new archive gzip: warning: GZIP environment variable is deprecated; use an alias or script uploading PR.4509/cache--windows-1809-containers-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--go-1.14.x.tgz cache uploaded travis_time:end:260b0aa0:start=1595493357311800500,finish=1595493377258705900,duration=19946905400,event=cache travis_fold:end:cache.2  Done. Your build exited with 1. ```
test
testmonitorerrorlogs is flaky travis fold start worker info   information hostname worker com gce production version instance travis job travis ci windows containers via amqp startup travis fold end worker info  environment variables are not obfuscated on windows please refer to our documentation travis time start  time end start finish duration event check unsupported  time start  time end start finish duration event apt get update  time start   windows defender powershell command set mppreference disablearchivescanning true powershell command set mppreference disablerealtimemonitoring true powershell command set mppreference disablebehaviormonitoring true travis time end start finish duration event disable windows defender  gimme travis time start  time start  time end start finish duration event checkout  travis fold start git checkout  time start  git clone depth googlecontainertools skaffold cloning into googlecontainertools skaffold updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files travis time end start finish duration event checkout  cd googlecontainertools skaffold travis time start  git fetch origin refs pull merge updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files updating files done travis time end start finish duration event checkout  git checkout qf fetch head travis fold end git checkout  travis time end start finish duration event checkout  travis export go x skaffold travis time start  time end start finish duration event env  time start  travis setup go from branch refs pull merge fetch head export gopath c users travis gopath export path c users travis gopath bin c users travis gimme versions windows bin c users travis bin bin usr bin c tools bin c windows c windows c windows wbem c windows windowspowershell c windows openssh c programdata googet c program files google compute engine metadata scripts c program files google cloud sdk google cloud sdk bin c program files google compute engine sysprep c program files docker c programdata chocolatey bin c program files cmake bin c program files git cmd c program files llvm bin c program files dotnet c program files windows kits windows performance toolkit c tools c users travis appdata local microsoft windowsapps c programdata chocolatey lib mingw tools install bin export auto go version windows travis time end start finish duration event  fold start cache  up build cache export casher dir travis home casher travis time start  installing caching utilities travis time end start finish duration event setup casher  time start  to download cache archive  pr cache windows containers go x tgz  cache travis time end start finish duration event setup casher  time start  c users travis appdata local go build to cache travis time end start finish duration event setup casher  fold end cache  gimme version go version go version windows travis fold start go env  go env set auto set goarch set gobin set gocache c users travis appdata local go build set goenv c users travis appdata roaming go env set goexe exe set goflags set gohostarch set gohostos windows set goinsecure set gonoproxy set gonosumdb set goos windows set gopath c users travis gopath set goprivate set goproxy set goroot c users travis gimme versions windows set gosumdb sum golang org set gotmpdir set gotooldir c users travis gimme versions windows pkg tool windows set gccgo gccgo set ar ar set cc gcc set cxx g set cgo enabled set gomod c users travis gopath src skaffold go mod set cgo cflags g set cgo cppflags set cgo cxxflags g set cgo fflags g set cgo ldflags g set pkg config pkg config set gogccflags mthreads fmessage length fdebug prefix map c users travis appdata local temp go tmp go build gno record gcc switches travis fold end go env  fold start install  time start  travis install go dependencies x v makefile detected travis time end start finish duration event install  fold end install  time start  go test short timeout github com googlecontainertools skaffold cmd skaffold ok github com googlecontainertools skaffold cmd skaffold app ok github com googlecontainertools skaffold cmd skaffold app cmd ok github com googlecontainertools skaffold cmd skaffold app cmd config github com googlecontainertools skaffold cmd skaffold app cmd credits github com googlecontainertools skaffold cmd skaffold app cmd credits statik ok github com googlecontainertools skaffold cmd skaffold app cmd schema github com googlecontainertools skaffold cmd skaffold app cmd statik ok github com googlecontainertools skaffold cmd skaffold app flags github com googlecontainertools skaffold cmd skaffold app tips github com googlecontainertools skaffold examples bazel github com googlecontainertools skaffold examples compose github com googlecontainertools skaffold examples gcb kaniko github com googlecontainertools skaffold examples generate pipeline github com googlecontainertools skaffold examples getting started github com googlecontainertools skaffold examples getting started kustomize app github com googlecontainertools skaffold examples google cloud build github com googlecontainertools skaffold examples helm deployment github com googlecontainertools skaffold examples kaniko github com googlecontainertools skaffold examples microservices leeroy app github com googlecontainertools skaffold examples microservices leeroy web github com googlecontainertools skaffold examples profile patches base service github com googlecontainertools skaffold examples profile patches hello service github com googlecontainertools skaffold examples profile patches world service github com googlecontainertools skaffold examples profiles hello service github com googlecontainertools skaffold examples profiles world service github com googlecontainertools skaffold examples structure tests github com googlecontainertools skaffold examples tagging with environment variables ok github com googlecontainertools skaffold hack man ok github com googlecontainertools skaffold hack schemas github com googlecontainertools skaffold hack tests github com googlecontainertools skaffold hack versions cmd latest github com googlecontainertools skaffold hack versions cmd latest released github com googlecontainertools skaffold hack versions cmd mark latest released github com googlecontainertools skaffold hack versions cmd new github com googlecontainertools skaffold hack versions cmd schema check github com googlecontainertools skaffold hack versions cmd update comments ok github com googlecontainertools skaffold hack versions pkg diff ok github com googlecontainertools skaffold hack versions pkg schema ok github com googlecontainertools skaffold integration ok github com googlecontainertools skaffold integration binpack cached github com googlecontainertools skaffold integration examples bazel github com googlecontainertools skaffold integration examples compose github com googlecontainertools skaffold integration examples gcb kaniko github com googlecontainertools skaffold integration examples generate pipeline github com googlecontainertools skaffold integration examples getting started github com googlecontainertools skaffold integration examples getting started kustomize app github com googlecontainertools skaffold integration examples google cloud build github com googlecontainertools skaffold integration examples helm deployment github com googlecontainertools skaffold integration examples kaniko github com googlecontainertools skaffold integration examples microservices leeroy app github com googlecontainertools skaffold integration examples microservices leeroy web github com googlecontainertools skaffold integration examples profile patches base service github com googlecontainertools skaffold integration examples profile patches hello service github com googlecontainertools skaffold integration examples profile patches world service github com googlecontainertools skaffold integration examples profiles hello service github com googlecontainertools skaffold integration examples profiles world service github com googlecontainertools skaffold integration examples structure tests github com googlecontainertools skaffold integration examples tagging with environment variables github com googlecontainertools skaffold integration skaffold ok github com googlecontainertools skaffold pkg diag ok github com googlecontainertools skaffold pkg diag download cached ok github com googlecontainertools skaffold pkg diag recommender ok github com googlecontainertools skaffold pkg diag validator ok github com googlecontainertools skaffold pkg diag version cached ok github com googlecontainertools skaffold pkg skaffold apiversion ok github com googlecontainertools skaffold pkg skaffold build ok github com googlecontainertools skaffold pkg skaffold build bazel ok github com googlecontainertools skaffold pkg skaffold build buildpacks ok github com googlecontainertools skaffold pkg skaffold build cache ok github com googlecontainertools skaffold pkg skaffold build cluster ok github com googlecontainertools skaffold pkg skaffold build custom ok github com googlecontainertools skaffold pkg skaffold build gcb ok github com googlecontainertools skaffold pkg skaffold build jib github com googlecontainertools skaffold pkg skaffold build list ok github com googlecontainertools skaffold pkg skaffold build local ok github com googlecontainertools skaffold pkg skaffold build misc ok github com googlecontainertools skaffold pkg skaffold build tag ok github com googlecontainertools skaffold pkg skaffold color cached ok github com googlecontainertools skaffold pkg skaffold config github com googlecontainertools skaffold pkg skaffold constants ok github com googlecontainertools skaffold pkg skaffold debug ok github com googlecontainertools skaffold pkg skaffold deploy ok github com googlecontainertools skaffold pkg skaffold deploy kubectl ok github com googlecontainertools skaffold pkg skaffold deploy resource ok github com googlecontainertools skaffold pkg skaffold diagnose ok github com googlecontainertools skaffold pkg skaffold docker ok github com googlecontainertools skaffold pkg skaffold errors ok github com googlecontainertools skaffold pkg skaffold event ok github com googlecontainertools skaffold pkg skaffold filemon ok github com googlecontainertools skaffold pkg skaffold gcp ok github com googlecontainertools skaffold pkg skaffold generate pipeline ok github com googlecontainertools skaffold pkg skaffold initializer ok github com googlecontainertools skaffold pkg skaffold initializer analyze ok github com googlecontainertools skaffold pkg skaffold initializer build github com googlecontainertools skaffold pkg skaffold initializer config ok github com googlecontainertools skaffold pkg skaffold initializer deploy github com googlecontainertools skaffold pkg skaffold initializer errors github com googlecontainertools skaffold pkg skaffold initializer prompt ok github com googlecontainertools skaffold pkg skaffold kubectl ok github com googlecontainertools skaffold pkg skaffold kubernetes ok github com googlecontainertools skaffold pkg skaffold kubernetes context ok github com googlecontainertools skaffold pkg skaffold kubernetes debugging ok github com googlecontainertools skaffold pkg skaffold kubernetes generator fail testmonitorerrorlogs fail testmonitorerrorlogs match on error forwarding port kubectl forwarder test go cmd was not killed but expected to be killed fail fail github com googlecontainertools skaffold pkg skaffold kubernetes portforward ok github com googlecontainertools skaffold pkg skaffold pipeline ok github com googlecontainertools skaffold pkg skaffold runner ok github com googlecontainertools skaffold pkg skaffold runner runcontext ok github com googlecontainertools skaffold pkg skaffold runner util ok github com googlecontainertools skaffold pkg skaffold schema ok github com googlecontainertools skaffold pkg skaffold schema defaults github com googlecontainertools skaffold pkg skaffold schema latest ok github com googlecontainertools skaffold pkg skaffold schema util cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema cached ok github com googlecontainertools skaffold pkg skaffold schema validation ok github com googlecontainertools skaffold pkg skaffold server cached github com googlecontainertools skaffold pkg skaffold sources ok github com googlecontainertools skaffold pkg skaffold survey ok github com googlecontainertools skaffold pkg skaffold sync ok github com googlecontainertools skaffold pkg skaffold test ok github com googlecontainertools skaffold pkg skaffold test structure ok github com googlecontainertools skaffold pkg skaffold trigger ok github com googlecontainertools skaffold pkg skaffold update ok github com googlecontainertools skaffold pkg skaffold util ok github com googlecontainertools skaffold pkg skaffold version github com googlecontainertools skaffold pkg skaffold walk github com googlecontainertools skaffold pkg skaffold warnings github com googlecontainertools skaffold pkg skaffold yaml ok github com googlecontainertools skaffold pkg skaffold yamltags github com googlecontainertools skaffold pkg webhook constants github com googlecontainertools skaffold pkg webhook gcs github com googlecontainertools skaffold pkg webhook github github com googlecontainertools skaffold pkg webhook kubernetes ok github com googlecontainertools skaffold pkg webhook labels github com googlecontainertools skaffold proto github com googlecontainertools skaffold testutil github com googlecontainertools skaffold webhook fail travis time end start finish duration event script   command go test short timeout exited with  travis fold start cache  build cache travis time start   detected content changed file is created or file is deleted nc users travis appdata local go build d c users travis appdata local go build a c users travis appdata local go build d c users travis appdata local go build a c users travis appdata local go build a c users travis appdata local go build a c users travis appdata local go build d c users travis appdata local go build a c users travis appdata local go build a c users travis app n   detected packing new archive gzip warning gzip environment variable is deprecated use an alias or script  pr cache windows containers go x tgz  uploaded travis time end start finish duration event cache  fold end cache  done your build exited with
1
165,313
12,837,035,630
IssuesEvent
2020-07-07 15:11:28
status-im/status-react
https://api.github.com/repos/status-im/status-react
opened
Can't open "Network fee" validation error on Sending screen
1.5 bug e2e test blocker
# Bug Report ## Problem Can't open "Network fee" validation error (not enough ETH for gas in particular case) because Netwrk fee bottom sheet is opened instead ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/4557972/86801446-4a174600-c074-11ea-89f5-55add1513feb.gif) Reason of failed 5437 IMO regression issue of QUO components PR. #### Expected behavior Can see validation error #### Actual behavior Network fee settings are opened ### Reproduction - Open Status - Create multiaccount - Try to send 0 ETH - on Sending screen tap on "Network fee" validation error ### Additional Information - Status version: nightly 07/07/20 - Operating System: Android, iOS
1.0
Can't open "Network fee" validation error on Sending screen - # Bug Report ## Problem Can't open "Network fee" validation error (not enough ETH for gas in particular case) because Netwrk fee bottom sheet is opened instead ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/4557972/86801446-4a174600-c074-11ea-89f5-55add1513feb.gif) Reason of failed 5437 IMO regression issue of QUO components PR. #### Expected behavior Can see validation error #### Actual behavior Network fee settings are opened ### Reproduction - Open Status - Create multiaccount - Try to send 0 ETH - on Sending screen tap on "Network fee" validation error ### Additional Information - Status version: nightly 07/07/20 - Operating System: Android, iOS
test
can t open network fee validation error on sending screen bug report problem can t open network fee validation error not enough eth for gas in particular case because netwrk fee bottom sheet is opened instead reason of failed imo regression issue of quo components pr expected behavior can see validation error actual behavior network fee settings are opened reproduction open status create multiaccount try to send eth on sending screen tap on network fee validation error additional information status version nightly operating system android ios
1
51,522
10,685,967,253
IssuesEvent
2019-10-22 13:39:00
mozilla-mobile/android-components
https://api.github.com/repos/mozilla-mobile/android-components
opened
Update Firebase Cloud Messaging dependencies to 19.0.0+
<push> ⌨️ code
There were breaking changes involved in 19.0.0 that provided better support for Kotlin<sup>[1]</sup>, bettter API annotations, and also stability/bug fixes. Current version: 17.3.4 [1]: https://firebase.google.com/support/release-notes/android#2019-06-17
1.0
Update Firebase Cloud Messaging dependencies to 19.0.0+ - There were breaking changes involved in 19.0.0 that provided better support for Kotlin<sup>[1]</sup>, bettter API annotations, and also stability/bug fixes. Current version: 17.3.4 [1]: https://firebase.google.com/support/release-notes/android#2019-06-17
non_test
update firebase cloud messaging dependencies to there were breaking changes involved in that provided better support for kotlin bettter api annotations and also stability bug fixes current version
0
227,256
17,378,906,168
IssuesEvent
2021-07-31 09:10:08
Mulcam-AI-1st/Corona-Blue
https://api.github.com/repos/Mulcam-AI-1st/Corona-Blue
opened
Commit, Issue, Pull Request 작성 컨벤션을 정한다.
documentation
여러명이서 작업을 하다보면 각자 만의 방식으로 설명을 하는 경우가 있기 때문에 효율적인 협업을 위해 템플릿 및 규칙을 정한다.
1.0
Commit, Issue, Pull Request 작성 컨벤션을 정한다. - 여러명이서 작업을 하다보면 각자 만의 방식으로 설명을 하는 경우가 있기 때문에 효율적인 협업을 위해 템플릿 및 규칙을 정한다.
non_test
commit issue pull request 작성 컨벤션을 정한다 여러명이서 작업을 하다보면 각자 만의 방식으로 설명을 하는 경우가 있기 때문에 효율적인 협업을 위해 템플릿 및 규칙을 정한다
0
134,746
18,503,175,607
IssuesEvent
2021-10-19 15:37:04
Tim-sandbox/nodegoat
https://api.github.com/repos/Tim-sandbox/nodegoat
opened
WS-2019-0332 (Medium) detected in handlebars-4.0.5.tgz
security vulnerability
## WS-2019-0332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz</a></p> <p>Path to dependency file: nodegoat/package.json</p> <p>Path to vulnerable library: nodegoat/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - grunt-if-0.2.0.tgz (Root Library) - grunt-contrib-nodeunit-1.0.0.tgz - nodeunit-0.9.5.tgz - tap-7.1.2.tgz - nyc-7.1.0.tgz - istanbul-reports-1.0.0-alpha.8.tgz - :x: **handlebars-4.0.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Tim-sandbox/nodegoat/commit/a7cf759168f0c98d6d469e2711fda2875be7080b">a7cf759168f0c98d6d469e2711fda2875be7080b</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Arbitrary Code Execution vulnerability found in handlebars before 4.5.3. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.It is due to an incomplete fix for a WS-2019-0331. <p>Publish Date: 2019-11-17 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/198887808780bbef9dba67a8af68ece091d5baa7>WS-2019-0332</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1324">https://www.npmjs.com/advisories/1324</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.0.5","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-if:0.2.0;grunt-contrib-nodeunit:1.0.0;nodeunit:0.9.5;tap:7.1.2;nyc:7.1.0;istanbul-reports:1.0.0-alpha.8;handlebars:4.0.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"handlebars - 4.5.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2019-0332","vulnerabilityDetails":"Arbitrary Code Execution vulnerability found in handlebars before 4.5.3. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.It is due to an incomplete fix for a WS-2019-0331.","vulnerabilityUrl":"https://github.com/wycats/handlebars.js/commit/198887808780bbef9dba67a8af68ece091d5baa7","cvss2Severity":"medium","cvss2Score":"5.0","extraData":{}}</REMEDIATE> -->
True
WS-2019-0332 (Medium) detected in handlebars-4.0.5.tgz - ## WS-2019-0332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz</a></p> <p>Path to dependency file: nodegoat/package.json</p> <p>Path to vulnerable library: nodegoat/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - grunt-if-0.2.0.tgz (Root Library) - grunt-contrib-nodeunit-1.0.0.tgz - nodeunit-0.9.5.tgz - tap-7.1.2.tgz - nyc-7.1.0.tgz - istanbul-reports-1.0.0-alpha.8.tgz - :x: **handlebars-4.0.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Tim-sandbox/nodegoat/commit/a7cf759168f0c98d6d469e2711fda2875be7080b">a7cf759168f0c98d6d469e2711fda2875be7080b</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Arbitrary Code Execution vulnerability found in handlebars before 4.5.3. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.It is due to an incomplete fix for a WS-2019-0331. <p>Publish Date: 2019-11-17 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/198887808780bbef9dba67a8af68ece091d5baa7>WS-2019-0332</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1324">https://www.npmjs.com/advisories/1324</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.0.5","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-if:0.2.0;grunt-contrib-nodeunit:1.0.0;nodeunit:0.9.5;tap:7.1.2;nyc:7.1.0;istanbul-reports:1.0.0-alpha.8;handlebars:4.0.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"handlebars - 4.5.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2019-0332","vulnerabilityDetails":"Arbitrary Code Execution vulnerability found in handlebars before 4.5.3. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.It is due to an incomplete fix for a WS-2019-0331.","vulnerabilityUrl":"https://github.com/wycats/handlebars.js/commit/198887808780bbef9dba67a8af68ece091d5baa7","cvss2Severity":"medium","cvss2Score":"5.0","extraData":{}}</REMEDIATE> -->
non_test
ws medium detected in handlebars tgz ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file nodegoat package json path to vulnerable library nodegoat node modules nyc node modules handlebars package json dependency hierarchy grunt if tgz root library grunt contrib nodeunit tgz nodeunit tgz tap tgz nyc tgz istanbul reports alpha tgz x handlebars tgz vulnerable library found in head commit a href found in base branch master vulnerability details arbitrary code execution vulnerability found in handlebars before lookup helper fails to validate templates attack may submit templates that execute arbitrary javascript in the system it is due to an incomplete fix for a ws publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution handlebars isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree grunt if grunt contrib nodeunit nodeunit tap nyc istanbul reports alpha handlebars isminimumfixversionavailable true minimumfixversion handlebars basebranches vulnerabilityidentifier ws vulnerabilitydetails arbitrary code execution vulnerability found in handlebars before lookup helper fails to validate templates attack may submit templates that execute arbitrary javascript in the system it is due to an incomplete fix for a ws vulnerabilityurl
0
309,411
26,661,804,322
IssuesEvent
2023-01-25 21:52:52
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Contratos - Conteúdo Integral - Confins
generalization test development template - ABO (21) tag - Contratos subtag - Conteúdo Integral
DoD: Realizar o teste de Generalização do validador da tag Contratos - Conteúdo Integral para o Município de Confins.
1.0
Teste de generalizacao para a tag Contratos - Conteúdo Integral - Confins - DoD: Realizar o teste de Generalização do validador da tag Contratos - Conteúdo Integral para o Município de Confins.
test
teste de generalizacao para a tag contratos conteúdo integral confins dod realizar o teste de generalização do validador da tag contratos conteúdo integral para o município de confins
1
176,062
13,625,639,879
IssuesEvent
2020-09-24 09:47:41
drafthub/drafthub
https://api.github.com/repos/drafthub/drafthub
closed
not covered code in `draft.admin`
help wanted tests
Here is the coverage report from `check.py` ``` $ docker-compose exec web python check.py coverage Name Stmts Miss Cover Missing ----------------------------------------------------------------------------- ... drafthub/draft/admin.py 62 18 71% 10, 15, 20, 25, 30, 35, 40, 71, 75, 78, 81, 84, 87, 90, 93, 96, 99, 134 ... ``` And the [report from codecov](https://codecov.io/gh/drafthub/drafthub/src/master/drafthub/draft/admin.py) New tests for this issue must be written in `drafthub/draft/tests/test_admin.py` See how you can contribute: [CONTRIBUTING.md](https://github.com/drafthub/drafthub/blob/master/CONTRIBUTING.md)
1.0
not covered code in `draft.admin` - Here is the coverage report from `check.py` ``` $ docker-compose exec web python check.py coverage Name Stmts Miss Cover Missing ----------------------------------------------------------------------------- ... drafthub/draft/admin.py 62 18 71% 10, 15, 20, 25, 30, 35, 40, 71, 75, 78, 81, 84, 87, 90, 93, 96, 99, 134 ... ``` And the [report from codecov](https://codecov.io/gh/drafthub/drafthub/src/master/drafthub/draft/admin.py) New tests for this issue must be written in `drafthub/draft/tests/test_admin.py` See how you can contribute: [CONTRIBUTING.md](https://github.com/drafthub/drafthub/blob/master/CONTRIBUTING.md)
test
not covered code in draft admin here is the coverage report from check py docker compose exec web python check py coverage name stmts miss cover missing drafthub draft admin py and the new tests for this issue must be written in drafthub draft tests test admin py see how you can contribute
1
343,624
30,678,707,805
IssuesEvent
2023-07-26 07:41:10
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
opened
Release 4.5.0 - Alpha 1 - E2E UX tests
type/test level/task
The following issue will gather all the info regarding testing and fixing in order to validate the E2E UX for this release stage. The definition of done for this one is the validation from the product owner of each QA analysis and the acceptance of the implemented fixes, all the below issues must be closed in order to close this one. ## Release stage info |Stage issue|Version|Stage #|Tag|Previous stage E2E issue| |---|---|---|---|---| | |4.5.0|Alpha 1|[v4.5.0-alpha1](https://github.com/wazuh/wazuh/tree/v4.5.0-alpha1)|| ## QA issues | Name | Issue | Status |DRI|Reviewer| |-----------------------------|------------------------------------------|--------------|------|------------| | GCP integration | - | ⚪ Skipped | - | @wazuh/framework | | Splunk installation | - | ⚪ Skipped | - | @wazuh/cicd | | Deployment on docker | - | ⚪ Skipped | - | @wazuh/cicd | | Monitoring Docker | - | ⚪ Skipped | - | @wazuh/framework | | File Integrity Monitoring | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Deployment with Puppet |- | ⚪ Skipped | - | @wazuh/cicd | | Wazuh dashboard | - | ⚫ Not started | - | @wazuh/frontend | | Active response | - | ⚪ Skipped | - | @wazuh/watchdogs | | Amazon Cloudtrail integration | - | ⚪ Skipped | - | @wazuh/framework | | Amazon Cloudwatch Logs integration | - | ⚪ Skipped | - | @wazuh/framework | | Vulnerability detection | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Configuration assessment | - | ⚪ Skipped | - | @wazuh/watchdogs | | Elastic Stack installation | - | ⚪ Skipped | - | @wazuh/frontend | | Office365 integration | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Deployment with Ansible | - | ⚪ Skipped | - | @wazuh/cicd | | Wazuh indexer | - | ⚫ Not started | - | @wazuh/cicd | | Windows events | - | ⚪ Skipped | - | @wazuh/watchdogs | | macOS log data collection | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Github integration | - | ⚪ Skipped | - | @wazuh/watchdogs | | Centralized configuration - Agent groups | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Azure integration | - | ⚪ Skipped | - | @wazuh/framework | | Wazuh Indexer ISM policies | - | ⚪ Skipped | - | @wazuh/cicd | | Demo environment | - | ⚫ Not started | @wazuh/qa | @wazuh/cicd | | SAML SSO | - | ⚪ Skipped | - | @wazuh/frontend | | Configuring email alerts | - | ⚪ Skipped | - | @wazuhogs | | Virustotal | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Slack + Pagerduty + Shuffle | - | ⚪ Skipped | - | @wazuh/watchdogs | ⚫ Not started: The tasks didn't start yet. 🟡 In progress: The team is already working on it. 🟢 Ready to review: The auditors must validate the results. ⚪ Skipped: The task has been deemed not necessary for this stage. 🟣 Completed: Task finished. Nothing to do here. 🔴 Completed with failures: Some issues were raised here. ## Fixes/Known issues All the fixes and the issues detected in the testing phase that won't be solved in this version can be found in the [v4.5.0 project](https://github.com/orgs/wazuh/projects/41/views/1). Auditors' validation In order to close and proceed with the release of the next stage version, the following auditors must give the green light to this issue. - [ ] @davidjiglesias
1.0
Release 4.5.0 - Alpha 1 - E2E UX tests - The following issue will gather all the info regarding testing and fixing in order to validate the E2E UX for this release stage. The definition of done for this one is the validation from the product owner of each QA analysis and the acceptance of the implemented fixes, all the below issues must be closed in order to close this one. ## Release stage info |Stage issue|Version|Stage #|Tag|Previous stage E2E issue| |---|---|---|---|---| | |4.5.0|Alpha 1|[v4.5.0-alpha1](https://github.com/wazuh/wazuh/tree/v4.5.0-alpha1)|| ## QA issues | Name | Issue | Status |DRI|Reviewer| |-----------------------------|------------------------------------------|--------------|------|------------| | GCP integration | - | ⚪ Skipped | - | @wazuh/framework | | Splunk installation | - | ⚪ Skipped | - | @wazuh/cicd | | Deployment on docker | - | ⚪ Skipped | - | @wazuh/cicd | | Monitoring Docker | - | ⚪ Skipped | - | @wazuh/framework | | File Integrity Monitoring | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Deployment with Puppet |- | ⚪ Skipped | - | @wazuh/cicd | | Wazuh dashboard | - | ⚫ Not started | - | @wazuh/frontend | | Active response | - | ⚪ Skipped | - | @wazuh/watchdogs | | Amazon Cloudtrail integration | - | ⚪ Skipped | - | @wazuh/framework | | Amazon Cloudwatch Logs integration | - | ⚪ Skipped | - | @wazuh/framework | | Vulnerability detection | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Configuration assessment | - | ⚪ Skipped | - | @wazuh/watchdogs | | Elastic Stack installation | - | ⚪ Skipped | - | @wazuh/frontend | | Office365 integration | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Deployment with Ansible | - | ⚪ Skipped | - | @wazuh/cicd | | Wazuh indexer | - | ⚫ Not started | - | @wazuh/cicd | | Windows events | - | ⚪ Skipped | - | @wazuh/watchdogs | | macOS log data collection | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Github integration | - | ⚪ Skipped | - | @wazuh/watchdogs | | Centralized configuration - Agent groups | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Azure integration | - | ⚪ Skipped | - | @wazuh/framework | | Wazuh Indexer ISM policies | - | ⚪ Skipped | - | @wazuh/cicd | | Demo environment | - | ⚫ Not started | @wazuh/qa | @wazuh/cicd | | SAML SSO | - | ⚪ Skipped | - | @wazuh/frontend | | Configuring email alerts | - | ⚪ Skipped | - | @wazuhogs | | Virustotal | - | ⚪ Skipped | - | @wazuh/binary-beasts | | Slack + Pagerduty + Shuffle | - | ⚪ Skipped | - | @wazuh/watchdogs | ⚫ Not started: The tasks didn't start yet. 🟡 In progress: The team is already working on it. 🟢 Ready to review: The auditors must validate the results. ⚪ Skipped: The task has been deemed not necessary for this stage. 🟣 Completed: Task finished. Nothing to do here. 🔴 Completed with failures: Some issues were raised here. ## Fixes/Known issues All the fixes and the issues detected in the testing phase that won't be solved in this version can be found in the [v4.5.0 project](https://github.com/orgs/wazuh/projects/41/views/1). Auditors' validation In order to close and proceed with the release of the next stage version, the following auditors must give the green light to this issue. - [ ] @davidjiglesias
test
release alpha ux tests the following issue will gather all the info regarding testing and fixing in order to validate the ux for this release stage the definition of done for this one is the validation from the product owner of each qa analysis and the acceptance of the implemented fixes all the below issues must be closed in order to close this one release stage info stage issue version stage tag previous stage issue alpha qa issues name issue status dri reviewer gcp integration ⚪ skipped wazuh framework splunk installation ⚪ skipped wazuh cicd deployment on docker ⚪ skipped wazuh cicd monitoring docker ⚪ skipped wazuh framework file integrity monitoring ⚪ skipped wazuh binary beasts deployment with puppet ⚪ skipped wazuh cicd wazuh dashboard ⚫ not started wazuh frontend active response ⚪ skipped wazuh watchdogs amazon cloudtrail integration ⚪ skipped wazuh framework amazon cloudwatch logs integration ⚪ skipped wazuh framework vulnerability detection ⚪ skipped wazuh binary beasts configuration assessment ⚪ skipped wazuh watchdogs elastic stack installation ⚪ skipped wazuh frontend integration ⚪ skipped wazuh binary beasts deployment with ansible ⚪ skipped wazuh cicd wazuh indexer ⚫ not started wazuh cicd windows events ⚪ skipped wazuh watchdogs macos log data collection ⚪ skipped wazuh binary beasts github integration ⚪ skipped wazuh watchdogs centralized configuration agent groups ⚪ skipped wazuh binary beasts azure integration ⚪ skipped wazuh framework wazuh indexer ism policies ⚪ skipped wazuh cicd demo environment ⚫ not started wazuh qa wazuh cicd saml sso ⚪ skipped wazuh frontend configuring email alerts ⚪ skipped wazuhogs virustotal ⚪ skipped wazuh binary beasts slack pagerduty shuffle ⚪ skipped wazuh watchdogs ⚫ not started the tasks didn t start yet 🟡 in progress the team is already working on it 🟢 ready to review the auditors must validate the results ⚪ skipped the task has been deemed not necessary for this stage 🟣 completed task finished nothing to do here 🔴 completed with failures some issues were raised here fixes known issues all the fixes and the issues detected in the testing phase that won t be solved in this version can be found in the auditors validation in order to close and proceed with the release of the next stage version the following auditors must give the green light to this issue davidjiglesias
1
307,924
26,570,275,014
IssuesEvent
2023-01-21 03:31:12
QubesOS/updates-status
https://api.github.com/repos/QubesOS/updates-status
closed
app-linux-img-converter v1.2.14 (r4.2)
r4.2-host-cur-test r4.2-vm-bullseye-cur-test r4.2-vm-bookworm-cur-test r4.2-vm-fc37-cur-test r4.2-vm-fc36-cur-test r4.2-vm-centos-stream8-cur-test
Update of app-linux-img-converter to v1.2.14 for Qubes r4.2, see comments below for details and build status. From commit: https://github.com/QubesOS/qubes-app-linux-img-converter/commit/da68a1fe53551d584b15557c8a78eb7df1a4db43 [Changes since previous version](https://github.com/QubesOS/qubes-app-linux-img-converter/compare/v1.2.13...v1.2.14): QubesOS/qubes-app-linux-img-converter@da68a1f version 1.2.14 QubesOS/qubes-app-linux-img-converter@f605bfa Merge remote-tracking branch 'origin/pr/19' QubesOS/qubes-app-linux-img-converter@da8142b qvm_convert_img_nautilus.py: Execute external commands asynchronously QubesOS/qubes-app-linux-img-converter@7c613ce Replace ImageMagick with GraphicsMagick Referenced issues: QubesOS/qubes-issues#5009 If you're release manager, you can issue GPG-inline signed command: * `Upload-component r4.2 app-linux-img-converter da68a1fe53551d584b15557c8a78eb7df1a4db43 current all` (available 5 days from now) * `Upload-component r4.2 app-linux-img-converter da68a1fe53551d584b15557c8a78eb7df1a4db43 security-testing` You can choose subset of distributions like: * `Upload-component r4.2 app-linux-img-converter da68a1fe53551d584b15557c8a78eb7df1a4db43 current vm-bookworm,vm-fc37` (available 5 days from now) Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it). For more information on how to test this update, please take a look at https://www.qubes-os.org/doc/testing/#updates.
6.0
app-linux-img-converter v1.2.14 (r4.2) - Update of app-linux-img-converter to v1.2.14 for Qubes r4.2, see comments below for details and build status. From commit: https://github.com/QubesOS/qubes-app-linux-img-converter/commit/da68a1fe53551d584b15557c8a78eb7df1a4db43 [Changes since previous version](https://github.com/QubesOS/qubes-app-linux-img-converter/compare/v1.2.13...v1.2.14): QubesOS/qubes-app-linux-img-converter@da68a1f version 1.2.14 QubesOS/qubes-app-linux-img-converter@f605bfa Merge remote-tracking branch 'origin/pr/19' QubesOS/qubes-app-linux-img-converter@da8142b qvm_convert_img_nautilus.py: Execute external commands asynchronously QubesOS/qubes-app-linux-img-converter@7c613ce Replace ImageMagick with GraphicsMagick Referenced issues: QubesOS/qubes-issues#5009 If you're release manager, you can issue GPG-inline signed command: * `Upload-component r4.2 app-linux-img-converter da68a1fe53551d584b15557c8a78eb7df1a4db43 current all` (available 5 days from now) * `Upload-component r4.2 app-linux-img-converter da68a1fe53551d584b15557c8a78eb7df1a4db43 security-testing` You can choose subset of distributions like: * `Upload-component r4.2 app-linux-img-converter da68a1fe53551d584b15557c8a78eb7df1a4db43 current vm-bookworm,vm-fc37` (available 5 days from now) Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it). For more information on how to test this update, please take a look at https://www.qubes-os.org/doc/testing/#updates.
test
app linux img converter update of app linux img converter to for qubes see comments below for details and build status from commit qubesos qubes app linux img converter version qubesos qubes app linux img converter merge remote tracking branch origin pr qubesos qubes app linux img converter qvm convert img nautilus py execute external commands asynchronously qubesos qubes app linux img converter replace imagemagick with graphicsmagick referenced issues qubesos qubes issues if you re release manager you can issue gpg inline signed command upload component app linux img converter current all available days from now upload component app linux img converter security testing you can choose subset of distributions like upload component app linux img converter current vm bookworm vm available days from now above commands will work only if packages in current testing repository were built from given commit i e no new version superseded it for more information on how to test this update please take a look at
1
135,634
30,328,222,142
IssuesEvent
2023-07-11 03:01:31
h4sh5/pypi-auto-scanner
https://api.github.com/repos/h4sh5/pypi-auto-scanner
opened
cx-freeze 6.16.0.dev2 has 3 GuardDog issues
guarddog code-execution exec-base64
https://pypi.org/project/cx-freeze https://inspector.pypi.io/project/cx-freeze ```{ "dependency": "cx-freeze", "version": "6.16.0.dev2", "result": { "issues": 3, "errors": {}, "results": { "exec-base64": [ { "location": "cx_Freeze-6.16.0.dev2/samples/dependencies/test_1.py:38", "code": "for line in os.popen(cmdline):", "message": "This package contains a call to the `eval` function with a `base64` encoded string as argument.\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\nstring.\n" }, { "location": "cx_Freeze-6.16.0.dev2/samples/dependencies/test_1.py:47", "code": "for line in os.popen(cmdline):", "message": "This package contains a call to the `eval` function with a `base64` encoded string as argument.\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\nstring.\n" } ], "code-execution": [ { "location": "cx_Freeze-6.16.0.dev2/setup.py:173", "code": " def_data = check_output(_make_strs([gendef_exe, \"-\", dll_path]))", "message": "This package is executing OS commands in the setup.py file" } ] }, "path": "/tmp/tmp8iuabqo5/cx-freeze" } }```
1.0
cx-freeze 6.16.0.dev2 has 3 GuardDog issues - https://pypi.org/project/cx-freeze https://inspector.pypi.io/project/cx-freeze ```{ "dependency": "cx-freeze", "version": "6.16.0.dev2", "result": { "issues": 3, "errors": {}, "results": { "exec-base64": [ { "location": "cx_Freeze-6.16.0.dev2/samples/dependencies/test_1.py:38", "code": "for line in os.popen(cmdline):", "message": "This package contains a call to the `eval` function with a `base64` encoded string as argument.\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\nstring.\n" }, { "location": "cx_Freeze-6.16.0.dev2/samples/dependencies/test_1.py:47", "code": "for line in os.popen(cmdline):", "message": "This package contains a call to the `eval` function with a `base64` encoded string as argument.\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\nstring.\n" } ], "code-execution": [ { "location": "cx_Freeze-6.16.0.dev2/setup.py:173", "code": " def_data = check_output(_make_strs([gendef_exe, \"-\", dll_path]))", "message": "This package is executing OS commands in the setup.py file" } ] }, "path": "/tmp/tmp8iuabqo5/cx-freeze" } }```
non_test
cx freeze has guarddog issues dependency cx freeze version result issues errors results exec location cx freeze samples dependencies test py code for line in os popen cmdline message this package contains a call to the eval function with a encoded string as argument nthis is a common method used to hide a malicious payload in a module as static analysis will not decode the nstring n location cx freeze samples dependencies test py code for line in os popen cmdline message this package contains a call to the eval function with a encoded string as argument nthis is a common method used to hide a malicious payload in a module as static analysis will not decode the nstring n code execution location cx freeze setup py code def data check output make strs message this package is executing os commands in the setup py file path tmp cx freeze
0
98,434
20,732,784,998
IssuesEvent
2022-03-14 10:58:38
trezor/trezor-suite
https://api.github.com/repos/trezor/trezor-suite
closed
RangeError: Maximum call stack size exceeded
sentry code HIGH
Sentry Issue: [TREZOR-SUITE-3C0](https://sentry.io/organizations/satoshilabs/issues/3007375695/?referrer=github_integration) ``` RangeError: Maximum call stack size exceeded at getAccountKey (webpack://@trezor/suite-build/../suite/src/utils/wallet/accountUtils.ts:261:30) at getAccountTransactions (webpack://@trezor/suite-build/../suite/src/utils/wallet/accountUtils.ts:268:25) at action (webpack://@trezor/suite-build/../suite/src/actions/wallet/transactionActions.ts:132:28) at apply (webpack://@trezor/suite-build/../../node_modules/redux-thunk/es/index.js:16:18) at dispatch (webpack://@trezor/suite-build/../../node_modules/redux/es/redux.js:659:28) ... (45 additional frame(s) were not displayed) ```
1.0
RangeError: Maximum call stack size exceeded - Sentry Issue: [TREZOR-SUITE-3C0](https://sentry.io/organizations/satoshilabs/issues/3007375695/?referrer=github_integration) ``` RangeError: Maximum call stack size exceeded at getAccountKey (webpack://@trezor/suite-build/../suite/src/utils/wallet/accountUtils.ts:261:30) at getAccountTransactions (webpack://@trezor/suite-build/../suite/src/utils/wallet/accountUtils.ts:268:25) at action (webpack://@trezor/suite-build/../suite/src/actions/wallet/transactionActions.ts:132:28) at apply (webpack://@trezor/suite-build/../../node_modules/redux-thunk/es/index.js:16:18) at dispatch (webpack://@trezor/suite-build/../../node_modules/redux/es/redux.js:659:28) ... (45 additional frame(s) were not displayed) ```
non_test
rangeerror maximum call stack size exceeded sentry issue rangeerror maximum call stack size exceeded at getaccountkey webpack trezor suite build suite src utils wallet accountutils ts at getaccounttransactions webpack trezor suite build suite src utils wallet accountutils ts at action webpack trezor suite build suite src actions wallet transactionactions ts at apply webpack trezor suite build node modules redux thunk es index js at dispatch webpack trezor suite build node modules redux es redux js additional frame s were not displayed
0
154,079
5,908,656,874
IssuesEvent
2017-05-19 21:02:01
ualbertalib/avalon
https://api.github.com/repos/ualbertalib/avalon
closed
Batch Ingest script changes: batch update
In review Pre-launch priority:high
When we start ingesting, the url is not available if the related item is in the same manifest. Options: - Ingest fake dummy related item urls - Make the url field optional - Make predictable urls before ingest based on an ID (does this contradict opaque naming used elsewhere in Hydra) - Can we create a batch update script to make batch changes to existing metadata. Questions for @umarqasim & @seanluyk - Should batch ingest be its own issue (i.e. is this happening anyway?)? - If so, should batch ingest also produce some kind of audit to assist batch update (ie. a list of ingested URIs)? Part of epic https://github.com/ualbertalib/avalon/issues/52
1.0
Batch Ingest script changes: batch update - When we start ingesting, the url is not available if the related item is in the same manifest. Options: - Ingest fake dummy related item urls - Make the url field optional - Make predictable urls before ingest based on an ID (does this contradict opaque naming used elsewhere in Hydra) - Can we create a batch update script to make batch changes to existing metadata. Questions for @umarqasim & @seanluyk - Should batch ingest be its own issue (i.e. is this happening anyway?)? - If so, should batch ingest also produce some kind of audit to assist batch update (ie. a list of ingested URIs)? Part of epic https://github.com/ualbertalib/avalon/issues/52
non_test
batch ingest script changes batch update when we start ingesting the url is not available if the related item is in the same manifest options ingest fake dummy related item urls make the url field optional make predictable urls before ingest based on an id does this contradict opaque naming used elsewhere in hydra can we create a batch update script to make batch changes to existing metadata questions for umarqasim seanluyk should batch ingest be its own issue i e is this happening anyway if so should batch ingest also produce some kind of audit to assist batch update ie a list of ingested uris part of epic
0
63,151
3,194,030,108
IssuesEvent
2015-09-30 09:39:31
fusioninventory/fusioninventory-for-glpi
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
closed
OID missing on the juniper models
Category: SNMP Component: For junior contributor Component: Found in version Priority: Low Status: Closed Tracker: Bug
--- Author Name: **DuyLong LE** (DuyLong LE) Original Redmine Issue: 1706, http://forge.fusioninventory.org/issues/1706 Original Date: 2012-06-22 Original Assignee: David Durieux --- model = .1.3.6.1.4.1.2636.3.1.2.0; Keep only short model : ``` m/Juniper (.*) / ``` serial = .1.3.6.1.4.1.2636.3.1.3.0; firmware = .1.3.6.1.4.1.2636.3.40.1.4.1.1.1.5.0;
1.0
OID missing on the juniper models - --- Author Name: **DuyLong LE** (DuyLong LE) Original Redmine Issue: 1706, http://forge.fusioninventory.org/issues/1706 Original Date: 2012-06-22 Original Assignee: David Durieux --- model = .1.3.6.1.4.1.2636.3.1.2.0; Keep only short model : ``` m/Juniper (.*) / ``` serial = .1.3.6.1.4.1.2636.3.1.3.0; firmware = .1.3.6.1.4.1.2636.3.40.1.4.1.1.1.5.0;
non_test
oid missing on the juniper models author name duylong le duylong le original redmine issue original date original assignee david durieux model keep only short model m juniper serial firmware
0
150,025
11,943,241,144
IssuesEvent
2020-04-02 22:44:59
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
reopened
transformStyles not working correctly
Needs Testing [Package] Editor
**Describe the bug** When loading custom css via add_editor_styles not every style is applied when any element has an svg background encoded as a data:image/svg. **To reproduce** Steps to reproduce the behavior: 1. Enter the following code into the console ` wp.editor.transformStyles([{css: ".navbar-light .navbar-toggler-icon {↵background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E\")}"}], '.editor-styles-wrapper'); ` **Expected behavior** The styles should be transformed with `.editor-styles-wrapper` in front. **Additional context** - Gutenberg 6.0.0
1.0
transformStyles not working correctly - **Describe the bug** When loading custom css via add_editor_styles not every style is applied when any element has an svg background encoded as a data:image/svg. **To reproduce** Steps to reproduce the behavior: 1. Enter the following code into the console ` wp.editor.transformStyles([{css: ".navbar-light .navbar-toggler-icon {↵background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E\")}"}], '.editor-styles-wrapper'); ` **Expected behavior** The styles should be transformed with `.editor-styles-wrapper` in front. **Additional context** - Gutenberg 6.0.0
test
transformstyles not working correctly describe the bug when loading custom css via add editor styles not every style is applied when any element has an svg background encoded as a data image svg to reproduce steps to reproduce the behavior enter the following code into the console wp editor transformstyles editor styles wrapper expected behavior the styles should be transformed with editor styles wrapper in front additional context gutenberg
1
253,397
21,677,935,854
IssuesEvent
2022-05-09 00:55:52
eclipse-openj9/openj9
https://api.github.com/repos/eclipse-openj9/openj9
closed
JVMTI test failures on AArch64 macOS
test failure test excluded arch:aarch64 os:macos
I see segmentation faults in `cmdLineTester_jvmtitests_1` and other jvmtitests on AArch64 macOS. Here is an example. ``` Testing: gaste001 Test start time: 2022/01/28 15:33:40 Japan Standard Time Running command: "/Users/openj9/openj9-openjdk-jdk11/build/macosx-aarch64-normal-server-release/images/jdk/bin/java" -Xjit -Xgcpolicy:gencon -Xshareclasses:name=bcienabled,enableBCI -Xnocompressedrefs -Xdump -Xjit:count=0 -agentlib:jvmtitest=test:gaste001 -cp "/Users/openj9/openj9-openjdk-jdk18/openj9/test/TKG/../../jvmtest/functional/cmdLineTests/jvmtitests/jvmtitest.jar" com.ibm.jvmti.tests.util.TestRunner Time spent starting: 5 milliseconds Time spent executing: 60339 milliseconds Test result: FAILED Output from test: [OUT] *** Testing [1/1]: testGetAllStackTracesExtended [ERR] Unhandled exception [ERR] Type=Segmentation error vmState=0x00040000 [ERR] J9Generic_Signal_Number=00000018 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000002 [ERR] Handler1=00000001008EBFC0 Handler2=0000000100AB026C InaccessibleAddress=0000000000000003 [ERR] x0=000000014E07E700 x1=0000000000000000 x2=0000000000000000 x3=000000014E082A1B [ERR] x4=000000016F6E1980 x5=0000000000000000 x6=000000000000006D x7=00000001009E6ADC [ERR] x8=0000007000000020 x9=1A5BE8F094C800CC x10=0000000000000C7D x11=0000000000000019 [ERR] x12=000000014DE351A0 x13=000000000002CA6A x14=00000000AC0DADAE x15=000000000000B750 [ERR] x16=000000019C042940 x17=000000020A635648 x18=000000037FF6CCE0 x19=0000000100FB5490 [ERR] x20=00000000000062DC x21=000000EA09DA62E0 x22=000000014E813420 x23=000000000001A200 [ERR] x24=000000014E078468 x25=0000000000000016 x26=0000000000000000 x27=000000014E07E700 [ERR] x28=0000000000000003 x29(FP)=000000016F6E1D70 x30(LR)=0000000100F742AC x31(SP)=000000016F6E1A20 [ERR] PC=0000000100F73FF8 SP=000000016F6E1A20 [ERR] v0 1080000010800000 (f: 276824064.000000, d: 3.297868e-229) (... lines omitted ...) [ERR] v31 0000000000000000 (f: 0.000000, d: 0.000000e+00) [ERR] Module=/Users/openj9/openj9-openjdk-jdk11/build/macosx-aarch64-normal-server-release/images/jdk/lib/default/libj9jvmti29.dylib [ERR] Module_base_address=0000000100F68000 Symbol=jvmtiGetAllStackTracesExtended [ERR] Symbol_address=0000000100F73F58 [ERR] Target=2_90_20220128_000000 (Mac OS X 11.6.2) [ERR] CPU=aarch64 (8 logical CPUs) (0x400000000 RAM) ``` Other segmentation faults include: - `Symbol=jvmtiGetHeapFreeMemory` in ghftm001 - `Symbol=jvmtiGetMethodAndClassNames` in gmcpn001 - `Symbol=jvmtiGetJ9method` in gj9m001 Summary output from `cmdLineTester_jvmtitests_1`: ``` ---TEST RESULTS--- Number of PASSED tests: 44 out of 60 Number of FAILED tests: 16 out of 60 ```
2.0
JVMTI test failures on AArch64 macOS - I see segmentation faults in `cmdLineTester_jvmtitests_1` and other jvmtitests on AArch64 macOS. Here is an example. ``` Testing: gaste001 Test start time: 2022/01/28 15:33:40 Japan Standard Time Running command: "/Users/openj9/openj9-openjdk-jdk11/build/macosx-aarch64-normal-server-release/images/jdk/bin/java" -Xjit -Xgcpolicy:gencon -Xshareclasses:name=bcienabled,enableBCI -Xnocompressedrefs -Xdump -Xjit:count=0 -agentlib:jvmtitest=test:gaste001 -cp "/Users/openj9/openj9-openjdk-jdk18/openj9/test/TKG/../../jvmtest/functional/cmdLineTests/jvmtitests/jvmtitest.jar" com.ibm.jvmti.tests.util.TestRunner Time spent starting: 5 milliseconds Time spent executing: 60339 milliseconds Test result: FAILED Output from test: [OUT] *** Testing [1/1]: testGetAllStackTracesExtended [ERR] Unhandled exception [ERR] Type=Segmentation error vmState=0x00040000 [ERR] J9Generic_Signal_Number=00000018 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000002 [ERR] Handler1=00000001008EBFC0 Handler2=0000000100AB026C InaccessibleAddress=0000000000000003 [ERR] x0=000000014E07E700 x1=0000000000000000 x2=0000000000000000 x3=000000014E082A1B [ERR] x4=000000016F6E1980 x5=0000000000000000 x6=000000000000006D x7=00000001009E6ADC [ERR] x8=0000007000000020 x9=1A5BE8F094C800CC x10=0000000000000C7D x11=0000000000000019 [ERR] x12=000000014DE351A0 x13=000000000002CA6A x14=00000000AC0DADAE x15=000000000000B750 [ERR] x16=000000019C042940 x17=000000020A635648 x18=000000037FF6CCE0 x19=0000000100FB5490 [ERR] x20=00000000000062DC x21=000000EA09DA62E0 x22=000000014E813420 x23=000000000001A200 [ERR] x24=000000014E078468 x25=0000000000000016 x26=0000000000000000 x27=000000014E07E700 [ERR] x28=0000000000000003 x29(FP)=000000016F6E1D70 x30(LR)=0000000100F742AC x31(SP)=000000016F6E1A20 [ERR] PC=0000000100F73FF8 SP=000000016F6E1A20 [ERR] v0 1080000010800000 (f: 276824064.000000, d: 3.297868e-229) (... lines omitted ...) [ERR] v31 0000000000000000 (f: 0.000000, d: 0.000000e+00) [ERR] Module=/Users/openj9/openj9-openjdk-jdk11/build/macosx-aarch64-normal-server-release/images/jdk/lib/default/libj9jvmti29.dylib [ERR] Module_base_address=0000000100F68000 Symbol=jvmtiGetAllStackTracesExtended [ERR] Symbol_address=0000000100F73F58 [ERR] Target=2_90_20220128_000000 (Mac OS X 11.6.2) [ERR] CPU=aarch64 (8 logical CPUs) (0x400000000 RAM) ``` Other segmentation faults include: - `Symbol=jvmtiGetHeapFreeMemory` in ghftm001 - `Symbol=jvmtiGetMethodAndClassNames` in gmcpn001 - `Symbol=jvmtiGetJ9method` in gj9m001 Summary output from `cmdLineTester_jvmtitests_1`: ``` ---TEST RESULTS--- Number of PASSED tests: 44 out of 60 Number of FAILED tests: 16 out of 60 ```
test
jvmti test failures on macos i see segmentation faults in cmdlinetester jvmtitests and other jvmtitests on macos here is an example testing test start time japan standard time running command users openjdk build macosx normal server release images jdk bin java xjit xgcpolicy gencon xshareclasses name bcienabled enablebci xnocompressedrefs xdump xjit count agentlib jvmtitest test cp users openjdk test tkg jvmtest functional cmdlinetests jvmtitests jvmtitest jar com ibm jvmti tests util testrunner time spent starting milliseconds time spent executing milliseconds test result failed output from test testing testgetallstacktracesextended unhandled exception type segmentation error vmstate signal number signal number error value signal code inaccessibleaddress fp lr sp pc sp f d lines omitted f d module users openjdk build macosx normal server release images jdk lib default dylib module base address symbol jvmtigetallstacktracesextended symbol address target mac os x cpu logical cpus ram other segmentation faults include symbol jvmtigetheapfreememory in symbol jvmtigetmethodandclassnames in symbol in summary output from cmdlinetester jvmtitests test results number of passed tests out of number of failed tests out of
1
286,350
24,745,546,361
IssuesEvent
2022-10-21 09:23:13
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
opened
Test: extension search
testplan-item extensions
Refs: https://github.com/microsoft/vsmarketplace/issues/154 - [ ] anyOS - [ ] anyOS Complexity: 3 [Create Issue](https://github.com/microsoft/vsmarketplace/issues/new?body=Testing+%23149979%0A%0A&assignees=SaiKanth007,kj0171) --- Marketplace team has been working on improving extension search relevance. Open the extension view and search for at least 20 different queries. Verify: * The results and their order make sense. The best match should always be at the top. * Multi word queries also provide good results
1.0
Test: extension search - Refs: https://github.com/microsoft/vsmarketplace/issues/154 - [ ] anyOS - [ ] anyOS Complexity: 3 [Create Issue](https://github.com/microsoft/vsmarketplace/issues/new?body=Testing+%23149979%0A%0A&assignees=SaiKanth007,kj0171) --- Marketplace team has been working on improving extension search relevance. Open the extension view and search for at least 20 different queries. Verify: * The results and their order make sense. The best match should always be at the top. * Multi word queries also provide good results
test
test extension search refs anyos anyos complexity marketplace team has been working on improving extension search relevance open the extension view and search for at least different queries verify the results and their order make sense the best match should always be at the top multi word queries also provide good results
1
280,705
24,325,279,773
IssuesEvent
2022-09-30 14:17:06
stratum-mining/stratum
https://api.github.com/repos/stratum-mining/stratum
closed
Mock All Roles/Applications
duplicate test
Each binary application (including all roles) should have a mock implementation to be used for testing. We should have a directory at the project root called "mocks" that will store each mock applications. Use property and fuzz based testing where appropriate.
1.0
Mock All Roles/Applications - Each binary application (including all roles) should have a mock implementation to be used for testing. We should have a directory at the project root called "mocks" that will store each mock applications. Use property and fuzz based testing where appropriate.
test
mock all roles applications each binary application including all roles should have a mock implementation to be used for testing we should have a directory at the project root called mocks that will store each mock applications use property and fuzz based testing where appropriate
1
80,636
30,453,215,377
IssuesEvent
2023-07-16 15:02:47
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
"Never send encrypted messages to unverified sessions in this room." disappear when "Encrypt to verified sessions only" enabled
T-Defect
### Steps to reproduce 1. Enable "Encrypt to verified sessions only (Never send encrypted messages to unverified sessions from this session)" in Global "Security & Privacy" Settings 2. In the settings of an encrypted room, option "Never send encrypted messages to unverified sessions in this room." disappear. ### Outcome #### What did you expect? 1. Enable "Encrypt to verified sessions only (Never send encrypted messages to unverified sessions from this session)" in Global "Security & Privacy" Settings 2. Be able to deactivate "Never send encrypted messages to unverified sessions in this room." on rooms with not trusted devices (like bridge bots) #### What happened instead? There is no more option "Never send encrypted messages to unverified sessions in this room." on rooms when "Encrypt to verified sessions only (Never send encrypted messages to unverified sessions from this session)" is enabled ### Your phone model Fairphone FP3 ### Operating system version Android 13 ### Application version and app store Element 1.6.3 [40106032] (G-f5f4d4a3) from F-Droid ### Homeserver Synapse Matrix version 1.78.0 ### Will you send logs? No ### Are you willing to provide a PR? No
1.0
"Never send encrypted messages to unverified sessions in this room." disappear when "Encrypt to verified sessions only" enabled - ### Steps to reproduce 1. Enable "Encrypt to verified sessions only (Never send encrypted messages to unverified sessions from this session)" in Global "Security & Privacy" Settings 2. In the settings of an encrypted room, option "Never send encrypted messages to unverified sessions in this room." disappear. ### Outcome #### What did you expect? 1. Enable "Encrypt to verified sessions only (Never send encrypted messages to unverified sessions from this session)" in Global "Security & Privacy" Settings 2. Be able to deactivate "Never send encrypted messages to unverified sessions in this room." on rooms with not trusted devices (like bridge bots) #### What happened instead? There is no more option "Never send encrypted messages to unverified sessions in this room." on rooms when "Encrypt to verified sessions only (Never send encrypted messages to unverified sessions from this session)" is enabled ### Your phone model Fairphone FP3 ### Operating system version Android 13 ### Application version and app store Element 1.6.3 [40106032] (G-f5f4d4a3) from F-Droid ### Homeserver Synapse Matrix version 1.78.0 ### Will you send logs? No ### Are you willing to provide a PR? No
non_test
never send encrypted messages to unverified sessions in this room disappear when encrypt to verified sessions only enabled steps to reproduce enable encrypt to verified sessions only never send encrypted messages to unverified sessions from this session in global security privacy settings in the settings of an encrypted room option never send encrypted messages to unverified sessions in this room disappear outcome what did you expect enable encrypt to verified sessions only never send encrypted messages to unverified sessions from this session in global security privacy settings be able to deactivate never send encrypted messages to unverified sessions in this room on rooms with not trusted devices like bridge bots what happened instead there is no more option never send encrypted messages to unverified sessions in this room on rooms when encrypt to verified sessions only never send encrypted messages to unverified sessions from this session is enabled your phone model fairphone operating system version android application version and app store element g from f droid homeserver synapse matrix version will you send logs no are you willing to provide a pr no
0
92,981
10,764,425,207
IssuesEvent
2019-11-01 08:14:22
dvrylc/ped
https://api.github.com/repos/dvrylc/ped
opened
Quick Start command does not work
severity.High type.DocumentationBug
In the Quick Start guide point 5, the command `go /members` fails to execute.
1.0
Quick Start command does not work - In the Quick Start guide point 5, the command `go /members` fails to execute.
non_test
quick start command does not work in the quick start guide point the command go members fails to execute
0
89,145
8,196,215,816
IssuesEvent
2018-08-31 09:06:32
junit-team/junit5
https://api.github.com/repos/junit-team/junit5
closed
junit-json-params
3rd-party: pioneer component: Jupiter theme: parameterized tests
## Overview I was thinking about the CsvSource a while back and how JSON is sometimes a more convenient / expressive format to write data in, particularly when dealing with the input and output of web based APIs. So I created a small library, [junit-json-params](https://github.com/joshka/junit-json-params), which achieves this. I'm wondering whether this is something that would be considered for being added to the JUnit project? If not, commenting here mainly for a little visibility on the library (and a call out for ideas to make this better).
1.0
junit-json-params - ## Overview I was thinking about the CsvSource a while back and how JSON is sometimes a more convenient / expressive format to write data in, particularly when dealing with the input and output of web based APIs. So I created a small library, [junit-json-params](https://github.com/joshka/junit-json-params), which achieves this. I'm wondering whether this is something that would be considered for being added to the JUnit project? If not, commenting here mainly for a little visibility on the library (and a call out for ideas to make this better).
test
junit json params overview i was thinking about the csvsource a while back and how json is sometimes a more convenient expressive format to write data in particularly when dealing with the input and output of web based apis so i created a small library which achieves this i m wondering whether this is something that would be considered for being added to the junit project if not commenting here mainly for a little visibility on the library and a call out for ideas to make this better
1
280,494
24,310,063,963
IssuesEvent
2022-09-29 21:15:59
SDD-Time-Traveler-Team/EZcalendar-Web
https://api.github.com/repos/SDD-Time-Traveler-Team/EZcalendar-Web
closed
write tests for calendar UI
good first issue testing
This test will be used to measure the completion of issue #1 . We might use [Jest](https://jestjs.io/).
1.0
write tests for calendar UI - This test will be used to measure the completion of issue #1 . We might use [Jest](https://jestjs.io/).
test
write tests for calendar ui this test will be used to measure the completion of issue we might use
1
288,976
21,729,561,495
IssuesEvent
2022-05-11 10:42:47
Open-Systems-Pharmacology/OSPSuite-R
https://api.github.com/repos/Open-Systems-Pharmacology/OSPSuite-R
opened
Documenting plotting functions using `DataCombined`
subsystem: documentation
Part 2 of #756 Adding examples to the manual; and more detailed examples of workflow in a vignette. - [ ] `plotIndividualTimeProfile()` - [ ] `plotPopulationTimeProfile()`
1.0
Documenting plotting functions using `DataCombined` - Part 2 of #756 Adding examples to the manual; and more detailed examples of workflow in a vignette. - [ ] `plotIndividualTimeProfile()` - [ ] `plotPopulationTimeProfile()`
non_test
documenting plotting functions using datacombined part of adding examples to the manual and more detailed examples of workflow in a vignette plotindividualtimeprofile plotpopulationtimeprofile
0
221,713
24,657,011,681
IssuesEvent
2022-10-18 01:10:41
benlazarine/ansible
https://api.github.com/repos/benlazarine/ansible
opened
CVE-2022-42969 (Medium) detected in py-1.8.0-py2.py3-none-any.whl
security vulnerability
## CVE-2022-42969 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>py-1.8.0-py2.py3-none-any.whl</b></p></summary> <p>library with cross-python path, ini-parsing, io, code, log facilities</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl</a></p> <p>Path to dependency file: /test/utils/shippable/sanity-requirements.txt</p> <p>Path to vulnerable library: /test/utils/shippable/sanity-requirements.txt</p> <p> Dependency Hierarchy: - :x: **py-1.8.0-py2.py3-none-any.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The py library through 1.11.0 for Python allows remote attackers to conduct a ReDoS (Regular expression Denial of Service) attack via a Subversion repository with crafted info data, because the InfoSvnCommand argument is mishandled. <p>Publish Date: 2022-10-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-42969>CVE-2022-42969</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-42969">https://nvd.nist.gov/vuln/detail/CVE-2022-42969</a></p> <p>Release Date: 2022-10-16</p> <p>Fix Resolution: py - 1.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-42969 (Medium) detected in py-1.8.0-py2.py3-none-any.whl - ## CVE-2022-42969 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>py-1.8.0-py2.py3-none-any.whl</b></p></summary> <p>library with cross-python path, ini-parsing, io, code, log facilities</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl</a></p> <p>Path to dependency file: /test/utils/shippable/sanity-requirements.txt</p> <p>Path to vulnerable library: /test/utils/shippable/sanity-requirements.txt</p> <p> Dependency Hierarchy: - :x: **py-1.8.0-py2.py3-none-any.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The py library through 1.11.0 for Python allows remote attackers to conduct a ReDoS (Regular expression Denial of Service) attack via a Subversion repository with crafted info data, because the InfoSvnCommand argument is mishandled. <p>Publish Date: 2022-10-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-42969>CVE-2022-42969</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-42969">https://nvd.nist.gov/vuln/detail/CVE-2022-42969</a></p> <p>Release Date: 2022-10-16</p> <p>Fix Resolution: py - 1.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in py none any whl cve medium severity vulnerability vulnerable library py none any whl library with cross python path ini parsing io code log facilities library home page a href path to dependency file test utils shippable sanity requirements txt path to vulnerable library test utils shippable sanity requirements txt dependency hierarchy x py none any whl vulnerable library vulnerability details the py library through for python allows remote attackers to conduct a redos regular expression denial of service attack via a subversion repository with crafted info data because the infosvncommand argument is mishandled publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution py step up your open source security game with mend
0
84,844
7,935,760,440
IssuesEvent
2018-07-09 07:01:47
GwtMaterialDesign/gwt-material-addins
https://api.github.com/repos/GwtMaterialDesign/gwt-material-addins
closed
[2.0] First MaterialColumn on Masonry is not appearing
add unit test bug ready
Example, I am adding 10 MaterialColumn itens, but only 9 are appearing on Masonry.
1.0
[2.0] First MaterialColumn on Masonry is not appearing - Example, I am adding 10 MaterialColumn itens, but only 9 are appearing on Masonry.
test
first materialcolumn on masonry is not appearing example i am adding materialcolumn itens but only are appearing on masonry
1
209,386
16,018,927,048
IssuesEvent
2021-04-20 19:47:17
dzhw/SiD
https://api.github.com/repos/dzhw/SiD
closed
D1_2 - Layout
Layout Modul: D1 - Bildungsbiographie SiD-2021 Aktualisierung testing
bitte in **D1_2:** - [x] den Akkordeon-Text "(bitte ausklappen") überall kursiv setzen (aktuell im 4. und 5. Akkordeon nicht kursiv) - [x] das offene Feld und das Drop-Down-Menü linksbündig untereinander anordnen Vielen Dank!
1.0
D1_2 - Layout - bitte in **D1_2:** - [x] den Akkordeon-Text "(bitte ausklappen") überall kursiv setzen (aktuell im 4. und 5. Akkordeon nicht kursiv) - [x] das offene Feld und das Drop-Down-Menü linksbündig untereinander anordnen Vielen Dank!
test
layout bitte in den akkordeon text bitte ausklappen überall kursiv setzen aktuell im und akkordeon nicht kursiv das offene feld und das drop down menü linksbündig untereinander anordnen vielen dank
1
246,479
20,867,583,863
IssuesEvent
2022-03-22 08:55:07
goblint/analyzer
https://api.github.com/repos/goblint/analyzer
closed
cleanup 'future' regression tests
cleanup testing
Some of the skipped tests throw exceptions because some configuration changed ("Unknown path ana.osek.tramp") ~~or type errors ("Addr.type_offset: type error").~~
1.0
cleanup 'future' regression tests - Some of the skipped tests throw exceptions because some configuration changed ("Unknown path ana.osek.tramp") ~~or type errors ("Addr.type_offset: type error").~~
test
cleanup future regression tests some of the skipped tests throw exceptions because some configuration changed unknown path ana osek tramp or type errors addr type offset type error
1
8,934
7,496,971,026
IssuesEvent
2018-04-08 15:05:55
MatteoJoliveau/PlugFace
https://api.github.com/repos/MatteoJoliveau/PlugFace
closed
[Core] Respect existing security policies from application
Core security
Don't override existing application permissions when creating the SandboxSecurityPolicy in PluginManager constructor.
True
[Core] Respect existing security policies from application - Don't override existing application permissions when creating the SandboxSecurityPolicy in PluginManager constructor.
non_test
respect existing security policies from application don t override existing application permissions when creating the sandboxsecuritypolicy in pluginmanager constructor
0
312,412
23,426,795,964
IssuesEvent
2022-08-14 14:05:38
KinsonDigital/DotNetGitHubActionTemplate
https://api.github.com/repos/KinsonDigital/DotNetGitHubActionTemplate
opened
🚧Update release todo template
good first issue high priority preview 📝documentation/product
### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Add todo task to the Perform Release ToDo List right before the last checkbox to verify that the PR has been approved and merged BEFORE the release is performed. Refer to example below: ```md - [ ] Pull request has been approved and merged into a release branch before performing the release. - Releases are performed on release branches, not preview release branches. ``` ### Acceptance Criteria - [ ] Template has been updated ### ToDo Items - [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below. - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project _(if required)_. - [X] Issue linked to the correct milestone _(if required)_. - [ ] Draft pull request created and linked to this issue _(only required with code changes)_. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Change Type Labels</summary>_** | Change Type | Label | |---------------------|--------------------------------------------------------------------------------------| | Bug Fixes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%F0%9F%90%9Bbug | | Breaking Changes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%F0%9F%A7%A8breaking%20changes | | New Feature | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%E2%9C%A8new%20feature | | Workflow Changes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/workflow | | Code Doc Changes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%F0%9F%93%91documentation%2Fcode | | Product Doc Changes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%F0%9F%93%9Ddocumentation%2Fproduct | </details> **_<details closed><summary>Priority Type Labels</summary>_** | Priority Type | Label | |---------------------|--------------------------------------------------------------------| | Low Priority | https://github.com/KinsonDigital/[TODO: add project name here]/labels/low%20priority | | Medium Priority | https://github.com/KinsonDigital/[TODO: add project name here]/labels/medium%20priority | | High Priority | https://github.com/KinsonDigital/[TODO: add project name here]/labels/high%20priority | </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct.
1.0
🚧Update release todo template - ### Complete The Item Below - [X] I have updated the title without removing the 🚧 emoji. ### Description Add todo task to the Perform Release ToDo List right before the last checkbox to verify that the PR has been approved and merged BEFORE the release is performed. Refer to example below: ```md - [ ] Pull request has been approved and merged into a release branch before performing the release. - Releases are performed on release branches, not preview release branches. ``` ### Acceptance Criteria - [ ] Template has been updated ### ToDo Items - [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below. - [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below. - [X] Issue linked to the correct project _(if required)_. - [X] Issue linked to the correct milestone _(if required)_. - [ ] Draft pull request created and linked to this issue _(only required with code changes)_. ### Issue Dependencies _No response_ ### Related Work _No response_ ### Additional Information: **_<details closed><summary>Change Type Labels</summary>_** | Change Type | Label | |---------------------|--------------------------------------------------------------------------------------| | Bug Fixes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%F0%9F%90%9Bbug | | Breaking Changes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%F0%9F%A7%A8breaking%20changes | | New Feature | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%E2%9C%A8new%20feature | | Workflow Changes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/workflow | | Code Doc Changes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%F0%9F%93%91documentation%2Fcode | | Product Doc Changes | https://github.com/KinsonDigital/[TODO: add project name here]/labels/%F0%9F%93%9Ddocumentation%2Fproduct | </details> **_<details closed><summary>Priority Type Labels</summary>_** | Priority Type | Label | |---------------------|--------------------------------------------------------------------| | Low Priority | https://github.com/KinsonDigital/[TODO: add project name here]/labels/low%20priority | | Medium Priority | https://github.com/KinsonDigital/[TODO: add project name here]/labels/medium%20priority | | High Priority | https://github.com/KinsonDigital/[TODO: add project name here]/labels/high%20priority | </details> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct.
non_test
🚧update release todo template complete the item below i have updated the title without removing the 🚧 emoji description add todo task to the perform release todo list right before the last checkbox to verify that the pr has been approved and merged before the release is performed refer to example below md pull request has been approved and merged into a release branch before performing the release releases are performed on release branches not preview release branches acceptance criteria template has been updated todo items change type labels added to this issue refer to the change type labels section below priority label added to this issue refer to the priority type labels section below issue linked to the correct project if required issue linked to the correct milestone if required draft pull request created and linked to this issue only required with code changes issue dependencies no response related work no response additional information change type labels change type label bug fixes labels breaking changes labels new feature labels workflow changes labels workflow code doc changes labels product doc changes labels priority type labels priority type label low priority labels low medium priority labels medium high priority labels high code of conduct i agree to follow this project s code of conduct
0
167,799
13,042,998,317
IssuesEvent
2020-07-29 00:09:17
Thy-Vipe/BeastsOfBermuda-issues
https://api.github.com/repos/Thy-Vipe/BeastsOfBermuda-issues
closed
[Bug] Taking an egg and spawning as any other creature before parent accepts the egg gives you default skin
Fixed! Gameplay Potential fix bug tester-team
_Originally written by **Detestation | 76561198019845935**_ Game Version: 1.1.976 *===== System Specs ===== CPU Brand: Intel(R) Core(TM) i7-8086K CPU @ 4.00GHz Vendor: GenuineIntel GPU Brand: NVIDIA GeForce RTX 2080 SUPER GPU Driver Info: Unknown Num CPU Cores: 6 ===================* Context: **Egg/Hatchling** Map: Rival_Shores *Expected Results:* You should always inherit parent's skin or get a mix *Actual Results:* You can hatch with default skin *Replication:* Ask to get into an egg. While it's waiting for respond quickly select any other creature and hit start. When you get accepted you will have default skin.
1.0
[Bug] Taking an egg and spawning as any other creature before parent accepts the egg gives you default skin - _Originally written by **Detestation | 76561198019845935**_ Game Version: 1.1.976 *===== System Specs ===== CPU Brand: Intel(R) Core(TM) i7-8086K CPU @ 4.00GHz Vendor: GenuineIntel GPU Brand: NVIDIA GeForce RTX 2080 SUPER GPU Driver Info: Unknown Num CPU Cores: 6 ===================* Context: **Egg/Hatchling** Map: Rival_Shores *Expected Results:* You should always inherit parent's skin or get a mix *Actual Results:* You can hatch with default skin *Replication:* Ask to get into an egg. While it's waiting for respond quickly select any other creature and hit start. When you get accepted you will have default skin.
test
taking an egg and spawning as any other creature before parent accepts the egg gives you default skin originally written by detestation game version system specs cpu brand intel r core tm cpu vendor genuineintel gpu brand nvidia geforce rtx super gpu driver info unknown num cpu cores context egg hatchling map rival shores expected results you should always inherit parent s skin or get a mix actual results you can hatch with default skin replication ask to get into an egg while it s waiting for respond quickly select any other creature and hit start when you get accepted you will have default skin
1
291,591
25,158,560,621
IssuesEvent
2022-11-10 15:13:01
ubtue/DatenProbleme
https://api.github.com/repos/ubtue/DatenProbleme
closed
Ergänzung von Abrufzeichen in 953
ready for testing Zotero_AUTO_RSS Zotero_AUTO_Crawl Zotero_SEMI-AUTO Zotero_AUTO_eMail
Liebe alle, lieber @socheres , lieber @thefass , liebe @IxKo , liebe @IxTheoKm , wäre es möglich, den zotero_harvester so anzupassen, dass man in der zotero_harvester.conf Sammlungscodes übergeben kann? Also z.B. zotero_cod = BIIN,KALD Könnte dazu führen, dass zusätzlich zum Feld ```<datafield tag="935" ind1=" " ind2=" "><subfield code="a">mteo</subfield></datafield>``` die Felder ```<datafield tag="935" ind1=" " ind2=" "><subfield code="a">BIIN</subfield></datafield>``` und ```<datafield tag="935" ind1=" " ind2=" "><subfield code="a">KALD</subfield></datafield>``` generiert werden. Es wäre gut, wenn diese Angaben aus der Spalte deri in Zeder generiert werden könnten. Viele Grüße, Helena Nebel
1.0
Ergänzung von Abrufzeichen in 953 - Liebe alle, lieber @socheres , lieber @thefass , liebe @IxKo , liebe @IxTheoKm , wäre es möglich, den zotero_harvester so anzupassen, dass man in der zotero_harvester.conf Sammlungscodes übergeben kann? Also z.B. zotero_cod = BIIN,KALD Könnte dazu führen, dass zusätzlich zum Feld ```<datafield tag="935" ind1=" " ind2=" "><subfield code="a">mteo</subfield></datafield>``` die Felder ```<datafield tag="935" ind1=" " ind2=" "><subfield code="a">BIIN</subfield></datafield>``` und ```<datafield tag="935" ind1=" " ind2=" "><subfield code="a">KALD</subfield></datafield>``` generiert werden. Es wäre gut, wenn diese Angaben aus der Spalte deri in Zeder generiert werden könnten. Viele Grüße, Helena Nebel
test
ergänzung von abrufzeichen in liebe alle lieber socheres lieber thefass liebe ixko liebe ixtheokm wäre es möglich den zotero harvester so anzupassen dass man in der zotero harvester conf sammlungscodes übergeben kann also z b zotero cod biin kald könnte dazu führen dass zusätzlich zum feld mteo die felder biin und kald generiert werden es wäre gut wenn diese angaben aus der spalte deri in zeder generiert werden könnten viele grüße helena nebel
1
134,178
10,885,564,012
IssuesEvent
2019-11-18 10:38:50
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
text styling reverts to object when backspaced
Needs Testing [Feature] Rich Text [Type] Bug
I am currently working on a blog post about tips on the new editor when I would backspace I would get this [Object]..[object] thing happen. I thought it was wierd and then i realized it happened if I had a styled text. ![issue-animated image small](https://user-images.githubusercontent.com/10386515/50007095-ffebe280-ff6c-11e8-80b8-dbb55559e486.gif) I'm using firefox.
1.0
text styling reverts to object when backspaced - I am currently working on a blog post about tips on the new editor when I would backspace I would get this [Object]..[object] thing happen. I thought it was wierd and then i realized it happened if I had a styled text. ![issue-animated image small](https://user-images.githubusercontent.com/10386515/50007095-ffebe280-ff6c-11e8-80b8-dbb55559e486.gif) I'm using firefox.
test
text styling reverts to object when backspaced i am currently working on a blog post about tips on the new editor when i would backspace i would get this thing happen i thought it was wierd and then i realized it happened if i had a styled text i m using firefox
1
199,754
6,994,083,210
IssuesEvent
2017-12-15 14:06:56
djalmaaraujo/spotifube
https://api.github.com/repos/djalmaaraujo/spotifube
opened
new maintainer
high priority
@linusg I am very busy to continue this project. I would be happy to deliver mockups when it's needed, but I won't be able to code anymore. Let's move this project to your account, shall we? You are the most active and with the most experience at the moment to handle.
1.0
new maintainer - @linusg I am very busy to continue this project. I would be happy to deliver mockups when it's needed, but I won't be able to code anymore. Let's move this project to your account, shall we? You are the most active and with the most experience at the moment to handle.
non_test
new maintainer linusg i am very busy to continue this project i would be happy to deliver mockups when it s needed but i won t be able to code anymore let s move this project to your account shall we you are the most active and with the most experience at the moment to handle
0
277,093
24,048,190,095
IssuesEvent
2022-09-16 10:13:47
ooni/ooni.org
https://api.github.com/repos/ooni/ooni.org
opened
Update test lists with URLs for specific pages
discuss priority/high test lists
There are multiple country-specific test lists with numerous URLs using HTTPS protocol but leading to specific pages (approximately hundreds across all test lists). As separate subpages aren't being blocked if the website is based on HTTPS, there is a need for extensive clean-up for such lists. Questions to discuss: - Can it be an automated process? (after we [update all HTTP to HTTPS](https://github.com/ooni/ooni.org/issues/1226) where needed) - Should we clean all test lists or only those where there are more than 100 (?) websites to test to avoid the situation when there are too few websites to test in the list? Examples of the lists: https://github.com/citizenlab/test-lists/blob/master/lists/ph.csv https://github.com/citizenlab/test-lists/blob/master/lists/ga.csv https://github.com/citizenlab/test-lists/blob/master/lists/ml.csv
1.0
Update test lists with URLs for specific pages - There are multiple country-specific test lists with numerous URLs using HTTPS protocol but leading to specific pages (approximately hundreds across all test lists). As separate subpages aren't being blocked if the website is based on HTTPS, there is a need for extensive clean-up for such lists. Questions to discuss: - Can it be an automated process? (after we [update all HTTP to HTTPS](https://github.com/ooni/ooni.org/issues/1226) where needed) - Should we clean all test lists or only those where there are more than 100 (?) websites to test to avoid the situation when there are too few websites to test in the list? Examples of the lists: https://github.com/citizenlab/test-lists/blob/master/lists/ph.csv https://github.com/citizenlab/test-lists/blob/master/lists/ga.csv https://github.com/citizenlab/test-lists/blob/master/lists/ml.csv
test
update test lists with urls for specific pages there are multiple country specific test lists with numerous urls using https protocol but leading to specific pages approximately hundreds across all test lists as separate subpages aren t being blocked if the website is based on https there is a need for extensive clean up for such lists questions to discuss can it be an automated process after we where needed should we clean all test lists or only those where there are more than websites to test to avoid the situation when there are too few websites to test in the list examples of the lists
1
335,911
30,106,112,530
IssuesEvent
2023-06-30 01:31:47
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Test failure: BraveTorTestWithCustomProfile.SetupBridges
QA/No release-notes/exclude ci-concern bot/type/test bot/channel/release bot/channel/nightly bot/platform/macos bot/arch/arm64 bot/branch/v1.53 bot/branch/v1.55
Greetings human! Bad news. `BraveTorTestWithCustomProfile.SetupBridges` [failed on macos arm64 nightly v1.55.79](https://ci.brave.com/job/brave-browser-build-macos-arm64/2452/testReport/junit/(root)/BraveTorTestWithCustomProfile/test_browser___SetupBridges). <details> <summary>Stack trace</summary> ``` [ RUN ] BraveTorTestWithCustomProfile.PRE_SetupBridges [72348:259:0628/175557.538286:WARNING:chrome_main_delegate.cc(594)] This is Chrome version 115.1.55.79 (not a warning) [72348:259:0628/175557.553220:WARNING:chrome_browser_cloud_management_controller.cc(87)] Could not create policy manager as CBCM is not enabled. [72348:259:0628/175557.574890:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled. [72348:259:0628/175557.592014:WARNING:external_provider_impl.cc(513)] Malformed extension dictionary for extension: odbfpeeihdkbihmopkbjmoonfanlbfcl. Key external_update_url has value "", which is not a valid URL. [72348:259:0628/175558.085996:WARNING:CONSOLE(5)] "crbug/1173575, non-JS module files deprecated.", source: chrome://resources/js/load_time_data_deprecated.js (5) [72348:259:0628/175558.090109:ERROR:tor_launcher_factory.cc(230)] Tor Launching Failed(0) [72348:259:0628/175600.623813:WARNING:brave_stats_updater_params.cc(129)] Couldn't find the time of first run. This should only happen when running tests, but never in production code. BrowserTestBase received signal: Terminated: 15. Backtrace: 0 brave_browser_tests 0x0000000109667a40 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 74014664 1 brave_browser_tests 0x000000010965c76c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73968884 2 brave_browser_tests 0x000000010da589e8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 145256304 3 libsystem_platform.dylib 0x0000000189da6a24 _sigtramp + 56 4 libsystem_kernel.dylib 0x0000000189d4a240 mach_msg2_internal + 80 5 libsystem_kernel.dylib 0x0000000189d40b78 mach_msg_overwrite + 604 6 libsystem_kernel.dylib 0x0000000189d38290 mach_msg + 24 7 CoreFoundation 0x0000000189e567e4 __CFRunLoopServiceMachPort + 160 8 CoreFoundation 0x0000000189e550c4 __CFRunLoopRun + 1208 9 CoreFoundation 0x0000000189e544b8 CFRunLoopRunSpecific + 612 10 HIToolbox 0x000000019369ec40 RunCurrentEventLoopInMode + 292 11 HIToolbox 0x000000019369ea7c ReceiveNextEventCommon + 648 12 HIToolbox 0x000000019369e7d4 _BlockUntilNextEventMatchingListInModeWithFilter + 76 13 AppKit 0x000000018d075d44 _DPSNextEvent + 636 14 AppKit 0x000000018d074ee0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716 15 brave_browser_tests 0x00000001089e68c8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 60902992 16 brave_browser_tests 0x0000000104ca4010 brave_browser_tests + 1736720 17 brave_browser_tests 0x00000001089e6848 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 60902864 18 AppKit 0x000000018d069344 -[NSApplication run] + 464 19 brave_browser_tests 0x00000001096813e0 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 74119528 20 brave_browser_tests 0x000000010967fa1c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 74112932 21 brave_browser_tests 0x000000010961ef8c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73717012 22 brave_browser_tests 0x00000001095e6c40 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73486792 23 brave_browser_tests 0x00000001054f2d98 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 5378848 24 brave_browser_tests 0x00000001054ec2d0 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 5351512 25 brave_browser_tests 0x000000010da57ab4 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 145252412 26 brave_browser_tests 0x0000000107194424 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 35400108 27 brave_browser_tests 0x0000000107195ce8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 35406448 28 brave_browser_tests 0x0000000107191db8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 35390272 29 brave_browser_tests 0x00000001082e4e84 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53556236 30 brave_browser_tests 0x00000001082e610c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53560980 31 brave_browser_tests 0x00000001082e5dac _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53560116 32 brave_browser_tests 0x00000001082e45cc _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53554004 33 brave_browser_tests 0x00000001082e4798 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53554464 34 brave_browser_tests 0x000000010da5708c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 145249812 35 brave_browser_tests 0x00000001056736c0 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 6954056 36 brave_browser_tests 0x0000000105674690 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 6958104 37 brave_browser_tests 0x0000000105675144 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 6960844 38 brave_browser_tests 0x0000000105683928 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 7020208 39 brave_browser_tests 0x0000000105682fc8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 7017808 40 brave_browser_tests 0x0000000109589658 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73104352 41 brave_browser_tests 0x000000010957ced8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73053280 42 brave_browser_tests 0x000000010da80898 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 145419808 43 brave_browser_tests 0x000000010957d2f4 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73054332 44 brave_browser_tests 0x0000000108870b08 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 59371664 45 dyld 0x0000000189a1ff28 start + 2236 [ FAILED ] BraveTorTestWithCustomProfile.SetupBridges ``` </details> <details> <summary>Previous issues</summary> * #31371 [Find all](https://github.com/brave/brave-browser/issues?q=type%3Aissue+label%3Abot%2Ftype%2Ftest+in%3Atitle+%22Test+failure%3A+BraveTorTestWithCustomProfile.SetupBridges%22) </details>
1.0
Test failure: BraveTorTestWithCustomProfile.SetupBridges - Greetings human! Bad news. `BraveTorTestWithCustomProfile.SetupBridges` [failed on macos arm64 nightly v1.55.79](https://ci.brave.com/job/brave-browser-build-macos-arm64/2452/testReport/junit/(root)/BraveTorTestWithCustomProfile/test_browser___SetupBridges). <details> <summary>Stack trace</summary> ``` [ RUN ] BraveTorTestWithCustomProfile.PRE_SetupBridges [72348:259:0628/175557.538286:WARNING:chrome_main_delegate.cc(594)] This is Chrome version 115.1.55.79 (not a warning) [72348:259:0628/175557.553220:WARNING:chrome_browser_cloud_management_controller.cc(87)] Could not create policy manager as CBCM is not enabled. [72348:259:0628/175557.574890:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled. [72348:259:0628/175557.592014:WARNING:external_provider_impl.cc(513)] Malformed extension dictionary for extension: odbfpeeihdkbihmopkbjmoonfanlbfcl. Key external_update_url has value "", which is not a valid URL. [72348:259:0628/175558.085996:WARNING:CONSOLE(5)] "crbug/1173575, non-JS module files deprecated.", source: chrome://resources/js/load_time_data_deprecated.js (5) [72348:259:0628/175558.090109:ERROR:tor_launcher_factory.cc(230)] Tor Launching Failed(0) [72348:259:0628/175600.623813:WARNING:brave_stats_updater_params.cc(129)] Couldn't find the time of first run. This should only happen when running tests, but never in production code. BrowserTestBase received signal: Terminated: 15. Backtrace: 0 brave_browser_tests 0x0000000109667a40 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 74014664 1 brave_browser_tests 0x000000010965c76c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73968884 2 brave_browser_tests 0x000000010da589e8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 145256304 3 libsystem_platform.dylib 0x0000000189da6a24 _sigtramp + 56 4 libsystem_kernel.dylib 0x0000000189d4a240 mach_msg2_internal + 80 5 libsystem_kernel.dylib 0x0000000189d40b78 mach_msg_overwrite + 604 6 libsystem_kernel.dylib 0x0000000189d38290 mach_msg + 24 7 CoreFoundation 0x0000000189e567e4 __CFRunLoopServiceMachPort + 160 8 CoreFoundation 0x0000000189e550c4 __CFRunLoopRun + 1208 9 CoreFoundation 0x0000000189e544b8 CFRunLoopRunSpecific + 612 10 HIToolbox 0x000000019369ec40 RunCurrentEventLoopInMode + 292 11 HIToolbox 0x000000019369ea7c ReceiveNextEventCommon + 648 12 HIToolbox 0x000000019369e7d4 _BlockUntilNextEventMatchingListInModeWithFilter + 76 13 AppKit 0x000000018d075d44 _DPSNextEvent + 636 14 AppKit 0x000000018d074ee0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716 15 brave_browser_tests 0x00000001089e68c8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 60902992 16 brave_browser_tests 0x0000000104ca4010 brave_browser_tests + 1736720 17 brave_browser_tests 0x00000001089e6848 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 60902864 18 AppKit 0x000000018d069344 -[NSApplication run] + 464 19 brave_browser_tests 0x00000001096813e0 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 74119528 20 brave_browser_tests 0x000000010967fa1c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 74112932 21 brave_browser_tests 0x000000010961ef8c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73717012 22 brave_browser_tests 0x00000001095e6c40 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73486792 23 brave_browser_tests 0x00000001054f2d98 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 5378848 24 brave_browser_tests 0x00000001054ec2d0 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 5351512 25 brave_browser_tests 0x000000010da57ab4 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 145252412 26 brave_browser_tests 0x0000000107194424 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 35400108 27 brave_browser_tests 0x0000000107195ce8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 35406448 28 brave_browser_tests 0x0000000107191db8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 35390272 29 brave_browser_tests 0x00000001082e4e84 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53556236 30 brave_browser_tests 0x00000001082e610c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53560980 31 brave_browser_tests 0x00000001082e5dac _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53560116 32 brave_browser_tests 0x00000001082e45cc _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53554004 33 brave_browser_tests 0x00000001082e4798 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 53554464 34 brave_browser_tests 0x000000010da5708c _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 145249812 35 brave_browser_tests 0x00000001056736c0 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 6954056 36 brave_browser_tests 0x0000000105674690 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 6958104 37 brave_browser_tests 0x0000000105675144 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 6960844 38 brave_browser_tests 0x0000000105683928 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 7020208 39 brave_browser_tests 0x0000000105682fc8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 7017808 40 brave_browser_tests 0x0000000109589658 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73104352 41 brave_browser_tests 0x000000010957ced8 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73053280 42 brave_browser_tests 0x000000010da80898 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 145419808 43 brave_browser_tests 0x000000010957d2f4 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 73054332 44 brave_browser_tests 0x0000000108870b08 _ZN69_$LT$core..alloc..layout..LayoutError$u20$as$u20$core..fmt..Debug$GT$3fmt17ha668333486029eb6E + 59371664 45 dyld 0x0000000189a1ff28 start + 2236 [ FAILED ] BraveTorTestWithCustomProfile.SetupBridges ``` </details> <details> <summary>Previous issues</summary> * #31371 [Find all](https://github.com/brave/brave-browser/issues?q=type%3Aissue+label%3Abot%2Ftype%2Ftest+in%3Atitle+%22Test+failure%3A+BraveTorTestWithCustomProfile.SetupBridges%22) </details>
test
test failure bravetortestwithcustomprofile setupbridges greetings human bad news bravetortestwithcustomprofile setupbridges stack trace bravetortestwithcustomprofile pre setupbridges this is chrome version not a warning could not create policy manager as cbcm is not enabled cloud management controller initialization aborted as cbcm is not enabled malformed extension dictionary for extension odbfpeeihdkbihmopkbjmoonfanlbfcl key external update url has value which is not a valid url crbug non js module files deprecated source chrome resources js load time data deprecated js tor launching failed couldn t find the time of first run this should only happen when running tests but never in production code browsertestbase received signal terminated backtrace brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt libsystem platform dylib sigtramp libsystem kernel dylib mach internal libsystem kernel dylib mach msg overwrite libsystem kernel dylib mach msg corefoundation cfrunloopservicemachport corefoundation cfrunlooprun corefoundation cfrunlooprunspecific hitoolbox runcurrenteventloopinmode hitoolbox receivenexteventcommon hitoolbox blockuntilnexteventmatchinglistinmodewithfilter appkit dpsnextevent appkit brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests brave browser tests brave browser tests lt core alloc layout layouterror as core fmt debug gt appkit brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt brave browser tests lt core alloc layout layouterror as core fmt debug gt dyld start bravetortestwithcustomprofile setupbridges previous issues
1
24,258
4,073,979,993
IssuesEvent
2016-05-28 04:20:00
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
Broken test run: kubernetes-e2e-gke - 7900 [6 failures]
kind/flake team/test-infra
https://storage.googleapis.com/kubernetes-jenkins/logs/kubernetes-e2e-gke/7900/ Multiple broken tests: Failed: [k8s.io] Services should serve multiport endpoints from pods [Conformance] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:226 May 27 20:15:05.010: failed to get pod pod2, that's pretty weird. validation failed: the server does not allow access to the requested resource (get pods pod2) ``` Failed: [k8s.io] Services should be able to create a functioning NodePort service {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:406 May 27 20:15:24.788: expected node port 31822 to be in use, stdout: . err: Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://130.211.206.103 --kubeconfig=/workspace/.kube/config exec --namespace=e2e-tests-services-l6wke hostexec -- /bin/sh -c for i in $(seq 1 300); do if ss -ant46 'sport = :31822' | grep ^LISTEN; then exit 0; fi; sleep 1; done; exit 1] [] <nil> Error from server: [] <nil> 0xc820857960 exit status 1 <nil> true [0xc820ce8070 0xc820ce8088 0xc820ce80a0] [0xc820ce8070 0xc820ce8088 0xc820ce80a0] [0xc820ce8080 0xc820ce8098] [0x9e43e0 0x9e43e0] 0xc820d0f260}: Command stdout: stderr: Error from server: error: exit status 1 ``` Failed: [k8s.io] Kubectl client [k8s.io] Kubectl run rc should create an rc from an image [Conformance] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:857 Expected error: <*errors.errorString | 0xc820b94660>: { s: "Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://130.211.206.103 --kubeconfig=/workspace/.kube/config delete rc e2e-test-nginx-rc --namespace=e2e-tests-kubectl-hsj6h] [] <nil> Error from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc)\n [] <nil> 0xc820889380 exit status 1 <nil> true [0xc82004e200 0xc82004e220 0xc82004e238] [0xc82004e200 0xc82004e220 0xc82004e238] [0xc82004e218 0xc82004e230] [0x9e43e0 0x9e43e0] 0xc820747aa0}:\nCommand stdout:\n\nstderr:\nError from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc)\n\nerror:\nexit status 1\n", } Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://130.211.206.103 --kubeconfig=/workspace/.kube/config delete rc e2e-test-nginx-rc --namespace=e2e-tests-kubectl-hsj6h] [] <nil> Error from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc) [] <nil> 0xc820889380 exit status 1 <nil> true [0xc82004e200 0xc82004e220 0xc82004e238] [0xc82004e200 0xc82004e220 0xc82004e238] [0xc82004e218 0xc82004e230] [0x9e43e0 0x9e43e0] 0xc820747aa0}: Command stdout: stderr: Error from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc) error: exit status 1 not to have occurred ``` Failed: [k8s.io] Pods should get a host IP [Conformance] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:123 May 27 20:15:13.260: Couldn't delete ns "e2e-tests-pods-0uim5": the server does not allow access to the requested resource (delete namespaces e2e-tests-pods-0uim5) ``` Failed: [k8s.io] ReplicationController should serve a basic image on each replica with a public image [Conformance] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rc.go:38 Expected error: <*errors.StatusError | 0xc820870500>: { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: {SelfLink: "", ResourceVersion: ""}, Status: "Failure", Message: "the server does not allow access to the requested resource (get pods)", Reason: "Forbidden", Details: { Name: "", Group: "", Kind: "pods", Causes: [ { Type: "UnexpectedServerResponse", Message: "Forbidden: \"/api/v1/watch/namespaces/e2e-tests-replication-controller-dtcbd/pods?fieldSelector=metadata.name%3Dmy-hostname-basic-50bde913-2482-11e6-b103-0242ac110005-25vj3\"", Field: "", }, ], RetryAfterSeconds: 0, }, Code: 403, }, } the server does not allow access to the requested resource (get pods) not to have occurred ``` Failed: [k8s.io] Job should delete a job {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:122 Expected error: <*errors.StatusError | 0xc8208ba100>: { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: {SelfLink: "", ResourceVersion: ""}, Status: "Failure", Message: "the server does not allow access to the requested resource (get serviceAccounts)", Reason: "Forbidden", Details: { Name: "", Group: "", Kind: "serviceAccounts", Causes: [ { Type: "UnexpectedServerResponse", Message: "Forbidden: \"/api/v1/watch/namespaces/e2e-tests-job-ew4tk/serviceaccounts?fieldSelector=metadata.name%3Ddefault\"", Field: "", }, ], RetryAfterSeconds: 0, }, Code: 403, }, } the server does not allow access to the requested resource (get serviceAccounts) not to have occurred ```
1.0
Broken test run: kubernetes-e2e-gke - 7900 [6 failures] - https://storage.googleapis.com/kubernetes-jenkins/logs/kubernetes-e2e-gke/7900/ Multiple broken tests: Failed: [k8s.io] Services should serve multiport endpoints from pods [Conformance] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:226 May 27 20:15:05.010: failed to get pod pod2, that's pretty weird. validation failed: the server does not allow access to the requested resource (get pods pod2) ``` Failed: [k8s.io] Services should be able to create a functioning NodePort service {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:406 May 27 20:15:24.788: expected node port 31822 to be in use, stdout: . err: Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://130.211.206.103 --kubeconfig=/workspace/.kube/config exec --namespace=e2e-tests-services-l6wke hostexec -- /bin/sh -c for i in $(seq 1 300); do if ss -ant46 'sport = :31822' | grep ^LISTEN; then exit 0; fi; sleep 1; done; exit 1] [] <nil> Error from server: [] <nil> 0xc820857960 exit status 1 <nil> true [0xc820ce8070 0xc820ce8088 0xc820ce80a0] [0xc820ce8070 0xc820ce8088 0xc820ce80a0] [0xc820ce8080 0xc820ce8098] [0x9e43e0 0x9e43e0] 0xc820d0f260}: Command stdout: stderr: Error from server: error: exit status 1 ``` Failed: [k8s.io] Kubectl client [k8s.io] Kubectl run rc should create an rc from an image [Conformance] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:857 Expected error: <*errors.errorString | 0xc820b94660>: { s: "Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://130.211.206.103 --kubeconfig=/workspace/.kube/config delete rc e2e-test-nginx-rc --namespace=e2e-tests-kubectl-hsj6h] [] <nil> Error from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc)\n [] <nil> 0xc820889380 exit status 1 <nil> true [0xc82004e200 0xc82004e220 0xc82004e238] [0xc82004e200 0xc82004e220 0xc82004e238] [0xc82004e218 0xc82004e230] [0x9e43e0 0x9e43e0] 0xc820747aa0}:\nCommand stdout:\n\nstderr:\nError from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc)\n\nerror:\nexit status 1\n", } Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://130.211.206.103 --kubeconfig=/workspace/.kube/config delete rc e2e-test-nginx-rc --namespace=e2e-tests-kubectl-hsj6h] [] <nil> Error from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc) [] <nil> 0xc820889380 exit status 1 <nil> true [0xc82004e200 0xc82004e220 0xc82004e238] [0xc82004e200 0xc82004e220 0xc82004e238] [0xc82004e218 0xc82004e230] [0x9e43e0 0x9e43e0] 0xc820747aa0}: Command stdout: stderr: Error from server: the server does not allow access to the requested resource (delete replicationControllers e2e-test-nginx-rc) error: exit status 1 not to have occurred ``` Failed: [k8s.io] Pods should get a host IP [Conformance] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:123 May 27 20:15:13.260: Couldn't delete ns "e2e-tests-pods-0uim5": the server does not allow access to the requested resource (delete namespaces e2e-tests-pods-0uim5) ``` Failed: [k8s.io] ReplicationController should serve a basic image on each replica with a public image [Conformance] {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rc.go:38 Expected error: <*errors.StatusError | 0xc820870500>: { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: {SelfLink: "", ResourceVersion: ""}, Status: "Failure", Message: "the server does not allow access to the requested resource (get pods)", Reason: "Forbidden", Details: { Name: "", Group: "", Kind: "pods", Causes: [ { Type: "UnexpectedServerResponse", Message: "Forbidden: \"/api/v1/watch/namespaces/e2e-tests-replication-controller-dtcbd/pods?fieldSelector=metadata.name%3Dmy-hostname-basic-50bde913-2482-11e6-b103-0242ac110005-25vj3\"", Field: "", }, ], RetryAfterSeconds: 0, }, Code: 403, }, } the server does not allow access to the requested resource (get pods) not to have occurred ``` Failed: [k8s.io] Job should delete a job {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:122 Expected error: <*errors.StatusError | 0xc8208ba100>: { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: {SelfLink: "", ResourceVersion: ""}, Status: "Failure", Message: "the server does not allow access to the requested resource (get serviceAccounts)", Reason: "Forbidden", Details: { Name: "", Group: "", Kind: "serviceAccounts", Causes: [ { Type: "UnexpectedServerResponse", Message: "Forbidden: \"/api/v1/watch/namespaces/e2e-tests-job-ew4tk/serviceaccounts?fieldSelector=metadata.name%3Ddefault\"", Field: "", }, ], RetryAfterSeconds: 0, }, Code: 403, }, } the server does not allow access to the requested resource (get serviceAccounts) not to have occurred ```
test
broken test run kubernetes gke multiple broken tests failed services should serve multiport endpoints from pods kubernetes suite go src io kubernetes output dockerized go src io kubernetes test service go may failed to get pod that s pretty weird validation failed the server does not allow access to the requested resource get pods failed services should be able to create a functioning nodeport service kubernetes suite go src io kubernetes output dockerized go src io kubernetes test service go may expected node port to be in use stdout err error running workspace kubernetes platforms linux kubectl error from server exit status true command stdout stderr error from server error exit status failed kubectl client kubectl run rc should create an rc from an image kubernetes suite go src io kubernetes output dockerized go src io kubernetes test kubectl go expected error s error running workspace kubernetes platforms linux kubectl error from server the server does not allow access to the requested resource delete replicationcontrollers test nginx rc n exit status true ncommand stdout n nstderr nerror from server the server does not allow access to the requested resource delete replicationcontrollers test nginx rc n nerror nexit status n error running workspace kubernetes platforms linux kubectl error from server the server does not allow access to the requested resource delete replicationcontrollers test nginx rc exit status true command stdout stderr error from server the server does not allow access to the requested resource delete replicationcontrollers test nginx rc error exit status not to have occurred failed pods should get a host ip kubernetes suite go src io kubernetes output dockerized go src io kubernetes test framework framework go may couldn t delete ns tests pods the server does not allow access to the requested resource delete namespaces tests pods failed replicationcontroller should serve a basic image on each replica with a public image kubernetes suite go src io kubernetes output dockerized go src io kubernetes test rc go expected error errstatus typemeta kind apiversion listmeta selflink resourceversion status failure message the server does not allow access to the requested resource get pods reason forbidden details name group kind pods causes type unexpectedserverresponse message forbidden api watch namespaces tests replication controller dtcbd pods fieldselector metadata name hostname basic field retryafterseconds code the server does not allow access to the requested resource get pods not to have occurred failed job should delete a job kubernetes suite go src io kubernetes output dockerized go src io kubernetes test framework framework go expected error errstatus typemeta kind apiversion listmeta selflink resourceversion status failure message the server does not allow access to the requested resource get serviceaccounts reason forbidden details name group kind serviceaccounts causes type unexpectedserverresponse message forbidden api watch namespaces tests job serviceaccounts fieldselector metadata name field retryafterseconds code the server does not allow access to the requested resource get serviceaccounts not to have occurred
1
344,790
30,761,583,799
IssuesEvent
2023-07-29 19:25:58
nodejs/jenkins-alerts
https://api.github.com/repos/nodejs/jenkins-alerts
closed
test-rackspace-fedora32-x64-1 is DOWN
potential-incident test-ci
:warning: The machine `test-rackspace-fedora32-x64-1` is currently offline. Please refer to the [Jenkins Dashboard](https://ci.nodejs.org/manage/computer/test-rackspace-fedora32-x64-1) to check its status. _This issue has been auto-generated by [UlisesGascon/jenkins-status-alerts-and-reporting](https://github.com/UlisesGascon/jenkins-status-alerts-and-reporting)._
1.0
test-rackspace-fedora32-x64-1 is DOWN - :warning: The machine `test-rackspace-fedora32-x64-1` is currently offline. Please refer to the [Jenkins Dashboard](https://ci.nodejs.org/manage/computer/test-rackspace-fedora32-x64-1) to check its status. _This issue has been auto-generated by [UlisesGascon/jenkins-status-alerts-and-reporting](https://github.com/UlisesGascon/jenkins-status-alerts-and-reporting)._
test
test rackspace is down warning the machine test rackspace is currently offline please refer to the to check its status this issue has been auto generated by
1
30,566
11,839,655,566
IssuesEvent
2020-03-23 17:30:12
BrianMcDonaldWS/deck.gl
https://api.github.com/repos/BrianMcDonaldWS/deck.gl
opened
CVE-2019-11358 (Medium) detected in jquery-2.1.4.min.js, jquery-1.9.1.js
security vulnerability
## CVE-2019-11358 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-1.9.1.js</b></p></summary> <p> <details><summary><b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/deck.gl/website/node_modules/js-base64/.attic/test-moment/index.html</p> <p>Path to vulnerable library: /deck.gl/website/node_modules/js-base64/.attic/test-moment/index.html,/deck.gl/website-gatsby/node_modules/validate.js/index.html,/deck.gl/website-gatsby/node_modules/js-base64/.attic/test-moment/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-2.1.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.9.1.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js</a></p> <p>Path to dependency file: /tmp/ws-scm/deck.gl/showcases/wind/node_modules/tinycolor2/index.html</p> <p>Path to vulnerable library: /deck.gl/showcases/wind/node_modules/tinycolor2/demo/jquery-1.9.1.js,/deck.gl/showcases/wind/node_modules/tinycolor2/test/../demo/jquery-1.9.1.js,/deck.gl/website-gatsby/node_modules/tinycolor2/demo/jquery-1.9.1.js,/deck.gl/website-gatsby/node_modules/tinycolor2/test/../demo/jquery-1.9.1.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/BrianMcDonaldWS/deck.gl/commit/67e433f207a0fc9c0fb2b8f7a2906f254c8c4b87">67e433f207a0fc9c0fb2b8f7a2906f254c8c4b87</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype. <p>Publish Date: 2019-04-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p> <p>Release Date: 2019-04-20</p> <p>Fix Resolution: 3.4.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.9.1","isTransitiveDependency":false,"dependencyTree":"jquery:1.9.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"}],"vulnerabilityIdentifier":"CVE-2019-11358","vulnerabilityDetails":"jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-11358 (Medium) detected in jquery-2.1.4.min.js, jquery-1.9.1.js - ## CVE-2019-11358 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-1.9.1.js</b></p></summary> <p> <details><summary><b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/deck.gl/website/node_modules/js-base64/.attic/test-moment/index.html</p> <p>Path to vulnerable library: /deck.gl/website/node_modules/js-base64/.attic/test-moment/index.html,/deck.gl/website-gatsby/node_modules/validate.js/index.html,/deck.gl/website-gatsby/node_modules/js-base64/.attic/test-moment/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-2.1.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.9.1.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js</a></p> <p>Path to dependency file: /tmp/ws-scm/deck.gl/showcases/wind/node_modules/tinycolor2/index.html</p> <p>Path to vulnerable library: /deck.gl/showcases/wind/node_modules/tinycolor2/demo/jquery-1.9.1.js,/deck.gl/showcases/wind/node_modules/tinycolor2/test/../demo/jquery-1.9.1.js,/deck.gl/website-gatsby/node_modules/tinycolor2/demo/jquery-1.9.1.js,/deck.gl/website-gatsby/node_modules/tinycolor2/test/../demo/jquery-1.9.1.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/BrianMcDonaldWS/deck.gl/commit/67e433f207a0fc9c0fb2b8f7a2906f254c8c4b87">67e433f207a0fc9c0fb2b8f7a2906f254c8c4b87</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype. <p>Publish Date: 2019-04-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p> <p>Release Date: 2019-04-20</p> <p>Fix Resolution: 3.4.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.9.1","isTransitiveDependency":false,"dependencyTree":"jquery:1.9.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"}],"vulnerabilityIdentifier":"CVE-2019-11358","vulnerabilityDetails":"jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_test
cve medium detected in jquery min js jquery js cve medium severity vulnerability vulnerable libraries jquery min js jquery js jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm deck gl website node modules js attic test moment index html path to vulnerable library deck gl website node modules js attic test moment index html deck gl website gatsby node modules validate js index html deck gl website gatsby node modules js attic test moment index html dependency hierarchy x jquery min js vulnerable library jquery js javascript library for dom operations library home page a href path to dependency file tmp ws scm deck gl showcases wind node modules index html path to vulnerable library deck gl showcases wind node modules demo jquery js deck gl showcases wind node modules test demo jquery js deck gl website gatsby node modules demo jquery js deck gl website gatsby node modules test demo jquery js dependency hierarchy x jquery js vulnerable library found in head commit a href vulnerability details jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native object prototype publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native object prototype vulnerabilityurl
0
240,251
20,019,601,848
IssuesEvent
2022-02-01 15:15:55
DanielMurphy22/SmokeTests
https://api.github.com/repos/DanielMurphy22/SmokeTests
closed
Redhat Fitting Smoke Tests
Manual Tests Linux Only Resolved: Advice
## If at ISIS, please test on IDAaaS * Follow the instructions [here](https://stfc365.sharepoint.com/:w:/s/isiscomputingdivision-staffsite/ESTnjvxoislDsmpI8vxNyLUBZxw_51y-Qw0OklU_vNgXVA?e=Ih3iLK) to test Mantid on IDAaaS Before testing: - Check this testing issue relates to the OS you will test on. - If unassigned, please assign yourself as for a normal Github issue. - Please run these tests on the release package of Mantid; **not a locally built version**. Afterwards: - Comment below with any issues you came across. - If no issues were found, or they are now all resolved, please close the testing issue. - Check the master issue for this OS for other unassigned smoke tests. If you have any questions please contact the creator of this issue. :muscle: :runner: * Fitting to data [directions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/fitting_data/01_fitting_models_to_data.html#fitting-models-to-data) - [ ] Simple fit - [ ] Activating the fitting tools - [ ] Selecting the fitting range - [ ] Other Fit Function Settings properties - [ ] Setting up a fit model - [ ] Adjusting fit function parameter - [ ] Saving a model - [ ] Tying and constraining fit parameters - [ ] Execute your fit - [ ] Inspecting a fit result * Additional options [directions](https://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/fitting_data/03_fit_model_choices.html) - [ ] Non peak model + background - [ ] User defined function
1.0
Redhat Fitting Smoke Tests - ## If at ISIS, please test on IDAaaS * Follow the instructions [here](https://stfc365.sharepoint.com/:w:/s/isiscomputingdivision-staffsite/ESTnjvxoislDsmpI8vxNyLUBZxw_51y-Qw0OklU_vNgXVA?e=Ih3iLK) to test Mantid on IDAaaS Before testing: - Check this testing issue relates to the OS you will test on. - If unassigned, please assign yourself as for a normal Github issue. - Please run these tests on the release package of Mantid; **not a locally built version**. Afterwards: - Comment below with any issues you came across. - If no issues were found, or they are now all resolved, please close the testing issue. - Check the master issue for this OS for other unassigned smoke tests. If you have any questions please contact the creator of this issue. :muscle: :runner: * Fitting to data [directions](http://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/fitting_data/01_fitting_models_to_data.html#fitting-models-to-data) - [ ] Simple fit - [ ] Activating the fitting tools - [ ] Selecting the fitting range - [ ] Other Fit Function Settings properties - [ ] Setting up a fit model - [ ] Adjusting fit function parameter - [ ] Saving a model - [ ] Tying and constraining fit parameters - [ ] Execute your fit - [ ] Inspecting a fit result * Additional options [directions](https://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/fitting_data/03_fit_model_choices.html) - [ ] Non peak model + background - [ ] User defined function
test
redhat fitting smoke tests if at isis please test on idaaas follow the instructions to test mantid on idaaas before testing check this testing issue relates to the os you will test on if unassigned please assign yourself as for a normal github issue please run these tests on the release package of mantid not a locally built version afterwards comment below with any issues you came across if no issues were found or they are now all resolved please close the testing issue check the master issue for this os for other unassigned smoke tests if you have any questions please contact the creator of this issue muscle runner fitting to data simple fit activating the fitting tools selecting the fitting range other fit function settings properties setting up a fit model adjusting fit function parameter saving a model tying and constraining fit parameters execute your fit inspecting a fit result additional options non peak model background user defined function
1
52,921
13,225,230,867
IssuesEvent
2020-08-17 20:45:26
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
fix up the i3-install.sh script included in ports src (Trac #583)
Migrated from Trac defect tools/ports
the i3-install.sh setup magic script needs some love. http://code.icecube.wisc.edu/icetray/tools/DarwinPorts/trunk/i3-install.sh Needs better: - error detection for common fails - more spewy and interactive input/ouput. This needs to generally be more bullet proof and also needs to be made clear when the "base" ports are installed and when you're better to not "wipe" things and to switch over to your I3_PORTS and run install commands to restart things. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/583">https://code.icecube.wisc.edu/projects/icecube/ticket/583</a>, reported by blaufussand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2011-07-29T20:12:12", "_ts": "1311970332000000", "description": "the i3-install.sh setup magic script needs some love.\n\nhttp://code.icecube.wisc.edu/icetray/tools/DarwinPorts/trunk/i3-install.sh\n\nNeeds better:\n\n- error detection for common fails\n- more spewy and interactive input/ouput.\n\nThis needs to generally be more bullet proof and also needs to be\nmade clear when the \"base\" ports are installed and when you're\nbetter to not \"wipe\" things and to switch over to your I3_PORTS\nand run install commands to restart things.\n", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "time": "2010-01-19T20:46:19", "component": "tools/ports", "summary": "fix up the i3-install.sh script included in ports src", "priority": "major", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
fix up the i3-install.sh script included in ports src (Trac #583) - the i3-install.sh setup magic script needs some love. http://code.icecube.wisc.edu/icetray/tools/DarwinPorts/trunk/i3-install.sh Needs better: - error detection for common fails - more spewy and interactive input/ouput. This needs to generally be more bullet proof and also needs to be made clear when the "base" ports are installed and when you're better to not "wipe" things and to switch over to your I3_PORTS and run install commands to restart things. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/583">https://code.icecube.wisc.edu/projects/icecube/ticket/583</a>, reported by blaufussand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2011-07-29T20:12:12", "_ts": "1311970332000000", "description": "the i3-install.sh setup magic script needs some love.\n\nhttp://code.icecube.wisc.edu/icetray/tools/DarwinPorts/trunk/i3-install.sh\n\nNeeds better:\n\n- error detection for common fails\n- more spewy and interactive input/ouput.\n\nThis needs to generally be more bullet proof and also needs to be\nmade clear when the \"base\" ports are installed and when you're\nbetter to not \"wipe\" things and to switch over to your I3_PORTS\nand run install commands to restart things.\n", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "time": "2010-01-19T20:46:19", "component": "tools/ports", "summary": "fix up the i3-install.sh script included in ports src", "priority": "major", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
non_test
fix up the install sh script included in ports src trac the install sh setup magic script needs some love needs better error detection for common fails more spewy and interactive input ouput this needs to generally be more bullet proof and also needs to be made clear when the base ports are installed and when you re better to not wipe things and to switch over to your ports and run install commands to restart things migrated from json status closed changetime ts description the install sh setup magic script needs some love n n better n n error detection for common fails n more spewy and interactive input ouput n nthis needs to generally be more bullet proof and also needs to be nmade clear when the base ports are installed and when you re nbetter to not wipe things and to switch over to your ports nand run install commands to restart things n reporter blaufuss cc resolution fixed time component tools ports summary fix up the install sh script included in ports src priority major keywords milestone owner nega type defect
0
312,545
23,431,689,282
IssuesEvent
2022-08-15 03:43:37
pypa/pipenv
https://api.github.com/repos/pypa/pipenv
closed
pipenv lock -r no longer works
Type: Documentation :book:
### Issue description I installed Pipenv **2022.8.14** we run ```pipenv lock -r > requirements.txt``` to generate output of the lockfile as per the documentation. ### Expected result We expect the creation of requirements.txt file with dependencies information. ### Actual result ```Error: No such option: -r```
1.0
pipenv lock -r no longer works - ### Issue description I installed Pipenv **2022.8.14** we run ```pipenv lock -r > requirements.txt``` to generate output of the lockfile as per the documentation. ### Expected result We expect the creation of requirements.txt file with dependencies information. ### Actual result ```Error: No such option: -r```
non_test
pipenv lock r no longer works issue description i installed pipenv we run pipenv lock r requirements txt to generate output of the lockfile as per the documentation expected result we expect the creation of requirements txt file with dependencies information actual result error no such option r
0
381,792
11,287,992,963
IssuesEvent
2020-01-16 06:35:39
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Impossible to use the Notes addon as a panel
addon: notes bug high priority
**Describe the bug** Using the new configuration format, it is not possible to use the "Notes" addon as a panel anymore. **To Reproduce** Here is our `main.js`, as documented [here](https://github.com/storybookjs/storybook/tree/master/addons/notes#getting-started): ```js module.exports = { stories: ['./stories/*.story.tsx'], addons: [ '@storybook/addon-knobs', '@storybook/addon-actions', '@storybook/addon-a11y', '@storybook/addon-notes/register-panel', ], }; ``` When starting up Storybook with `start-storybook --config-dir storybook --port 9001 --static-dir .`, we get the following errors: <details> ``` info @storybook/react v5.3.3 info info => Loading static files from: /Users/astorije/my-repository . info => Loading presets WARN Failed to load preset: "@storybook/addon-notes/register-panel" on level 1 ERR! /Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1 ERR! import jsx from "refractor/lang/jsx.js"; ERR! ^^^^^^ ERR! ERR! SyntaxError: Cannot use import statement outside a module ERR! at Module._compile (internal/modules/cjs/loader.js:895:18) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! /Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1 ERR! import jsx from "refractor/lang/jsx.js"; ERR! ^^^^^^ ERR! ERR! SyntaxError: Cannot use import statement outside a module ERR! at Module._compile (internal/modules/cjs/loader.js:895:18) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) { ERR! stack: '/Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1\n' + ERR! 'import jsx from "refractor/lang/jsx.js";\n' + ERR! '^^^^^^\n' + ERR! '\n' + ERR! 'SyntaxError: Cannot use import statement outside a module\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:895:18)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)\n' + ERR! ' at Module.load (internal/modules/cjs/loader.js:815:32)\n' + ERR! ' at Function.Module._load (internal/modules/cjs/loader.js:727:14)\n' + ERR! ' at Module.require (internal/modules/cjs/loader.js:852:19)\n' + ERR! ' at require (internal/modules/cjs/helpers.js:74:18)\n' + ERR! ' at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35)\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:959:30)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)\n' + ERR! ' at Module.load (internal/modules/cjs/loader.js:815:32)\n' + ERR! ' at Function.Module._load (internal/modules/cjs/loader.js:727:14)\n' + ERR! ' at Module.require (internal/modules/cjs/loader.js:852:19)\n' + ERR! ' at require (internal/modules/cjs/helpers.js:74:18)\n' + ERR! ' at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26)\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:959:30)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)' ERR! } info => Loading presets WARN Failed to load preset: "@storybook/addon-notes/register-panel" on level 1 ERR! /Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1 ERR! import jsx from "refractor/lang/jsx.js"; ERR! ^^^^^^ ERR! ERR! SyntaxError: Cannot use import statement outside a module ERR! at Module._compile (internal/modules/cjs/loader.js:895:18) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! /Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1 ERR! import jsx from "refractor/lang/jsx.js"; ERR! ^^^^^^ ERR! ERR! SyntaxError: Cannot use import statement outside a module ERR! at Module._compile (internal/modules/cjs/loader.js:895:18) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) { ERR! stack: '/Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1\n' + ERR! 'import jsx from "refractor/lang/jsx.js";\n' + ERR! '^^^^^^\n' + ERR! '\n' + ERR! 'SyntaxError: Cannot use import statement outside a module\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:895:18)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)\n' + ERR! ' at Module.load (internal/modules/cjs/loader.js:815:32)\n' + ERR! ' at Function.Module._load (internal/modules/cjs/loader.js:727:14)\n' + ERR! ' at Module.require (internal/modules/cjs/loader.js:852:19)\n' + ERR! ' at require (internal/modules/cjs/helpers.js:74:18)\n' + ERR! ' at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35)\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:959:30)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)\n' + ERR! ' at Module.load (internal/modules/cjs/loader.js:815:32)\n' + ERR! ' at Function.Module._load (internal/modules/cjs/loader.js:727:14)\n' + ERR! ' at Module.require (internal/modules/cjs/loader.js:852:19)\n' + ERR! ' at require (internal/modules/cjs/helpers.js:74:18)\n' + ERR! ' at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26)\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:959:30)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)' ERR! } info => Loading config/preview file in "storybook". info => Adding stories defined in "storybook/main.js". ``` </details> Storybook starts up but the "Notes" tab is missing. **Expected behavior** We expect the "Notes" tab to appear as a panel when using the documented format: <img width="359" alt="Screen Shot 2020-01-15 at 6 11 02 PM" src="https://user-images.githubusercontent.com/113730/72479442-738c9e80-37c2-11ea-9002-bc71c7020232.png"> When using the following `main.js`: ```js module.exports = { stories: ['./stories/*.story.tsx'], addons: [ '@storybook/addon-knobs', '@storybook/addon-actions', '@storybook/addon-a11y', '@storybook/addon-notes', ], }; ``` Storybook starts correctly and the "Notes" tab is available, but obviously not as a panel: <img width="187" alt="Screen Shot 2020-01-15 at 6 15 13 PM" src="https://user-images.githubusercontent.com/113730/72479626-03324d00-37c3-11ea-9499-bff515d34c61.png"> **System:** ``` Environment Info: System: OS: macOS Mojave 10.14.6 CPU: (8) x64 Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz Binaries: Node: 12.14.0 - ~/.nvm/versions/node/v12.14.0/bin/node Yarn: 1.21.1 - /usr/local/bin/yarn npm: 6.13.4 - ~/.nvm/versions/node/v12.14.0/bin/npm Browsers: Safari: 12.1.2 npmPackages: @storybook/addon-a11y: 5.3.3 => 5.3.3 @storybook/addon-actions: 5.3.3 => 5.3.3 @storybook/addon-knobs: 5.3.3 => 5.3.3 @storybook/addon-notes: 5.3.3 => 5.3.3 @storybook/addons: 5.3.3 => 5.3.3 @storybook/node-logger: 5.3.3 => 5.3.3 @storybook/react: 5.3.3 => 5.3.3 @storybook/theming: 5.3.3 => 5.3.3 ```
1.0
Impossible to use the Notes addon as a panel - **Describe the bug** Using the new configuration format, it is not possible to use the "Notes" addon as a panel anymore. **To Reproduce** Here is our `main.js`, as documented [here](https://github.com/storybookjs/storybook/tree/master/addons/notes#getting-started): ```js module.exports = { stories: ['./stories/*.story.tsx'], addons: [ '@storybook/addon-knobs', '@storybook/addon-actions', '@storybook/addon-a11y', '@storybook/addon-notes/register-panel', ], }; ``` When starting up Storybook with `start-storybook --config-dir storybook --port 9001 --static-dir .`, we get the following errors: <details> ``` info @storybook/react v5.3.3 info info => Loading static files from: /Users/astorije/my-repository . info => Loading presets WARN Failed to load preset: "@storybook/addon-notes/register-panel" on level 1 ERR! /Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1 ERR! import jsx from "refractor/lang/jsx.js"; ERR! ^^^^^^ ERR! ERR! SyntaxError: Cannot use import statement outside a module ERR! at Module._compile (internal/modules/cjs/loader.js:895:18) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! /Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1 ERR! import jsx from "refractor/lang/jsx.js"; ERR! ^^^^^^ ERR! ERR! SyntaxError: Cannot use import statement outside a module ERR! at Module._compile (internal/modules/cjs/loader.js:895:18) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) { ERR! stack: '/Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1\n' + ERR! 'import jsx from "refractor/lang/jsx.js";\n' + ERR! '^^^^^^\n' + ERR! '\n' + ERR! 'SyntaxError: Cannot use import statement outside a module\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:895:18)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)\n' + ERR! ' at Module.load (internal/modules/cjs/loader.js:815:32)\n' + ERR! ' at Function.Module._load (internal/modules/cjs/loader.js:727:14)\n' + ERR! ' at Module.require (internal/modules/cjs/loader.js:852:19)\n' + ERR! ' at require (internal/modules/cjs/helpers.js:74:18)\n' + ERR! ' at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35)\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:959:30)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)\n' + ERR! ' at Module.load (internal/modules/cjs/loader.js:815:32)\n' + ERR! ' at Function.Module._load (internal/modules/cjs/loader.js:727:14)\n' + ERR! ' at Module.require (internal/modules/cjs/loader.js:852:19)\n' + ERR! ' at require (internal/modules/cjs/helpers.js:74:18)\n' + ERR! ' at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26)\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:959:30)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)' ERR! } info => Loading presets WARN Failed to load preset: "@storybook/addon-notes/register-panel" on level 1 ERR! /Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1 ERR! import jsx from "refractor/lang/jsx.js"; ERR! ^^^^^^ ERR! ERR! SyntaxError: Cannot use import statement outside a module ERR! at Module._compile (internal/modules/cjs/loader.js:895:18) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! /Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1 ERR! import jsx from "refractor/lang/jsx.js"; ERR! ^^^^^^ ERR! ERR! SyntaxError: Cannot use import statement outside a module ERR! at Module._compile (internal/modules/cjs/loader.js:895:18) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) ERR! at Module.load (internal/modules/cjs/loader.js:815:32) ERR! at Function.Module._load (internal/modules/cjs/loader.js:727:14) ERR! at Module.require (internal/modules/cjs/loader.js:852:19) ERR! at require (internal/modules/cjs/helpers.js:74:18) ERR! at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26) ERR! at Module._compile (internal/modules/cjs/loader.js:959:30) ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10) { ERR! stack: '/Users/astorije/my-repository/node_modules/@storybook/components/node_modules/react-syntax-highlighter/dist/esm/languages/prism/jsx.js:1\n' + ERR! 'import jsx from "refractor/lang/jsx.js";\n' + ERR! '^^^^^^\n' + ERR! '\n' + ERR! 'SyntaxError: Cannot use import statement outside a module\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:895:18)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)\n' + ERR! ' at Module.load (internal/modules/cjs/loader.js:815:32)\n' + ERR! ' at Function.Module._load (internal/modules/cjs/loader.js:727:14)\n' + ERR! ' at Module.require (internal/modules/cjs/loader.js:852:19)\n' + ERR! ' at require (internal/modules/cjs/helpers.js:74:18)\n' + ERR! ' at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/syntaxhighlighter/syntaxhighlighter.js:54:35)\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:959:30)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)\n' + ERR! ' at Module.load (internal/modules/cjs/loader.js:815:32)\n' + ERR! ' at Function.Module._load (internal/modules/cjs/loader.js:727:14)\n' + ERR! ' at Module.require (internal/modules/cjs/loader.js:852:19)\n' + ERR! ' at require (internal/modules/cjs/helpers.js:74:18)\n' + ERR! ' at Object.<anonymous> (/Users/astorije/my-repository/node_modules/@storybook/components/dist/index.js:218:26)\n' + ERR! ' at Module._compile (internal/modules/cjs/loader.js:959:30)\n' + ERR! ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)' ERR! } info => Loading config/preview file in "storybook". info => Adding stories defined in "storybook/main.js". ``` </details> Storybook starts up but the "Notes" tab is missing. **Expected behavior** We expect the "Notes" tab to appear as a panel when using the documented format: <img width="359" alt="Screen Shot 2020-01-15 at 6 11 02 PM" src="https://user-images.githubusercontent.com/113730/72479442-738c9e80-37c2-11ea-9002-bc71c7020232.png"> When using the following `main.js`: ```js module.exports = { stories: ['./stories/*.story.tsx'], addons: [ '@storybook/addon-knobs', '@storybook/addon-actions', '@storybook/addon-a11y', '@storybook/addon-notes', ], }; ``` Storybook starts correctly and the "Notes" tab is available, but obviously not as a panel: <img width="187" alt="Screen Shot 2020-01-15 at 6 15 13 PM" src="https://user-images.githubusercontent.com/113730/72479626-03324d00-37c3-11ea-9499-bff515d34c61.png"> **System:** ``` Environment Info: System: OS: macOS Mojave 10.14.6 CPU: (8) x64 Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz Binaries: Node: 12.14.0 - ~/.nvm/versions/node/v12.14.0/bin/node Yarn: 1.21.1 - /usr/local/bin/yarn npm: 6.13.4 - ~/.nvm/versions/node/v12.14.0/bin/npm Browsers: Safari: 12.1.2 npmPackages: @storybook/addon-a11y: 5.3.3 => 5.3.3 @storybook/addon-actions: 5.3.3 => 5.3.3 @storybook/addon-knobs: 5.3.3 => 5.3.3 @storybook/addon-notes: 5.3.3 => 5.3.3 @storybook/addons: 5.3.3 => 5.3.3 @storybook/node-logger: 5.3.3 => 5.3.3 @storybook/react: 5.3.3 => 5.3.3 @storybook/theming: 5.3.3 => 5.3.3 ```
non_test
impossible to use the notes addon as a panel describe the bug using the new configuration format it is not possible to use the notes addon as a panel anymore to reproduce here is our main js as documented js module exports stories addons storybook addon knobs storybook addon actions storybook addon storybook addon notes register panel when starting up storybook with start storybook config dir storybook port static dir we get the following errors info storybook react info info loading static files from users astorije my repository info loading presets warn failed to load preset storybook addon notes register panel on level err users astorije my repository node modules storybook components node modules react syntax highlighter dist esm languages prism jsx js err import jsx from refractor lang jsx js err err err syntaxerror cannot use import statement outside a module err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err at module load internal modules cjs loader js err at function module load internal modules cjs loader js err at module require internal modules cjs loader js err at require internal modules cjs helpers js err at object users astorije my repository node modules storybook components dist syntaxhighlighter syntaxhighlighter js err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err at module load internal modules cjs loader js err at function module load internal modules cjs loader js err at module require internal modules cjs loader js err at require internal modules cjs helpers js err at object users astorije my repository node modules storybook components dist index js err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err users astorije my repository node modules storybook components node modules react syntax highlighter dist esm languages prism jsx js err import jsx from refractor lang jsx js err err err syntaxerror cannot use import statement outside a module err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err at module load internal modules cjs loader js err at function module load internal modules cjs loader js err at module require internal modules cjs loader js err at require internal modules cjs helpers js err at object users astorije my repository node modules storybook components dist syntaxhighlighter syntaxhighlighter js err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err at module load internal modules cjs loader js err at function module load internal modules cjs loader js err at module require internal modules cjs loader js err at require internal modules cjs helpers js err at object users astorije my repository node modules storybook components dist index js err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err stack users astorije my repository node modules storybook components node modules react syntax highlighter dist esm languages prism jsx js n err import jsx from refractor lang jsx js n err n err n err syntaxerror cannot use import statement outside a module n err at module compile internal modules cjs loader js n err at object module extensions js internal modules cjs loader js n err at module load internal modules cjs loader js n err at function module load internal modules cjs loader js n err at module require internal modules cjs loader js n err at require internal modules cjs helpers js n err at object users astorije my repository node modules storybook components dist syntaxhighlighter syntaxhighlighter js n err at module compile internal modules cjs loader js n err at object module extensions js internal modules cjs loader js n err at module load internal modules cjs loader js n err at function module load internal modules cjs loader js n err at module require internal modules cjs loader js n err at require internal modules cjs helpers js n err at object users astorije my repository node modules storybook components dist index js n err at module compile internal modules cjs loader js n err at object module extensions js internal modules cjs loader js err info loading presets warn failed to load preset storybook addon notes register panel on level err users astorije my repository node modules storybook components node modules react syntax highlighter dist esm languages prism jsx js err import jsx from refractor lang jsx js err err err syntaxerror cannot use import statement outside a module err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err at module load internal modules cjs loader js err at function module load internal modules cjs loader js err at module require internal modules cjs loader js err at require internal modules cjs helpers js err at object users astorije my repository node modules storybook components dist syntaxhighlighter syntaxhighlighter js err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err at module load internal modules cjs loader js err at function module load internal modules cjs loader js err at module require internal modules cjs loader js err at require internal modules cjs helpers js err at object users astorije my repository node modules storybook components dist index js err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err users astorije my repository node modules storybook components node modules react syntax highlighter dist esm languages prism jsx js err import jsx from refractor lang jsx js err err err syntaxerror cannot use import statement outside a module err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err at module load internal modules cjs loader js err at function module load internal modules cjs loader js err at module require internal modules cjs loader js err at require internal modules cjs helpers js err at object users astorije my repository node modules storybook components dist syntaxhighlighter syntaxhighlighter js err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err at module load internal modules cjs loader js err at function module load internal modules cjs loader js err at module require internal modules cjs loader js err at require internal modules cjs helpers js err at object users astorije my repository node modules storybook components dist index js err at module compile internal modules cjs loader js err at object module extensions js internal modules cjs loader js err stack users astorije my repository node modules storybook components node modules react syntax highlighter dist esm languages prism jsx js n err import jsx from refractor lang jsx js n err n err n err syntaxerror cannot use import statement outside a module n err at module compile internal modules cjs loader js n err at object module extensions js internal modules cjs loader js n err at module load internal modules cjs loader js n err at function module load internal modules cjs loader js n err at module require internal modules cjs loader js n err at require internal modules cjs helpers js n err at object users astorije my repository node modules storybook components dist syntaxhighlighter syntaxhighlighter js n err at module compile internal modules cjs loader js n err at object module extensions js internal modules cjs loader js n err at module load internal modules cjs loader js n err at function module load internal modules cjs loader js n err at module require internal modules cjs loader js n err at require internal modules cjs helpers js n err at object users astorije my repository node modules storybook components dist index js n err at module compile internal modules cjs loader js n err at object module extensions js internal modules cjs loader js err info loading config preview file in storybook info adding stories defined in storybook main js storybook starts up but the notes tab is missing expected behavior we expect the notes tab to appear as a panel when using the documented format img width alt screen shot at pm src when using the following main js js module exports stories addons storybook addon knobs storybook addon actions storybook addon storybook addon notes storybook starts correctly and the notes tab is available but obviously not as a panel img width alt screen shot at pm src system environment info system os macos mojave cpu intel r core tm cpu binaries node nvm versions node bin node yarn usr local bin yarn npm nvm versions node bin npm browsers safari npmpackages storybook addon storybook addon actions storybook addon knobs storybook addon notes storybook addons storybook node logger storybook react storybook theming
0
120,818
4,794,766,962
IssuesEvent
2016-10-31 22:04:24
Microsoft/TypeScript
https://api.github.com/repos/Microsoft/TypeScript
closed
Error introduced into 10/28 @next build
Bug High Priority
Some change between `typescript@2.1.0-dev.20161027` and `typescript@2.1.0-dev.20161028` introduced this error into my build. This issue also exists in `typescript@2.1.0-dev.20161029` ``` /Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:23590 result.declarations = symbol.declarations.slice(0); ^ TypeError: Cannot read property 'slice' of undefined at cloneSymbol (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:23590:54) at mergeModuleAugmentation (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:23683:90) at initializeTypeChecker (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:41037:25) at Object.createTypeChecker (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:23527:9) at getDiagnosticsProducingTypeChecker (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:60181:93) at Object.getGlobalDiagnostics (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:60490:41) at Tsifier.checkSemantics (/Users/ntilwalli/dev/spotlight/node_modules/tsify/lib/Tsifier.js:219:37) at Tsifier.compile (/Users/ntilwalli/dev/spotlight/node_modules/tsify/lib/Tsifier.js:179:34) at Tsifier.generateCache (/Users/ntilwalli/dev/spotlight/node_modules/tsify/lib/Tsifier.js:156:8) at DestroyableTransform.flush [as _flush] (/Users/ntilwalli/dev/spotlight/node_modules/tsify/index.js:73:12) ```
1.0
Error introduced into 10/28 @next build - Some change between `typescript@2.1.0-dev.20161027` and `typescript@2.1.0-dev.20161028` introduced this error into my build. This issue also exists in `typescript@2.1.0-dev.20161029` ``` /Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:23590 result.declarations = symbol.declarations.slice(0); ^ TypeError: Cannot read property 'slice' of undefined at cloneSymbol (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:23590:54) at mergeModuleAugmentation (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:23683:90) at initializeTypeChecker (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:41037:25) at Object.createTypeChecker (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:23527:9) at getDiagnosticsProducingTypeChecker (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:60181:93) at Object.getGlobalDiagnostics (/Users/ntilwalli/dev/spotlight/node_modules/typescript/lib/typescript.js:60490:41) at Tsifier.checkSemantics (/Users/ntilwalli/dev/spotlight/node_modules/tsify/lib/Tsifier.js:219:37) at Tsifier.compile (/Users/ntilwalli/dev/spotlight/node_modules/tsify/lib/Tsifier.js:179:34) at Tsifier.generateCache (/Users/ntilwalli/dev/spotlight/node_modules/tsify/lib/Tsifier.js:156:8) at DestroyableTransform.flush [as _flush] (/Users/ntilwalli/dev/spotlight/node_modules/tsify/index.js:73:12) ```
non_test
error introduced into next build some change between typescript dev and typescript dev introduced this error into my build this issue also exists in typescript dev users ntilwalli dev spotlight node modules typescript lib typescript js result declarations symbol declarations slice typeerror cannot read property slice of undefined at clonesymbol users ntilwalli dev spotlight node modules typescript lib typescript js at mergemoduleaugmentation users ntilwalli dev spotlight node modules typescript lib typescript js at initializetypechecker users ntilwalli dev spotlight node modules typescript lib typescript js at object createtypechecker users ntilwalli dev spotlight node modules typescript lib typescript js at getdiagnosticsproducingtypechecker users ntilwalli dev spotlight node modules typescript lib typescript js at object getglobaldiagnostics users ntilwalli dev spotlight node modules typescript lib typescript js at tsifier checksemantics users ntilwalli dev spotlight node modules tsify lib tsifier js at tsifier compile users ntilwalli dev spotlight node modules tsify lib tsifier js at tsifier generatecache users ntilwalli dev spotlight node modules tsify lib tsifier js at destroyabletransform flush users ntilwalli dev spotlight node modules tsify index js
0
274,176
23,816,625,306
IssuesEvent
2022-09-05 07:26:08
wpeventmanager/wp-event-manager
https://api.github.com/repos/wpeventmanager/wp-event-manager
closed
Elemetor -Single venue/organizer
In Testing
Venue/organizer - Drag and drop any option ( venue/organizer) then in the default preview old content is display . For that every time need to refresh the page. ![image](https://user-images.githubusercontent.com/75515088/188065949-260f928f-e8be-4e4d-b767-5efae72d1f28.png)
1.0
Elemetor -Single venue/organizer - Venue/organizer - Drag and drop any option ( venue/organizer) then in the default preview old content is display . For that every time need to refresh the page. ![image](https://user-images.githubusercontent.com/75515088/188065949-260f928f-e8be-4e4d-b767-5efae72d1f28.png)
test
elemetor single venue organizer venue organizer drag and drop any option venue organizer then in the default preview old content is display for that every time need to refresh the page
1
47,263
10,059,943,862
IssuesEvent
2019-07-22 17:37:59
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
User Disable/ Enable Actions Log
J3 Issue No Code Attached Yet
### Steps to reproduce the issue Login to Joomla Admin using one of the superuser accounts 1. Go to Users => Manage 2. Disable any user 3. Go to Users => Users Action Log 4. See the latest activity. "User admin updated the user Vijay" ### Expected result Login to Joomla Admin using one of the superuser accounts 1. Go to users => Manage 2. Disable user 3. Go to Users => Users Action Log 4. See the latest activity. "User admin has disabled the user Vijay." ### Actual result When any admin user disables/enable to any user from Joomla admin its adds following activity "User admin updated the user Vijay" in the User Actions Log. This information is not correct and not helpful, Ideally, It should add an activity like "User admin has disabled/enabled the user Vijay." ### System information (as much as possible) Joomla version : Joomla! 3.9.10 ![screen shot 2019-07-22 at 14 51 58](https://issues.joomla.org/uploads/1/c59e33c0b7f8fba3d0fdfb2a7107e9f8.png) ![screen shot 2019-07-22 at 14 52 00](https://issues.joomla.org/uploads/1/cc38d6c760212d0f5d472cf27bb9b8e5.png)
1.0
User Disable/ Enable Actions Log - ### Steps to reproduce the issue Login to Joomla Admin using one of the superuser accounts 1. Go to Users => Manage 2. Disable any user 3. Go to Users => Users Action Log 4. See the latest activity. "User admin updated the user Vijay" ### Expected result Login to Joomla Admin using one of the superuser accounts 1. Go to users => Manage 2. Disable user 3. Go to Users => Users Action Log 4. See the latest activity. "User admin has disabled the user Vijay." ### Actual result When any admin user disables/enable to any user from Joomla admin its adds following activity "User admin updated the user Vijay" in the User Actions Log. This information is not correct and not helpful, Ideally, It should add an activity like "User admin has disabled/enabled the user Vijay." ### System information (as much as possible) Joomla version : Joomla! 3.9.10 ![screen shot 2019-07-22 at 14 51 58](https://issues.joomla.org/uploads/1/c59e33c0b7f8fba3d0fdfb2a7107e9f8.png) ![screen shot 2019-07-22 at 14 52 00](https://issues.joomla.org/uploads/1/cc38d6c760212d0f5d472cf27bb9b8e5.png)
non_test
user disable enable actions log steps to reproduce the issue login to joomla admin using one of the superuser accounts go to users manage disable any user go to users users action log see the latest activity user admin updated the user vijay expected result login to joomla admin using one of the superuser accounts go to users manage disable user go to users users action log see the latest activity user admin has disabled the user vijay actual result when any admin user disables enable to any user from joomla admin its adds following activity user admin updated the user vijay in the user actions log this information is not correct and not helpful ideally it should add an activity like user admin has disabled enabled the user vijay system information as much as possible joomla version joomla
0
188,361
15,159,979,571
IssuesEvent
2021-02-12 05:53:34
arturo-lang/arturo
https://api.github.com/repos/arturo-lang/arturo
closed
[Numbers\asin] add example for documentation
documentation easy library todo
[Numbers\asin] add example for documentation https://github.com/arturo-lang/arturo/blob/a971add892fe3d675b3320f356cf2d96179e2a22/src/library/Numbers.nim#L95 ```text attrs = NoAttrs, returns = {Floating}, # TODO(Numbers\asin) add example for documentation # labels: library,documentation,easy example = """ """: ########################################################## ``` 39f568a1b754e9c2ea084bb7818ff04162c8ab01
1.0
[Numbers\asin] add example for documentation - [Numbers\asin] add example for documentation https://github.com/arturo-lang/arturo/blob/a971add892fe3d675b3320f356cf2d96179e2a22/src/library/Numbers.nim#L95 ```text attrs = NoAttrs, returns = {Floating}, # TODO(Numbers\asin) add example for documentation # labels: library,documentation,easy example = """ """: ########################################################## ``` 39f568a1b754e9c2ea084bb7818ff04162c8ab01
non_test
add example for documentation add example for documentation text attrs noattrs returns floating todo numbers asin add example for documentation labels library documentation easy example
0
288,781
8,851,590,572
IssuesEvent
2019-01-08 16:06:41
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Select all (*) is failing in native Ballerina Streams Implementation
Component/Streams Priority/Highest Severity/Major Type/Bug
**Description:** $subject **Steps to reproduce:** I have used below query. It is a passthrough query hence I have used select all (*) to project all the attributes from the input stream. ``` function testSelectQuery() { forever { from inputStream where inputStream.age > 25 select * => (TeacherOutput[] emp) { outputStream.publish(emp); } } } ``` but, it resulted with below error. java.lang.NullPointerException at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.getFieldListInSelectClause(StreamingCodeDesugar.java:1292) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.createSimpleSelectStatement(StreamingCodeDesugar.java:638) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.visit(StreamingCodeDesugar.java:367) at org.wso2.ballerinalang.compiler.tree.clauses.BLangSelectClause.accept(BLangSelectClause.java:85) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.visit(StreamingCodeDesugar.java:207) at org.wso2.ballerinalang.compiler.tree.statements.BLangStreamingQueryStatement.accept(BLangStreamingQueryStatement.java:47) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.lambda$desugar$41(StreamingCodeDesugar.java:189) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar$$Lambda$152/616443292.accept(Unknown Source) at java.util.ArrayList.forEach(ArrayList.java:1249) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.desugar(StreamingCodeDesugar.java:189) at org.wso2.ballerinalang.compiler.desugar.Desugar.visit(Desugar.java:500) at org.wso2.ballerinalang.compiler.tree.statements.BLangForever.accept(BLangForever.java:51) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1924) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1964) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewriteStmt(Desugar.java:1974) at org.wso2.ballerinalang.compiler.desugar.Desugar.visit(Desugar.java:570) at org.wso2.ballerinalang.compiler.tree.statements.BLangBlockStmt.accept(BLangBlockStmt.java:54) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1924) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1964) at org.wso2.ballerinalang.compiler.desugar.Desugar.visit(Desugar.java:450) at org.wso2.ballerinalang.compiler.tree.BLangFunction.accept(BLangFunction.java:66) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1924) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1981) at org.wso2.ballerinalang.compiler.desugar.Desugar.visit(Desugar.java:303) at org.wso2.ballerinalang.compiler.tree.BLangPackage.accept(BLangPackage.java:140) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1924) at org.wso2.ballerinalang.compiler.desugar.Desugar.perform(Desugar.java:264) at org.wso2.ballerinalang.compiler.CompilerDriver.desugar(CompilerDriver.java:211) at org.wso2.ballerinalang.compiler.CompilerDriver.compile(CompilerDriver.java:178) at org.wso2.ballerinalang.compiler.CompilerDriver.compilePackageSymbol(CompilerDriver.java:145) at org.wso2.ballerinalang.compiler.CompilerDriver.compilePackage(CompilerDriver.java:112) at org.wso2.ballerinalang.compiler.Compiler$$Lambda$91/1177072083.accept(Unknown Source) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.wso2.ballerinalang.compiler.Compiler.compilePackages(Compiler.java:155) at org.wso2.ballerinalang.compiler.Compiler.compilePackage(Compiler.java:173) at org.wso2.ballerinalang.compiler.Compiler.compile(Compiler.java:85) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:276) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:217) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:199) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:116) at org.ballerinalang.test.streaming.BallerinaStreamsV2Test.setup(BallerinaStreamsV2Test.java:43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:59) at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:451) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:222) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:163) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1187) at org.testng.TestNG.runSuitesLocally(TestNG.java:1116) at org.testng.TestNG.runSuites(TestNG.java:1028) at org.testng.TestNG.run(TestNG.java:996) at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:72) at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:127) **Affected Versions:** 0.982.1 **Suggested Assignees (optional):** @grainier
1.0
Select all (*) is failing in native Ballerina Streams Implementation - **Description:** $subject **Steps to reproduce:** I have used below query. It is a passthrough query hence I have used select all (*) to project all the attributes from the input stream. ``` function testSelectQuery() { forever { from inputStream where inputStream.age > 25 select * => (TeacherOutput[] emp) { outputStream.publish(emp); } } } ``` but, it resulted with below error. java.lang.NullPointerException at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.getFieldListInSelectClause(StreamingCodeDesugar.java:1292) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.createSimpleSelectStatement(StreamingCodeDesugar.java:638) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.visit(StreamingCodeDesugar.java:367) at org.wso2.ballerinalang.compiler.tree.clauses.BLangSelectClause.accept(BLangSelectClause.java:85) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.visit(StreamingCodeDesugar.java:207) at org.wso2.ballerinalang.compiler.tree.statements.BLangStreamingQueryStatement.accept(BLangStreamingQueryStatement.java:47) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.lambda$desugar$41(StreamingCodeDesugar.java:189) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar$$Lambda$152/616443292.accept(Unknown Source) at java.util.ArrayList.forEach(ArrayList.java:1249) at org.wso2.ballerinalang.compiler.desugar.StreamingCodeDesugar.desugar(StreamingCodeDesugar.java:189) at org.wso2.ballerinalang.compiler.desugar.Desugar.visit(Desugar.java:500) at org.wso2.ballerinalang.compiler.tree.statements.BLangForever.accept(BLangForever.java:51) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1924) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1964) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewriteStmt(Desugar.java:1974) at org.wso2.ballerinalang.compiler.desugar.Desugar.visit(Desugar.java:570) at org.wso2.ballerinalang.compiler.tree.statements.BLangBlockStmt.accept(BLangBlockStmt.java:54) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1924) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1964) at org.wso2.ballerinalang.compiler.desugar.Desugar.visit(Desugar.java:450) at org.wso2.ballerinalang.compiler.tree.BLangFunction.accept(BLangFunction.java:66) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1924) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1981) at org.wso2.ballerinalang.compiler.desugar.Desugar.visit(Desugar.java:303) at org.wso2.ballerinalang.compiler.tree.BLangPackage.accept(BLangPackage.java:140) at org.wso2.ballerinalang.compiler.desugar.Desugar.rewrite(Desugar.java:1924) at org.wso2.ballerinalang.compiler.desugar.Desugar.perform(Desugar.java:264) at org.wso2.ballerinalang.compiler.CompilerDriver.desugar(CompilerDriver.java:211) at org.wso2.ballerinalang.compiler.CompilerDriver.compile(CompilerDriver.java:178) at org.wso2.ballerinalang.compiler.CompilerDriver.compilePackageSymbol(CompilerDriver.java:145) at org.wso2.ballerinalang.compiler.CompilerDriver.compilePackage(CompilerDriver.java:112) at org.wso2.ballerinalang.compiler.Compiler$$Lambda$91/1177072083.accept(Unknown Source) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.wso2.ballerinalang.compiler.Compiler.compilePackages(Compiler.java:155) at org.wso2.ballerinalang.compiler.Compiler.compilePackage(Compiler.java:173) at org.wso2.ballerinalang.compiler.Compiler.compile(Compiler.java:85) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:276) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:217) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:199) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:116) at org.ballerinalang.test.streaming.BallerinaStreamsV2Test.setup(BallerinaStreamsV2Test.java:43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:59) at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:451) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:222) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:163) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1187) at org.testng.TestNG.runSuitesLocally(TestNG.java:1116) at org.testng.TestNG.runSuites(TestNG.java:1028) at org.testng.TestNG.run(TestNG.java:996) at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:72) at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:127) **Affected Versions:** 0.982.1 **Suggested Assignees (optional):** @grainier
non_test
select all is failing in native ballerina streams implementation description subject steps to reproduce i have used below query it is a passthrough query hence i have used select all to project all the attributes from the input stream function testselectquery forever from inputstream where inputstream age select teacheroutput emp outputstream publish emp but it resulted with below error java lang nullpointerexception at org ballerinalang compiler desugar streamingcodedesugar getfieldlistinselectclause streamingcodedesugar java at org ballerinalang compiler desugar streamingcodedesugar createsimpleselectstatement streamingcodedesugar java at org ballerinalang compiler desugar streamingcodedesugar visit streamingcodedesugar java at org ballerinalang compiler tree clauses blangselectclause accept blangselectclause java at org ballerinalang compiler desugar streamingcodedesugar visit streamingcodedesugar java at org ballerinalang compiler tree statements blangstreamingquerystatement accept blangstreamingquerystatement java at org ballerinalang compiler desugar streamingcodedesugar lambda desugar streamingcodedesugar java at org ballerinalang compiler desugar streamingcodedesugar lambda accept unknown source at java util arraylist foreach arraylist java at org ballerinalang compiler desugar streamingcodedesugar desugar streamingcodedesugar java at org ballerinalang compiler desugar desugar visit desugar java at org ballerinalang compiler tree statements blangforever accept blangforever java at org ballerinalang compiler desugar desugar rewrite desugar java at org ballerinalang compiler desugar desugar rewrite desugar java at org ballerinalang compiler desugar desugar rewritestmt desugar java at org ballerinalang compiler desugar desugar visit desugar java at org ballerinalang compiler tree statements blangblockstmt accept blangblockstmt java at org ballerinalang compiler desugar desugar rewrite desugar java at org ballerinalang compiler desugar desugar rewrite desugar java at org ballerinalang compiler desugar desugar visit desugar java at org ballerinalang compiler tree blangfunction accept blangfunction java at org ballerinalang compiler desugar desugar rewrite desugar java at org ballerinalang compiler desugar desugar rewrite desugar java at org ballerinalang compiler desugar desugar visit desugar java at org ballerinalang compiler tree blangpackage accept blangpackage java at org ballerinalang compiler desugar desugar rewrite desugar java at org ballerinalang compiler desugar desugar perform desugar java at org ballerinalang compiler compilerdriver desugar compilerdriver java at org ballerinalang compiler compilerdriver compile compilerdriver java at org ballerinalang compiler compilerdriver compilepackagesymbol compilerdriver java at org ballerinalang compiler compilerdriver compilepackage compilerdriver java at org ballerinalang compiler compiler lambda accept unknown source at java util stream foreachops foreachop ofref accept foreachops java at java util stream referencepipeline accept referencepipeline java at java util arraylist arraylistspliterator foreachremaining arraylist java at java util stream abstractpipeline copyinto abstractpipeline java at java util stream abstractpipeline wrapandcopyinto abstractpipeline java at java util stream foreachops foreachop evaluatesequential foreachops java at java util stream foreachops foreachop ofref evaluatesequential foreachops java at java util stream abstractpipeline evaluate abstractpipeline java at java util stream referencepipeline foreach referencepipeline java at org ballerinalang compiler compiler compilepackages compiler java at org ballerinalang compiler compiler compilepackage compiler java at org ballerinalang compiler compiler compile compiler java at org ballerinalang launcher util bcompileutil compile bcompileutil java at org ballerinalang launcher util bcompileutil compile bcompileutil java at org ballerinalang launcher util bcompileutil compile bcompileutil java at org ballerinalang launcher util bcompileutil compile bcompileutil java at org ballerinalang test streaming setup java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal methodinvocationhelper invokemethodconsideringtimeout methodinvocationhelper java at org testng internal invoker invokeconfigurationmethod invoker java at org testng internal invoker invokeconfigurations invoker java at org testng internal invoker invokeconfigurations invoker java at org testng internal testmethodworker invokebeforeclassmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng idearemotetestng run idearemotetestng java at org testng remotetestngstarter main remotetestngstarter java affected versions suggested assignees optional grainier
0
278,091
24,123,308,322
IssuesEvent
2022-09-20 20:51:51
Automattic/wp-calypso
https://api.github.com/repos/Automattic/wp-calypso
closed
Unable to add/edit custom color (HEX/RGB fields) on text highlights in Calypso Editor.
[Type] Bug [Pri] Normal User Report Cross Repo Tracker Gutenberg RC Testing
### Quick summary It is not possible to enter or delete the codes in the RGB or HEX boxes when choosing a custom color in the text highlight option. Screenshot; ![Annotation on 2021-11-05 at 13-34-11](https://user-images.githubusercontent.com/5075840/140458696-4fabe8b2-71ff-44b6-99bb-cc31342578d9.png) GIF: ![Screen Capture on 2021-11-05 at 12-23-23](https://user-images.githubusercontent.com/5075840/140453493-e725e0db-fc3a-4e1d-92ea-488e5a2cfd2a.gif) ### Steps to reproduce 1. On a page or post, enter some text in a paragraph block. 2. Highlight the text, and in the drop-down menu, choose the **Highlight** option. 3. Choose the **Custom Color** option and toggle on **Show Detailed Inputs**. 4. Try and add or delete text from the HEX or RRB fields, it is not possible. ### What you expected to happen I expected to be able to type in my own custom color, or delete the HEX/RGB values via the editor. (Note, it is possible to paste in and the color will change without any confirmation, you can then not edit the color) ### What actually happened I am unable to edit the HEX or RRB fields. ### Context Customer Report. Atomic and Simple. This does not affect self-hosted sites who use a much more aptly named 'Text Color' option which does work. Must be a Calypso bug. Self-hosted; ![Annotation on 2021-11-05 at 13-40-23](https://user-images.githubusercontent.com/5075840/140459116-952b3126-74fb-4a59-8e56-cc163fed646f.png) <img width="590" alt="Markup 2021-11-05 at 13 39 27" src="https://user-images.githubusercontent.com/5075840/140459096-0f797d7e-272c-486c-b0dc-7b9b679024f2.png"> ### Operating System _No response_ ### Browser Google Chrome/Chromium ### Simple, Atomic or both? Simple, Atomic ### Theme-specific issue? _No response_ ### Other notes _No response_ ### Reproducibility Consistent ### Severity _No response_ ### Available workarounds? _No response_ ### Workaround details _No response_
1.0
Unable to add/edit custom color (HEX/RGB fields) on text highlights in Calypso Editor. - ### Quick summary It is not possible to enter or delete the codes in the RGB or HEX boxes when choosing a custom color in the text highlight option. Screenshot; ![Annotation on 2021-11-05 at 13-34-11](https://user-images.githubusercontent.com/5075840/140458696-4fabe8b2-71ff-44b6-99bb-cc31342578d9.png) GIF: ![Screen Capture on 2021-11-05 at 12-23-23](https://user-images.githubusercontent.com/5075840/140453493-e725e0db-fc3a-4e1d-92ea-488e5a2cfd2a.gif) ### Steps to reproduce 1. On a page or post, enter some text in a paragraph block. 2. Highlight the text, and in the drop-down menu, choose the **Highlight** option. 3. Choose the **Custom Color** option and toggle on **Show Detailed Inputs**. 4. Try and add or delete text from the HEX or RRB fields, it is not possible. ### What you expected to happen I expected to be able to type in my own custom color, or delete the HEX/RGB values via the editor. (Note, it is possible to paste in and the color will change without any confirmation, you can then not edit the color) ### What actually happened I am unable to edit the HEX or RRB fields. ### Context Customer Report. Atomic and Simple. This does not affect self-hosted sites who use a much more aptly named 'Text Color' option which does work. Must be a Calypso bug. Self-hosted; ![Annotation on 2021-11-05 at 13-40-23](https://user-images.githubusercontent.com/5075840/140459116-952b3126-74fb-4a59-8e56-cc163fed646f.png) <img width="590" alt="Markup 2021-11-05 at 13 39 27" src="https://user-images.githubusercontent.com/5075840/140459096-0f797d7e-272c-486c-b0dc-7b9b679024f2.png"> ### Operating System _No response_ ### Browser Google Chrome/Chromium ### Simple, Atomic or both? Simple, Atomic ### Theme-specific issue? _No response_ ### Other notes _No response_ ### Reproducibility Consistent ### Severity _No response_ ### Available workarounds? _No response_ ### Workaround details _No response_
test
unable to add edit custom color hex rgb fields on text highlights in calypso editor quick summary it is not possible to enter or delete the codes in the rgb or hex boxes when choosing a custom color in the text highlight option screenshot gif steps to reproduce on a page or post enter some text in a paragraph block highlight the text and in the drop down menu choose the highlight option choose the custom color option and toggle on show detailed inputs try and add or delete text from the hex or rrb fields it is not possible what you expected to happen i expected to be able to type in my own custom color or delete the hex rgb values via the editor note it is possible to paste in and the color will change without any confirmation you can then not edit the color what actually happened i am unable to edit the hex or rrb fields context customer report atomic and simple this does not affect self hosted sites who use a much more aptly named text color option which does work must be a calypso bug self hosted img width alt markup at src operating system no response browser google chrome chromium simple atomic or both simple atomic theme specific issue no response other notes no response reproducibility consistent severity no response available workarounds no response workaround details no response
1
259,381
22,471,272,540
IssuesEvent
2022-06-22 08:20:12
LearningBay24/LearningBay24-backend
https://api.github.com/repos/LearningBay24/LearningBay24-backend
closed
Files: Upload Limit
C-enhancement A-Testing P-critical A-Server
- [ ] Maximaler Upload von X MB (config.toml) - [ ] X Uploads pro User über Abgabe/Klausur (falls Upload verändert werden kann) - [ ] Limit an Materialien? - [ ] Globales Upload Limit für User (verfügbar auf Server: ~20GB, reduzieren auf ~500MB pro User; über Linux (fstab?) direkt lösbar?)
1.0
Files: Upload Limit - - [ ] Maximaler Upload von X MB (config.toml) - [ ] X Uploads pro User über Abgabe/Klausur (falls Upload verändert werden kann) - [ ] Limit an Materialien? - [ ] Globales Upload Limit für User (verfügbar auf Server: ~20GB, reduzieren auf ~500MB pro User; über Linux (fstab?) direkt lösbar?)
test
files upload limit maximaler upload von x mb config toml x uploads pro user über abgabe klausur falls upload verändert werden kann limit an materialien globales upload limit für user verfügbar auf server reduzieren auf pro user über linux fstab direkt lösbar
1
20,941
4,650,694,367
IssuesEvent
2016-10-03 06:33:41
bogaziciswe/b.w.a.t
https://api.github.com/repos/bogaziciswe/b.w.a.t
closed
Creating requirements document
documentation
Requirements document should be created according to results of #1 issue.
1.0
Creating requirements document - Requirements document should be created according to results of #1 issue.
non_test
creating requirements document requirements document should be created according to results of issue
0
50,150
13,187,348,899
IssuesEvent
2020-08-13 03:07:44
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
i3moni missing FilterMask (Trac #206)
Migrated from Trac defect jeb + pnf
pfclient.py has I3EvtMonitoring before PFFilterModule PFFilterModule creates FilterMask and that's used by I3Moni for filter rate monitoring. Switch order <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/206 , reported by blaufuss and owned by blaufuss_</summary> <p> ```json { "status": "closed", "changetime": "2010-06-07T22:16:28", "description": "pfclient.py has I3EvtMonitoring before PFFilterModule\n\nPFFilterModule creates FilterMask and that's used by I3Moni\nfor filter rate monitoring.\n\nSwitch order", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1275948988000000", "component": "jeb + pnf", "summary": "i3moni missing FilterMask", "priority": "normal", "keywords": "", "time": "2010-06-07T21:20:46", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
1.0
i3moni missing FilterMask (Trac #206) - pfclient.py has I3EvtMonitoring before PFFilterModule PFFilterModule creates FilterMask and that's used by I3Moni for filter rate monitoring. Switch order <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/206 , reported by blaufuss and owned by blaufuss_</summary> <p> ```json { "status": "closed", "changetime": "2010-06-07T22:16:28", "description": "pfclient.py has I3EvtMonitoring before PFFilterModule\n\nPFFilterModule creates FilterMask and that's used by I3Moni\nfor filter rate monitoring.\n\nSwitch order", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1275948988000000", "component": "jeb + pnf", "summary": "i3moni missing FilterMask", "priority": "normal", "keywords": "", "time": "2010-06-07T21:20:46", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
non_test
missing filtermask trac pfclient py has before pffiltermodule pffiltermodule creates filtermask and that s used by for filter rate monitoring switch order migrated from reported by blaufuss and owned by blaufuss json status closed changetime description pfclient py has before pffiltermodule n npffiltermodule creates filtermask and that s used by nfor filter rate monitoring n nswitch order reporter blaufuss cc resolution fixed ts component jeb pnf summary missing filtermask priority normal keywords time milestone owner blaufuss type defect
0
348,276
31,480,390,695
IssuesEvent
2023-08-30 13:31:11
dana-team/container-app-operator
https://api.github.com/repos/dana-team/container-app-operator
closed
Create testing pipeline to run container-app-opertaor e2e tests
kind/tests
As part of the RCS project, we should be able to run e2e tests using clusters in the cloud. The tests should run on every merge request so that the code can be tested before it is merged.
1.0
Create testing pipeline to run container-app-opertaor e2e tests - As part of the RCS project, we should be able to run e2e tests using clusters in the cloud. The tests should run on every merge request so that the code can be tested before it is merged.
test
create testing pipeline to run container app opertaor tests as part of the rcs project we should be able to run tests using clusters in the cloud the tests should run on every merge request so that the code can be tested before it is merged
1
234,343
25,837,446,819
IssuesEvent
2022-12-12 20:52:41
pixiebrix/pixiebrix-extension
https://api.github.com/repos/pixiebrix/pixiebrix-extension
closed
Move template engine and brick evaluation to Chrome sandbox
security
**References/Documentation:** * Chrome: https://developer.chrome.com/extensions/manifest/sandbox * Firefox: not supported by Firefox * https://discourse.mozilla.org/t/webextension-sandboxing-eval/13659 * https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/user_scripts * https://bugzilla.mozilla.org/show_bug.cgi?id=1398662
True
Move template engine and brick evaluation to Chrome sandbox - **References/Documentation:** * Chrome: https://developer.chrome.com/extensions/manifest/sandbox * Firefox: not supported by Firefox * https://discourse.mozilla.org/t/webextension-sandboxing-eval/13659 * https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/user_scripts * https://bugzilla.mozilla.org/show_bug.cgi?id=1398662
non_test
move template engine and brick evaluation to chrome sandbox references documentation chrome firefox not supported by firefox
0
304,975
26,351,643,922
IssuesEvent
2023-01-11 05:44:29
cheminfo/nmrium
https://api.github.com/repos/cheminfo/nmrium
closed
Tests of Jcamp upload
Testcases
Currently we are testing the upload of .nmrium file by simulating a click and open file. However we are not testing the upload of a JCAMP-DX file and there is currently a bug related to this feature: https://github.com/cheminfo/nmrium/issues/2042 This test is similar to: https://github.com/cheminfo/nmrium/blob/main/test-e2e/core/import.test.ts You may create already this test and 'expect to fail'.
1.0
Tests of Jcamp upload - Currently we are testing the upload of .nmrium file by simulating a click and open file. However we are not testing the upload of a JCAMP-DX file and there is currently a bug related to this feature: https://github.com/cheminfo/nmrium/issues/2042 This test is similar to: https://github.com/cheminfo/nmrium/blob/main/test-e2e/core/import.test.ts You may create already this test and 'expect to fail'.
test
tests of jcamp upload currently we are testing the upload of nmrium file by simulating a click and open file however we are not testing the upload of a jcamp dx file and there is currently a bug related to this feature this test is similar to you may create already this test and expect to fail
1
21,438
10,608,223,668
IssuesEvent
2019-10-11 06:56:43
fufunoyu/example-maven-travis
https://api.github.com/repos/fufunoyu/example-maven-travis
opened
CVE-2019-13990 (High) detected in quartz-2.1.5.jar
security vulnerability
## CVE-2019-13990 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>quartz-2.1.5.jar</b></p></summary> <p>Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application</p> <p>Library home page: <a href="http://quartz-scheduler.org/quartz/">http://quartz-scheduler.org/quartz/</a></p> <p>Path to dependency file: /tmp/ws-scm/example-maven-travis/pom.xml</p> <p>Path to vulnerable library: epository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar</p> <p> Dependency Hierarchy: - :x: **quartz-2.1.5.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fufunoyu/example-maven-travis/commit/48c9533d746c2e0017ea5f7739a8c4b5eadc874a">48c9533d746c2e0017ea5f7739a8c4b5eadc874a</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> initDocumentParser in xml/XMLSchedulingDataProcessor.java in Terracotta Quartz Scheduler through 2.3.0 allows XXE attacks via a job description. <p>Publish Date: 2019-07-26 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13990>CVE-2019-13990</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p>
True
CVE-2019-13990 (High) detected in quartz-2.1.5.jar - ## CVE-2019-13990 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>quartz-2.1.5.jar</b></p></summary> <p>Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application</p> <p>Library home page: <a href="http://quartz-scheduler.org/quartz/">http://quartz-scheduler.org/quartz/</a></p> <p>Path to dependency file: /tmp/ws-scm/example-maven-travis/pom.xml</p> <p>Path to vulnerable library: epository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar</p> <p> Dependency Hierarchy: - :x: **quartz-2.1.5.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fufunoyu/example-maven-travis/commit/48c9533d746c2e0017ea5f7739a8c4b5eadc874a">48c9533d746c2e0017ea5f7739a8c4b5eadc874a</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> initDocumentParser in xml/XMLSchedulingDataProcessor.java in Terracotta Quartz Scheduler through 2.3.0 allows XXE attacks via a job description. <p>Publish Date: 2019-07-26 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13990>CVE-2019-13990</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p>
non_test
cve high detected in quartz jar cve high severity vulnerability vulnerable library quartz jar quartz is a full featured open source job scheduling system that can be integrated with or used along side virtually any or application library home page a href path to dependency file tmp ws scm example maven travis pom xml path to vulnerable library epository org quartz scheduler quartz quartz jar dependency hierarchy x quartz jar vulnerable library found in head commit a href vulnerability details initdocumentparser in xml xmlschedulingdataprocessor java in terracotta quartz scheduler through allows xxe attacks via a job description publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href
0
82,224
7,834,721,990
IssuesEvent
2018-06-16 17:40:11
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: jepsen/bank/majority-ring failed on master
C-test-failure O-robot
SHA: https://github.com/cockroachdb/cockroach/commits/5a899cd784a7c866296c16e30cf578ef34f578e3 Parameters: Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=720824&tab=buildLog ``` test.go:493,jepsen.go:244,jepsen.go:288: /home/agent/work/.go/bin/roachprod run teamcity-720824-jepsen:6 -- bash -e -c "\ cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \ ~/lein run test \ --tarball file://${PWD}/cockroach.tgz \ --username ${USER} \ --ssh-private-key ~/.ssh/id_rsa \ --os ubuntu \ --time-limit 300 \ --concurrency 30 \ --recovery-time 25 \ --test-count 1 \ -n 10.128.0.15 -n 10.128.0.14 -n 10.128.0.11 -n 10.128.0.10 -n 10.128.0.52 \ --test bank --nemesis majority-ring \ > invoke.log 2>&1 \ ": exit status 1 ```
1.0
roachtest: jepsen/bank/majority-ring failed on master - SHA: https://github.com/cockroachdb/cockroach/commits/5a899cd784a7c866296c16e30cf578ef34f578e3 Parameters: Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=720824&tab=buildLog ``` test.go:493,jepsen.go:244,jepsen.go:288: /home/agent/work/.go/bin/roachprod run teamcity-720824-jepsen:6 -- bash -e -c "\ cd /mnt/data1/jepsen/cockroachdb && set -eo pipefail && \ ~/lein run test \ --tarball file://${PWD}/cockroach.tgz \ --username ${USER} \ --ssh-private-key ~/.ssh/id_rsa \ --os ubuntu \ --time-limit 300 \ --concurrency 30 \ --recovery-time 25 \ --test-count 1 \ -n 10.128.0.15 -n 10.128.0.14 -n 10.128.0.11 -n 10.128.0.10 -n 10.128.0.52 \ --test bank --nemesis majority-ring \ > invoke.log 2>&1 \ ": exit status 1 ```
test
roachtest jepsen bank majority ring failed on master sha parameters failed test test go jepsen go jepsen go home agent work go bin roachprod run teamcity jepsen bash e c cd mnt jepsen cockroachdb set eo pipefail lein run test tarball file pwd cockroach tgz username user ssh private key ssh id rsa os ubuntu time limit concurrency recovery time test count n n n n n test bank nemesis majority ring invoke log exit status
1