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
200,153
15,091,360,585
IssuesEvent
2021-02-06 15:11:38
datastax/cassandra-quarkus
https://api.github.com/repos/datastax/cassandra-quarkus
closed
Better classification of tests
priority:minor status:open type:test
I suggest that we classify our tests in 3 categories for better visibility: 1. Unit tests: do not require docker, can run in milliseconds. I suggest that these should be the only ones run when `mvn test` is invoked. 2. Quarkus tests: tests using the `QuarkusUnitTest` extension. These are not really unit tests; they require docker, but are not really integration tests either. I suggest that they be kept in their current modules, but be named `BlahBlahQT` (QT being a distinctive suffix, short for QuarkusTest) and that they be ran when `mvn verify` is invoked, during the `integration-test` phase. 3. Integration tests: tests requiring complex setups, including docker. There are the ones currently declared in the `integration-tests` module. I suggest that they be kept as is, with suffix `BlahBlahIT` and ran during the `integration-test` phase. I believe that this could clarify test usage and also speed up build time when only `mvn test` is executed.
1.0
Better classification of tests - I suggest that we classify our tests in 3 categories for better visibility: 1. Unit tests: do not require docker, can run in milliseconds. I suggest that these should be the only ones run when `mvn test` is invoked. 2. Quarkus tests: tests using the `QuarkusUnitTest` extension. These are not really unit tests; they require docker, but are not really integration tests either. I suggest that they be kept in their current modules, but be named `BlahBlahQT` (QT being a distinctive suffix, short for QuarkusTest) and that they be ran when `mvn verify` is invoked, during the `integration-test` phase. 3. Integration tests: tests requiring complex setups, including docker. There are the ones currently declared in the `integration-tests` module. I suggest that they be kept as is, with suffix `BlahBlahIT` and ran during the `integration-test` phase. I believe that this could clarify test usage and also speed up build time when only `mvn test` is executed.
test
better classification of tests i suggest that we classify our tests in categories for better visibility unit tests do not require docker can run in milliseconds i suggest that these should be the only ones run when mvn test is invoked quarkus tests tests using the quarkusunittest extension these are not really unit tests they require docker but are not really integration tests either i suggest that they be kept in their current modules but be named blahblahqt qt being a distinctive suffix short for quarkustest and that they be ran when mvn verify is invoked during the integration test phase integration tests tests requiring complex setups including docker there are the ones currently declared in the integration tests module i suggest that they be kept as is with suffix blahblahit and ran during the integration test phase i believe that this could clarify test usage and also speed up build time when only mvn test is executed
1
44,189
5,611,783,665
IssuesEvent
2017-04-03 00:32:27
uccser/kordac
https://api.github.com/repos/uccser/kordac
closed
Update configuration tests to check all processors
testing
A lot of processors have been added since `ConfigurationTest` was written, it should be update to reflect this.
1.0
Update configuration tests to check all processors - A lot of processors have been added since `ConfigurationTest` was written, it should be update to reflect this.
test
update configuration tests to check all processors a lot of processors have been added since configurationtest was written it should be update to reflect this
1
116,013
4,691,505,452
IssuesEvent
2016-10-11 10:47:07
Kunstmaan/KunstmaanBundlesCMS
https://api.github.com/repos/Kunstmaan/KunstmaanBundlesCMS
closed
Sidebar should not be shown when it has no content
Priority: Normal Profile: Backend Profile: Frontend Target audience: Developers Type: Bugfix
When you extend the default admin layout, and overwrite the sidebar block to remove all contents, the sidebar should not be shown. ![screenshot 2015-04-09 16 20 55](https://cloud.githubusercontent.com/assets/517574/7068717/95d9f11e-ded4-11e4-8558-e77e446ff92d.png)
1.0
Sidebar should not be shown when it has no content - When you extend the default admin layout, and overwrite the sidebar block to remove all contents, the sidebar should not be shown. ![screenshot 2015-04-09 16 20 55](https://cloud.githubusercontent.com/assets/517574/7068717/95d9f11e-ded4-11e4-8558-e77e446ff92d.png)
non_test
sidebar should not be shown when it has no content when you extend the default admin layout and overwrite the sidebar block to remove all contents the sidebar should not be shown
0
755,844
26,442,193,113
IssuesEvent
2023-01-16 02:09:53
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
[Ashenvale] Multiple issues with Mugglefin (rare)
20-29 DB Priority-Low Needs sniff
Bracket 20-29 ### Current Behaviour Mugglefin (https://wowgaming.altervista.org/aowow/?npc=10643) is missing movement and has wrong spawn timer (2.75h currently). Potentially missing spawn point. ![mugglefin2](https://user-images.githubusercontent.com/80769357/132240504-31f5d6d2-6601-41a7-8b72-6d55809f579b.jpg) ![mugglefin](https://user-images.githubusercontent.com/80769357/132242305-9b19ad10-de25-490b-af22-1ffd1d9fd9c7.jpg) Tested on local AC too. ### Expected Blizzlike Behaviour Mugglefin should be roaming around his spawn points and should be on 8.5-12.5h respawn. ![mugglefin1](https://user-images.githubusercontent.com/80769357/132240573-03869932-8a20-44c7-aa7b-33b471327f59.jpg) ### Source https://tbc.wowhead.com/npc=10643/mugglefin https://wowpedia.fandom.com/wiki/Mugglefin ### Steps to reproduce the problem 1. Teleport to GUID 51884 2. Observe no movement 3. Check spawn time in DB ### Extra Notes The sources clearly state he roams around his spawn pointS. He only has one spawn currently. Wowhead map shows his movement all around the shores and in the Lake Falathim - perhaps a spawn point north of the island in the lake and a spawn point south of the island in the lake, he does a circle on the shore and into lake? https://tbc.wowhead.com/npc=10643/mugglefin#map Can't find any videos from retail wow. ### AC rev. hash/commit AzerothCore rev. 728839b ### Operating system Windows 7 x64 ### Custom changes or Modules _No response_
1.0
[Ashenvale] Multiple issues with Mugglefin (rare) - Bracket 20-29 ### Current Behaviour Mugglefin (https://wowgaming.altervista.org/aowow/?npc=10643) is missing movement and has wrong spawn timer (2.75h currently). Potentially missing spawn point. ![mugglefin2](https://user-images.githubusercontent.com/80769357/132240504-31f5d6d2-6601-41a7-8b72-6d55809f579b.jpg) ![mugglefin](https://user-images.githubusercontent.com/80769357/132242305-9b19ad10-de25-490b-af22-1ffd1d9fd9c7.jpg) Tested on local AC too. ### Expected Blizzlike Behaviour Mugglefin should be roaming around his spawn points and should be on 8.5-12.5h respawn. ![mugglefin1](https://user-images.githubusercontent.com/80769357/132240573-03869932-8a20-44c7-aa7b-33b471327f59.jpg) ### Source https://tbc.wowhead.com/npc=10643/mugglefin https://wowpedia.fandom.com/wiki/Mugglefin ### Steps to reproduce the problem 1. Teleport to GUID 51884 2. Observe no movement 3. Check spawn time in DB ### Extra Notes The sources clearly state he roams around his spawn pointS. He only has one spawn currently. Wowhead map shows his movement all around the shores and in the Lake Falathim - perhaps a spawn point north of the island in the lake and a spawn point south of the island in the lake, he does a circle on the shore and into lake? https://tbc.wowhead.com/npc=10643/mugglefin#map Can't find any videos from retail wow. ### AC rev. hash/commit AzerothCore rev. 728839b ### Operating system Windows 7 x64 ### Custom changes or Modules _No response_
non_test
multiple issues with mugglefin rare bracket current behaviour mugglefin is missing movement and has wrong spawn timer currently potentially missing spawn point tested on local ac too expected blizzlike behaviour mugglefin should be roaming around his spawn points and should be on respawn source steps to reproduce the problem teleport to guid observe no movement check spawn time in db extra notes the sources clearly state he roams around his spawn points he only has one spawn currently wowhead map shows his movement all around the shores and in the lake falathim perhaps a spawn point north of the island in the lake and a spawn point south of the island in the lake he does a circle on the shore and into lake can t find any videos from retail wow ac rev hash commit azerothcore rev operating system windows custom changes or modules no response
0
122,971
10,242,467,509
IssuesEvent
2019-08-20 05:06:34
mac-gallagher/Shuffle
https://api.github.com/repos/mac-gallagher/Shuffle
opened
Write tests for CardStackAnimationOptions.swift
test coverage
Need 100% test coverage for `CardStackAnimationOptions.swift`, currently at 79%.
1.0
Write tests for CardStackAnimationOptions.swift - Need 100% test coverage for `CardStackAnimationOptions.swift`, currently at 79%.
test
write tests for cardstackanimationoptions swift need test coverage for cardstackanimationoptions swift currently at
1
104,926
9,012,537,809
IssuesEvent
2019-02-05 17:06:56
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Investigate flaky test-worker-exit-code on Windows CI
CI / flaky test windows worker
https://ci.nodejs.org/job/node-test-binary-windows/23427/COMPILED_BY=vs2017,RUNNER=win2008r2-vs2017,RUN_SUBSET=0/console test-rackspace-win2008r2-x64-4 ```console 07:23:03 not ok 535 parallel/test-worker-exit-code 07:23:03 --- 07:23:03 duration_ms: 120.167 07:23:03 severity: fail 07:23:03 exitcode: 1 07:23:03 stack: |- 07:23:03 timeout 07:23:03 ok - 0 exited with 42 07:23:03 ok - 1 exited with 42 07:23:03 ok - 2 exited with 0 07:23:03 ok - 4 exited with 99 07:23:03 Error: ok 07:23:03 at Object.exitWithOneOnUncaught [as func] (c:\workspace\node-test-binary-windows\test\fixtures\process-exit-code-cases.js:47:9) 07:23:03 at MessagePort.parentPort.once (c:\workspace\node-test-binary-windows\test\parallel\test-worker-exit-code.js:23:54) 07:23:03 at Object.onceWrapper (events.js:285:13) 07:23:03 at MessagePort.emit (events.js:197:13) 07:23:03 at MessagePort.onmessage (internal/worker/io.js:68:8) 07:23:03 ok - 3 exited with 1 07:23:03 ok - 5 exited with 0 07:23:03 ok - 6 exited with 97 07:23:03 Error: ok 07:23:03 at Object.changeCodeInExitWithUncaught [as func] (c:\workspace\node-test-binary-windows\test\fixtures\process-exit-code-cases.js:93:9) 07:23:03 at MessagePort.parentPort.once (c:\workspace\node-test-binary-windows\test\parallel\test-worker-exit-code.js:23:54) 07:23:03 at Object.onceWrapper (events.js:285:13) 07:23:03 at MessagePort.emit (events.js:197:13) 07:23:03 at MessagePort.onmessage (internal/worker/io.js:68:8) 07:23:03 Error: ok 07:23:03 at Object.exitWithZeroInExitWithUncaught [as func] (c:\workspace\node-test-binary-windows\test\fixtures\process-exit-code-cases.js:107:9) 07:23:03 at MessagePort.parentPort.once (c:\workspace\node-test-binary-windows\test\parallel\test-worker-exit-code.js:23:54) 07:23:03 at Object.onceWrapper (events.js:285:13) 07:23:03 at MessagePort.emit (events.js:197:13) 07:23:03 at MessagePort.onmessage (internal/worker/io.js:68:8) 07:23:03 ok - 7 exited with 98 07:23:03 ok - 8 exited with 0 07:23:03 ... ```
1.0
Investigate flaky test-worker-exit-code on Windows CI - https://ci.nodejs.org/job/node-test-binary-windows/23427/COMPILED_BY=vs2017,RUNNER=win2008r2-vs2017,RUN_SUBSET=0/console test-rackspace-win2008r2-x64-4 ```console 07:23:03 not ok 535 parallel/test-worker-exit-code 07:23:03 --- 07:23:03 duration_ms: 120.167 07:23:03 severity: fail 07:23:03 exitcode: 1 07:23:03 stack: |- 07:23:03 timeout 07:23:03 ok - 0 exited with 42 07:23:03 ok - 1 exited with 42 07:23:03 ok - 2 exited with 0 07:23:03 ok - 4 exited with 99 07:23:03 Error: ok 07:23:03 at Object.exitWithOneOnUncaught [as func] (c:\workspace\node-test-binary-windows\test\fixtures\process-exit-code-cases.js:47:9) 07:23:03 at MessagePort.parentPort.once (c:\workspace\node-test-binary-windows\test\parallel\test-worker-exit-code.js:23:54) 07:23:03 at Object.onceWrapper (events.js:285:13) 07:23:03 at MessagePort.emit (events.js:197:13) 07:23:03 at MessagePort.onmessage (internal/worker/io.js:68:8) 07:23:03 ok - 3 exited with 1 07:23:03 ok - 5 exited with 0 07:23:03 ok - 6 exited with 97 07:23:03 Error: ok 07:23:03 at Object.changeCodeInExitWithUncaught [as func] (c:\workspace\node-test-binary-windows\test\fixtures\process-exit-code-cases.js:93:9) 07:23:03 at MessagePort.parentPort.once (c:\workspace\node-test-binary-windows\test\parallel\test-worker-exit-code.js:23:54) 07:23:03 at Object.onceWrapper (events.js:285:13) 07:23:03 at MessagePort.emit (events.js:197:13) 07:23:03 at MessagePort.onmessage (internal/worker/io.js:68:8) 07:23:03 Error: ok 07:23:03 at Object.exitWithZeroInExitWithUncaught [as func] (c:\workspace\node-test-binary-windows\test\fixtures\process-exit-code-cases.js:107:9) 07:23:03 at MessagePort.parentPort.once (c:\workspace\node-test-binary-windows\test\parallel\test-worker-exit-code.js:23:54) 07:23:03 at Object.onceWrapper (events.js:285:13) 07:23:03 at MessagePort.emit (events.js:197:13) 07:23:03 at MessagePort.onmessage (internal/worker/io.js:68:8) 07:23:03 ok - 7 exited with 98 07:23:03 ok - 8 exited with 0 07:23:03 ... ```
test
investigate flaky test worker exit code on windows ci test rackspace console not ok parallel test worker exit code duration ms severity fail exitcode stack timeout ok exited with ok exited with ok exited with ok exited with error ok at object exitwithoneonuncaught c workspace node test binary windows test fixtures process exit code cases js at messageport parentport once c workspace node test binary windows test parallel test worker exit code js at object oncewrapper events js at messageport emit events js at messageport onmessage internal worker io js ok exited with ok exited with ok exited with error ok at object changecodeinexitwithuncaught c workspace node test binary windows test fixtures process exit code cases js at messageport parentport once c workspace node test binary windows test parallel test worker exit code js at object oncewrapper events js at messageport emit events js at messageport onmessage internal worker io js error ok at object exitwithzeroinexitwithuncaught c workspace node test binary windows test fixtures process exit code cases js at messageport parentport once c workspace node test binary windows test parallel test worker exit code js at object oncewrapper events js at messageport emit events js at messageport onmessage internal worker io js ok exited with ok exited with
1
153,974
12,179,353,709
IssuesEvent
2020-04-28 10:31:42
pbrezina/sssd-test
https://api.github.com/repos/pbrezina/sssd-test
opened
Integration tests: Test authentication + authorisation
Tests
Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/2821 - Created at 2015-10-07 08:24:28 by [lslebodn](https://pagure.io/user/lslebodn) - Assigned to nobody --- This test requires pam_wrapper (su_wrapper). And it should prepare sample test for pam responder and maybe also sudo responder. ### Comments --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-10-07 08:29:29](https://pagure.io/SSSD/sssd/issue/2821#242495)** Fields changed cc: => #2822 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-10-07 11:27:34](https://pagure.io/SSSD/sssd/issue/2821#242496)** I would like to work on this ticket as part of making pam_wrapper useful owner: somebody => jhrozek --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-10-07 11:40:21](https://pagure.io/SSSD/sssd/issue/2821#242497)** Tests don't need BZ clone rhbz: => 0 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-10-08 23:26:20](https://pagure.io/SSSD/sssd/issue/2821#242498)** Fields changed milestone: NEEDS_TRIAGE => SSSD 1.13.3 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-12-10 16:38:09](https://pagure.io/SSSD/sssd/issue/2821#242499)** Unfortunately we need to release 1.13.3 tarball soon and this ticket depends on pam_wrapper which is still under review.. milestone: SSSD 1.13.3 => SSSD 1.14 alpha --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2016-06-20 12:00:29](https://pagure.io/SSSD/sssd/issue/2821#242500)** Fields changed milestone: SSSD 1.14 alpha => SSSD Continuous integration --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2016-10-07 12:02:48](https://pagure.io/SSSD/sssd/issue/2821#242501)** This is a task for the next milestone, we need to upstream the pam-wrapper tests. milestone: SSSD Continuous integration => SSSD 1.15 Alpha --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-01-25 12:15:48](https://pagure.io/SSSD/sssd/issue/2821#242502)** Fields changed milestone: SSSD 1.15.0 => SSSD 1.15 Beta --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-02-24 15:06:52](https://pagure.io/SSSD/sssd/issue/2821#242503)** **Metadata Update from @lslebodn**: - Issue assigned to jhrozek - Issue marked as blocked by: #2822 - Issue set to the milestone: SSSD 1.15.3 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-03-31 18:08:44](https://pagure.io/SSSD/sssd/issue/2821#434528)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from 0) - Custom field mark reset (from 0) - Custom field patch reset (from 0) - Custom field review reset (from 0) - Custom field sensitive reset (from 0) - Custom field testsupdated reset (from 0) - Issue **un**marked as depending on: #2822 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-03-31 18:11:00](https://pagure.io/SSSD/sssd/issue/2821#434537)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 1.15.4 (was: SSSD 1.15.3) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-08-18 16:58:45](https://pagure.io/SSSD/sssd/issue/2821#458787)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue tagged with: cleanup-one-sixteen --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-08-23 17:21:16](https://pagure.io/SSSD/sssd/issue/2821#459971)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue **un**tagged with: cleanup-one-sixteen - Issue set to the milestone: SSSD 1.16.0 (was: SSSD 1.15.4) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-10-19 20:22:53](https://pagure.io/SSSD/sssd/issue/2821#473612)** Since we are required to release a new upstream tarball no later than Friday Oct-20, I'm moving tickets that will not be closed by that date to the next milestone, 1.16.1 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-10-19 20:22:54](https://pagure.io/SSSD/sssd/issue/2821#473613)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 1.16.1 (was: SSSD 1.16.0) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-12-15 20:01:11](https://pagure.io/SSSD/sssd/issue/2821#484940)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue tagged with: postpone-to-2-0 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2018-01-08 17:57:04](https://pagure.io/SSSD/sssd/issue/2821#487227)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue **un**tagged with: postpone-to-2-0 - Issue set to the milestone: SSSD 2.0 (was: SSSD 1.16.1) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2018-03-20 13:53:39](https://pagure.io/SSSD/sssd/issue/2821#500566)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue priority set to: trivial (was: major) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2018-08-13 11:12:00](https://pagure.io/SSSD/sssd/issue/2821#525891)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 2.1 (was: SSSD 2.0) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2019-02-22 15:53:03](https://pagure.io/SSSD/sssd/issue/2821#555731)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 2.2 (was: SSSD 2.1) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2019-06-13 23:24:52](https://pagure.io/SSSD/sssd/issue/2821#576128)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 2.3 (was: SSSD 2.2) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2019-08-28 15:40:46](https://pagure.io/SSSD/sssd/issue/2821#593226)** **Metadata Update from @jhrozek**: - Assignee reset --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2020-03-11 11:13:35](https://pagure.io/SSSD/sssd/issue/2821#632232)** **Metadata Update from @thalman**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue tagged with: tests
1.0
Integration tests: Test authentication + authorisation - Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/2821 - Created at 2015-10-07 08:24:28 by [lslebodn](https://pagure.io/user/lslebodn) - Assigned to nobody --- This test requires pam_wrapper (su_wrapper). And it should prepare sample test for pam responder and maybe also sudo responder. ### Comments --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-10-07 08:29:29](https://pagure.io/SSSD/sssd/issue/2821#242495)** Fields changed cc: => #2822 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-10-07 11:27:34](https://pagure.io/SSSD/sssd/issue/2821#242496)** I would like to work on this ticket as part of making pam_wrapper useful owner: somebody => jhrozek --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-10-07 11:40:21](https://pagure.io/SSSD/sssd/issue/2821#242497)** Tests don't need BZ clone rhbz: => 0 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-10-08 23:26:20](https://pagure.io/SSSD/sssd/issue/2821#242498)** Fields changed milestone: NEEDS_TRIAGE => SSSD 1.13.3 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2015-12-10 16:38:09](https://pagure.io/SSSD/sssd/issue/2821#242499)** Unfortunately we need to release 1.13.3 tarball soon and this ticket depends on pam_wrapper which is still under review.. milestone: SSSD 1.13.3 => SSSD 1.14 alpha --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2016-06-20 12:00:29](https://pagure.io/SSSD/sssd/issue/2821#242500)** Fields changed milestone: SSSD 1.14 alpha => SSSD Continuous integration --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2016-10-07 12:02:48](https://pagure.io/SSSD/sssd/issue/2821#242501)** This is a task for the next milestone, we need to upstream the pam-wrapper tests. milestone: SSSD Continuous integration => SSSD 1.15 Alpha --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-01-25 12:15:48](https://pagure.io/SSSD/sssd/issue/2821#242502)** Fields changed milestone: SSSD 1.15.0 => SSSD 1.15 Beta --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-02-24 15:06:52](https://pagure.io/SSSD/sssd/issue/2821#242503)** **Metadata Update from @lslebodn**: - Issue assigned to jhrozek - Issue marked as blocked by: #2822 - Issue set to the milestone: SSSD 1.15.3 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-03-31 18:08:44](https://pagure.io/SSSD/sssd/issue/2821#434528)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from 0) - Custom field mark reset (from 0) - Custom field patch reset (from 0) - Custom field review reset (from 0) - Custom field sensitive reset (from 0) - Custom field testsupdated reset (from 0) - Issue **un**marked as depending on: #2822 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-03-31 18:11:00](https://pagure.io/SSSD/sssd/issue/2821#434537)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 1.15.4 (was: SSSD 1.15.3) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-08-18 16:58:45](https://pagure.io/SSSD/sssd/issue/2821#458787)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue tagged with: cleanup-one-sixteen --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-08-23 17:21:16](https://pagure.io/SSSD/sssd/issue/2821#459971)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue **un**tagged with: cleanup-one-sixteen - Issue set to the milestone: SSSD 1.16.0 (was: SSSD 1.15.4) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-10-19 20:22:53](https://pagure.io/SSSD/sssd/issue/2821#473612)** Since we are required to release a new upstream tarball no later than Friday Oct-20, I'm moving tickets that will not be closed by that date to the next milestone, 1.16.1 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-10-19 20:22:54](https://pagure.io/SSSD/sssd/issue/2821#473613)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 1.16.1 (was: SSSD 1.16.0) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2017-12-15 20:01:11](https://pagure.io/SSSD/sssd/issue/2821#484940)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue tagged with: postpone-to-2-0 --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2018-01-08 17:57:04](https://pagure.io/SSSD/sssd/issue/2821#487227)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue **un**tagged with: postpone-to-2-0 - Issue set to the milestone: SSSD 2.0 (was: SSSD 1.16.1) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2018-03-20 13:53:39](https://pagure.io/SSSD/sssd/issue/2821#500566)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue priority set to: trivial (was: major) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2018-08-13 11:12:00](https://pagure.io/SSSD/sssd/issue/2821#525891)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 2.1 (was: SSSD 2.0) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2019-02-22 15:53:03](https://pagure.io/SSSD/sssd/issue/2821#555731)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 2.2 (was: SSSD 2.1) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2019-06-13 23:24:52](https://pagure.io/SSSD/sssd/issue/2821#576128)** **Metadata Update from @jhrozek**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue set to the milestone: SSSD 2.3 (was: SSSD 2.2) --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2019-08-28 15:40:46](https://pagure.io/SSSD/sssd/issue/2821#593226)** **Metadata Update from @jhrozek**: - Assignee reset --- **Comment from [lslebodn](https://pagure.io/user/lslebodn) at [2020-03-11 11:13:35](https://pagure.io/SSSD/sssd/issue/2821#632232)** **Metadata Update from @thalman**: - Custom field design_review reset (from false) - Custom field mark reset (from false) - Custom field patch reset (from false) - Custom field review reset (from false) - Custom field sensitive reset (from false) - Custom field testsupdated reset (from false) - Issue tagged with: tests
test
integration tests test authentication authorisation cloned from pagure issue created at by assigned to nobody this test requires pam wrapper su wrapper and it should prepare sample test for pam responder and maybe also sudo responder comments comment from at fields changed cc comment from at i would like to work on this ticket as part of making pam wrapper useful owner somebody jhrozek comment from at tests don t need bz clone rhbz comment from at fields changed milestone needs triage sssd comment from at unfortunately we need to release tarball soon and this ticket depends on pam wrapper which is still under review milestone sssd sssd alpha comment from at fields changed milestone sssd alpha sssd continuous integration comment from at this is a task for the next milestone we need to upstream the pam wrapper tests milestone sssd continuous integration sssd alpha comment from at fields changed milestone sssd sssd beta comment from at metadata update from lslebodn issue assigned to jhrozek issue marked as blocked by issue set to the milestone sssd comment from at metadata update from jhrozek custom field design review reset from custom field mark reset from custom field patch reset from custom field review reset from custom field sensitive reset from custom field testsupdated reset from issue un marked as depending on comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue set to the milestone sssd was sssd comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue tagged with cleanup one sixteen comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue un tagged with cleanup one sixteen issue set to the milestone sssd was sssd comment from at since we are required to release a new upstream tarball no later than friday oct i m moving tickets that will not be closed by that date to the next milestone comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue set to the milestone sssd was sssd comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue tagged with postpone to comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue un tagged with postpone to issue set to the milestone sssd was sssd comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue priority set to trivial was major comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue set to the milestone sssd was sssd comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue set to the milestone sssd was sssd comment from at metadata update from jhrozek custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue set to the milestone sssd was sssd comment from at metadata update from jhrozek assignee reset comment from at metadata update from thalman custom field design review reset from false custom field mark reset from false custom field patch reset from false custom field review reset from false custom field sensitive reset from false custom field testsupdated reset from false issue tagged with tests
1
48,146
25,380,688,346
IssuesEvent
2022-11-21 17:17:42
AurelienLab/oc-projet4
https://api.github.com/repos/AurelienLab/oc-projet4
closed
Script chargés au début du document
Performance
Déplacer les chargements de script en fin de page ou utiliser defer / async
True
Script chargés au début du document - Déplacer les chargements de script en fin de page ou utiliser defer / async
non_test
script chargés au début du document déplacer les chargements de script en fin de page ou utiliser defer async
0
416,828
12,152,018,204
IssuesEvent
2020-04-24 21:13:06
TykTechnologies/tyk
https://api.github.com/repos/TykTechnologies/tyk
closed
Proposal: Add validation Schema to plugin manifest and enable plugin config via GUI
Priority: Medium enhancement requires planning wontfix
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** To send custom configuration data to a plugin I must add it manually to the config object in the api definition. This data is not validated and so errors can occur. **What is the expected behavior?** I should be able to add a JSON Schema to the manifest that will be used to validate custom config data. This Schema should also be available to the dashboard (perhaps via a gateway service call). Then the dashboard could: 1. Validate the custom config field at UI level 2. More advanced: generate an input form so plugin configuration can be done with a GUI
1.0
Proposal: Add validation Schema to plugin manifest and enable plugin config via GUI - **Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** To send custom configuration data to a plugin I must add it manually to the config object in the api definition. This data is not validated and so errors can occur. **What is the expected behavior?** I should be able to add a JSON Schema to the manifest that will be used to validate custom config data. This Schema should also be available to the dashboard (perhaps via a gateway service call). Then the dashboard could: 1. Validate the custom config field at UI level 2. More advanced: generate an input form so plugin configuration can be done with a GUI
non_test
proposal add validation schema to plugin manifest and enable plugin config via gui do you want to request a feature or report a bug feature what is the current behavior to send custom configuration data to a plugin i must add it manually to the config object in the api definition this data is not validated and so errors can occur what is the expected behavior i should be able to add a json schema to the manifest that will be used to validate custom config data this schema should also be available to the dashboard perhaps via a gateway service call then the dashboard could validate the custom config field at ui level more advanced generate an input form so plugin configuration can be done with a gui
0
99,268
8,695,492,350
IssuesEvent
2018-12-04 15:17:54
w3c/svgwg
https://api.github.com/repos/w3c/svgwg
closed
vector-effect host coordinate space is not "screen"
Co-ordinates chapter Needs editing Needs tests
The spec text for rendering of `vector-effect: non-scaling-stroke` says: > With the non-scaling-stroke vector effect, stroke outline shall be calculated in the "host" coordinate space instead of user coordinate system. More precisely: a user agent establishes a host coordinate space which in SVG Tiny 1.2 is always the same as "screen coordinate space". https://svgwg.org/svg2-draft/painting.html#PaintingVectorEffects The definition of `vector-effect` in the spec has the following: > **viewport** > Specifies immediate viewport coordinate system as the host coordinate space. When that element belongs to nested viewport coordinate system, vector effects are applied toward viewport coordinate system to which that element belongs directly. That is, that vector effect is not effective for change of CTM on ancestral viewport coordinate system. > > **screen** > It specifies the coordinate system of content which under the immediate control of user agent. So to speak, it is "scrren" which user agent has. ("screen coordinate space" in SVGT1.2) Even if that element belongs to nested viewport coordinate system, that vector effect is always effective for change of CTM of the any hierarchy. `viewport` is the default: > An initial value in case it is not specified is **viewport**. https://svgwg.org/svg2-draft/coords.html#VectorEffects Nothing of that is what browsers implement. I tested the following scenarios `<rect>` with `non-scaling-stroke`: 1. in nested, inner SVG element with `viewBox` scaling. https://codepen.io/krit/pen/KrMgWd?editors=1100 2. in inline SVG with CSS Transform on root-`<div>` box: https://codepen.io/krit/pen/RqRRgZ?editors=1100 3. in inline SVG within `<div>`-box within `<foreignObject>` in SVG document. https://codepen.io/krit/pen/xQOOBg?editors=1100 4. in 3D rendering context with 2D transform on group element establishing 3D rendering context. https://codepen.io/krit/pen/ZmOpaL?editors=1100 (only Firefox) All examples have an overlaying `<rect>` which is not in a scaled coordinate space as reference. If you see red, then `non-scaling-stroke` does not apply to the same context as the reference `<rect>`. **Findings:** * The "host" coordinate system is the one on context change (SVG embedded in HTML context). Even inside a `<foreignObject>` the context change would be on a boundary to HTML. TODO: Test SVG only contexts within `<foreignObject>` * A 3D rendering context does (surprisingly) not force the use of the coordinate system on that boundary. (Maybe more tests are needed.) * Not the _nearest_ SVG viewport but the _furthest_ SVG viewport is the host coordinate system. This behavior is interoperable in Chrome, Firefox and WebKit. **Suggestion:** Use the _furthest_ SVG viewport to the element with `vector-effect` or a context boundary to HTML as the host coordinate system. What ever comes first is chosen.
1.0
vector-effect host coordinate space is not "screen" - The spec text for rendering of `vector-effect: non-scaling-stroke` says: > With the non-scaling-stroke vector effect, stroke outline shall be calculated in the "host" coordinate space instead of user coordinate system. More precisely: a user agent establishes a host coordinate space which in SVG Tiny 1.2 is always the same as "screen coordinate space". https://svgwg.org/svg2-draft/painting.html#PaintingVectorEffects The definition of `vector-effect` in the spec has the following: > **viewport** > Specifies immediate viewport coordinate system as the host coordinate space. When that element belongs to nested viewport coordinate system, vector effects are applied toward viewport coordinate system to which that element belongs directly. That is, that vector effect is not effective for change of CTM on ancestral viewport coordinate system. > > **screen** > It specifies the coordinate system of content which under the immediate control of user agent. So to speak, it is "scrren" which user agent has. ("screen coordinate space" in SVGT1.2) Even if that element belongs to nested viewport coordinate system, that vector effect is always effective for change of CTM of the any hierarchy. `viewport` is the default: > An initial value in case it is not specified is **viewport**. https://svgwg.org/svg2-draft/coords.html#VectorEffects Nothing of that is what browsers implement. I tested the following scenarios `<rect>` with `non-scaling-stroke`: 1. in nested, inner SVG element with `viewBox` scaling. https://codepen.io/krit/pen/KrMgWd?editors=1100 2. in inline SVG with CSS Transform on root-`<div>` box: https://codepen.io/krit/pen/RqRRgZ?editors=1100 3. in inline SVG within `<div>`-box within `<foreignObject>` in SVG document. https://codepen.io/krit/pen/xQOOBg?editors=1100 4. in 3D rendering context with 2D transform on group element establishing 3D rendering context. https://codepen.io/krit/pen/ZmOpaL?editors=1100 (only Firefox) All examples have an overlaying `<rect>` which is not in a scaled coordinate space as reference. If you see red, then `non-scaling-stroke` does not apply to the same context as the reference `<rect>`. **Findings:** * The "host" coordinate system is the one on context change (SVG embedded in HTML context). Even inside a `<foreignObject>` the context change would be on a boundary to HTML. TODO: Test SVG only contexts within `<foreignObject>` * A 3D rendering context does (surprisingly) not force the use of the coordinate system on that boundary. (Maybe more tests are needed.) * Not the _nearest_ SVG viewport but the _furthest_ SVG viewport is the host coordinate system. This behavior is interoperable in Chrome, Firefox and WebKit. **Suggestion:** Use the _furthest_ SVG viewport to the element with `vector-effect` or a context boundary to HTML as the host coordinate system. What ever comes first is chosen.
test
vector effect host coordinate space is not screen the spec text for rendering of vector effect non scaling stroke says with the non scaling stroke vector effect stroke outline shall be calculated in the host coordinate space instead of user coordinate system more precisely a user agent establishes a host coordinate space which in svg tiny is always the same as screen coordinate space the definition of vector effect in the spec has the following viewport specifies immediate viewport coordinate system as the host coordinate space when that element belongs to nested viewport coordinate system vector effects are applied toward viewport coordinate system to which that element belongs directly that is that vector effect is not effective for change of ctm on ancestral viewport coordinate system screen it specifies the coordinate system of content which under the immediate control of user agent so to speak it is scrren which user agent has screen coordinate space in even if that element belongs to nested viewport coordinate system that vector effect is always effective for change of ctm of the any hierarchy viewport is the default an initial value in case it is not specified is viewport nothing of that is what browsers implement i tested the following scenarios with non scaling stroke in nested inner svg element with viewbox scaling in inline svg with css transform on root box in inline svg within box within in svg document in rendering context with transform on group element establishing rendering context only firefox all examples have an overlaying which is not in a scaled coordinate space as reference if you see red then non scaling stroke does not apply to the same context as the reference findings the host coordinate system is the one on context change svg embedded in html context even inside a the context change would be on a boundary to html todo test svg only contexts within a rendering context does surprisingly not force the use of the coordinate system on that boundary maybe more tests are needed not the nearest svg viewport but the furthest svg viewport is the host coordinate system this behavior is interoperable in chrome firefox and webkit suggestion use the furthest svg viewport to the element with vector effect or a context boundary to html as the host coordinate system what ever comes first is chosen
1
46,784
11,886,251,829
IssuesEvent
2020-03-27 21:26:55
MicrosoftDocs/visualstudio-docs
https://api.github.com/repos/MicrosoftDocs/visualstudio-docs
closed
What are the valid target name format
Pri2 doc-bug msbuild/tech visual-studio-windows/prod
Are there any restriction on the characters in the name e.g. can I use a name like mycompany.mytarget or should I add an xmlns:myxmlns="mycompany.com" and use myxmlns:mytarget --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 2edf4455-765e-3107-5b5b-11162a965b65 * Version Independent ID: 37110ada-36c1-f545-d0e0-1c5bacbf71ab * Content: [Target Element (MSBuild) - Visual Studio](https://docs.microsoft.com/en-us/visualstudio/msbuild/target-element-msbuild?view=vs-2019#feedback) * Content Source: [docs/msbuild/target-element-msbuild.md](https://github.com/MicrosoftDocs/visualstudio-docs/blob/master/docs/msbuild/target-element-msbuild.md) * Product: **visual-studio-windows** * Technology: **msbuild** * GitHub Login: @ghogen * Microsoft Alias: **ghogen**
1.0
What are the valid target name format - Are there any restriction on the characters in the name e.g. can I use a name like mycompany.mytarget or should I add an xmlns:myxmlns="mycompany.com" and use myxmlns:mytarget --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 2edf4455-765e-3107-5b5b-11162a965b65 * Version Independent ID: 37110ada-36c1-f545-d0e0-1c5bacbf71ab * Content: [Target Element (MSBuild) - Visual Studio](https://docs.microsoft.com/en-us/visualstudio/msbuild/target-element-msbuild?view=vs-2019#feedback) * Content Source: [docs/msbuild/target-element-msbuild.md](https://github.com/MicrosoftDocs/visualstudio-docs/blob/master/docs/msbuild/target-element-msbuild.md) * Product: **visual-studio-windows** * Technology: **msbuild** * GitHub Login: @ghogen * Microsoft Alias: **ghogen**
non_test
what are the valid target name format are there any restriction on the characters in the name e g can i use a name like mycompany mytarget or should i add an xmlns myxmlns mycompany com and use myxmlns mytarget document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product visual studio windows technology msbuild github login ghogen microsoft alias ghogen
0
186,439
14,394,694,483
IssuesEvent
2020-12-03 01:54:28
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
evergreen-ci/evergreen: vendor/gopkg.in/mgo.v2/session_test.go; 5 LoC
fresh test tiny vendored
Found a possible issue in [evergreen-ci/evergreen](https://www.github.com/evergreen-ci/evergreen) at [vendor/gopkg.in/mgo.v2/session_test.go](https://github.com/evergreen-ci/evergreen/blob/335f9ee3f78248268784741d34bd447b17227d8d/vendor/gopkg.in/mgo.v2/session_test.go#L3538-L3542) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/evergreen-ci/evergreen/blob/335f9ee3f78248268784741d34bd447b17227d8d/vendor/gopkg.in/mgo.v2/session_test.go#L3538-L3542) <details> <summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary> ```go for _, item := range result { c.Logf("Item: %#v", &item) c.Assert(item.Value, Equals, expected[item.Id]) expected[item.Id] = -1 } ``` 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 item at line 3539 may start a goroutine </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: 335f9ee3f78248268784741d34bd447b17227d8d
1.0
evergreen-ci/evergreen: vendor/gopkg.in/mgo.v2/session_test.go; 5 LoC - Found a possible issue in [evergreen-ci/evergreen](https://www.github.com/evergreen-ci/evergreen) at [vendor/gopkg.in/mgo.v2/session_test.go](https://github.com/evergreen-ci/evergreen/blob/335f9ee3f78248268784741d34bd447b17227d8d/vendor/gopkg.in/mgo.v2/session_test.go#L3538-L3542) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/evergreen-ci/evergreen/blob/335f9ee3f78248268784741d34bd447b17227d8d/vendor/gopkg.in/mgo.v2/session_test.go#L3538-L3542) <details> <summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary> ```go for _, item := range result { c.Logf("Item: %#v", &item) c.Assert(item.Value, Equals, expected[item.Id]) expected[item.Id] = -1 } ``` 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 item at line 3539 may start a goroutine </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: 335f9ee3f78248268784741d34bd447b17227d8d
test
evergreen ci evergreen vendor gopkg in mgo session test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer go for item range result c logf item v item c assert item value equals expected expected 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 item at line may start a goroutine 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
15,231
11,423,573,890
IssuesEvent
2020-02-03 16:08:04
dotnet/fsharp
https://api.github.com/repos/dotnet/fsharp
closed
Deterministic sourcepaths
Area-Compiler Area-Infrastructure Feature Request
Now that https://github.com/Microsoft/visualfsharp/pull/6609 is merged. Thanks @saul 🎉 Is FCS getting integrated with SourceLink and Deterministic switches like this Roslyn target? https://github.com/dotnet/roslyn/blob/2f57d11ecc36d11c06fc862dcb0de37c96d305d2/src/Compilers/Core/MSBuildTask/Microsoft.Managed.Core.targets It powers the automatic deterministic source paths when these props are set ``` <Deterministic>true</Deterministic> <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> ``` Which are documented for SourceLink https://github.com/dotnet/sourcelink/tree/master/docs#deterministicsourcepaths >Starting with .NET Core SDK 2.1.300 a fully deterministic build is turned on when both Deterministic and ContinuousIntegrationBuild properties are set to true. It seems [Microsoft.FSharp.NetSdk.targets](https://github.com/Microsoft/visualfsharp/blob/master/src/fsharp/FSharp.Build/Microsoft.FSharp.NetSdk.targets) should join in the fun!
1.0
Deterministic sourcepaths - Now that https://github.com/Microsoft/visualfsharp/pull/6609 is merged. Thanks @saul 🎉 Is FCS getting integrated with SourceLink and Deterministic switches like this Roslyn target? https://github.com/dotnet/roslyn/blob/2f57d11ecc36d11c06fc862dcb0de37c96d305d2/src/Compilers/Core/MSBuildTask/Microsoft.Managed.Core.targets It powers the automatic deterministic source paths when these props are set ``` <Deterministic>true</Deterministic> <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> ``` Which are documented for SourceLink https://github.com/dotnet/sourcelink/tree/master/docs#deterministicsourcepaths >Starting with .NET Core SDK 2.1.300 a fully deterministic build is turned on when both Deterministic and ContinuousIntegrationBuild properties are set to true. It seems [Microsoft.FSharp.NetSdk.targets](https://github.com/Microsoft/visualfsharp/blob/master/src/fsharp/FSharp.Build/Microsoft.FSharp.NetSdk.targets) should join in the fun!
non_test
deterministic sourcepaths now that is merged thanks saul 🎉 is fcs getting integrated with sourcelink and deterministic switches like this roslyn target it powers the automatic deterministic source paths when these props are set true true which are documented for sourcelink starting with net core sdk a fully deterministic build is turned on when both deterministic and continuousintegrationbuild properties are set to true it seems should join in the fun
0
28,382
13,651,670,966
IssuesEvent
2020-09-27 02:43:02
milvus-io/milvus
https://api.github.com/repos/milvus-io/milvus
closed
Searching time increased comparing with 0.10.* on index IVF_PQ when nq equals 1
Bug Bug | Severity | S2 type/performance
**Please state your issue using the following template and, most importantly, in English.** **Describe the bug** ![scrnli_9_17_2020_6-21-20 PM](https://user-images.githubusercontent.com/56623710/93458353-c6e75b80-f912-11ea-9c59-006a3a52e25a.png) if nq equals 100/1000, there is no performance gap between 0.10.* and 0.11.0: ![scrnli_9_17_2020_6-32-48 PM](https://user-images.githubusercontent.com/56623710/93459531-68bb7800-f914-11ea-89ee-38e18b2c1392.png) **Steps/Code to reproduce behavior** Tested on the same machine. ``` dataset: sift-10m index_type: ivf_pq index_param: m: 32 nlist: 16384 ``` **Expected behavior** A clear and concise description of what you expected to happen. **Method of installation** - [x] Docker/cpu - [ ] Docker/gpu - [ ] Build from source **Environment details** - Hardware/Softwars conditions (OS, CPU, GPU, Memory) - Milvus version (master or released version) **Configuration file** Settings you made in `server_config.yaml` or `milvus.yaml` ```yaml paste-file-content-here ``` **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here.
True
Searching time increased comparing with 0.10.* on index IVF_PQ when nq equals 1 - **Please state your issue using the following template and, most importantly, in English.** **Describe the bug** ![scrnli_9_17_2020_6-21-20 PM](https://user-images.githubusercontent.com/56623710/93458353-c6e75b80-f912-11ea-9c59-006a3a52e25a.png) if nq equals 100/1000, there is no performance gap between 0.10.* and 0.11.0: ![scrnli_9_17_2020_6-32-48 PM](https://user-images.githubusercontent.com/56623710/93459531-68bb7800-f914-11ea-89ee-38e18b2c1392.png) **Steps/Code to reproduce behavior** Tested on the same machine. ``` dataset: sift-10m index_type: ivf_pq index_param: m: 32 nlist: 16384 ``` **Expected behavior** A clear and concise description of what you expected to happen. **Method of installation** - [x] Docker/cpu - [ ] Docker/gpu - [ ] Build from source **Environment details** - Hardware/Softwars conditions (OS, CPU, GPU, Memory) - Milvus version (master or released version) **Configuration file** Settings you made in `server_config.yaml` or `milvus.yaml` ```yaml paste-file-content-here ``` **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here.
non_test
searching time increased comparing with on index ivf pq when nq equals please state your issue using the following template and most importantly in english describe the bug if nq equals there is no performance gap between and steps code to reproduce behavior tested on the same machine dataset sift index type ivf pq index param m nlist expected behavior a clear and concise description of what you expected to happen method of installation docker cpu docker gpu build from source environment details hardware softwars conditions os cpu gpu memory milvus version master or released version configuration file settings you made in server config yaml or milvus yaml yaml paste file content here screenshots if applicable add screenshots to help explain your problem additional context add any other context about the problem here
0
237,220
19,601,307,727
IssuesEvent
2022-01-06 01:54:04
apache/skywalking
https://api.github.com/repos/apache/skywalking
closed
Implement End to End testing with Cypress for SkyWalking UI
UI test
Fast, easy and reliable testing for anything that runs in a browser, which make app more reliable. So I plan to Implement this in UI.
1.0
Implement End to End testing with Cypress for SkyWalking UI - Fast, easy and reliable testing for anything that runs in a browser, which make app more reliable. So I plan to Implement this in UI.
test
implement end to end testing with cypress for skywalking ui fast easy and reliable testing for anything that runs in a browser which make app more reliable so i plan to implement this in ui
1
57,061
6,536,651,746
IssuesEvent
2017-08-31 18:59:46
coreos/etcd
https://api.github.com/repos/coreos/etcd
opened
v2v3: stabilize v2 emulation
area/testing kind/enhancement
- [ ] pass all e2e tests - [ ] pass integration tests - [ ] TTLs - [ ] migration - [ ] document v2 schema and a cross-checker would be nice
1.0
v2v3: stabilize v2 emulation - - [ ] pass all e2e tests - [ ] pass integration tests - [ ] TTLs - [ ] migration - [ ] document v2 schema and a cross-checker would be nice
test
stabilize emulation pass all tests pass integration tests ttls migration document schema and a cross checker would be nice
1
78,172
7,622,443,268
IssuesEvent
2018-05-03 12:13:36
xamarin/xamarin-android
https://api.github.com/repos/xamarin/xamarin-android
closed
BCL test 'TaskSchedulerTests.GetTaskSchedulersForDebugger_ReturnsDefaultScheduler' fails when the linker is enabled.
Area: Unit Tests
One of the "recently" added XUnit BCL tests is failing on Android when the linker is enabled. Could we update the test to make sure the needed components aren't linked away, or perhaps add a custom linker configuration to the XA BCL test project to preserve what is needed? ### Steps to Reproduce 1. Run the following test source in an XA app targeting the default 'Release' configuration (or enable thelinker). https://github.com/dotnet/corefx/blob/master/src/System.Threading.Tasks/tests/TaskScheduler/TaskSchedulerTests.cs#L295 <!-- If you have a repro project, you may drag & drop the .zip/etc. onto the issue editor to attach it. --> ### Version Information XA d15-7 (8.3.0.5) <!-- 1. On macOS and within Visual Studio, select Visual Studio > About Visual Studio, then click the Show Details button, then click the Copy Information button. 2. Paste below this comment block. --> ### Log File ```xml <test-case name="System.Threading.Tasks.Tests.TaskSchedulerTests.GetTaskSchedulersForDebugger_ReturnsDefaultScheduler" executed="True" result="Failure" success="False" time="0.0013152"> ``` ``` System.NullReferenceException : Object reference not set to an instance of an object</message> at System.Threading.Tasks.Tests.TaskSchedulerTests.GetTaskSchedulersForDebugger_ReturnsDefaultScheduler () [0x00019] in &lt;219485eabbb44d4fab42e790fa0e4a65&gt;:0 at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&amp;) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in &lt;7aedcdbd71b44fa6900d0e8ce879bddf&gt;:0 ```
1.0
BCL test 'TaskSchedulerTests.GetTaskSchedulersForDebugger_ReturnsDefaultScheduler' fails when the linker is enabled. - One of the "recently" added XUnit BCL tests is failing on Android when the linker is enabled. Could we update the test to make sure the needed components aren't linked away, or perhaps add a custom linker configuration to the XA BCL test project to preserve what is needed? ### Steps to Reproduce 1. Run the following test source in an XA app targeting the default 'Release' configuration (or enable thelinker). https://github.com/dotnet/corefx/blob/master/src/System.Threading.Tasks/tests/TaskScheduler/TaskSchedulerTests.cs#L295 <!-- If you have a repro project, you may drag & drop the .zip/etc. onto the issue editor to attach it. --> ### Version Information XA d15-7 (8.3.0.5) <!-- 1. On macOS and within Visual Studio, select Visual Studio > About Visual Studio, then click the Show Details button, then click the Copy Information button. 2. Paste below this comment block. --> ### Log File ```xml <test-case name="System.Threading.Tasks.Tests.TaskSchedulerTests.GetTaskSchedulersForDebugger_ReturnsDefaultScheduler" executed="True" result="Failure" success="False" time="0.0013152"> ``` ``` System.NullReferenceException : Object reference not set to an instance of an object</message> at System.Threading.Tasks.Tests.TaskSchedulerTests.GetTaskSchedulersForDebugger_ReturnsDefaultScheduler () [0x00019] in &lt;219485eabbb44d4fab42e790fa0e4a65&gt;:0 at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&amp;) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in &lt;7aedcdbd71b44fa6900d0e8ce879bddf&gt;:0 ```
test
bcl test taskschedulertests gettaskschedulersfordebugger returnsdefaultscheduler fails when the linker is enabled one of the recently added xunit bcl tests is failing on android when the linker is enabled could we update the test to make sure the needed components aren t linked away or perhaps add a custom linker configuration to the xa bcl test project to preserve what is needed steps to reproduce run the following test source in an xa app targeting the default release configuration or enable thelinker if you have a repro project you may drag drop the zip etc onto the issue editor to attach it version information xa on macos and within visual studio select visual studio about visual studio then click the show details button then click the copy information button paste below this comment block log file xml system nullreferenceexception object reference not set to an instance of an object at system threading tasks tests taskschedulertests gettaskschedulersfordebugger returnsdefaultscheduler in lt gt at wrapper managed to native system reflection monomethod internalinvoke system reflection monomethod object object system exception amp at system reflection monomethod invoke system object obj system reflection bindingflags invokeattr system reflection binder binder system object parameters system globalization cultureinfo culture in lt gt
1
334,537
29,872,943,144
IssuesEvent
2023-06-20 09:39:40
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
DISABLED test_bernoulli1_cpu (__main__.CpuTests)
triaged module: flaky-tests skipped module: inductor
Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_bernoulli1_cpu&suite=CpuTests) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/14027650098). Over the past 3 hours, it has been determined flaky in 2 workflow(s) with 2 failures and 2 successes. **Debugging instructions (after clicking on the recent samples link):** DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs. To find relevant log snippets: 1. Click on the workflow logs linked above 2. Click on the Test step of the job so that it is expanded. Otherwise, the grepping will not work. 3. Grep for `test_bernoulli1_cpu` 4. There should be several instances run (as flaky tests are rerun in CI) from which you can study the logs. Test file path: `inductor/test_torchinductor.py` or `inductor/test_torchinductor.py` cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @ngimel @yf225
1.0
DISABLED test_bernoulli1_cpu (__main__.CpuTests) - Platforms: rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_bernoulli1_cpu&suite=CpuTests) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/14027650098). Over the past 3 hours, it has been determined flaky in 2 workflow(s) with 2 failures and 2 successes. **Debugging instructions (after clicking on the recent samples link):** DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs. To find relevant log snippets: 1. Click on the workflow logs linked above 2. Click on the Test step of the job so that it is expanded. Otherwise, the grepping will not work. 3. Grep for `test_bernoulli1_cpu` 4. There should be several instances run (as flaky tests are rerun in CI) from which you can study the logs. Test file path: `inductor/test_torchinductor.py` or `inductor/test_torchinductor.py` cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @ngimel @yf225
test
disabled test cpu main cputests platforms rocm this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with failures and successes debugging instructions after clicking on the recent samples link do not assume things are okay if the ci is green we now shield flaky tests from developers so ci will thus be green but it will be harder to parse the logs to find relevant log snippets click on the workflow logs linked above click on the test step of the job so that it is expanded otherwise the grepping will not work grep for test cpu there should be several instances run as flaky tests are rerun in ci from which you can study the logs test file path inductor test torchinductor py or inductor test torchinductor py cc voznesenskym penguinwu eikanwang guobing chen xiaobingsuper zhuhaozhe blzheng xia weiwen wenzhe nrv jiayisunx ipiszy ngimel
1
301,253
26,029,102,433
IssuesEvent
2022-12-21 19:12:23
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
Slow execution time for health/40_diagnosis/Diagnosis REST test
>test Team:Data Management :Data Management/Health
This single REST test case consistently takes 30 seconds to execute. I'm not sure if there's some kind of timeout we are waiting to reach or something else that's blocking the test but when pretty much all other REST tests run in under 1 second this one is clearly standing out. ![image](https://user-images.githubusercontent.com/4106672/208793068-7c268c04-20e8-40e9-add0-cdc152afddcd.png) cc @andreidan
1.0
Slow execution time for health/40_diagnosis/Diagnosis REST test - This single REST test case consistently takes 30 seconds to execute. I'm not sure if there's some kind of timeout we are waiting to reach or something else that's blocking the test but when pretty much all other REST tests run in under 1 second this one is clearly standing out. ![image](https://user-images.githubusercontent.com/4106672/208793068-7c268c04-20e8-40e9-add0-cdc152afddcd.png) cc @andreidan
test
slow execution time for health diagnosis diagnosis rest test this single rest test case consistently takes seconds to execute i m not sure if there s some kind of timeout we are waiting to reach or something else that s blocking the test but when pretty much all other rest tests run in under second this one is clearly standing out cc andreidan
1
137,475
20,151,824,825
IssuesEvent
2022-02-09 13:09:26
ita-social-projects/horondi_client_be
https://api.github.com/repos/ita-social-projects/horondi_client_be
closed
Redesign confirm email according to the new design on BE
BackEnd redesign
Go to the figma mockups: https://www.figma.com/file/31cjkbgpUtNpcOhKM3Cp9O/horondi?node-id=7303%3A1306 Change your page, according to the new design Expected result: ![image](https://user-images.githubusercontent.com/62055382/142605466-02fe9aea-506d-4545-add1-2f7c0d03c301.png)
1.0
Redesign confirm email according to the new design on BE - Go to the figma mockups: https://www.figma.com/file/31cjkbgpUtNpcOhKM3Cp9O/horondi?node-id=7303%3A1306 Change your page, according to the new design Expected result: ![image](https://user-images.githubusercontent.com/62055382/142605466-02fe9aea-506d-4545-add1-2f7c0d03c301.png)
non_test
redesign confirm email according to the new design on be go to the figma mockups change your page according to the new design expected result
0
48,960
6,142,467,356
IssuesEvent
2017-06-27 00:47:22
hoburg/gpkit
https://api.github.com/repos/hoburg/gpkit
closed
An elegant way to remove constraints that contain certain variables from a model on the fly
design discussion
, has anyone come up with. Bonus points for specific combinations of variables.
1.0
An elegant way to remove constraints that contain certain variables from a model on the fly - , has anyone come up with. Bonus points for specific combinations of variables.
non_test
an elegant way to remove constraints that contain certain variables from a model on the fly has anyone come up with bonus points for specific combinations of variables
0
113,009
9,608,168,028
IssuesEvent
2019-05-12 03:04:05
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: jepsen-batch3/multi-register/majority-ring-start-kill-2 failed
C-test-failure O-roachtest O-robot
SHA: https://github.com/cockroachdb/cockroach/commits/45e15e05abff25e099ca59f4c5cb40a6cf695e6d Parameters: To repro, try: ``` # Don't forget to check out a clean suitable branch and experiment with the # stress invocation until the desired results present themselves. For example, # using stress instead of stressrace and passing the '-p' stressflag which # controls concurrency. ./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh cd ~/go/src/github.com/cockroachdb/cockroach && \ stdbuf -oL -eL \ make stressrace TESTS=jepsen-batch3/multi-register/majority-ring-start-kill-2 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log ``` Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1285294&tab=buildLog ``` The test failed on branch=master, cloud=gce: jepsen.go:260,jepsen.go:322,test.go:1251: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1285294-jepsen-batch3: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.142.0.45 -n 10.142.0.4 -n 10.142.0.18 -n 10.142.0.25 -n 10.142.0.6 \ --test multi-register --nemesis majority-ring --nemesis2 start-kill-2 \ > invoke.log 2>&1 \ " returned: stderr: stdout: Error: exit status 255 : exit status 1 ```
2.0
roachtest: jepsen-batch3/multi-register/majority-ring-start-kill-2 failed - SHA: https://github.com/cockroachdb/cockroach/commits/45e15e05abff25e099ca59f4c5cb40a6cf695e6d Parameters: To repro, try: ``` # Don't forget to check out a clean suitable branch and experiment with the # stress invocation until the desired results present themselves. For example, # using stress instead of stressrace and passing the '-p' stressflag which # controls concurrency. ./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh cd ~/go/src/github.com/cockroachdb/cockroach && \ stdbuf -oL -eL \ make stressrace TESTS=jepsen-batch3/multi-register/majority-ring-start-kill-2 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log ``` Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1285294&tab=buildLog ``` The test failed on branch=master, cloud=gce: jepsen.go:260,jepsen.go:322,test.go:1251: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1285294-jepsen-batch3: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.142.0.45 -n 10.142.0.4 -n 10.142.0.18 -n 10.142.0.25 -n 10.142.0.6 \ --test multi-register --nemesis majority-ring --nemesis2 start-kill-2 \ > invoke.log 2>&1 \ " returned: stderr: stdout: Error: exit status 255 : exit status 1 ```
test
roachtest jepsen multi register majority ring start kill failed sha parameters to repro try don t forget to check out a clean suitable branch and experiment with the stress invocation until the desired results present themselves for example using stress instead of stressrace and passing the p stressflag which controls concurrency scripts gceworker sh start scripts gceworker sh mosh cd go src github com cockroachdb cockroach stdbuf ol el make stressrace tests jepsen multi register majority ring start kill pkg roachtest testtimeout stressflags maxtime timeout tee tmp stress log failed test the test failed on branch master cloud gce jepsen go jepsen go test go home agent work go src github com cockroachdb cockroach 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 multi register nemesis majority ring start kill invoke log returned stderr stdout error exit status exit status
1
24,513
4,087,850,752
IssuesEvent
2016-06-01 11:44:52
researchstudio-sat/webofneeds
https://api.github.com/repos/researchstudio-sat/webofneeds
closed
not all incoming requests shown
bug testing
To reproduce, run node, owner and echo bot locally. Create a need. The echo bot will create 3 needs and send a connect request for each of them. You'll see 1,2, or 3 of them under 'Incoming Requests'. Only if you reload, you will see all three of them.
1.0
not all incoming requests shown - To reproduce, run node, owner and echo bot locally. Create a need. The echo bot will create 3 needs and send a connect request for each of them. You'll see 1,2, or 3 of them under 'Incoming Requests'. Only if you reload, you will see all three of them.
test
not all incoming requests shown to reproduce run node owner and echo bot locally create a need the echo bot will create needs and send a connect request for each of them you ll see or of them under incoming requests only if you reload you will see all three of them
1
132,617
10,760,532,372
IssuesEvent
2019-10-31 18:47:57
PulpQE/pulp-smash
https://api.github.com/repos/PulpQE/pulp-smash
closed
Automate https://pulp.plan.io/issues/2927
Issue Type: Test Case pulp 2 - closed - wontfix
This is a qpid bug Messages in resource manager queue are not persisted after restarting Qpid and cause tasks never start 1. systemctl stop pulp_resource_manager 2. Sync a repo 3. systemctl restart qpidd 4. systemctl start pulp_resource_manager
1.0
Automate https://pulp.plan.io/issues/2927 - This is a qpid bug Messages in resource manager queue are not persisted after restarting Qpid and cause tasks never start 1. systemctl stop pulp_resource_manager 2. Sync a repo 3. systemctl restart qpidd 4. systemctl start pulp_resource_manager
test
automate this is a qpid bug messages in resource manager queue are not persisted after restarting qpid and cause tasks never start systemctl stop pulp resource manager sync a repo systemctl restart qpidd systemctl start pulp resource manager
1
490
2,502,241,884
IssuesEvent
2015-01-09 05:55:01
fossology/fossology
https://api.github.com/repos/fossology/fossology
opened
demomod missing -h option
Category: demomod Component: Rank Component: Tester Priority: High Status: New Tracker: Bug
--- Author Name: **Bob Gobeille** Original Redmine Issue: 6153, http://www.fossology.org/issues/6153 Original Date: 2013/12/03 Original Assignee: Bob Gobeille --- demomod should have a -h option to print usage.
1.0
demomod missing -h option - --- Author Name: **Bob Gobeille** Original Redmine Issue: 6153, http://www.fossology.org/issues/6153 Original Date: 2013/12/03 Original Assignee: Bob Gobeille --- demomod should have a -h option to print usage.
test
demomod missing h option author name bob gobeille original redmine issue original date original assignee bob gobeille demomod should have a h option to print usage
1
200,597
15,801,749,515
IssuesEvent
2021-04-03 06:24:39
mabel-kang/ped
https://api.github.com/repos/mabel-kang/ped
opened
Screenshot for help command does not match actual result
severity.Low type.DocumentationBug
Screenshot given in User Guide for accessing of help page does not match the actual one shown when the help command is executed. expected as seen in user guide: ![image.png](https://raw.githubusercontent.com/mabel-kang/ped/main/files/48896253-4920-4525-a570-a27efa39f7fe.png) actual from jar: ![image.png](https://raw.githubusercontent.com/mabel-kang/ped/main/files/271e2462-3aea-4aa8-bbb8-d46917a21f2d.png) <!--session: 1617429915767-fd6a9294-c97f-446f-bbcd-d131dcd892a0-->
1.0
Screenshot for help command does not match actual result - Screenshot given in User Guide for accessing of help page does not match the actual one shown when the help command is executed. expected as seen in user guide: ![image.png](https://raw.githubusercontent.com/mabel-kang/ped/main/files/48896253-4920-4525-a570-a27efa39f7fe.png) actual from jar: ![image.png](https://raw.githubusercontent.com/mabel-kang/ped/main/files/271e2462-3aea-4aa8-bbb8-d46917a21f2d.png) <!--session: 1617429915767-fd6a9294-c97f-446f-bbcd-d131dcd892a0-->
non_test
screenshot for help command does not match actual result screenshot given in user guide for accessing of help page does not match the actual one shown when the help command is executed expected as seen in user guide actual from jar
0
503,738
14,597,292,055
IssuesEvent
2020-12-20 19:28:56
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
m.facebook.com - desktop site instead of mobile site
browser-firefox-tablet engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9.0; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/64021 --> **URL**: https://m.facebook.com/instantgames/play/383041995381848/?context_source_id=3511946692231497&context_type=THREAD&source=messenger%7Echat_thread%7Ecustom_update&payload=%7B%22startContext%22%3A%224781033475304498%22%2C%22startGame%22%3A%227354753014620867882%22%2C%22channel%22%3A%22update-move%22%2C%22zid%22%3A%2273547530146%22%2C%22m%22%3A%7B%22game_id%22%3A%227354753014620867882%22%2C%22from_x%22%3A0%2C%22to_x%22%3A0%2C%22from_y%22%3A0%2C%22to_y%22%3A3%2C%22words%22%3A%5B%22jeta%22%5D%2C%22promoted%22%3A2%2C%22points%22%3A32%2C%22board_checksum%22%3A-33554130%2C%22move_index%22%3A10%2C%22word_coordinates%22%3A%5B%5D%2C%22bonuses%22%3A%5B%22t___%22%5D%2C%22text%22%3A%2226%2C13%2C%2A%2C3%2C%22%2C%22user_id%22%3A%2273547530146%22%2C%22created_at%22%3A1608456591872%2C%22move_type%22%3A%22play%22%7D%2C%22v%22%3A1608456592046%7D **Browser / Version**: Firefox Mobile (Tablet) 68.0 **Operating System**: Android 9.0 **Tested Another Browser**: Yes Chrome **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200316183117</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/12/199905a0-de7a-4881-b45b-4eea6b4dc28f) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
m.facebook.com - desktop site instead of mobile site - <!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9.0; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/64021 --> **URL**: https://m.facebook.com/instantgames/play/383041995381848/?context_source_id=3511946692231497&context_type=THREAD&source=messenger%7Echat_thread%7Ecustom_update&payload=%7B%22startContext%22%3A%224781033475304498%22%2C%22startGame%22%3A%227354753014620867882%22%2C%22channel%22%3A%22update-move%22%2C%22zid%22%3A%2273547530146%22%2C%22m%22%3A%7B%22game_id%22%3A%227354753014620867882%22%2C%22from_x%22%3A0%2C%22to_x%22%3A0%2C%22from_y%22%3A0%2C%22to_y%22%3A3%2C%22words%22%3A%5B%22jeta%22%5D%2C%22promoted%22%3A2%2C%22points%22%3A32%2C%22board_checksum%22%3A-33554130%2C%22move_index%22%3A10%2C%22word_coordinates%22%3A%5B%5D%2C%22bonuses%22%3A%5B%22t___%22%5D%2C%22text%22%3A%2226%2C13%2C%2A%2C3%2C%22%2C%22user_id%22%3A%2273547530146%22%2C%22created_at%22%3A1608456591872%2C%22move_type%22%3A%22play%22%7D%2C%22v%22%3A1608456592046%7D **Browser / Version**: Firefox Mobile (Tablet) 68.0 **Operating System**: Android 9.0 **Tested Another Browser**: Yes Chrome **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200316183117</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/12/199905a0-de7a-4881-b45b-4eea6b4dc28f) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
m facebook com desktop site instead of mobile site url browser version firefox mobile tablet operating system android tested another browser yes chrome problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
77,961
9,647,289,366
IssuesEvent
2019-05-17 13:36:41
cdli-gh/mtaac_work
https://api.github.com/repos/cdli-gh/mtaac_work
closed
Create wireframes
design review
## Summary Based on the collected data, create wireframes of key user flows so that they can be tested ## Tasks - [x] Wireframe for search feature (In Progress) - [ ] Wireframe for browsing collections (In Progress) - [ ] Wireframe for CDLI journal - [x] Wireframe for overall website ## Roadmap Data #### 🗓 Start Date: 2018-01-01 #### 🗓 Expected Date: 2018-02-28 #### 💪 Label: Design #### 📈 Progress (0-1): 0.5 See Gantt: http://cdli-dev.org/gantt/mtaac_work/
1.0
Create wireframes - ## Summary Based on the collected data, create wireframes of key user flows so that they can be tested ## Tasks - [x] Wireframe for search feature (In Progress) - [ ] Wireframe for browsing collections (In Progress) - [ ] Wireframe for CDLI journal - [x] Wireframe for overall website ## Roadmap Data #### 🗓 Start Date: 2018-01-01 #### 🗓 Expected Date: 2018-02-28 #### 💪 Label: Design #### 📈 Progress (0-1): 0.5 See Gantt: http://cdli-dev.org/gantt/mtaac_work/
non_test
create wireframes summary based on the collected data create wireframes of key user flows so that they can be tested tasks wireframe for search feature in progress wireframe for browsing collections in progress wireframe for cdli journal wireframe for overall website roadmap data 🗓 start date 🗓 expected date 💪 label design 📈 progress see gantt
0
119,697
10,061,487,772
IssuesEvent
2019-07-22 21:29:28
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
[UI] Add support for edit action of cluster template to change default template revision id, toggle public flag and template sharing.
[zube]: To Test area/ui kind/component team/ui
We'd like to add support for users to be able to edit cluster templates so that the admin/owner is able to change Template Sharing. We should be able to change the default template revision id . We should be allowed to toggle public flag (Make public (read-only)).
1.0
[UI] Add support for edit action of cluster template to change default template revision id, toggle public flag and template sharing. - We'd like to add support for users to be able to edit cluster templates so that the admin/owner is able to change Template Sharing. We should be able to change the default template revision id . We should be allowed to toggle public flag (Make public (read-only)).
test
add support for edit action of cluster template to change default template revision id toggle public flag and template sharing we d like to add support for users to be able to edit cluster templates so that the admin owner is able to change template sharing we should be able to change the default template revision id we should be allowed to toggle public flag make public read only
1
37,916
18,844,867,072
IssuesEvent
2021-11-11 13:54:58
scylladb/seastar
https://api.github.com/repos/scylladb/seastar
opened
Disable Nagle's algorithm in HTTP server
bug performance http
A user reported on an application based on Seastar's HTTP server (see https://github.com/scylladb/scylla/issues/9619) that while most requests are answered in less than 2ms, some of them are answered in 40ms. This number 40ms should be familiar to some of us - it is a telltale sign of the infamous interaction between Nagle's algorithm on one machine and Delayed Ack on the other machine (on Linux, delayed ack defaults to exactly 40ms). I think what is happening is the following: 1. The HTTP server wishes to send a response that is slightly longer than one MSS (TCP maximum segment size). It sends the first packet, but then will not send the second, small, packet until receiving an ACK for the first one. That is Nagle's algorithm - the idea is that the OS hopes (without foundation) that the application will have more data to send so it can send it in the same packet. 2. The HTTP client, a Linux machine, receives the first packet but Linux does not ACK it yet. This is the Delayed Ack feature (in the client's OS, not related to any library they're using) - Linux doesn't ACK a single packet for 40ms, hoping it can piggy-back the ACK on a message it will need to send anyway soon - or ACK more than one packet in a single ACK. To solve this problem, the server needs to disable Nagle's algorithm while sending responses. The classic way to do it is to enable TCP_NODELAY on the socket (on the server's side). This will cause every write to the socket to be immediately flushed to the network - even if it generates very small frames. An alternative and more "elaborate" approach is to use TCP_CORK - which should be enabled when the server starts to send a response and disabled when the response completes. This way, even if the response is written in multiple writes (e.g., headers and data separately), the data will still be collected to full packets - until the last small packet, that is also sent out immediately. The easiest solution is probably to do `fd.set_nodelay(true)` on the accepted connection. This would be in `http_server::do_accept_one()`, which needs to call `ar.connection.set_nodelay(true)`. We need to verify that such a change will not have adverse affects. In particular, we should check with a packet sniffer that short responses still get sent in one packet - not headers in one packet and body in a second packet. using TCP_CORK instead of TCP_NODELAY can make this sure this problem doesn't happen - but it's a more elaborate solution and may be slower (requires more system calls).
True
Disable Nagle's algorithm in HTTP server - A user reported on an application based on Seastar's HTTP server (see https://github.com/scylladb/scylla/issues/9619) that while most requests are answered in less than 2ms, some of them are answered in 40ms. This number 40ms should be familiar to some of us - it is a telltale sign of the infamous interaction between Nagle's algorithm on one machine and Delayed Ack on the other machine (on Linux, delayed ack defaults to exactly 40ms). I think what is happening is the following: 1. The HTTP server wishes to send a response that is slightly longer than one MSS (TCP maximum segment size). It sends the first packet, but then will not send the second, small, packet until receiving an ACK for the first one. That is Nagle's algorithm - the idea is that the OS hopes (without foundation) that the application will have more data to send so it can send it in the same packet. 2. The HTTP client, a Linux machine, receives the first packet but Linux does not ACK it yet. This is the Delayed Ack feature (in the client's OS, not related to any library they're using) - Linux doesn't ACK a single packet for 40ms, hoping it can piggy-back the ACK on a message it will need to send anyway soon - or ACK more than one packet in a single ACK. To solve this problem, the server needs to disable Nagle's algorithm while sending responses. The classic way to do it is to enable TCP_NODELAY on the socket (on the server's side). This will cause every write to the socket to be immediately flushed to the network - even if it generates very small frames. An alternative and more "elaborate" approach is to use TCP_CORK - which should be enabled when the server starts to send a response and disabled when the response completes. This way, even if the response is written in multiple writes (e.g., headers and data separately), the data will still be collected to full packets - until the last small packet, that is also sent out immediately. The easiest solution is probably to do `fd.set_nodelay(true)` on the accepted connection. This would be in `http_server::do_accept_one()`, which needs to call `ar.connection.set_nodelay(true)`. We need to verify that such a change will not have adverse affects. In particular, we should check with a packet sniffer that short responses still get sent in one packet - not headers in one packet and body in a second packet. using TCP_CORK instead of TCP_NODELAY can make this sure this problem doesn't happen - but it's a more elaborate solution and may be slower (requires more system calls).
non_test
disable nagle s algorithm in http server a user reported on an application based on seastar s http server see that while most requests are answered in less than some of them are answered in this number should be familiar to some of us it is a telltale sign of the infamous interaction between nagle s algorithm on one machine and delayed ack on the other machine on linux delayed ack defaults to exactly i think what is happening is the following the http server wishes to send a response that is slightly longer than one mss tcp maximum segment size it sends the first packet but then will not send the second small packet until receiving an ack for the first one that is nagle s algorithm the idea is that the os hopes without foundation that the application will have more data to send so it can send it in the same packet the http client a linux machine receives the first packet but linux does not ack it yet this is the delayed ack feature in the client s os not related to any library they re using linux doesn t ack a single packet for hoping it can piggy back the ack on a message it will need to send anyway soon or ack more than one packet in a single ack to solve this problem the server needs to disable nagle s algorithm while sending responses the classic way to do it is to enable tcp nodelay on the socket on the server s side this will cause every write to the socket to be immediately flushed to the network even if it generates very small frames an alternative and more elaborate approach is to use tcp cork which should be enabled when the server starts to send a response and disabled when the response completes this way even if the response is written in multiple writes e g headers and data separately the data will still be collected to full packets until the last small packet that is also sent out immediately the easiest solution is probably to do fd set nodelay true on the accepted connection this would be in http server do accept one which needs to call ar connection set nodelay true we need to verify that such a change will not have adverse affects in particular we should check with a packet sniffer that short responses still get sent in one packet not headers in one packet and body in a second packet using tcp cork instead of tcp nodelay can make this sure this problem doesn t happen but it s a more elaborate solution and may be slower requires more system calls
0
614,786
19,189,938,620
IssuesEvent
2021-12-05 20:41:21
oresat/oresat-gps-software
https://api.github.com/repos/oresat/oresat-gps-software
opened
Rewrite oresat-gps in C
low priority
Need to rewrite `oresat-gps` in C for better integration with GNSS-SDR in the future.
1.0
Rewrite oresat-gps in C - Need to rewrite `oresat-gps` in C for better integration with GNSS-SDR in the future.
non_test
rewrite oresat gps in c need to rewrite oresat gps in c for better integration with gnss sdr in the future
0
190,782
15,256,111,179
IssuesEvent
2021-02-20 18:48:17
AbelardoCuesta/git_flow_practice
https://api.github.com/repos/AbelardoCuesta/git_flow_practice
closed
Un commit que no sigue la convención de código o arreglo a realizar
documentation
L El último commit tiene el siguiente mensaje: `Se añade codigo base` Este issue es solo un recordatorio de la convención de comentarios en los commits y puede ser cerrado.
1.0
Un commit que no sigue la convención de código o arreglo a realizar - L El último commit tiene el siguiente mensaje: `Se añade codigo base` Este issue es solo un recordatorio de la convención de comentarios en los commits y puede ser cerrado.
non_test
un commit que no sigue la convención de código o arreglo a realizar l el último commit tiene el siguiente mensaje se añade codigo base este issue es solo un recordatorio de la convención de comentarios en los commits y puede ser cerrado
0
180,780
14,813,033,740
IssuesEvent
2021-01-14 01:00:19
natcap/invest
https://api.github.com/repos/natcap/invest
closed
Look into documentation generating tools
bug documentation in progress
There are [several tools](https://wiki.python.org/moin/DocumentationTools) for generating API documentation from docstrings. We could make use of one of these to fill in the "Full API Reference" section of https://invest.readthedocs.io, since currently most of the models aren't described there. We could also look into generating parts of the user's guide e.g. Data Needs and Interpreting Results sections from docstrings to maintain consistency with the model. This would avoid duplicating information and prevent simple but critical issues, like output values being per pixel vs. per hectare. It would be really cool if we could somehow link the equations displayed in the user's guide to where they're implemented in the model code. Not sure if any existing tools allow you to extract information outside of docstrings though.
1.0
Look into documentation generating tools - There are [several tools](https://wiki.python.org/moin/DocumentationTools) for generating API documentation from docstrings. We could make use of one of these to fill in the "Full API Reference" section of https://invest.readthedocs.io, since currently most of the models aren't described there. We could also look into generating parts of the user's guide e.g. Data Needs and Interpreting Results sections from docstrings to maintain consistency with the model. This would avoid duplicating information and prevent simple but critical issues, like output values being per pixel vs. per hectare. It would be really cool if we could somehow link the equations displayed in the user's guide to where they're implemented in the model code. Not sure if any existing tools allow you to extract information outside of docstrings though.
non_test
look into documentation generating tools there are for generating api documentation from docstrings we could make use of one of these to fill in the full api reference section of since currently most of the models aren t described there we could also look into generating parts of the user s guide e g data needs and interpreting results sections from docstrings to maintain consistency with the model this would avoid duplicating information and prevent simple but critical issues like output values being per pixel vs per hectare it would be really cool if we could somehow link the equations displayed in the user s guide to where they re implemented in the model code not sure if any existing tools allow you to extract information outside of docstrings though
0
167,278
13,018,376,011
IssuesEvent
2020-07-26 17:02:24
codeforboston/flagging
https://api.github.com/repos/codeforboston/flagging
closed
Test that the code properly handles multiple columns
data testing
Related to issue #37, I want a test that says the code can handle the weird erroneous `.csv` in that particular issue: ![image](https://user-images.githubusercontent.com/31971762/86862165-aab77a80-c096-11ea-90ce-7be4444cdf18.png) I already know that the code can handle this situation. I want to enshrine it as a test case, though. Conceptually this test is very simple: when `request_to_hobolink` returns this horrific csv, we assert that the function `get_live_hobolink_data` still returns a valid Pandas Dataframe. In this case we want to simply assert that the Pandas Dataframe is equivalent to the Pandas Dataframe it currently outputs. The way we have to do this is to mock `request_to_hobolink` so that it returns the cursed csv in the context of this particular test, and then inside of the test we run `get_live_hobolink_data`. Here's a bit of info on how to mock stuff in Pytest: https://docs.pytest.org/en/stable/monkeypatch.html The horrific CSV is here: https://gist.github.com/dwreeves/73771a735f7ff9262ed779ae78199b28 I would place the csv file and a pickled version of the dataframe we're testing against in a new folder, `/tests/static`.
1.0
Test that the code properly handles multiple columns - Related to issue #37, I want a test that says the code can handle the weird erroneous `.csv` in that particular issue: ![image](https://user-images.githubusercontent.com/31971762/86862165-aab77a80-c096-11ea-90ce-7be4444cdf18.png) I already know that the code can handle this situation. I want to enshrine it as a test case, though. Conceptually this test is very simple: when `request_to_hobolink` returns this horrific csv, we assert that the function `get_live_hobolink_data` still returns a valid Pandas Dataframe. In this case we want to simply assert that the Pandas Dataframe is equivalent to the Pandas Dataframe it currently outputs. The way we have to do this is to mock `request_to_hobolink` so that it returns the cursed csv in the context of this particular test, and then inside of the test we run `get_live_hobolink_data`. Here's a bit of info on how to mock stuff in Pytest: https://docs.pytest.org/en/stable/monkeypatch.html The horrific CSV is here: https://gist.github.com/dwreeves/73771a735f7ff9262ed779ae78199b28 I would place the csv file and a pickled version of the dataframe we're testing against in a new folder, `/tests/static`.
test
test that the code properly handles multiple columns related to issue i want a test that says the code can handle the weird erroneous csv in that particular issue i already know that the code can handle this situation i want to enshrine it as a test case though conceptually this test is very simple when request to hobolink returns this horrific csv we assert that the function get live hobolink data still returns a valid pandas dataframe in this case we want to simply assert that the pandas dataframe is equivalent to the pandas dataframe it currently outputs the way we have to do this is to mock request to hobolink so that it returns the cursed csv in the context of this particular test and then inside of the test we run get live hobolink data here s a bit of info on how to mock stuff in pytest the horrific csv is here i would place the csv file and a pickled version of the dataframe we re testing against in a new folder tests static
1
543,343
15,880,196,989
IssuesEvent
2021-04-09 13:25:36
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
englishtest.duolingo.com - site is not usable
browser-firefox engine-gecko os-linux priority-important
<!-- @browser: Firefox 87.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/69764 --> **URL**: https://englishtest.duolingo.com/home **Browser / Version**: Firefox 87.0 **Operating System**: Ubuntu **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Browser unsupported **Steps to Reproduce**: When clicking the "Practice Test" button the following error message is displayed: > Your browser is not supported > You will need to use a supported desktop browser to continue. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/4/5b5e703b-d0f3-4eae-bacb-88d515df1d50.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
englishtest.duolingo.com - site is not usable - <!-- @browser: Firefox 87.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/69764 --> **URL**: https://englishtest.duolingo.com/home **Browser / Version**: Firefox 87.0 **Operating System**: Ubuntu **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Browser unsupported **Steps to Reproduce**: When clicking the "Practice Test" button the following error message is displayed: > Your browser is not supported > You will need to use a supported desktop browser to continue. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/4/5b5e703b-d0f3-4eae-bacb-88d515df1d50.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
englishtest duolingo com site is not usable url browser version firefox operating system ubuntu tested another browser yes chrome problem type site is not usable description browser unsupported steps to reproduce when clicking the practice test button the following error message is displayed your browser is not supported you will need to use a supported desktop browser to continue view the screenshot img alt screenshot src browser configuration none from with ❤️
0
248,205
21,002,978,853
IssuesEvent
2022-03-29 19:21:42
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: disk-full failed
C-test-failure O-robot O-roachtest T-storage branch-release-21.2
roachtest.disk-full [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4632320&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4632320&tab=artifacts#/disk-full) on release-21.2 @ [a5a88a4db163f0915ae65649aa0264c7a913fbfb](https://github.com/cockroachdb/cockroach/commits/a5a88a4db163f0915ae65649aa0264c7a913fbfb): ``` The test failed on branch=release-21.2, cloud=gce: test timed out (see artifacts for details) ``` <details><summary>Reproduce</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) </p> </details> /cc @cockroachdb/storage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*disk-full.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-14040
2.0
roachtest: disk-full failed - roachtest.disk-full [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4632320&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4632320&tab=artifacts#/disk-full) on release-21.2 @ [a5a88a4db163f0915ae65649aa0264c7a913fbfb](https://github.com/cockroachdb/cockroach/commits/a5a88a4db163f0915ae65649aa0264c7a913fbfb): ``` The test failed on branch=release-21.2, cloud=gce: test timed out (see artifacts for details) ``` <details><summary>Reproduce</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) </p> </details> /cc @cockroachdb/storage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*disk-full.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-14040
test
roachtest disk full failed roachtest disk full with on release the test failed on branch release cloud gce test timed out see artifacts for details reproduce see cc cockroachdb storage jira issue crdb
1
117,611
9,948,194,597
IssuesEvent
2019-07-04 08:21:38
linkedpipes/etl
https://api.github.com/repos/linkedpipes/etl
closed
Cannot run on an IDN domain
bug test
When I configure LP-ETL to run on an IDN domain such as `https://etl.čsú.opendata.cz` I get various errors: - When a pipeline is created, it looks like this in the pipeline list: ![image](https://user-images.githubusercontent.com/718827/48350908-de0af180-e688-11e8-8e1c-e3380145b84d.png) and cannot be loaded
1.0
Cannot run on an IDN domain - When I configure LP-ETL to run on an IDN domain such as `https://etl.čsú.opendata.cz` I get various errors: - When a pipeline is created, it looks like this in the pipeline list: ![image](https://user-images.githubusercontent.com/718827/48350908-de0af180-e688-11e8-8e1c-e3380145b84d.png) and cannot be loaded
test
cannot run on an idn domain when i configure lp etl to run on an idn domain such as i get various errors when a pipeline is created it looks like this in the pipeline list and cannot be loaded
1
225,015
17,789,254,706
IssuesEvent
2021-08-31 14:30:12
nasa/cFE
https://api.github.com/repos/nasa/cFE
opened
SB missing branch coverage in CFE_SB_SendStatsCmd, alternate config
unit-test coverage
**Is your feature request related to a problem? Please describe.** Branch coverage would require a config with CFE_MISSION_SB_MAX_PIPES < CFE_PLATFORM_SB_MAX_PIPES to hit the stats limit first: ``` 731 [ + + ][ + - ]: 65 : while (PipeDscCount > 0 && PipeStatCount > 0) 732 : : { 733 [ + + ]: 64 : if (CFE_SB_PipeDescIsUsed(PipeDscPtr)) 734 : : { 735 : 3 : PipeStatPtr->PipeId = PipeDscPtr->PipeId; 736 : : 737 : : /* Copy depth info */ 738 : 3 : PipeStatPtr->CurrentQueueDepth = PipeDscPtr->CurrentQueueDepth; 739 : 3 : PipeStatPtr->PeakQueueDepth = PipeDscPtr->PeakQueueDepth; 740 : 3 : PipeStatPtr->MaxQueueDepth = PipeDscPtr->MaxQueueDepth; 741 : : 742 : 3 : ++PipeStatPtr; 743 : 3 : --PipeStatCount; 744 : : } 745 : : 746 : 64 : --PipeDscCount; 747 : 64 : ++PipeDscPtr; 748 : : } ``` here: https://github.com/nasa/cFE/blob/5e41330979586bcdb113f491ea6c38ff9975fc72/modules/sb/fsw/src/cfe_sb_task.c#L725-L748 **Describe the solution you'd like** Test with alternate config to get full coverage. **Describe alternatives you've considered** None **Additional context** None **Requester Info** Jacob Hageman - NASA/GSFC
1.0
SB missing branch coverage in CFE_SB_SendStatsCmd, alternate config - **Is your feature request related to a problem? Please describe.** Branch coverage would require a config with CFE_MISSION_SB_MAX_PIPES < CFE_PLATFORM_SB_MAX_PIPES to hit the stats limit first: ``` 731 [ + + ][ + - ]: 65 : while (PipeDscCount > 0 && PipeStatCount > 0) 732 : : { 733 [ + + ]: 64 : if (CFE_SB_PipeDescIsUsed(PipeDscPtr)) 734 : : { 735 : 3 : PipeStatPtr->PipeId = PipeDscPtr->PipeId; 736 : : 737 : : /* Copy depth info */ 738 : 3 : PipeStatPtr->CurrentQueueDepth = PipeDscPtr->CurrentQueueDepth; 739 : 3 : PipeStatPtr->PeakQueueDepth = PipeDscPtr->PeakQueueDepth; 740 : 3 : PipeStatPtr->MaxQueueDepth = PipeDscPtr->MaxQueueDepth; 741 : : 742 : 3 : ++PipeStatPtr; 743 : 3 : --PipeStatCount; 744 : : } 745 : : 746 : 64 : --PipeDscCount; 747 : 64 : ++PipeDscPtr; 748 : : } ``` here: https://github.com/nasa/cFE/blob/5e41330979586bcdb113f491ea6c38ff9975fc72/modules/sb/fsw/src/cfe_sb_task.c#L725-L748 **Describe the solution you'd like** Test with alternate config to get full coverage. **Describe alternatives you've considered** None **Additional context** None **Requester Info** Jacob Hageman - NASA/GSFC
test
sb missing branch coverage in cfe sb sendstatscmd alternate config is your feature request related to a problem please describe branch coverage would require a config with cfe mission sb max pipes cfe platform sb max pipes to hit the stats limit first while pipedsccount pipestatcount if cfe sb pipedescisused pipedscptr pipestatptr pipeid pipedscptr pipeid copy depth info pipestatptr currentqueuedepth pipedscptr currentqueuedepth pipestatptr peakqueuedepth pipedscptr peakqueuedepth pipestatptr maxqueuedepth pipedscptr maxqueuedepth pipestatptr pipestatcount pipedsccount pipedscptr here describe the solution you d like test with alternate config to get full coverage describe alternatives you ve considered none additional context none requester info jacob hageman nasa gsfc
1
152,195
12,098,040,636
IssuesEvent
2020-04-20 09:38:11
redhat-developer/rh-che
https://api.github.com/repos/redhat-developer/rh-che
closed
[Test issue] Test for LS initialization fails
kind/periodic-e2e-test team/rhche-qe
**Issue problem:** Test for LS initialization fails for Java Maven stack. Te file is opened, but the test for an opening file is still waiting for something (probably for `saved` status of a file). When the test for opening file succeeds, LS is already initialized, but the test expects LS just to start initializing, so LS initialization test fails even if LS is initialized correctly. **Edit**: Sometimes, also test for opening file fails - it is waiting too long for a saved status of a file. Screenshots: http://artifacts.ci.centos.org/devtools/rhche/devtools-rh-che-periodic-prod-2/2252/e2e_report/report/executionScreencast/ (Java Maven stack is running as a second workspace)
1.0
[Test issue] Test for LS initialization fails - **Issue problem:** Test for LS initialization fails for Java Maven stack. Te file is opened, but the test for an opening file is still waiting for something (probably for `saved` status of a file). When the test for opening file succeeds, LS is already initialized, but the test expects LS just to start initializing, so LS initialization test fails even if LS is initialized correctly. **Edit**: Sometimes, also test for opening file fails - it is waiting too long for a saved status of a file. Screenshots: http://artifacts.ci.centos.org/devtools/rhche/devtools-rh-che-periodic-prod-2/2252/e2e_report/report/executionScreencast/ (Java Maven stack is running as a second workspace)
test
test for ls initialization fails issue problem test for ls initialization fails for java maven stack te file is opened but the test for an opening file is still waiting for something probably for saved status of a file when the test for opening file succeeds ls is already initialized but the test expects ls just to start initializing so ls initialization test fails even if ls is initialized correctly edit sometimes also test for opening file fails it is waiting too long for a saved status of a file screenshots java maven stack is running as a second workspace
1
80,583
10,193,569,220
IssuesEvent
2019-08-12 13:56:47
jbetancur/react-data-table-component
https://api.github.com/repos/jbetancur/react-data-table-component
closed
[Demos] Add example for creating link in cell
demo documentation
Related to issue #120 **Suggestion**: Minor suggestion, but it might be helpful to others to add a demo example (or add this in one of the existing demo examples) for creating a link within a cell (probably a frequent use case for people). I was stumped for a bit until I found the above issue instructing to use ignoreRowClick. Also under API and Usage perhaps add a note for this- prevents the onRowClicked event from being passed on a specific TableCell column. This is really useful for a menu or button where you do not want the onRowClicked triggered. _For hyperlinking text this should be set to true_. **Code Snippet**: This would be for the Custom Cell - Movie List example. ``` const columns = [ { name: 'Title', selector: 'title', sortable: true, }, { name: 'Director', selector: 'director', sortable: true, }, { name: 'Genres', selector: 'genres', cell: row => row.genres.map((genre, i) => <div key={i}>{genre}</div>), }, { name: 'Year', selector: 'year', sortable: true, }, { name: 'Poster', selector: 'posterUrl', cell: row => <img height="42px" width="80px" alt={row.name} src={row.posterUrl} />, }, { name: 'IMBd', ignoreRowClick: true, cell: row => { return ( <a href="#">IMBd link</a> ); } } ]; ```
1.0
[Demos] Add example for creating link in cell - Related to issue #120 **Suggestion**: Minor suggestion, but it might be helpful to others to add a demo example (or add this in one of the existing demo examples) for creating a link within a cell (probably a frequent use case for people). I was stumped for a bit until I found the above issue instructing to use ignoreRowClick. Also under API and Usage perhaps add a note for this- prevents the onRowClicked event from being passed on a specific TableCell column. This is really useful for a menu or button where you do not want the onRowClicked triggered. _For hyperlinking text this should be set to true_. **Code Snippet**: This would be for the Custom Cell - Movie List example. ``` const columns = [ { name: 'Title', selector: 'title', sortable: true, }, { name: 'Director', selector: 'director', sortable: true, }, { name: 'Genres', selector: 'genres', cell: row => row.genres.map((genre, i) => <div key={i}>{genre}</div>), }, { name: 'Year', selector: 'year', sortable: true, }, { name: 'Poster', selector: 'posterUrl', cell: row => <img height="42px" width="80px" alt={row.name} src={row.posterUrl} />, }, { name: 'IMBd', ignoreRowClick: true, cell: row => { return ( <a href="#">IMBd link</a> ); } } ]; ```
non_test
add example for creating link in cell related to issue suggestion minor suggestion but it might be helpful to others to add a demo example or add this in one of the existing demo examples for creating a link within a cell probably a frequent use case for people i was stumped for a bit until i found the above issue instructing to use ignorerowclick also under api and usage perhaps add a note for this prevents the onrowclicked event from being passed on a specific tablecell column this is really useful for a menu or button where you do not want the onrowclicked triggered for hyperlinking text this should be set to true code snippet this would be for the custom cell movie list example const columns name title selector title sortable true name director selector director sortable true name genres selector genres cell row row genres map genre i genre name year selector year sortable true name poster selector posterurl cell row name imbd ignorerowclick true cell row return imbd link
0
71,026
7,226,360,023
IssuesEvent
2018-02-10 08:19:38
status-im/status-react
https://api.github.com/repos/status-im/status-react
opened
Automated tests (Transactions) should be created/reworked according to sanity test cases
tests
### User Story As an automation engineer I would like Transactions tests to be created/reworked according to [sanity test cases](https://ethstatus.testrail.net/index.php?/suites/view/15&group_by=cases:section_id&group_order=asc&group_id=388) ### Description - Create separate test suite with tests listed below: - [ ] C1925 | Send transaction from Wallet screen to contact (via Recent recipients) - [ ] C1935 | Send transaction from Wallet screen to contact (via 'Enter contact code' - STT address) - [ ] C2078 | Send transaction by scanning QR code - [ ] C1926 | Request transaction from Wallet screen ?? must have - [ ] C1927 | Send Request in 1-1 chat. Other user can tap on request and send me ETH. Transaction history shows this transaction - [ ] C1928 | Send Request in Group Chat. Other user can tap on request and send me ETH in Group Chat - [ ] C1936 | Send transaction from 'History' -> 'Unsigned' - [ ] C2076 | Can send ETH in 1:1 chat (by using send command). Transaction history shows this transaction - [ ] C2077 | Can send ETH in Group chat with 2 participants (by using send command) - All tests should be marked as `@pytest.mark.pr` - Test steps for a test should be added in [sanity test cases](https://ethstatus.testrail.net/index.php?/suites/view/15&group_by=cases:section_id&group_order=asc&group_id=388) after creation of the test
1.0
Automated tests (Transactions) should be created/reworked according to sanity test cases - ### User Story As an automation engineer I would like Transactions tests to be created/reworked according to [sanity test cases](https://ethstatus.testrail.net/index.php?/suites/view/15&group_by=cases:section_id&group_order=asc&group_id=388) ### Description - Create separate test suite with tests listed below: - [ ] C1925 | Send transaction from Wallet screen to contact (via Recent recipients) - [ ] C1935 | Send transaction from Wallet screen to contact (via 'Enter contact code' - STT address) - [ ] C2078 | Send transaction by scanning QR code - [ ] C1926 | Request transaction from Wallet screen ?? must have - [ ] C1927 | Send Request in 1-1 chat. Other user can tap on request and send me ETH. Transaction history shows this transaction - [ ] C1928 | Send Request in Group Chat. Other user can tap on request and send me ETH in Group Chat - [ ] C1936 | Send transaction from 'History' -> 'Unsigned' - [ ] C2076 | Can send ETH in 1:1 chat (by using send command). Transaction history shows this transaction - [ ] C2077 | Can send ETH in Group chat with 2 participants (by using send command) - All tests should be marked as `@pytest.mark.pr` - Test steps for a test should be added in [sanity test cases](https://ethstatus.testrail.net/index.php?/suites/view/15&group_by=cases:section_id&group_order=asc&group_id=388) after creation of the test
test
automated tests transactions should be created reworked according to sanity test cases user story as an automation engineer i would like transactions tests to be created reworked according to description create separate test suite with tests listed below send transaction from wallet screen to contact via recent recipients send transaction from wallet screen to contact via enter contact code stt address send transaction by scanning qr code request transaction from wallet screen must have send request in chat other user can tap on request and send me eth transaction history shows this transaction send request in group chat other user can tap on request and send me eth in group chat send transaction from history unsigned can send eth in chat by using send command transaction history shows this transaction can send eth in group chat with participants by using send command all tests should be marked as pytest mark pr test steps for a test should be added in after creation of the test
1
127,885
10,492,067,486
IssuesEvent
2019-09-25 12:33:57
devonfw/ide
https://api.github.com/repos/devonfw/ide
opened
mvn package runs into test failures on Windows
bug java test windows
### Expected behavior As a developer, I want to generate my own package including execution of included tests so that I can rely on a behavior of the software being compliant to the realized tests. ### Actual behavior A `mvn package` runs into test failures due to use of different conventions for path names during com.devonfw.tools.ide.configurator.ConfiguratorTest ### Steps to reproduce (bug) / Use Case of feature request (enhancement) 1. Use windows 10 as build environment 1. use `mvn 3.6.1` 1. `git clone ...` 1. `cd ide` 1. `mvn clean package` This results in errors as listed at end of issue. ### Related/Dependent Issues ### Comments/Hints: As a workaround I can skip the tests. ( `-Dmaven.test.skip=true`) As far as I understand the ConfiguratorTest code, this mismatch originates from the following difference: - The expecting value is generated from the Java code using the value as read from ``` private static final String DEVON_IDE_HOME = new File("").getAbsolutePath(); ``` - The compared value is generated by maven via expansion of the falling variable from the template for settings.json: `${client.env.home}` The first one generates - on windows - pathname using a single back slash, the second pathname (by maven) using double back slashes- valid in context, where back slash is an escape string. If there were some "compare canonical pathname" instead of a string compare, both would match. Currently they do not - on Windows only. ### Affected version: * OS: Windows/Linux/Mac? Windows 10 (1903) * Browser: Chrome/Firefox/Safari? ``` Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T21:00:29+02:00) Maven home: ... Java version: 11.0.4, vendor: AdoptOpenJDK, runtime: C:\Program Files\AdoptOpenJDK\jdk-11.0.4+11 Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" ``` An except of the output: ``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.devonfw.tools.ide.configurator.ConfiguratorTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec <<< FAILURE! testConfigurator(com.devonfw.tools.ide.configurator.ConfiguratorTest) Time elapsed: 0.24 sec <<< FAILURE! java.lang.AssertionError: File: <C:\Users\auser\AppData\Local\Temp\.test.workspace\2019-09-25T11_30_14.044Z\json\settings.json> read with charset <windows-1252> does not have the expected content: Changed content at line 3: expecting: [" "java.home": "C:\work\devonfw-ide-test\configurator/software/java","] but was: [" "java.home": "C:\\work\\devonfw-ide-test\\configurator/software/java","] Changed content at line 5: expecting: [" "bar": "C:\work\devonfw-ide-test\configurator/bar","] but was: [" "bar": "C:\\work\\devonfw-ide-test\\configurator/bar","] Changed content at line 9: expecting: [" "C:\work\devonfw-ide-test\configurator""] but was: [" "C:\\work\\devonfw-ide-test\\configurator""] Changed content at line 11: expecting: [" "foo": "C:\work\devonfw-ide-test\configurator/foo""] but was: [" "foo": "C:\\work\\devonfw-ide-test\\configurator/foo""] at com.devonfw.tools.ide.configurator.ConfiguratorTest.testConfigurator(ConfiguratorTest.java:67) ... ```
1.0
mvn package runs into test failures on Windows - ### Expected behavior As a developer, I want to generate my own package including execution of included tests so that I can rely on a behavior of the software being compliant to the realized tests. ### Actual behavior A `mvn package` runs into test failures due to use of different conventions for path names during com.devonfw.tools.ide.configurator.ConfiguratorTest ### Steps to reproduce (bug) / Use Case of feature request (enhancement) 1. Use windows 10 as build environment 1. use `mvn 3.6.1` 1. `git clone ...` 1. `cd ide` 1. `mvn clean package` This results in errors as listed at end of issue. ### Related/Dependent Issues ### Comments/Hints: As a workaround I can skip the tests. ( `-Dmaven.test.skip=true`) As far as I understand the ConfiguratorTest code, this mismatch originates from the following difference: - The expecting value is generated from the Java code using the value as read from ``` private static final String DEVON_IDE_HOME = new File("").getAbsolutePath(); ``` - The compared value is generated by maven via expansion of the falling variable from the template for settings.json: `${client.env.home}` The first one generates - on windows - pathname using a single back slash, the second pathname (by maven) using double back slashes- valid in context, where back slash is an escape string. If there were some "compare canonical pathname" instead of a string compare, both would match. Currently they do not - on Windows only. ### Affected version: * OS: Windows/Linux/Mac? Windows 10 (1903) * Browser: Chrome/Firefox/Safari? ``` Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T21:00:29+02:00) Maven home: ... Java version: 11.0.4, vendor: AdoptOpenJDK, runtime: C:\Program Files\AdoptOpenJDK\jdk-11.0.4+11 Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" ``` An except of the output: ``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.devonfw.tools.ide.configurator.ConfiguratorTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec <<< FAILURE! testConfigurator(com.devonfw.tools.ide.configurator.ConfiguratorTest) Time elapsed: 0.24 sec <<< FAILURE! java.lang.AssertionError: File: <C:\Users\auser\AppData\Local\Temp\.test.workspace\2019-09-25T11_30_14.044Z\json\settings.json> read with charset <windows-1252> does not have the expected content: Changed content at line 3: expecting: [" "java.home": "C:\work\devonfw-ide-test\configurator/software/java","] but was: [" "java.home": "C:\\work\\devonfw-ide-test\\configurator/software/java","] Changed content at line 5: expecting: [" "bar": "C:\work\devonfw-ide-test\configurator/bar","] but was: [" "bar": "C:\\work\\devonfw-ide-test\\configurator/bar","] Changed content at line 9: expecting: [" "C:\work\devonfw-ide-test\configurator""] but was: [" "C:\\work\\devonfw-ide-test\\configurator""] Changed content at line 11: expecting: [" "foo": "C:\work\devonfw-ide-test\configurator/foo""] but was: [" "foo": "C:\\work\\devonfw-ide-test\\configurator/foo""] at com.devonfw.tools.ide.configurator.ConfiguratorTest.testConfigurator(ConfiguratorTest.java:67) ... ```
test
mvn package runs into test failures on windows expected behavior as a developer i want to generate my own package including execution of included tests so that i can rely on a behavior of the software being compliant to the realized tests actual behavior a mvn package runs into test failures due to use of different conventions for path names during com devonfw tools ide configurator configuratortest steps to reproduce bug use case of feature request enhancement use windows as build environment use mvn git clone cd ide mvn clean package this results in errors as listed at end of issue related dependent issues comments hints as a workaround i can skip the tests dmaven test skip true as far as i understand the configuratortest code this mismatch originates from the following difference the expecting value is generated from the java code using the value as read from private static final string devon ide home new file getabsolutepath the compared value is generated by maven via expansion of the falling variable from the template for settings json client env home the first one generates on windows pathname using a single back slash the second pathname by maven using double back slashes valid in context where back slash is an escape string if there were some compare canonical pathname instead of a string compare both would match currently they do not on windows only affected version os windows linux mac windows browser chrome firefox safari apache maven maven home java version vendor adoptopenjdk runtime c program files adoptopenjdk jdk default locale en us platform encoding os name windows version arch family windows an except of the output t e s t s running com devonfw tools ide configurator configuratortest tests run failures errors skipped time elapsed sec failure testconfigurator com devonfw tools ide configurator configuratortest time elapsed sec failure java lang assertionerror file read with charset does not have the expected content changed content at line expecting but was changed content at line expecting but was changed content at line expecting but was changed content at line expecting but was at com devonfw tools ide configurator configuratortest testconfigurator configuratortest java
1
87,367
10,544,350,980
IssuesEvent
2019-10-02 16:44:25
golang/go
https://api.github.com/repos/golang/go
closed
math/rand: package docs don't explain the interval notation
Documentation
### What version of Go are you using (`go version`)? Whatever version the page at https://golang.org/pkg/math/rand/ is associated with. ### Does this issue reproduce with the latest release? It is present at the https://golang.org/pkg/math/rand/ page. ### What operating system and processor architecture are you using (`go env`)? Not relevant for reading docs. ### What did you do? Reading https://golang.org/pkg/math/rand/ I wanted to understand what interval notation the particular documentation page uses. ### What did you expect to see? "The documentation for this package uses interval notation with square brackets [, ] to denote included borders and round (, ) to denote excluded. For example, for n>0, [0, n) includes 0 but excludes n." ### What did you see instead? "Mathematical interval notation such as [0, n) is used throughout the documentation for this package." I'm afraid there is no such thing as "mathematical interval notation". Different mathematicians define different notation. I propose that the mentioned documentation also properly defines the notation used in it. Ideally directly, or at least linking to the source of that notation.
1.0
math/rand: package docs don't explain the interval notation - ### What version of Go are you using (`go version`)? Whatever version the page at https://golang.org/pkg/math/rand/ is associated with. ### Does this issue reproduce with the latest release? It is present at the https://golang.org/pkg/math/rand/ page. ### What operating system and processor architecture are you using (`go env`)? Not relevant for reading docs. ### What did you do? Reading https://golang.org/pkg/math/rand/ I wanted to understand what interval notation the particular documentation page uses. ### What did you expect to see? "The documentation for this package uses interval notation with square brackets [, ] to denote included borders and round (, ) to denote excluded. For example, for n>0, [0, n) includes 0 but excludes n." ### What did you see instead? "Mathematical interval notation such as [0, n) is used throughout the documentation for this package." I'm afraid there is no such thing as "mathematical interval notation". Different mathematicians define different notation. I propose that the mentioned documentation also properly defines the notation used in it. Ideally directly, or at least linking to the source of that notation.
non_test
math rand package docs don t explain the interval notation what version of go are you using go version whatever version the page at is associated with does this issue reproduce with the latest release it is present at the page what operating system and processor architecture are you using go env not relevant for reading docs what did you do reading i wanted to understand what interval notation the particular documentation page uses what did you expect to see the documentation for this package uses interval notation with square brackets to denote included borders and round to denote excluded for example for n n includes but excludes n what did you see instead mathematical interval notation such as n is used throughout the documentation for this package i m afraid there is no such thing as mathematical interval notation different mathematicians define different notation i propose that the mentioned documentation also properly defines the notation used in it ideally directly or at least linking to the source of that notation
0
240,283
20,021,375,120
IssuesEvent
2022-02-01 16:41:22
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: sqlsmith/setup=seed/setting=no-mutations failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-queries
roachtest.sqlsmith/setup=seed/setting=no-mutations [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4246509&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4246509&tab=artifacts#/sqlsmith/setup=seed/setting=no-mutations) on master @ [bb85ddc4fc0ad8761d7aba61315da22b433022e3](https://github.com/cockroachdb/cockroach/commits/bb85ddc4fc0ad8761d7aba61315da22b433022e3): ``` '[{"a": ["c"], "bar": [null, [true], [2.1162468677647874]], "c": [{}], "d|h)B$": []}]':::JSONB ), ( jsonb_set(NULL::JSONB, NULL::STRING[], e'{"foo": [{"@bnTFxN{~/3": [[{}, {}]], "RK4Fg": {"OB&Bo^": {"a": false}}, "a": false, "m>*oGD\\\\MA1]V": "foo"}, {"foobar": {"h{7": []}}], "foobar": null}':::JSONB::JSONB)::JSONB ), ( e'{"^W/-F(wH5y": {"\'9\'y9yT5]u": {}, "fLs>-+lk%0": 1.0326888772898195}, "b": [{"{nX1T\'WHy": []}, {}, [{}]], "mQ\'(_DZ$SB&": "foobar"}':::JSONB ), ( '{"-o]": false, "foo": ["?hN:x"], "foobar": {"$(XUw": [], "foobar": 0.09876310386872, "g3o2hp@RIB``~": {"b": [false, {}, null], "foobar": {"5OKm%0d+m[": {"b": null, "bar": {}, "o2Xkj": {}}}}}}':::JSONB ), (e'[[true, ["c"], {"}y\'": [{}]}], [], false, [[]], {"foobar": {}}, {}]':::JSONB), ( crdb_internal.merge_transaction_stats((NULL::JSONB || ARRAY[]:::JSONB[]::JSONB[])::JSONB[]::JSONB[])::JSONB ) ) AS tab_158442 (col_390001) ), with_64931 (col_390002) AS ( SELECT * FROM ( VALUES ( (ARRAY['1':::JSONB,e'[{"@;6M": {"c": false}, "HRr*9d": {"baz": {"/wlT5D\\"T:": []}}, "\\\\4p<pi;A*": [], "c": [], "|@>*!Xf5": {"c": null}}, {}]':::JSONB,e'[[0.9153296659310575, {"bar": "baz", "c": {" *Wh.\\"05e": "bar", "a": {}, "yJ}\'NvaJ{": {"c": false}}}, [], []], {"c": [], "foo": null}, {"BISFs}": {"foobar": "E:Fy{"}}, false]':::JSONB]::JSONB[] || ARRAY[]:::JSONB[]::JSONB[])::JSONB[] ), ( ('{";CFjf%RM": [{}, []], "Jp3]e88#fe": [[], ["``3V{+D", [[], "+{hZUvr^05k"], {}], true, null], "P~>h*Pm<pK": false, "wCr;ICvQh": {"INfmsQ{?": "bar", "YPtUd": {}}}':::JSONB::JSONB || ARRAY[e'{"&i)WTfqe{w9U": [[{}], [{"VfD+IX5s>": [], "baz": {}}], {}], "->|JB\\"bR": [], "?i0": {"\\\\-8[gToJ<0R7": {}, "foo": {}, "foobar": {"$``2;K``w4$)9": true, "ICB<{l``>": {}}}}':::JSONB,'true':::JSONB,e'{" lM#A;?4": {}, "a": false, "baz": {"JL&J": true}, "foo": {"c": 0.476460526214276}, "lt]IG.JH=": {"foobar": {"Rc;": {}}, "g-/^GL\'v": true}}':::JSONB,'[{"bar": [{"b": {}, "r(:Wk": {}, "{|Xz(fz/NCn": [[], {}, false]}, 0.1351502794047817, {"$``v*)": [{}, "(GjP*v"]}]}, []]':::JSONB,e'{"-x~I(\'7": false, "b": {}, "baz": {}, "~!gjsu-*\\"B^l": {"_Mv^vRF": {"b": {"B%ZT97s": {}}, "foobar": [null]}, "a": null, "b": {"baz": {}}}}':::JSONB,e'[{"#6ye.": {}, ">#9\\\\Zlm=WlX(": "a", "ku5": [true]}, {"b": false, "bar": {}, "c": {}}, false]':::JSONB]::JSONB[])::JSONB[] ), (NULL), ( ARRAY[e'[{"bar": {"S%+>/O?]3": {"Wva~m|WBwP(": 0.577510898367092, "b": {}, "baz": {}, "ga\\\\>-%": []}, "a,=h8p": false, "c": [[null]], "f[[HA;rLv2": [{"s1L": true}]}, "qlF/z<c": {}}, 0.15627413309286753]':::JSONB] ), ( ARRAY['[{")B,;hSN": false, "c": {}}, [[], {"Fz.9Bm86": [], "a": {}}], true, "foobar"]':::JSONB,'[[{}, {"&LC40?~": [], "M{J/t.X{7p": [{}], "tCT{A(.[3": null}, {}], 0.5907906276843369, [[]]]':::JSONB,e'[{"4<7@Ja": 0.8608349852934549, "f m\'Jh)JG&[": {}}, {"a": [[], {"``Zacb7O.~ G!": [{}]}], "foobar": {}, "xI%qcTsiB(": [{}]}, [], "bar"]':::JSONB,'1':::JSONB] ) ) AS tab_158443 (col_390002) ), with_64932 (col_390003) AS (SELECT * FROM (VALUES (1:::INT8), (539683667:::INT8)) AS tab_158444 (col_390003)) SELECT (-26670):::INT8 AS col_390004, (-9.118883524270972413):::DECIMAL AS col_390005 FROM defaultdb.public.seed@[0] AS tab_158445 ORDER BY tab_158445._float4 LIMIT 39:::INT8; ``` <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> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=seed/setting=no-mutations.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: sqlsmith/setup=seed/setting=no-mutations failed - roachtest.sqlsmith/setup=seed/setting=no-mutations [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4246509&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4246509&tab=artifacts#/sqlsmith/setup=seed/setting=no-mutations) on master @ [bb85ddc4fc0ad8761d7aba61315da22b433022e3](https://github.com/cockroachdb/cockroach/commits/bb85ddc4fc0ad8761d7aba61315da22b433022e3): ``` '[{"a": ["c"], "bar": [null, [true], [2.1162468677647874]], "c": [{}], "d|h)B$": []}]':::JSONB ), ( jsonb_set(NULL::JSONB, NULL::STRING[], e'{"foo": [{"@bnTFxN{~/3": [[{}, {}]], "RK4Fg": {"OB&Bo^": {"a": false}}, "a": false, "m>*oGD\\\\MA1]V": "foo"}, {"foobar": {"h{7": []}}], "foobar": null}':::JSONB::JSONB)::JSONB ), ( e'{"^W/-F(wH5y": {"\'9\'y9yT5]u": {}, "fLs>-+lk%0": 1.0326888772898195}, "b": [{"{nX1T\'WHy": []}, {}, [{}]], "mQ\'(_DZ$SB&": "foobar"}':::JSONB ), ( '{"-o]": false, "foo": ["?hN:x"], "foobar": {"$(XUw": [], "foobar": 0.09876310386872, "g3o2hp@RIB``~": {"b": [false, {}, null], "foobar": {"5OKm%0d+m[": {"b": null, "bar": {}, "o2Xkj": {}}}}}}':::JSONB ), (e'[[true, ["c"], {"}y\'": [{}]}], [], false, [[]], {"foobar": {}}, {}]':::JSONB), ( crdb_internal.merge_transaction_stats((NULL::JSONB || ARRAY[]:::JSONB[]::JSONB[])::JSONB[]::JSONB[])::JSONB ) ) AS tab_158442 (col_390001) ), with_64931 (col_390002) AS ( SELECT * FROM ( VALUES ( (ARRAY['1':::JSONB,e'[{"@;6M": {"c": false}, "HRr*9d": {"baz": {"/wlT5D\\"T:": []}}, "\\\\4p<pi;A*": [], "c": [], "|@>*!Xf5": {"c": null}}, {}]':::JSONB,e'[[0.9153296659310575, {"bar": "baz", "c": {" *Wh.\\"05e": "bar", "a": {}, "yJ}\'NvaJ{": {"c": false}}}, [], []], {"c": [], "foo": null}, {"BISFs}": {"foobar": "E:Fy{"}}, false]':::JSONB]::JSONB[] || ARRAY[]:::JSONB[]::JSONB[])::JSONB[] ), ( ('{";CFjf%RM": [{}, []], "Jp3]e88#fe": [[], ["``3V{+D", [[], "+{hZUvr^05k"], {}], true, null], "P~>h*Pm<pK": false, "wCr;ICvQh": {"INfmsQ{?": "bar", "YPtUd": {}}}':::JSONB::JSONB || ARRAY[e'{"&i)WTfqe{w9U": [[{}], [{"VfD+IX5s>": [], "baz": {}}], {}], "->|JB\\"bR": [], "?i0": {"\\\\-8[gToJ<0R7": {}, "foo": {}, "foobar": {"$``2;K``w4$)9": true, "ICB<{l``>": {}}}}':::JSONB,'true':::JSONB,e'{" lM#A;?4": {}, "a": false, "baz": {"JL&J": true}, "foo": {"c": 0.476460526214276}, "lt]IG.JH=": {"foobar": {"Rc;": {}}, "g-/^GL\'v": true}}':::JSONB,'[{"bar": [{"b": {}, "r(:Wk": {}, "{|Xz(fz/NCn": [[], {}, false]}, 0.1351502794047817, {"$``v*)": [{}, "(GjP*v"]}]}, []]':::JSONB,e'{"-x~I(\'7": false, "b": {}, "baz": {}, "~!gjsu-*\\"B^l": {"_Mv^vRF": {"b": {"B%ZT97s": {}}, "foobar": [null]}, "a": null, "b": {"baz": {}}}}':::JSONB,e'[{"#6ye.": {}, ">#9\\\\Zlm=WlX(": "a", "ku5": [true]}, {"b": false, "bar": {}, "c": {}}, false]':::JSONB]::JSONB[])::JSONB[] ), (NULL), ( ARRAY[e'[{"bar": {"S%+>/O?]3": {"Wva~m|WBwP(": 0.577510898367092, "b": {}, "baz": {}, "ga\\\\>-%": []}, "a,=h8p": false, "c": [[null]], "f[[HA;rLv2": [{"s1L": true}]}, "qlF/z<c": {}}, 0.15627413309286753]':::JSONB] ), ( ARRAY['[{")B,;hSN": false, "c": {}}, [[], {"Fz.9Bm86": [], "a": {}}], true, "foobar"]':::JSONB,'[[{}, {"&LC40?~": [], "M{J/t.X{7p": [{}], "tCT{A(.[3": null}, {}], 0.5907906276843369, [[]]]':::JSONB,e'[{"4<7@Ja": 0.8608349852934549, "f m\'Jh)JG&[": {}}, {"a": [[], {"``Zacb7O.~ G!": [{}]}], "foobar": {}, "xI%qcTsiB(": [{}]}, [], "bar"]':::JSONB,'1':::JSONB] ) ) AS tab_158443 (col_390002) ), with_64932 (col_390003) AS (SELECT * FROM (VALUES (1:::INT8), (539683667:::INT8)) AS tab_158444 (col_390003)) SELECT (-26670):::INT8 AS col_390004, (-9.118883524270972413):::DECIMAL AS col_390005 FROM defaultdb.public.seed@[0] AS tab_158445 ORDER BY tab_158445._float4 LIMIT 39:::INT8; ``` <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> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*sqlsmith/setup=seed/setting=no-mutations.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest sqlsmith setup seed setting no mutations failed roachtest sqlsmith setup seed setting no mutations with on master bar c d h b jsonb jsonb set null jsonb null string e foo ob bo a false a false m ogd v foo foobar h foobar null jsonb jsonb jsonb e w f u fls lk b mq dz sb foobar jsonb o false foo foobar xuw foobar rib b foobar m b null bar jsonb e y false foobar jsonb crdb internal merge transaction stats null jsonb array jsonb jsonb jsonb jsonb jsonb as tab col with col as select from values array c null jsonb e c foo null bisfs foobar e fy false jsonb jsonb array jsonb jsonb jsonb cfjf rm fe hzuvr true null p h pm jb br ig jh foobar rc g gl v true jsonb false v jsonb e x i false b baz gjsu b l mv vrf b b foobar a null b baz jsonb e b false bar c false jsonb jsonb jsonb null array wva m wbwp b baz ga a false c f qlf z c jsonb array fz a true foobar jsonb m j t x tct a jsonb e g foobar xi qctsib bar jsonb jsonb as tab col with col as select from values as tab col select as col decimal as col from defaultdb public seed as tab order by tab limit help see see cc cockroachdb sql queries
1
171,107
20,920,870,737
IssuesEvent
2022-03-24 17:16:05
webmachinelearning/webnn
https://api.github.com/repos/webmachinelearning/webnn
closed
op metadata that helps avoid implementation mistakes
security-tracker
Some way to help implementors validate that data is being passed correctly between nodes in the computation graph, has the expected sizes, etc. Perhaps a little language which describes the required sizes/shapes and can be used to create checks that can be enforced as a graph is constructed, and as a graph is executed. e.g. fields for ops which indicate: Does it change input/output tensor contents? Does it change input/output tensor sizes? Can the input tensor be the output tensor? Shape of the input, shape of the output? Constraints on other input parameters that can be turned into automatic checks.
True
op metadata that helps avoid implementation mistakes - Some way to help implementors validate that data is being passed correctly between nodes in the computation graph, has the expected sizes, etc. Perhaps a little language which describes the required sizes/shapes and can be used to create checks that can be enforced as a graph is constructed, and as a graph is executed. e.g. fields for ops which indicate: Does it change input/output tensor contents? Does it change input/output tensor sizes? Can the input tensor be the output tensor? Shape of the input, shape of the output? Constraints on other input parameters that can be turned into automatic checks.
non_test
op metadata that helps avoid implementation mistakes some way to help implementors validate that data is being passed correctly between nodes in the computation graph has the expected sizes etc perhaps a little language which describes the required sizes shapes and can be used to create checks that can be enforced as a graph is constructed and as a graph is executed e g fields for ops which indicate does it change input output tensor contents does it change input output tensor sizes can the input tensor be the output tensor shape of the input shape of the output constraints on other input parameters that can be turned into automatic checks
0
225,046
17,790,545,034
IssuesEvent
2021-08-31 15:42:00
phetsims/gene-expression-essentials
https://api.github.com/repos/phetsims/gene-expression-essentials
opened
CT all returned solveCubicRootsReal roots should be finite
type:automated-testing
``` gene-expression-essentials : pan-and-zoom-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/gene-expression-essentials/gene-expression-essentials_en.html?continuousTest=%7B%22test%22%3A%5B%22gene-expression-essentials%22%2C%22pan-and-zoom-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1630381649945%22%2C%22timestamp%22%3A1630400917641%7D&brand=phet&ea&fuzz&fuzzPointers=2&memoryLimit=1000&supportsPanAndZoom=true Query: brand=phet&ea&fuzz&fuzzPointers=2&memoryLimit=1000&supportsPanAndZoom=true Uncaught Error: Assertion failed: All returned solveCubicRootsReal roots should be finite Error: Assertion failed: All returned solveCubicRootsReal roots should be finite at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/assert/js/assert.js:25:13) at https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/dot/js/Utils.js:489:47 at Array.forEach (<anonymous>) at solveCubicRootsReal (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/dot/js/Utils.js:489:30) at Cubic.intersection (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/kite/js/segments/Cubic.js:807:16) at Cubic.windingIntersection (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/kite/js/segments/Cubic.js:836:23) at Shape.windingIntersection (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/kite/js/Shape.js:1375:41) at Shape.containsPoint (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/kite/js/Shape.js:1280:17) at Path.containsPointSelf (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/scenery/js/nodes/Path.js:497:32) at Picker.recursiveHitTest (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/scenery/js/util/Picker.js:205:22) id: Bayes Chrome Snapshot from 8/30/2021, 9:47:29 PM ```
1.0
CT all returned solveCubicRootsReal roots should be finite - ``` gene-expression-essentials : pan-and-zoom-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/gene-expression-essentials/gene-expression-essentials_en.html?continuousTest=%7B%22test%22%3A%5B%22gene-expression-essentials%22%2C%22pan-and-zoom-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1630381649945%22%2C%22timestamp%22%3A1630400917641%7D&brand=phet&ea&fuzz&fuzzPointers=2&memoryLimit=1000&supportsPanAndZoom=true Query: brand=phet&ea&fuzz&fuzzPointers=2&memoryLimit=1000&supportsPanAndZoom=true Uncaught Error: Assertion failed: All returned solveCubicRootsReal roots should be finite Error: Assertion failed: All returned solveCubicRootsReal roots should be finite at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/assert/js/assert.js:25:13) at https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/dot/js/Utils.js:489:47 at Array.forEach (<anonymous>) at solveCubicRootsReal (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/dot/js/Utils.js:489:30) at Cubic.intersection (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/kite/js/segments/Cubic.js:807:16) at Cubic.windingIntersection (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/kite/js/segments/Cubic.js:836:23) at Shape.windingIntersection (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/kite/js/Shape.js:1375:41) at Shape.containsPoint (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/kite/js/Shape.js:1280:17) at Path.containsPointSelf (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/scenery/js/nodes/Path.js:497:32) at Picker.recursiveHitTest (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1630381649945/scenery/js/util/Picker.js:205:22) id: Bayes Chrome Snapshot from 8/30/2021, 9:47:29 PM ```
test
ct all returned solvecubicrootsreal roots should be finite gene expression essentials pan and zoom fuzz unbuilt query brand phet ea fuzz fuzzpointers memorylimit supportspanandzoom true uncaught error assertion failed all returned solvecubicrootsreal roots should be finite error assertion failed all returned solvecubicrootsreal roots should be finite at window assertions assertfunction at at array foreach at solvecubicrootsreal at cubic intersection at cubic windingintersection at shape windingintersection at shape containspoint at path containspointself at picker recursivehittest id bayes chrome snapshot from pm
1
351,915
10,525,666,410
IssuesEvent
2019-09-30 15:29:48
aharwood2/JBlockCreator
https://api.github.com/repos/aharwood2/JBlockCreator
closed
Adjustment of Gill trouser block required
high priority resolved
Updated draft, seat and thigh removed to provide a more consistent output. Updated coded draft available.
1.0
Adjustment of Gill trouser block required - Updated draft, seat and thigh removed to provide a more consistent output. Updated coded draft available.
non_test
adjustment of gill trouser block required updated draft seat and thigh removed to provide a more consistent output updated coded draft available
0
290,269
25,046,258,081
IssuesEvent
2022-11-05 09:32:58
finos/waltz
https://api.github.com/repos/finos/waltz
closed
Report Grid: investigate support for derived columns
fixed (test & close)
### Description e.g. `col C = if (col A == 'Y' & col B == 'Y') then "PASS" else "FAIL"` A main driver behind this to support 'insights', e.g. check app mappings for Payments Fn, Payments Process and Payments Data types, and calc a confidence %age. ### Resourcing We intend to contribute this feature
1.0
Report Grid: investigate support for derived columns - ### Description e.g. `col C = if (col A == 'Y' & col B == 'Y') then "PASS" else "FAIL"` A main driver behind this to support 'insights', e.g. check app mappings for Payments Fn, Payments Process and Payments Data types, and calc a confidence %age. ### Resourcing We intend to contribute this feature
test
report grid investigate support for derived columns description e g col c if col a y col b y then pass else fail a main driver behind this to support insights e g check app mappings for payments fn payments process and payments data types and calc a confidence age resourcing we intend to contribute this feature
1
125,347
4,955,980,048
IssuesEvent
2016-12-01 22:01:15
tloltman/Quibill-ionic
https://api.github.com/repos/tloltman/Quibill-ionic
closed
Buttons on home page should open recurring-transaction pages
High Priority
This is basically the exact same issue as the last one you did. Just make sure when you're creating a new branch on github that 'develop' is the currently selected one so you get the most updated code. The recurring-transaction page and recurring withdrawal/deposit buttons are already set up, so just like before all you should have to do is set up an angular (click) to push the page with the correct parameter to pass to the title. Also I have the variable that stores the transaction type string that goes in the <ion-title> set up slightly differently than you did so you might have to fix the recurring-transacton.html <ion-title> value to work with the system you had.
1.0
Buttons on home page should open recurring-transaction pages - This is basically the exact same issue as the last one you did. Just make sure when you're creating a new branch on github that 'develop' is the currently selected one so you get the most updated code. The recurring-transaction page and recurring withdrawal/deposit buttons are already set up, so just like before all you should have to do is set up an angular (click) to push the page with the correct parameter to pass to the title. Also I have the variable that stores the transaction type string that goes in the <ion-title> set up slightly differently than you did so you might have to fix the recurring-transacton.html <ion-title> value to work with the system you had.
non_test
buttons on home page should open recurring transaction pages this is basically the exact same issue as the last one you did just make sure when you re creating a new branch on github that develop is the currently selected one so you get the most updated code the recurring transaction page and recurring withdrawal deposit buttons are already set up so just like before all you should have to do is set up an angular click to push the page with the correct parameter to pass to the title also i have the variable that stores the transaction type string that goes in the set up slightly differently than you did so you might have to fix the recurring transacton html value to work with the system you had
0
276,740
24,014,385,524
IssuesEvent
2022-09-14 22:15:29
brave/brave-ios
https://api.github.com/repos/brave/brave-ios
closed
Manual test run for `1.43` on `iPhone` running `iOS 16`
QA/Yes release-notes/exclude QA Pass - iPhone tests iPhone iOS 16
## Installer - [x] Check that installer is close to the size of the last release - [x] Check the Brave version in About and make sure it is EXACTLY as expected ## Data - [x] Verify that data from the previous build appears in the updated build as expected (bookmarks, history, etc.) - [x] Verify that cookies from the previous build are preserved after upgrade - [x] Verify saved passwords are retained after upgrade - [x] Verify stats are retained after upgrade - [x] Verify sync chain created in the previous version is still retained on upgrade - [x] Verify per-site settings are preserved after upgrade ## Bookmarks - [x] Verify that creating a bookmark works - [x] Verify that tapping a bookmark from bookmark manager loads the bookmark - [x] Verify that deleting a bookmark works - [x] Verify that creating a bookmark folder works - [x] Verify that creating a bookmark inside the created folder works - [x] Verify that you can add a bookmark directly inside a bookmark folder - [x] Verify that you can delete a bookmark in edit mode - [x] Verify that you can delete a bookmark folder with bookmarks inside - [x] Verify adding a bookmark domain, subpaths is retained and you are successfully able to visit the domain subpath in a new tab ## Favourites - [x] Verify editing favourites and changing their URLs updates the favicons accordingly - [x] Verify that you can remove favourites - [x] Verify that you can add new favourites from the `Share with...` 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 (input, textarea, or contenteditable) - [x] Verify you can open links in a new tab or private tab. Ensure you can open links in background tabs. ## Downloads - [x] Verify that you can save an image from a site - [x] Verify that you are able to save a GIF image ## Reader Mode - [x] Visit `http://theverge.com`, open any article, verify the reader mode icon is shown in the URL bar - [x] Verify tapping on the reader mode icon opens the article in reader mode - [x] Edit reader mode settings and open different pages in reader mode and verify if the setting is retained across each article ## Gestures - [x] Verify pinch to zoom in/out gestures work on `https://www.homedepot.com` - [x] Verify that navigating to a different origin resets the zoom - [x] Swipe back and forward to navigate, verify this works as expected ## Password Managers - [x] Verify tapping on 1Password on the slide-out keyboard launches 1Password app and you're able to select the stored credentials - [x] Verify tapping on Bitwarden password manager in the autofill field launches the app and auto-fills the stored data ## Shields Settings - [x] Enable all switches in `Settings` and visit a site and disable `Block Scripts`. Kill and relaunch the app and verify if the site Shields settings are retained ## Browser Lock - [x] Verify browser lock enables device passcode to lock/unlock the browser - [x] Verify swipe up/swipe down with browser in focus doesn't ask for device passcode - [x] Verify cancel passcode shows unlock message - [x] Remove the app from memory and relaunch, enter a wrong passcode, the browser should not be unlocked - [x] Verify cancel fingerprint confirmation/face unlock shows enter passcode window when fingerprint/face unlock is set up on the device ## Brave Rewards/Ads - [x] Verify wallet is auto-created after enabling Rewards - [x] Verify when you click on the Brave Rewards panel while on a site, the panel displays if the site is verified or not - [x] Verify ads are only shown while the app is being used - [x] Verify tapping on an ad notification shows the landing page - [ ] Verify inline-content ads show on Brave News and are correctly redeemed from the server - [ ] Verify `view`,`clicked`, `landed`, and `dismiss` states are logged based on the action ## Sync - [x] Verify you are able to join Sync chain by scanning the QR code - [x] Verify you are able to join Sync chain using code words - [x] Verify you are able to create a Sync chain on the device and add other devices to the chain via QR code/code words - [x] Verify that bookmarks from other devices on the chain show up on the mobile device after sync completes - [x] Verify newly created bookmarks get synced to all devices on the Sync chain - [x] Verify existing bookmarks before joining Sync chain also gets sync'd to all devices on the Sync chain - [x] Verify history sync is disabled by default. Enabling it starts sync'ing history items as well (limited to 200 entries). - [x] Verify sync works on an upgraded profile and new bookmarks added post-upgrade sync across devices on the chain - [x] Verify you can create a standalone Sync chain with one device ## Playlist & Autoplay - [x] Verify Playlist is enabled by default on a clean install - [x] Verify when a site with audio/video is detected, `Playlist` button is shown in URL bar and a notification badge on the menu - [x] Verify clicking the `Playlist` button adds audio/video to playlist and initiates offline play - [x] Verify able to add audio/video to playlist via share menu - [x] Verify able to add audio/video to playlist via long press context menu - [x] Verify Autoplay is disabled by default - [x] Verify with Autoplay enabled, able to play audio/video automatically - [x] Verify with background audio enabled, able to play audio/video with device locked or app in background ## Brave News - [x] Verify Brave News opt-in is shown on a clean install - [x] Verify once opted-in Brave News starts showing articles - [ ] Verify promoted content is shown on Brave News - [ ] Verify inline-content ads are shown on Brave News - [x] Verify able to add custom RSS feed to the list of sources - [x] Verify able to disable content from a particular publisher by long-press on the card ## Bravery settings - [x] Check that HTTPS Everywhere works by loading `http://https-everywhere.badssl.com/` - [x] Turning HTTPS Everywhere off or shields off both disable the redirect to `https://https-everywhere.badssl.com/` - [x] Check that block ad and unblock ad works on `http://slashdot.org` - [x] Check that toggling to blocking and allow ads works as expected - [x] Verify that tapping through a cert error in `https://badssl.com` works - [x] Verify that Safe Browsing works `https://www.raisegame.com` - [x] Enable `Block Scripts` globally from `Settings`. Visit `https://twitter.com`, nothing should load. Tap on `Shields` and disable `Block Scripts`; the page should load properly. - [x] Verify that default Brave Shields settings take effect on pages with no site settings ### Fingerprint Tests - [x] Verify that turning on fingerprinting protection in preferences shows `3 fingerprints blocked` at `https://browserleaks.com/canvas`. Verify that turning it off in the Bravery menu shows `0 fingerprints blocked`. - [x] Verify that the audio fingerprint is blocked at `https://audiofingerprint.openwpm.com` when fingerprinting protection is on - [x] Verify that `https://diafygi.github.io/webrtc-ips/` doesn't leak IP address when `Block all fingerprinting protection` is on ## Content tests - [x] Go to `https://feedly.com` and make sure that the password can be saved. Make sure the saved password is auto-populated when you visit the site again. - [x] Open an email on `https://mail.google.com` and tap on a link. Make sure it works. - [x] Verify that PDF is loaded over `HTTPS` at `https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf` - [x] Verify that PDF is loaded over `HTTP` at `http://www.pdf995.com/samples/pdf.pdf` - [x] Verify that `https://mixed-script.badssl.com` shows up as grey, not red (no mixed-content scripts are run) - [x] Verify that search results from `https://startpage.com` open in a new tab (due to target being _blank_) ## WebAuthn - [x] Verify browser prompts for security key when trying to log in to accounts - [x] Verify you are able to successfully authenticate an account using security key when prompted - [x] Verify quickly connecting and disconnecting doesn't cause issues authenticating using security keys - [x] Verify you are able to use security keys on both normal and private tabs - [x] Verify you are able to use security keys to authenticate using NFC ## App linker - [x] Long-press on a link in the Twitter app to get the share picker, choose Brave. Verify Brave doesn't crash after opening the link. ## Session storage - [x] Verify that tabs restore when closed, including active tab
1.0
Manual test run for `1.43` on `iPhone` running `iOS 16` - ## Installer - [x] Check that installer is close to the size of the last release - [x] Check the Brave version in About and make sure it is EXACTLY as expected ## Data - [x] Verify that data from the previous build appears in the updated build as expected (bookmarks, history, etc.) - [x] Verify that cookies from the previous build are preserved after upgrade - [x] Verify saved passwords are retained after upgrade - [x] Verify stats are retained after upgrade - [x] Verify sync chain created in the previous version is still retained on upgrade - [x] Verify per-site settings are preserved after upgrade ## Bookmarks - [x] Verify that creating a bookmark works - [x] Verify that tapping a bookmark from bookmark manager loads the bookmark - [x] Verify that deleting a bookmark works - [x] Verify that creating a bookmark folder works - [x] Verify that creating a bookmark inside the created folder works - [x] Verify that you can add a bookmark directly inside a bookmark folder - [x] Verify that you can delete a bookmark in edit mode - [x] Verify that you can delete a bookmark folder with bookmarks inside - [x] Verify adding a bookmark domain, subpaths is retained and you are successfully able to visit the domain subpath in a new tab ## Favourites - [x] Verify editing favourites and changing their URLs updates the favicons accordingly - [x] Verify that you can remove favourites - [x] Verify that you can add new favourites from the `Share with...` 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 (input, textarea, or contenteditable) - [x] Verify you can open links in a new tab or private tab. Ensure you can open links in background tabs. ## Downloads - [x] Verify that you can save an image from a site - [x] Verify that you are able to save a GIF image ## Reader Mode - [x] Visit `http://theverge.com`, open any article, verify the reader mode icon is shown in the URL bar - [x] Verify tapping on the reader mode icon opens the article in reader mode - [x] Edit reader mode settings and open different pages in reader mode and verify if the setting is retained across each article ## Gestures - [x] Verify pinch to zoom in/out gestures work on `https://www.homedepot.com` - [x] Verify that navigating to a different origin resets the zoom - [x] Swipe back and forward to navigate, verify this works as expected ## Password Managers - [x] Verify tapping on 1Password on the slide-out keyboard launches 1Password app and you're able to select the stored credentials - [x] Verify tapping on Bitwarden password manager in the autofill field launches the app and auto-fills the stored data ## Shields Settings - [x] Enable all switches in `Settings` and visit a site and disable `Block Scripts`. Kill and relaunch the app and verify if the site Shields settings are retained ## Browser Lock - [x] Verify browser lock enables device passcode to lock/unlock the browser - [x] Verify swipe up/swipe down with browser in focus doesn't ask for device passcode - [x] Verify cancel passcode shows unlock message - [x] Remove the app from memory and relaunch, enter a wrong passcode, the browser should not be unlocked - [x] Verify cancel fingerprint confirmation/face unlock shows enter passcode window when fingerprint/face unlock is set up on the device ## Brave Rewards/Ads - [x] Verify wallet is auto-created after enabling Rewards - [x] Verify when you click on the Brave Rewards panel while on a site, the panel displays if the site is verified or not - [x] Verify ads are only shown while the app is being used - [x] Verify tapping on an ad notification shows the landing page - [ ] Verify inline-content ads show on Brave News and are correctly redeemed from the server - [ ] Verify `view`,`clicked`, `landed`, and `dismiss` states are logged based on the action ## Sync - [x] Verify you are able to join Sync chain by scanning the QR code - [x] Verify you are able to join Sync chain using code words - [x] Verify you are able to create a Sync chain on the device and add other devices to the chain via QR code/code words - [x] Verify that bookmarks from other devices on the chain show up on the mobile device after sync completes - [x] Verify newly created bookmarks get synced to all devices on the Sync chain - [x] Verify existing bookmarks before joining Sync chain also gets sync'd to all devices on the Sync chain - [x] Verify history sync is disabled by default. Enabling it starts sync'ing history items as well (limited to 200 entries). - [x] Verify sync works on an upgraded profile and new bookmarks added post-upgrade sync across devices on the chain - [x] Verify you can create a standalone Sync chain with one device ## Playlist & Autoplay - [x] Verify Playlist is enabled by default on a clean install - [x] Verify when a site with audio/video is detected, `Playlist` button is shown in URL bar and a notification badge on the menu - [x] Verify clicking the `Playlist` button adds audio/video to playlist and initiates offline play - [x] Verify able to add audio/video to playlist via share menu - [x] Verify able to add audio/video to playlist via long press context menu - [x] Verify Autoplay is disabled by default - [x] Verify with Autoplay enabled, able to play audio/video automatically - [x] Verify with background audio enabled, able to play audio/video with device locked or app in background ## Brave News - [x] Verify Brave News opt-in is shown on a clean install - [x] Verify once opted-in Brave News starts showing articles - [ ] Verify promoted content is shown on Brave News - [ ] Verify inline-content ads are shown on Brave News - [x] Verify able to add custom RSS feed to the list of sources - [x] Verify able to disable content from a particular publisher by long-press on the card ## Bravery settings - [x] Check that HTTPS Everywhere works by loading `http://https-everywhere.badssl.com/` - [x] Turning HTTPS Everywhere off or shields off both disable the redirect to `https://https-everywhere.badssl.com/` - [x] Check that block ad and unblock ad works on `http://slashdot.org` - [x] Check that toggling to blocking and allow ads works as expected - [x] Verify that tapping through a cert error in `https://badssl.com` works - [x] Verify that Safe Browsing works `https://www.raisegame.com` - [x] Enable `Block Scripts` globally from `Settings`. Visit `https://twitter.com`, nothing should load. Tap on `Shields` and disable `Block Scripts`; the page should load properly. - [x] Verify that default Brave Shields settings take effect on pages with no site settings ### Fingerprint Tests - [x] Verify that turning on fingerprinting protection in preferences shows `3 fingerprints blocked` at `https://browserleaks.com/canvas`. Verify that turning it off in the Bravery menu shows `0 fingerprints blocked`. - [x] Verify that the audio fingerprint is blocked at `https://audiofingerprint.openwpm.com` when fingerprinting protection is on - [x] Verify that `https://diafygi.github.io/webrtc-ips/` doesn't leak IP address when `Block all fingerprinting protection` is on ## Content tests - [x] Go to `https://feedly.com` and make sure that the password can be saved. Make sure the saved password is auto-populated when you visit the site again. - [x] Open an email on `https://mail.google.com` and tap on a link. Make sure it works. - [x] Verify that PDF is loaded over `HTTPS` at `https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf` - [x] Verify that PDF is loaded over `HTTP` at `http://www.pdf995.com/samples/pdf.pdf` - [x] Verify that `https://mixed-script.badssl.com` shows up as grey, not red (no mixed-content scripts are run) - [x] Verify that search results from `https://startpage.com` open in a new tab (due to target being _blank_) ## WebAuthn - [x] Verify browser prompts for security key when trying to log in to accounts - [x] Verify you are able to successfully authenticate an account using security key when prompted - [x] Verify quickly connecting and disconnecting doesn't cause issues authenticating using security keys - [x] Verify you are able to use security keys on both normal and private tabs - [x] Verify you are able to use security keys to authenticate using NFC ## App linker - [x] Long-press on a link in the Twitter app to get the share picker, choose Brave. Verify Brave doesn't crash after opening the link. ## Session storage - [x] Verify that tabs restore when closed, including active tab
test
manual test run for on iphone running ios installer check that installer is close to the size of the last release check the brave version in about and make sure it is exactly as expected data verify that data from the previous build appears in the updated build as expected bookmarks history etc verify that cookies from the previous build are preserved after upgrade verify saved passwords are retained after upgrade verify stats are retained after upgrade verify sync chain created in the previous version is still retained on upgrade verify per site settings are preserved after upgrade bookmarks verify that creating a bookmark works verify that tapping a bookmark from bookmark manager loads the bookmark verify that deleting a bookmark works verify that creating a bookmark folder works verify that creating a bookmark inside the created folder works verify that you can add a bookmark directly inside a bookmark folder verify that you can delete a bookmark in edit mode verify that you can delete a bookmark folder with bookmarks inside verify adding a bookmark domain subpaths is retained and you are successfully able to visit the domain subpath in a new tab favourites verify editing favourites and changing their urls updates the favicons accordingly verify that you can remove favourites verify that you can add new favourites from the share with 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 input textarea or contenteditable verify you can open links in a new tab or private tab ensure you can open links in background tabs downloads verify that you can save an image from a site verify that you are able to save a gif image reader mode visit open any article verify the reader mode icon is shown in the url bar verify tapping on the reader mode icon opens the article in reader mode edit reader mode settings and open different pages in reader mode and verify if the setting is retained across each article gestures verify pinch to zoom in out gestures work on verify that navigating to a different origin resets the zoom swipe back and forward to navigate verify this works as expected password managers verify tapping on on the slide out keyboard launches app and you re able to select the stored credentials verify tapping on bitwarden password manager in the autofill field launches the app and auto fills the stored data shields settings enable all switches in settings and visit a site and disable block scripts kill and relaunch the app and verify if the site shields settings are retained browser lock verify browser lock enables device passcode to lock unlock the browser verify swipe up swipe down with browser in focus doesn t ask for device passcode verify cancel passcode shows unlock message remove the app from memory and relaunch enter a wrong passcode the browser should not be unlocked verify cancel fingerprint confirmation face unlock shows enter passcode window when fingerprint face unlock is set up on the device brave rewards ads verify wallet is auto created after enabling rewards verify when you click on the brave rewards panel while on a site the panel displays if the site is verified or not verify ads are only shown while the app is being used verify tapping on an ad notification shows the landing page verify inline content ads show on brave news and are correctly redeemed from the server verify view clicked landed and dismiss states are logged based on the action sync verify you are able to join sync chain by scanning the qr code verify you are able to join sync chain using code words verify you are able to create a sync chain on the device and add other devices to the chain via qr code code words verify that bookmarks from other devices on the chain show up on the mobile device after sync completes verify newly created bookmarks get synced to all devices on the sync chain verify existing bookmarks before joining sync chain also gets sync d to all devices on the sync chain verify history sync is disabled by default enabling it starts sync ing history items as well limited to entries verify sync works on an upgraded profile and new bookmarks added post upgrade sync across devices on the chain verify you can create a standalone sync chain with one device playlist autoplay verify playlist is enabled by default on a clean install verify when a site with audio video is detected playlist button is shown in url bar and a notification badge on the menu verify clicking the playlist button adds audio video to playlist and initiates offline play verify able to add audio video to playlist via share menu verify able to add audio video to playlist via long press context menu verify autoplay is disabled by default verify with autoplay enabled able to play audio video automatically verify with background audio enabled able to play audio video with device locked or app in background brave news verify brave news opt in is shown on a clean install verify once opted in brave news starts showing articles verify promoted content is shown on brave news verify inline content ads are shown on brave news verify able to add custom rss feed to the list of sources verify able to disable content from a particular publisher by long press on the card bravery settings check that https everywhere works by loading turning https everywhere off or shields off both disable the redirect to check that block ad and unblock ad works on check that toggling to blocking and allow ads works as expected verify that tapping through a cert error in works verify that safe browsing works enable block scripts globally from settings visit nothing should load tap on shields and disable block scripts the page should load properly verify that default brave shields settings take effect on pages with no site settings fingerprint tests verify that turning on fingerprinting protection in preferences shows fingerprints blocked at verify that turning it off in the bravery menu shows fingerprints blocked verify that the audio fingerprint is blocked at when fingerprinting protection is on verify that doesn t leak ip address when block all fingerprinting protection is on content tests go to and make sure that the password can be saved make sure the saved password is auto populated when you visit the site again open an email on and tap on a link make sure it works verify that pdf is loaded over https at verify that pdf is loaded over http at verify that shows up as grey not red no mixed content scripts are run verify that search results from open in a new tab due to target being blank webauthn verify browser prompts for security key when trying to log in to accounts verify you are able to successfully authenticate an account using security key when prompted verify quickly connecting and disconnecting doesn t cause issues authenticating using security keys verify you are able to use security keys on both normal and private tabs verify you are able to use security keys to authenticate using nfc app linker long press on a link in the twitter app to get the share picker choose brave verify brave doesn t crash after opening the link session storage verify that tabs restore when closed including active tab
1
3,702
3,223,188,867
IssuesEvent
2015-10-09 08:27:00
bitcoin/bitcoin
https://api.github.com/repos/bitcoin/bitcoin
closed
CFLAGS output of pkg-config not used for libzmq
Build system
When libzmq is installed in a non-standard location (and PKG_CONFIG_PATH is set appropriately) the Makefile does not make use of ZMQ_CFLAGS and consequently the make fails with: CXX zmq/libbitcoin_zmq_a-zmqabstractnotifier.o In file included from zmq/zmqabstractnotifier.h:8:0, from zmq/zmqabstractnotifier.cpp:5: zmq/zmqconfig.h:16:17: fatal error: zmq.h: No such file or directory #include <zmq.h> ^ compilation terminated.
1.0
CFLAGS output of pkg-config not used for libzmq - When libzmq is installed in a non-standard location (and PKG_CONFIG_PATH is set appropriately) the Makefile does not make use of ZMQ_CFLAGS and consequently the make fails with: CXX zmq/libbitcoin_zmq_a-zmqabstractnotifier.o In file included from zmq/zmqabstractnotifier.h:8:0, from zmq/zmqabstractnotifier.cpp:5: zmq/zmqconfig.h:16:17: fatal error: zmq.h: No such file or directory #include <zmq.h> ^ compilation terminated.
non_test
cflags output of pkg config not used for libzmq when libzmq is installed in a non standard location and pkg config path is set appropriately the makefile does not make use of zmq cflags and consequently the make fails with cxx zmq libbitcoin zmq a zmqabstractnotifier o in file included from zmq zmqabstractnotifier h from zmq zmqabstractnotifier cpp zmq zmqconfig h fatal error zmq h no such file or directory include compilation terminated
0
32,519
26,749,466,667
IssuesEvent
2023-01-30 18:22:27
opendatahub-io/odh-dashboard
https://api.github.com/repos/opendatahub-io/odh-dashboard
closed
[Bug]: Improve K8s List Calls
kind/bug infrastructure feature/notebook-controller priority/normal
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior We need a way to limit / paginate as needed List calls that we make to k8s. It causes a spike in processing when we make these calls against a potential large size return. We need to avoid bogging down things when we are just requesting. Perf noticed this with multiple users and the nb-events endpoint to get K8sEvent objects. We don't limit the return. There are other list calls we should look at too -- we should definitely not keep it unbound when fetching list endpoints from k8s. ### Expected Behavior Let us start with endpoints we can find. Investigate it from a high level... `...List...` calls from the K8s library is a good spot to start. Main goal is to see if we can trim the events from the backend. We need to make those smaller and to the point of *this* spawn. Maybe we can find a `uid` or `resourceVersion` in the metadata of the K8sEvent objects that can help us with the current gen of an object so we don't get unrelated events to the old notebook instances. ### Steps To Reproduce Spawner Page - Create Notebook. Let us start with the nb-events endpoint and see if we can get other ones as well. ### Workaround (if any) _No response_ ### OpenShift Infrastructure Version _No response_ ### Openshift Version _No response_ ### What browsers are you seeing the problem on? _No response_ ### Open Data Hub Version ```yml 2.3.0 ``` ### Relevant log output _No response_
1.0
[Bug]: Improve K8s List Calls - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior We need a way to limit / paginate as needed List calls that we make to k8s. It causes a spike in processing when we make these calls against a potential large size return. We need to avoid bogging down things when we are just requesting. Perf noticed this with multiple users and the nb-events endpoint to get K8sEvent objects. We don't limit the return. There are other list calls we should look at too -- we should definitely not keep it unbound when fetching list endpoints from k8s. ### Expected Behavior Let us start with endpoints we can find. Investigate it from a high level... `...List...` calls from the K8s library is a good spot to start. Main goal is to see if we can trim the events from the backend. We need to make those smaller and to the point of *this* spawn. Maybe we can find a `uid` or `resourceVersion` in the metadata of the K8sEvent objects that can help us with the current gen of an object so we don't get unrelated events to the old notebook instances. ### Steps To Reproduce Spawner Page - Create Notebook. Let us start with the nb-events endpoint and see if we can get other ones as well. ### Workaround (if any) _No response_ ### OpenShift Infrastructure Version _No response_ ### Openshift Version _No response_ ### What browsers are you seeing the problem on? _No response_ ### Open Data Hub Version ```yml 2.3.0 ``` ### Relevant log output _No response_
non_test
improve list calls is there an existing issue for this i have searched the existing issues current behavior we need a way to limit paginate as needed list calls that we make to it causes a spike in processing when we make these calls against a potential large size return we need to avoid bogging down things when we are just requesting perf noticed this with multiple users and the nb events endpoint to get objects we don t limit the return there are other list calls we should look at too we should definitely not keep it unbound when fetching list endpoints from expected behavior let us start with endpoints we can find investigate it from a high level list calls from the library is a good spot to start main goal is to see if we can trim the events from the backend we need to make those smaller and to the point of this spawn maybe we can find a uid or resourceversion in the metadata of the objects that can help us with the current gen of an object so we don t get unrelated events to the old notebook instances steps to reproduce spawner page create notebook let us start with the nb events endpoint and see if we can get other ones as well workaround if any no response openshift infrastructure version no response openshift version no response what browsers are you seeing the problem on no response open data hub version yml relevant log output no response
0
235,339
19,338,705,521
IssuesEvent
2021-12-15 00:12:46
nrwl/nx
https://api.github.com/repos/nrwl/nx
closed
Some paths are not updated correctly for @nrwl/angular:move schematic
type: bug blocked: retry with latest scope: misc stale
When using the @nrwl/angular:move schematic it does not update the path - in the libraries *.eslintrc.json* file for the `parserOption` - in the *ng-package.json* for the `dest`ination and - for the `name` property in the *package.json* file. - In the *jest.config.js* file in the root directory ## Current Behavior The path of these two properties does not get updated correctly. ## Expected Behavior The path of these two properties should be updated correctly and point to the new library path. ## Steps to Reproduce <!-- Help us help you by making it easy for us to reproduce your issue! --> ``` git clone https://github.com/nrwl/nx-examples.git cd nx-examples npm i ``` Open NX Console and choose @nrwl/angular:move with the following output ``` > Executing task: nx generate @nrwl/angular:move --destination=categories/manage-categories --projectName=products-home-page --no-interactive < DELETE libs/products/home-page/src/lib/home-page/home-page.component.html DELETE libs/products/home-page/src/lib/home-page/home-page.component.scss DELETE libs/products/home-page/src/lib/home-page/home-page.component.spec.ts DELETE libs/products/home-page/src/lib/home-page/home-page.component.ts DELETE libs/products/home-page/src/lib/products-home-page.module.spec.ts DELETE libs/products/home-page/src/lib/products-home-page.module.ts DELETE libs/products/home-page/src/index.ts DELETE libs/products/home-page/src/test-setup.ts DELETE libs/products/home-page/.eslintrc.json DELETE libs/products/home-page/README.md DELETE libs/products/home-page/jest.config.js DELETE libs/products/home-page/tsconfig.json DELETE libs/products/home-page/tsconfig.lib.json DELETE libs/products/home-page/tsconfig.spec.json CREATE libs/categories/manage-categories/src/lib/home-page/home-page.component.html CREATE libs/categories/manage-categories/src/lib/home-page/home-page.component.scss CREATE libs/categories/manage-categories/src/lib/home-page/home-page.component.spec.ts CREATE libs/categories/manage-categories/src/lib/home-page/home-page.component.ts CREATE libs/categories/manage-categories/src/index.ts CREATE libs/categories/manage-categories/src/test-setup.ts CREATE libs/categories/manage-categories/.eslintrc.json CREATE libs/categories/manage-categories/README.md CREATE libs/categories/manage-categories/jest.config.js CREATE libs/categories/manage-categories/tsconfig.json CREATE libs/categories/manage-categories/tsconfig.lib.json CREATE libs/categories/manage-categories/tsconfig.spec.json CREATE libs/categories/manage-categories/src/lib/categories-manage-categories.module.ts CREATE libs/categories/manage-categories/src/lib/categories-manage-categories.module.spec.ts UPDATE apps/products/src/app/app.module.ts UPDATE tsconfig.base.json UPDATE jest.config.js UPDATE nx.json UPDATE workspace.json ``` The file *libs/categories/manage-categories/.eslintrc.json* still has ```json "parserOptions": { "project": ["libs/products/home-page/tsconfig.*?.json"] }, ``` The lib is not buildable, therefore there are no package.json and ng-package.json files. I would be happy to help with the fix if this gets accepted. ### Environment ``` Node : 15.14.0 OS : darwin x64 npm : 6.14.13 nx : Not Found @nrwl/angular : 12.0.8 @nrwl/cli : 12.0.8 @nrwl/cypress : 12.0.8 @nrwl/devkit : 12.0.8 @nrwl/eslint-plugin-nx : 12.0.8 @nrwl/express : Not Found @nrwl/jest : 12.0.8 @nrwl/linter : 12.0.8 @nrwl/nest : 12.0.8 @nrwl/next : Not Found @nrwl/node : 12.0.8 @nrwl/react : 12.0.8 @nrwl/schematics : Not Found @nrwl/tao : 12.0.8 @nrwl/web : 12.0.8 @nrwl/workspace : 12.0.8 @nrwl/storybook : 12.0.8 @nrwl/gatsby : Not Found typescript : 4.1.5 ```
1.0
Some paths are not updated correctly for @nrwl/angular:move schematic - When using the @nrwl/angular:move schematic it does not update the path - in the libraries *.eslintrc.json* file for the `parserOption` - in the *ng-package.json* for the `dest`ination and - for the `name` property in the *package.json* file. - In the *jest.config.js* file in the root directory ## Current Behavior The path of these two properties does not get updated correctly. ## Expected Behavior The path of these two properties should be updated correctly and point to the new library path. ## Steps to Reproduce <!-- Help us help you by making it easy for us to reproduce your issue! --> ``` git clone https://github.com/nrwl/nx-examples.git cd nx-examples npm i ``` Open NX Console and choose @nrwl/angular:move with the following output ``` > Executing task: nx generate @nrwl/angular:move --destination=categories/manage-categories --projectName=products-home-page --no-interactive < DELETE libs/products/home-page/src/lib/home-page/home-page.component.html DELETE libs/products/home-page/src/lib/home-page/home-page.component.scss DELETE libs/products/home-page/src/lib/home-page/home-page.component.spec.ts DELETE libs/products/home-page/src/lib/home-page/home-page.component.ts DELETE libs/products/home-page/src/lib/products-home-page.module.spec.ts DELETE libs/products/home-page/src/lib/products-home-page.module.ts DELETE libs/products/home-page/src/index.ts DELETE libs/products/home-page/src/test-setup.ts DELETE libs/products/home-page/.eslintrc.json DELETE libs/products/home-page/README.md DELETE libs/products/home-page/jest.config.js DELETE libs/products/home-page/tsconfig.json DELETE libs/products/home-page/tsconfig.lib.json DELETE libs/products/home-page/tsconfig.spec.json CREATE libs/categories/manage-categories/src/lib/home-page/home-page.component.html CREATE libs/categories/manage-categories/src/lib/home-page/home-page.component.scss CREATE libs/categories/manage-categories/src/lib/home-page/home-page.component.spec.ts CREATE libs/categories/manage-categories/src/lib/home-page/home-page.component.ts CREATE libs/categories/manage-categories/src/index.ts CREATE libs/categories/manage-categories/src/test-setup.ts CREATE libs/categories/manage-categories/.eslintrc.json CREATE libs/categories/manage-categories/README.md CREATE libs/categories/manage-categories/jest.config.js CREATE libs/categories/manage-categories/tsconfig.json CREATE libs/categories/manage-categories/tsconfig.lib.json CREATE libs/categories/manage-categories/tsconfig.spec.json CREATE libs/categories/manage-categories/src/lib/categories-manage-categories.module.ts CREATE libs/categories/manage-categories/src/lib/categories-manage-categories.module.spec.ts UPDATE apps/products/src/app/app.module.ts UPDATE tsconfig.base.json UPDATE jest.config.js UPDATE nx.json UPDATE workspace.json ``` The file *libs/categories/manage-categories/.eslintrc.json* still has ```json "parserOptions": { "project": ["libs/products/home-page/tsconfig.*?.json"] }, ``` The lib is not buildable, therefore there are no package.json and ng-package.json files. I would be happy to help with the fix if this gets accepted. ### Environment ``` Node : 15.14.0 OS : darwin x64 npm : 6.14.13 nx : Not Found @nrwl/angular : 12.0.8 @nrwl/cli : 12.0.8 @nrwl/cypress : 12.0.8 @nrwl/devkit : 12.0.8 @nrwl/eslint-plugin-nx : 12.0.8 @nrwl/express : Not Found @nrwl/jest : 12.0.8 @nrwl/linter : 12.0.8 @nrwl/nest : 12.0.8 @nrwl/next : Not Found @nrwl/node : 12.0.8 @nrwl/react : 12.0.8 @nrwl/schematics : Not Found @nrwl/tao : 12.0.8 @nrwl/web : 12.0.8 @nrwl/workspace : 12.0.8 @nrwl/storybook : 12.0.8 @nrwl/gatsby : Not Found typescript : 4.1.5 ```
test
some paths are not updated correctly for nrwl angular move schematic when using the nrwl angular move schematic it does not update the path in the libraries eslintrc json file for the parseroption in the ng package json for the dest ination and for the name property in the package json file in the jest config js file in the root directory current behavior the path of these two properties does not get updated correctly expected behavior the path of these two properties should be updated correctly and point to the new library path steps to reproduce git clone cd nx examples npm i open nx console and choose nrwl angular move with the following output executing task nx generate nrwl angular move destination categories manage categories projectname products home page no interactive delete libs products home page src lib home page home page component html delete libs products home page src lib home page home page component scss delete libs products home page src lib home page home page component spec ts delete libs products home page src lib home page home page component ts delete libs products home page src lib products home page module spec ts delete libs products home page src lib products home page module ts delete libs products home page src index ts delete libs products home page src test setup ts delete libs products home page eslintrc json delete libs products home page readme md delete libs products home page jest config js delete libs products home page tsconfig json delete libs products home page tsconfig lib json delete libs products home page tsconfig spec json create libs categories manage categories src lib home page home page component html create libs categories manage categories src lib home page home page component scss create libs categories manage categories src lib home page home page component spec ts create libs categories manage categories src lib home page home page component ts create libs categories manage categories src index ts create libs categories manage categories src test setup ts create libs categories manage categories eslintrc json create libs categories manage categories readme md create libs categories manage categories jest config js create libs categories manage categories tsconfig json create libs categories manage categories tsconfig lib json create libs categories manage categories tsconfig spec json create libs categories manage categories src lib categories manage categories module ts create libs categories manage categories src lib categories manage categories module spec ts update apps products src app app module ts update tsconfig base json update jest config js update nx json update workspace json the file libs categories manage categories eslintrc json still has json parseroptions project the lib is not buildable therefore there are no package json and ng package json files i would be happy to help with the fix if this gets accepted environment node os darwin npm nx not found nrwl angular nrwl cli nrwl cypress nrwl devkit nrwl eslint plugin nx nrwl express not found nrwl jest nrwl linter nrwl nest nrwl next not found nrwl node nrwl react nrwl schematics not found nrwl tao nrwl web nrwl workspace nrwl storybook nrwl gatsby not found typescript
1
700,060
24,043,931,266
IssuesEvent
2022-09-16 06:22:29
PlaceOS/local
https://api.github.com/repos/PlaceOS/local
closed
Support M1 MacBooks
type: enhancement status: completed focus: devops priority: low
**Is your feature request related to a problem? Please describe.** New MacBooks use M1 chips, this environment should seamlessly work on these systems.
1.0
Support M1 MacBooks - **Is your feature request related to a problem? Please describe.** New MacBooks use M1 chips, this environment should seamlessly work on these systems.
non_test
support macbooks is your feature request related to a problem please describe new macbooks use chips this environment should seamlessly work on these systems
0
306,214
26,447,903,172
IssuesEvent
2023-01-16 09:01:16
neovim/neovim
https://api.github.com/repos/neovim/neovim
opened
CI: orphan "tty-test" in Windows CI
platform:windows test ci
### Problem Lots of orphan processes mentioned in Windows CI logs. Could this lead to instability or slower performance on Windows CI? ``` 2023-01-16T08:32:59.9048237Z Cleaning up orphan processes 2023-01-16T08:32:59.9329053Z Terminate orphan process: pid (5444) (conhost) 2023-01-16T08:32:59.9389448Z Terminate orphan process: pid (3396) (cmd) 2023-01-16T08:32:59.9461038Z Terminate orphan process: pid (4268) (nvim) 2023-01-16T08:32:59.9531511Z Terminate orphan process: pid (1000) (nvim) 2023-01-16T08:32:59.9601955Z Terminate orphan process: pid (1940) (cmd) 2023-01-16T08:32:59.9676026Z Terminate orphan process: pid (1264) (nvim) 2023-01-16T08:32:59.9746930Z Terminate orphan process: pid (2568) (nvim) 2023-01-16T08:32:59.9799045Z Terminate orphan process: pid (3308) (cmd) 2023-01-16T08:32:59.9891301Z Terminate orphan process: pid (2952) (nvim) 2023-01-16T08:32:59.9961147Z Terminate orphan process: pid (5160) (nvim) 2023-01-16T08:33:00.0018248Z Terminate orphan process: pid (5844) (conhost) 2023-01-16T08:33:00.0079660Z Terminate orphan process: pid (4160) (conhost) 2023-01-16T08:33:00.0132098Z Terminate orphan process: pid (5092) (shell-test) 2023-01-16T08:33:00.0193207Z Terminate orphan process: pid (5816) (conhost) 2023-01-16T08:33:00.0251301Z Terminate orphan process: pid (772) (conhost) 2023-01-16T08:33:00.0309612Z Terminate orphan process: pid (2232) (conhost) 2023-01-16T08:33:00.0381139Z Terminate orphan process: pid (5896) (conhost) 2023-01-16T08:33:00.0444286Z Terminate orphan process: pid (4616) (tty-test) 2023-01-16T08:33:00.0503963Z Terminate orphan process: pid (2860) (conhost) 2023-01-16T08:33:00.0565332Z Terminate orphan process: pid (5452) (tty-test) 2023-01-16T08:33:00.0642620Z Terminate orphan process: pid (3128) (conhost) 2023-01-16T08:33:00.0704388Z Terminate orphan process: pid (3332) (tty-test) 2023-01-16T08:33:00.0763978Z Terminate orphan process: pid (2996) (conhost) 2023-01-16T08:33:00.0824184Z Terminate orphan process: pid (5620) (tty-test) 2023-01-16T08:33:00.0883577Z Terminate orphan process: pid (4272) (conhost) 2023-01-16T08:33:00.1021372Z Terminate orphan process: pid (5296) (tty-test) 2023-01-16T08:33:00.1084560Z Terminate orphan process: pid (2076) (conhost) 2023-01-16T08:33:00.1147136Z Terminate orphan process: pid (4100) (tty-test) 2023-01-16T08:33:00.1267498Z Terminate orphan process: pid (760) (conhost) 2023-01-16T08:33:00.1330970Z Terminate orphan process: pid (4012) (tty-test) 2023-01-16T08:33:00.1392988Z Terminate orphan process: pid (5752) (conhost) 2023-01-16T08:33:00.1456033Z Terminate orphan process: pid (2452) (tty-test) 2023-01-16T08:33:00.1522869Z Terminate orphan process: pid (4184) (conhost) 2023-01-16T08:33:00.1731516Z Terminate orphan process: pid (628) (tty-test) 2023-01-16T08:33:00.1791333Z Terminate orphan process: pid (2792) (conhost) 2023-01-16T08:33:00.1851797Z Terminate orphan process: pid (4024) (tty-test) 2023-01-16T08:33:00.1911012Z Terminate orphan process: pid (1720) (conhost) 2023-01-16T08:33:00.1991583Z Terminate orphan process: pid (1088) (tty-test) 2023-01-16T08:33:00.2050288Z Terminate orphan process: pid (6148) (conhost) 2023-01-16T08:33:00.2109355Z Terminate orphan process: pid (6156) (tty-test) 2023-01-16T08:33:00.2168004Z Terminate orphan process: pid (6252) (conhost) ``` ### Expected behavior Explicitly terminate `tty-test` ? Normally we send SIGHUP when `:terminal` is closed, is that failing to kill children on Windows? Example test: https://github.com/neovim/neovim/blob/da267f3c2b8c5c688fc0f9f85e94ab35e670497d/test/functional/terminal/tui_spec.lua#L1356
1.0
CI: orphan "tty-test" in Windows CI - ### Problem Lots of orphan processes mentioned in Windows CI logs. Could this lead to instability or slower performance on Windows CI? ``` 2023-01-16T08:32:59.9048237Z Cleaning up orphan processes 2023-01-16T08:32:59.9329053Z Terminate orphan process: pid (5444) (conhost) 2023-01-16T08:32:59.9389448Z Terminate orphan process: pid (3396) (cmd) 2023-01-16T08:32:59.9461038Z Terminate orphan process: pid (4268) (nvim) 2023-01-16T08:32:59.9531511Z Terminate orphan process: pid (1000) (nvim) 2023-01-16T08:32:59.9601955Z Terminate orphan process: pid (1940) (cmd) 2023-01-16T08:32:59.9676026Z Terminate orphan process: pid (1264) (nvim) 2023-01-16T08:32:59.9746930Z Terminate orphan process: pid (2568) (nvim) 2023-01-16T08:32:59.9799045Z Terminate orphan process: pid (3308) (cmd) 2023-01-16T08:32:59.9891301Z Terminate orphan process: pid (2952) (nvim) 2023-01-16T08:32:59.9961147Z Terminate orphan process: pid (5160) (nvim) 2023-01-16T08:33:00.0018248Z Terminate orphan process: pid (5844) (conhost) 2023-01-16T08:33:00.0079660Z Terminate orphan process: pid (4160) (conhost) 2023-01-16T08:33:00.0132098Z Terminate orphan process: pid (5092) (shell-test) 2023-01-16T08:33:00.0193207Z Terminate orphan process: pid (5816) (conhost) 2023-01-16T08:33:00.0251301Z Terminate orphan process: pid (772) (conhost) 2023-01-16T08:33:00.0309612Z Terminate orphan process: pid (2232) (conhost) 2023-01-16T08:33:00.0381139Z Terminate orphan process: pid (5896) (conhost) 2023-01-16T08:33:00.0444286Z Terminate orphan process: pid (4616) (tty-test) 2023-01-16T08:33:00.0503963Z Terminate orphan process: pid (2860) (conhost) 2023-01-16T08:33:00.0565332Z Terminate orphan process: pid (5452) (tty-test) 2023-01-16T08:33:00.0642620Z Terminate orphan process: pid (3128) (conhost) 2023-01-16T08:33:00.0704388Z Terminate orphan process: pid (3332) (tty-test) 2023-01-16T08:33:00.0763978Z Terminate orphan process: pid (2996) (conhost) 2023-01-16T08:33:00.0824184Z Terminate orphan process: pid (5620) (tty-test) 2023-01-16T08:33:00.0883577Z Terminate orphan process: pid (4272) (conhost) 2023-01-16T08:33:00.1021372Z Terminate orphan process: pid (5296) (tty-test) 2023-01-16T08:33:00.1084560Z Terminate orphan process: pid (2076) (conhost) 2023-01-16T08:33:00.1147136Z Terminate orphan process: pid (4100) (tty-test) 2023-01-16T08:33:00.1267498Z Terminate orphan process: pid (760) (conhost) 2023-01-16T08:33:00.1330970Z Terminate orphan process: pid (4012) (tty-test) 2023-01-16T08:33:00.1392988Z Terminate orphan process: pid (5752) (conhost) 2023-01-16T08:33:00.1456033Z Terminate orphan process: pid (2452) (tty-test) 2023-01-16T08:33:00.1522869Z Terminate orphan process: pid (4184) (conhost) 2023-01-16T08:33:00.1731516Z Terminate orphan process: pid (628) (tty-test) 2023-01-16T08:33:00.1791333Z Terminate orphan process: pid (2792) (conhost) 2023-01-16T08:33:00.1851797Z Terminate orphan process: pid (4024) (tty-test) 2023-01-16T08:33:00.1911012Z Terminate orphan process: pid (1720) (conhost) 2023-01-16T08:33:00.1991583Z Terminate orphan process: pid (1088) (tty-test) 2023-01-16T08:33:00.2050288Z Terminate orphan process: pid (6148) (conhost) 2023-01-16T08:33:00.2109355Z Terminate orphan process: pid (6156) (tty-test) 2023-01-16T08:33:00.2168004Z Terminate orphan process: pid (6252) (conhost) ``` ### Expected behavior Explicitly terminate `tty-test` ? Normally we send SIGHUP when `:terminal` is closed, is that failing to kill children on Windows? Example test: https://github.com/neovim/neovim/blob/da267f3c2b8c5c688fc0f9f85e94ab35e670497d/test/functional/terminal/tui_spec.lua#L1356
test
ci orphan tty test in windows ci problem lots of orphan processes mentioned in windows ci logs could this lead to instability or slower performance on windows ci cleaning up orphan processes terminate orphan process pid conhost terminate orphan process pid cmd terminate orphan process pid nvim terminate orphan process pid nvim terminate orphan process pid cmd terminate orphan process pid nvim terminate orphan process pid nvim terminate orphan process pid cmd terminate orphan process pid nvim terminate orphan process pid nvim terminate orphan process pid conhost terminate orphan process pid conhost terminate orphan process pid shell test terminate orphan process pid conhost terminate orphan process pid conhost terminate orphan process pid conhost terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost terminate orphan process pid tty test terminate orphan process pid conhost expected behavior explicitly terminate tty test normally we send sighup when terminal is closed is that failing to kill children on windows example test
1
111,140
4,462,198,089
IssuesEvent
2016-08-24 09:03:16
architecture-building-systems/CEAforArcGIS
https://api.github.com/repos/architecture-building-systems/CEAforArcGIS
opened
Refactor operation emissions script to use dicts instead of lists
Priority 3 refactoring
This is sample code from the operation emissions script: ``` # for heating services heating_services = [[Qhs_flag, 'Qhsf_MWhyr', 'Qhsf', 'Af_m2']] for x in heating_services: fields_to_plot = ['Name', x[2] + '_pen_GJ', x[2] + '_ghg_ton', x[2] + '_pen_MJm2', x[2] + '_ghg_kgm2', 'GFA_m2'] heating[fields_to_plot[1]] = heating[x[1]] * heating['PEN'] * 3.6 heating[fields_to_plot[2]] = heating[x[1]] * heating['CO2'] * 3.6 heating[fields_to_plot[3]] = heating[x[1]] * heating['PEN'] * 3600/heating['GFA_m2'] heating[fields_to_plot[4]] = heating[x[1]] * heating['CO2'] * 3600/heating['GFA_m2'] if x[0]: heating[fields_to_plot].to_csv(os.path.join(result_folder, '%s_LCA_operation.csv' % x[2]), index=False, float_format='%.2f') ``` This is hard to follow, since the `heating_services` list contains a list of "templates" that are then looped over. But the templates actually use positions to specify information... Instead, I propose to use a dictionary - just as quick and dirty, but easier to read: ``` heating_services = [{'write_to_file': Qhs_flag, 'source_field': 'Qhsf_MWhyr', 'prefix': 'Qhsf'}] ``` The `'Af_m2'` part is never used, so we can remove it. This makes the code easier to read, because you have stuff like: ``` if x['write_to_file']: heating[fields_to_plot].to_csv(os.path.join(result_folder, '%s_LCA_operation.csv' % x['prefix']), index=False, float_format='%.2f') ``` or ``` fields_to_plot = ['Name', x['prefix'] + '_pen_GJ', x['prefix'] + '_ghg_ton', x['prefix'] + '_pen_MJm2', x['prefix'] + '_ghg_kgm2', 'GFA_m2'] ``` or ``` heating[fields_to_plot[1]] = heating[x['source_field']] * heating['PEN'] * 3.6 ```
1.0
Refactor operation emissions script to use dicts instead of lists - This is sample code from the operation emissions script: ``` # for heating services heating_services = [[Qhs_flag, 'Qhsf_MWhyr', 'Qhsf', 'Af_m2']] for x in heating_services: fields_to_plot = ['Name', x[2] + '_pen_GJ', x[2] + '_ghg_ton', x[2] + '_pen_MJm2', x[2] + '_ghg_kgm2', 'GFA_m2'] heating[fields_to_plot[1]] = heating[x[1]] * heating['PEN'] * 3.6 heating[fields_to_plot[2]] = heating[x[1]] * heating['CO2'] * 3.6 heating[fields_to_plot[3]] = heating[x[1]] * heating['PEN'] * 3600/heating['GFA_m2'] heating[fields_to_plot[4]] = heating[x[1]] * heating['CO2'] * 3600/heating['GFA_m2'] if x[0]: heating[fields_to_plot].to_csv(os.path.join(result_folder, '%s_LCA_operation.csv' % x[2]), index=False, float_format='%.2f') ``` This is hard to follow, since the `heating_services` list contains a list of "templates" that are then looped over. But the templates actually use positions to specify information... Instead, I propose to use a dictionary - just as quick and dirty, but easier to read: ``` heating_services = [{'write_to_file': Qhs_flag, 'source_field': 'Qhsf_MWhyr', 'prefix': 'Qhsf'}] ``` The `'Af_m2'` part is never used, so we can remove it. This makes the code easier to read, because you have stuff like: ``` if x['write_to_file']: heating[fields_to_plot].to_csv(os.path.join(result_folder, '%s_LCA_operation.csv' % x['prefix']), index=False, float_format='%.2f') ``` or ``` fields_to_plot = ['Name', x['prefix'] + '_pen_GJ', x['prefix'] + '_ghg_ton', x['prefix'] + '_pen_MJm2', x['prefix'] + '_ghg_kgm2', 'GFA_m2'] ``` or ``` heating[fields_to_plot[1]] = heating[x['source_field']] * heating['PEN'] * 3.6 ```
non_test
refactor operation emissions script to use dicts instead of lists this is sample code from the operation emissions script for heating services heating services for x in heating services fields to plot pen gj x ghg ton x pen x ghg gfa heating heating heating heating heating heating heating heating heating heating heating heating heating heating if x heating to csv os path join result folder s lca operation csv x index false float format this is hard to follow since the heating services list contains a list of templates that are then looped over but the templates actually use positions to specify information instead i propose to use a dictionary just as quick and dirty but easier to read heating services the af part is never used so we can remove it this makes the code easier to read because you have stuff like if x heating to csv os path join result folder s lca operation csv x index false float format or fields to plot pen gj x ghg ton x pen x ghg gfa or heating heating heating
0
66,574
7,007,047,615
IssuesEvent
2017-12-19 10:46:03
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Manual test run for Chromium upgrade on Linux for 0.19.120 Hotfix 8 (Release Channel)
OS/unix-like/linux release-notes/exclude tests
## Per release specialty tests - ~~[ ] Netflix missing component error . ([#12085](https://github.com/brave/browser-laptop/issues/12085))~~ ## 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. ## Printing - [x] Test that you can print a PDF ## Widevine/Netflix test - [ ] Test that you can log into Netflix and start a show. ## Performance test _Each start should take less than 7 seconds_ - [ ] Enable only sync (new sync group). - [ ] Enable only sync with a large sync group (many entries). - [ ] Enable only payments. - [ ] Only import a large set of bookmarks. - [ ] Combine sync, payments, and a large set of bookmarks. # 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 - [x] 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 - [ ] 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 - [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 ## 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 ## Bookmarks - [x] Test that creating a bookmark on the bookmarks toolbar 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. ## 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://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation 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 detached to create a new window - [x] Test that you are able to reattach a tab to an existing window - [x] Test that you can quickly switch tabs - [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 a github issue and type some misspellings, 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. - [ ] 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). - [x] Test that WebSockets are working by ensuring http://slither.io/ runs once "Play" has been clicked. ## Flash tests - [ ] Test that flash placeholder appears on http://www.homestarrunner.com - [ ] Test with flash enabled in preferences, auto play option is shown when visiting http://www.homestarrunner.com ## Autofill tests - [ ] 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. - [ ] 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) - [ ] 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 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. - [ ] Test that using `BRAVE_ENABLE_PREVIEW_UPDATES=TRUE` env variable works and prompts for preview build updates.
1.0
Manual test run for Chromium upgrade on Linux for 0.19.120 Hotfix 8 (Release Channel) - ## Per release specialty tests - ~~[ ] Netflix missing component error . ([#12085](https://github.com/brave/browser-laptop/issues/12085))~~ ## 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. ## Printing - [x] Test that you can print a PDF ## Widevine/Netflix test - [ ] Test that you can log into Netflix and start a show. ## Performance test _Each start should take less than 7 seconds_ - [ ] Enable only sync (new sync group). - [ ] Enable only sync with a large sync group (many entries). - [ ] Enable only payments. - [ ] Only import a large set of bookmarks. - [ ] Combine sync, payments, and a large set of bookmarks. # 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 - [x] 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 - [ ] 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 - [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 ## 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 ## Bookmarks - [x] Test that creating a bookmark on the bookmarks toolbar 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. ## 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://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation 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 detached to create a new window - [x] Test that you are able to reattach a tab to an existing window - [x] Test that you can quickly switch tabs - [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 a github issue and type some misspellings, 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. - [ ] 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). - [x] Test that WebSockets are working by ensuring http://slither.io/ runs once "Play" has been clicked. ## Flash tests - [ ] Test that flash placeholder appears on http://www.homestarrunner.com - [ ] Test with flash enabled in preferences, auto play option is shown when visiting http://www.homestarrunner.com ## Autofill tests - [ ] 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. - [ ] 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) - [ ] 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 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. - [ ] Test that using `BRAVE_ENABLE_PREVIEW_UPDATES=TRUE` env variable works and prompts for preview build updates.
test
manual test run for chromium upgrade on linux for hotfix release channel per release specialty tests netflix missing component error 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 printing test that you can print a pdf widevine netflix test test that you can log into netflix and start a show performance test each start should take less than seconds enable only sync new sync group enable only sync with a large sync group many entries enable only payments only import a large set of bookmarks combine sync payments and a large set of bookmarks 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 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 bookmarks test that creating a bookmark on the bookmarks toolbar 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 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 detached to create a new window test that you are able to reattach a tab to an existing window test that you can quickly switch tabs 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 a github issue and type some misspellings 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 test that websockets are working by ensuring runs once play has been clicked 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
393,154
26,977,031,613
IssuesEvent
2023-02-09 10:18:03
DD2480-group14/Assignment-2
https://api.github.com/repos/DD2480-group14/Assignment-2
closed
Write documentation for Notifier class
documentation
The grader randomly opens application files (not test files) to check that all public classes and methods are well documented, so we need to write somthing.
1.0
Write documentation for Notifier class - The grader randomly opens application files (not test files) to check that all public classes and methods are well documented, so we need to write somthing.
non_test
write documentation for notifier class the grader randomly opens application files not test files to check that all public classes and methods are well documented so we need to write somthing
0
83,345
7,869,154,897
IssuesEvent
2018-06-24 10:16:56
odlgroup/odl
https://api.github.com/repos/odlgroup/odl
opened
Add tests for L^inf and simplex proximals
odl solvers testing
Tests for the following need to be added: - `IndicatorSimplex` - `IndicatorSumConstraint` - `proximal_linfty` - `proj_simplex` (probably as part of `IndicatorSimplex` test) - `proj_l1` Further, [this error message](https://github.com/mehrhardt/odl/blob/48cb20741e9519a99485d4297a1c20ff7d1d8c20/odl/solvers/functional/default_functionals.py#L124-L125) needs to be updated.
1.0
Add tests for L^inf and simplex proximals - Tests for the following need to be added: - `IndicatorSimplex` - `IndicatorSumConstraint` - `proximal_linfty` - `proj_simplex` (probably as part of `IndicatorSimplex` test) - `proj_l1` Further, [this error message](https://github.com/mehrhardt/odl/blob/48cb20741e9519a99485d4297a1c20ff7d1d8c20/odl/solvers/functional/default_functionals.py#L124-L125) needs to be updated.
test
add tests for l inf and simplex proximals tests for the following need to be added indicatorsimplex indicatorsumconstraint proximal linfty proj simplex probably as part of indicatorsimplex test proj further needs to be updated
1
79,988
23,084,532,760
IssuesEvent
2022-07-26 10:09:54
google/mediapipe
https://api.github.com/repos/google/mediapipe
closed
Import a third-party library from github for iOS
platform:ios type:build/install MediaPipe stat:awaiting response stalled
<em>Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues.</em> **System information** (Please provide as much relevant information as possible) - OS Platform and Distribution (e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4):iOS15.5 - Compiler version (e.g. gcc/g++ 8 /Apple clang version 12.0.0): not sure - Programming Language and version ( e.g. C++ 14, Python 3.6, Java ): objective-C - Installed using virtualenv? pip? Conda? (if python): - [MediaPipe version](https://github.com/google/mediapipe/releases):latest on github - Bazel version: 5.2.0 - XCode and Tulsi versions (if iOS): Xcode13 - Android SDK and NDK versions (if android): - Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html) ( if android): - OpenCV version (if running on desktop): **Describe the problem**: I want to import a Obj-C library into mediapipe, and I tried the PodToBuild, but I used the url: https://github.com/Figure53/F53OSC. It seems not work. Anyone knows the correct url or overall process with Bazel. I am new with Bazel. Thank you! **[Provide the exact sequence of commands / steps that you executed before running into the problem](https://google.github.io/mediapipe/getting_started/getting_started.html):** **Complete Logs:** Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached: <img width="792" alt="image" src="https://user-images.githubusercontent.com/84703080/175981070-3ac7b35a-7f74-49b5-a5a9-0335409933c9.png">
1.0
Import a third-party library from github for iOS - <em>Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues.</em> **System information** (Please provide as much relevant information as possible) - OS Platform and Distribution (e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4):iOS15.5 - Compiler version (e.g. gcc/g++ 8 /Apple clang version 12.0.0): not sure - Programming Language and version ( e.g. C++ 14, Python 3.6, Java ): objective-C - Installed using virtualenv? pip? Conda? (if python): - [MediaPipe version](https://github.com/google/mediapipe/releases):latest on github - Bazel version: 5.2.0 - XCode and Tulsi versions (if iOS): Xcode13 - Android SDK and NDK versions (if android): - Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html) ( if android): - OpenCV version (if running on desktop): **Describe the problem**: I want to import a Obj-C library into mediapipe, and I tried the PodToBuild, but I used the url: https://github.com/Figure53/F53OSC. It seems not work. Anyone knows the correct url or overall process with Bazel. I am new with Bazel. Thank you! **[Provide the exact sequence of commands / steps that you executed before running into the problem](https://google.github.io/mediapipe/getting_started/getting_started.html):** **Complete Logs:** Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached: <img width="792" alt="image" src="https://user-images.githubusercontent.com/84703080/175981070-3ac7b35a-7f74-49b5-a5a9-0335409933c9.png">
non_test
import a third party library from github for ios please make sure that this is a build installation issue and also refer to the documentation before raising any issues system information please provide as much relevant information as possible os platform and distribution e g linux ubuntu android ios compiler version e g gcc g apple clang version not sure programming language and version e g c python java objective c installed using virtualenv pip conda if python on github bazel version xcode and tulsi versions if ios android sdk and ndk versions if android android if android opencv version if running on desktop describe the problem i want to import a obj c library into mediapipe and i tried the podtobuild but i used the url it seems not work anyone knows the correct url or overall process with bazel i am new with bazel thank you complete logs include complete log information or source code that would be helpful to diagnose the problem if including tracebacks please include the full traceback large logs and files should be attached img width alt image src
0
240,393
20,026,424,277
IssuesEvent
2022-02-01 21:53:50
YCPRadioTelescope/YCP-RT-ControlRoom
https://api.github.com/repos/YCPRadioTelescope/YCP-RT-ControlRoom
closed
Fix memory leaks in RemoteListener
bug enhancement good first issue Testing
As it stands, the `RemoteListener` uses plenty of objects that implement `IDisposable` that are not being disposed of. One of these is `NetworkStream`, though there could be more; it is up to the assignee to investigate this. It is important to note that just creating a new instance of an object over top of the old instance does NOT dispose of the used memory, it simply gives it a new memory address. That is the main problem with the current implementation. This also includes bringing down the `RemoteListener` when a Telescope is shut down, thus calling all objects' disposals. Such a function should: - Close the `NetworkStream` (may throw exception; surround in try/catch) - Stop the `TcpListener` - Dispose everything that's disposable (should be the `NetworkStream` and `TcpClient`, but check for other things)
1.0
Fix memory leaks in RemoteListener - As it stands, the `RemoteListener` uses plenty of objects that implement `IDisposable` that are not being disposed of. One of these is `NetworkStream`, though there could be more; it is up to the assignee to investigate this. It is important to note that just creating a new instance of an object over top of the old instance does NOT dispose of the used memory, it simply gives it a new memory address. That is the main problem with the current implementation. This also includes bringing down the `RemoteListener` when a Telescope is shut down, thus calling all objects' disposals. Such a function should: - Close the `NetworkStream` (may throw exception; surround in try/catch) - Stop the `TcpListener` - Dispose everything that's disposable (should be the `NetworkStream` and `TcpClient`, but check for other things)
test
fix memory leaks in remotelistener as it stands the remotelistener uses plenty of objects that implement idisposable that are not being disposed of one of these is networkstream though there could be more it is up to the assignee to investigate this it is important to note that just creating a new instance of an object over top of the old instance does not dispose of the used memory it simply gives it a new memory address that is the main problem with the current implementation this also includes bringing down the remotelistener when a telescope is shut down thus calling all objects disposals such a function should close the networkstream may throw exception surround in try catch stop the tcplistener dispose everything that s disposable should be the networkstream and tcpclient but check for other things
1
123,472
10,269,859,630
IssuesEvent
2019-08-23 10:02:43
hugegraph/hugegraph-hubble
https://api.github.com/repos/hugegraph/hugegraph-hubble
closed
【图管理】-图列表中主机名创建时间等不应折行显示
duplicate testing
前提条件:创建图 BUG复现步骤:查看图列表界面显示 期望结果:主机名及创建时间等不折行 实际结果:主机名及创建时间等折行显示
1.0
【图管理】-图列表中主机名创建时间等不应折行显示 - 前提条件:创建图 BUG复现步骤:查看图列表界面显示 期望结果:主机名及创建时间等不折行 实际结果:主机名及创建时间等折行显示
test
【图管理】 图列表中主机名创建时间等不应折行显示 前提条件:创建图 bug复现步骤:查看图列表界面显示 期望结果:主机名及创建时间等不折行 实际结果:主机名及创建时间等折行显示
1
7,317
3,082,726,156
IssuesEvent
2015-08-24 00:45:49
california-civic-data-coalition/django-calaccess-raw-data
https://api.github.com/repos/california-civic-data-coalition/django-calaccess-raw-data
opened
Add documentation for the ``bene_posit`` field on the ``LexpCd`` database model
documentation enhancement small
## Your mission Add documentation for the ``bene_posit`` field on the ``LexpCd`` database model. ## Here's how **Step 1**: Claim this ticket by leaving a comment below. Tell everyone you're ON IT! **Step 2**: Open up the file that contains this model. It should be in <a href="https://github.com/california-civic-data-coalition/django-calaccess-raw-data/blob/master/calaccess_raw/models/lobbying.py">calaccess_raw.models.lobbying.py</a>. **Step 3**: Hit the little pencil button in the upper-right corner of the code box to begin editing the file. ![Edit](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367320.67.png) **Step 4**: Find this model and field in the file. (Clicking into the box and searching with CTRL-F can help you here.) Once you find it, we expect the field to lack the ``help_text`` field typically used in Django to explain what a field contains. ```python effect_dt = fields.DateField( null=True, db_column="EFFECT_DT" ) ``` **Step 5**: In a separate tab, open up the <a href="Quilmes">official state documentation</a> and find the page that defines all the fields in this model. ![The docs](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367001.08.png) **Step 6**: Find the row in that table's definition table that spells out what this field contains. If it lacks documentation. Note that in the ticket and close it now. ![The definition](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367068.59.png) **Step 7**: Return to the GitHub tab. **Step 8**: Add the state's label explaining what's in the field, to our field definition by inserting it a ``help_text`` argument. That should look something like this: ```python effect_dt = fields.DateField( null=True, db_column="EFFECT_DT", # Add a help_text argument like the one here, but put your string in instead. help_text="The other values in record were effective as of this date" ) ``` **Step 9**: Scroll down below the code box and describe the change you've made in the commit message. Press the button below. ![Commit](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367511.66.png) **Step 10**: Review your changes and create a pull request submitting them to the core team for inclusion. ![Pull request](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440368058.52.png) That's it! Mission accomplished!
1.0
Add documentation for the ``bene_posit`` field on the ``LexpCd`` database model - ## Your mission Add documentation for the ``bene_posit`` field on the ``LexpCd`` database model. ## Here's how **Step 1**: Claim this ticket by leaving a comment below. Tell everyone you're ON IT! **Step 2**: Open up the file that contains this model. It should be in <a href="https://github.com/california-civic-data-coalition/django-calaccess-raw-data/blob/master/calaccess_raw/models/lobbying.py">calaccess_raw.models.lobbying.py</a>. **Step 3**: Hit the little pencil button in the upper-right corner of the code box to begin editing the file. ![Edit](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367320.67.png) **Step 4**: Find this model and field in the file. (Clicking into the box and searching with CTRL-F can help you here.) Once you find it, we expect the field to lack the ``help_text`` field typically used in Django to explain what a field contains. ```python effect_dt = fields.DateField( null=True, db_column="EFFECT_DT" ) ``` **Step 5**: In a separate tab, open up the <a href="Quilmes">official state documentation</a> and find the page that defines all the fields in this model. ![The docs](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367001.08.png) **Step 6**: Find the row in that table's definition table that spells out what this field contains. If it lacks documentation. Note that in the ticket and close it now. ![The definition](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367068.59.png) **Step 7**: Return to the GitHub tab. **Step 8**: Add the state's label explaining what's in the field, to our field definition by inserting it a ``help_text`` argument. That should look something like this: ```python effect_dt = fields.DateField( null=True, db_column="EFFECT_DT", # Add a help_text argument like the one here, but put your string in instead. help_text="The other values in record were effective as of this date" ) ``` **Step 9**: Scroll down below the code box and describe the change you've made in the commit message. Press the button below. ![Commit](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440367511.66.png) **Step 10**: Review your changes and create a pull request submitting them to the core team for inclusion. ![Pull request](https://dl.dropboxusercontent.com/u/3640647/ScreenCloud/1440368058.52.png) That's it! Mission accomplished!
non_test
add documentation for the bene posit field on the lexpcd database model your mission add documentation for the bene posit field on the lexpcd database model here s how step claim this ticket by leaving a comment below tell everyone you re on it step open up the file that contains this model it should be in a href step hit the little pencil button in the upper right corner of the code box to begin editing the file step find this model and field in the file clicking into the box and searching with ctrl f can help you here once you find it we expect the field to lack the help text field typically used in django to explain what a field contains python effect dt fields datefield null true db column effect dt step in a separate tab open up the official state documentation and find the page that defines all the fields in this model step find the row in that table s definition table that spells out what this field contains if it lacks documentation note that in the ticket and close it now step return to the github tab step add the state s label explaining what s in the field to our field definition by inserting it a help text argument that should look something like this python effect dt fields datefield null true db column effect dt add a help text argument like the one here but put your string in instead help text the other values in record were effective as of this date step scroll down below the code box and describe the change you ve made in the commit message press the button below step review your changes and create a pull request submitting them to the core team for inclusion that s it mission accomplished
0
123,254
4,859,339,367
IssuesEvent
2016-11-13 16:11:10
RoboJackets/robocup-software
https://api.github.com/repos/RoboJackets/robocup-software
closed
Segfault in PyQt
area / soccer exp / expert priority / critical status / new type / bug
I get this seg fault randomly occasionally when running Basic122. It takes a while. Not really sure whats causing it. ``` * thread #11: tid = 0x3d139, 0x0000000101b39148 QtCore`QObject::objectName() const + 8, name = 'QThread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT) frame #0: 0x0000000101b39148 QtCore`QObject::objectName() const + 8 QtCore`QObject::objectName: -> 0x101b39148 <+8>: movq 0x30(%rax), %rax 0x101b3914c <+12>: testq %rax, %rax 0x101b3914f <+15>: je 0x101b39166 ; <+38> 0x101b39151 <+17>: movq 0x28(%rax), %rax (lldb) bt * thread #11: tid = 0x3d139, 0x0000000101b39148 QtCore`QObject::objectName() const + 8, name = 'QThread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT) * frame #0: 0x0000000101b39148 QtCore`QObject::objectName() const + 8 frame #1: 0x0000000109f4ac71 QtCore.so`qtcore_do_find_child(QObject const*, _object*, QString const&, QFlags<Qt::FindChildOption>) + 161 frame #2: 0x0000000109f4ad4c QtCore.so`qtcore_do_find_child(QObject const*, _object*, QString const&, QFlags<Qt::FindChildOption>) + 380 frame #3: 0x0000000109f48967 QtCore.so`meth_QObject_findChild(_object*, _object*, _object*) + 343 frame #4: 0x000000010269f900 Python`PyCFunction_Call + 60 frame #5: 0x000000010270326b Python`PyEval_EvalFrameEx + 22399 frame #6: 0x0000000102706faf Python`fast_function + 213 frame #7: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #8: 0x0000000102706faf Python`fast_function + 213 frame #9: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #10: 0x0000000102706faf Python`fast_function + 213 frame #11: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #12: 0x00000001027066f0 Python`_PyEval_EvalCodeWithName + 1884 frame #13: 0x000000010270702f Python`fast_function + 341 frame #14: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #15: 0x0000000102706faf Python`fast_function + 213 frame #16: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #17: 0x00000001027066f0 Python`_PyEval_EvalCodeWithName + 1884 frame #18: 0x000000010270702f Python`fast_function + 341 frame #19: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #20: 0x00000001027066f0 Python`_PyEval_EvalCodeWithName + 1884 frame #21: 0x000000010270702f Python`fast_function + 341 frame #22: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #23: 0x0000000102706faf Python`fast_function + 213 frame #24: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #25: 0x00000001027066f0 Python`_PyEval_EvalCodeWithName + 1884 frame #26: 0x00000001026fda83 Python`PyEval_EvalCode + 81 frame #27: 0x0000000102723461 Python`run_mod + 58 frame #28: 0x0000000102723870 Python`PyRun_StringFlags + 131 frame #29: 0x000000010003657f robocup.so`Gameplay::GameplayModule::run(this=0x0000000102ec2528) + 6111 at GameplayModule.cpp:396 frame #30: 0x00000001001cf6b3 robocup.so`Processor::run(this=0x0000000102eb74b0) + 8579 at Processor.cpp:407 frame #31: 0x000000010195457a QtCore`QThreadPrivate::start(void*) + 362 frame #32: 0x00007fff8fe7899d libsystem_pthread.dylib`_pthread_body + 131 frame #33: 0x00007fff8fe7891a libsystem_pthread.dylib`_pthread_start + 168 frame #34: 0x00007fff8fe76351 libsystem_pthread.dylib`thread_start + 13 ```
1.0
Segfault in PyQt - I get this seg fault randomly occasionally when running Basic122. It takes a while. Not really sure whats causing it. ``` * thread #11: tid = 0x3d139, 0x0000000101b39148 QtCore`QObject::objectName() const + 8, name = 'QThread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT) frame #0: 0x0000000101b39148 QtCore`QObject::objectName() const + 8 QtCore`QObject::objectName: -> 0x101b39148 <+8>: movq 0x30(%rax), %rax 0x101b3914c <+12>: testq %rax, %rax 0x101b3914f <+15>: je 0x101b39166 ; <+38> 0x101b39151 <+17>: movq 0x28(%rax), %rax (lldb) bt * thread #11: tid = 0x3d139, 0x0000000101b39148 QtCore`QObject::objectName() const + 8, name = 'QThread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT) * frame #0: 0x0000000101b39148 QtCore`QObject::objectName() const + 8 frame #1: 0x0000000109f4ac71 QtCore.so`qtcore_do_find_child(QObject const*, _object*, QString const&, QFlags<Qt::FindChildOption>) + 161 frame #2: 0x0000000109f4ad4c QtCore.so`qtcore_do_find_child(QObject const*, _object*, QString const&, QFlags<Qt::FindChildOption>) + 380 frame #3: 0x0000000109f48967 QtCore.so`meth_QObject_findChild(_object*, _object*, _object*) + 343 frame #4: 0x000000010269f900 Python`PyCFunction_Call + 60 frame #5: 0x000000010270326b Python`PyEval_EvalFrameEx + 22399 frame #6: 0x0000000102706faf Python`fast_function + 213 frame #7: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #8: 0x0000000102706faf Python`fast_function + 213 frame #9: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #10: 0x0000000102706faf Python`fast_function + 213 frame #11: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #12: 0x00000001027066f0 Python`_PyEval_EvalCodeWithName + 1884 frame #13: 0x000000010270702f Python`fast_function + 341 frame #14: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #15: 0x0000000102706faf Python`fast_function + 213 frame #16: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #17: 0x00000001027066f0 Python`_PyEval_EvalCodeWithName + 1884 frame #18: 0x000000010270702f Python`fast_function + 341 frame #19: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #20: 0x00000001027066f0 Python`_PyEval_EvalCodeWithName + 1884 frame #21: 0x000000010270702f Python`fast_function + 341 frame #22: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #23: 0x0000000102706faf Python`fast_function + 213 frame #24: 0x0000000102703100 Python`PyEval_EvalFrameEx + 22036 frame #25: 0x00000001027066f0 Python`_PyEval_EvalCodeWithName + 1884 frame #26: 0x00000001026fda83 Python`PyEval_EvalCode + 81 frame #27: 0x0000000102723461 Python`run_mod + 58 frame #28: 0x0000000102723870 Python`PyRun_StringFlags + 131 frame #29: 0x000000010003657f robocup.so`Gameplay::GameplayModule::run(this=0x0000000102ec2528) + 6111 at GameplayModule.cpp:396 frame #30: 0x00000001001cf6b3 robocup.so`Processor::run(this=0x0000000102eb74b0) + 8579 at Processor.cpp:407 frame #31: 0x000000010195457a QtCore`QThreadPrivate::start(void*) + 362 frame #32: 0x00007fff8fe7899d libsystem_pthread.dylib`_pthread_body + 131 frame #33: 0x00007fff8fe7891a libsystem_pthread.dylib`_pthread_start + 168 frame #34: 0x00007fff8fe76351 libsystem_pthread.dylib`thread_start + 13 ```
non_test
segfault in pyqt i get this seg fault randomly occasionally when running it takes a while not really sure whats causing it thread tid qtcore qobject objectname const name qthread stop reason exc bad access code exc gpflt frame qtcore qobject objectname const qtcore qobject objectname movq rax rax testq rax rax je movq rax rax lldb bt thread tid qtcore qobject objectname const name qthread stop reason exc bad access code exc gpflt frame qtcore qobject objectname const frame qtcore so qtcore do find child qobject const object qstring const qflags frame qtcore so qtcore do find child qobject const object qstring const qflags frame qtcore so meth qobject findchild object object object frame python pycfunction call frame python pyeval evalframeex frame python fast function frame python pyeval evalframeex frame python fast function frame python pyeval evalframeex frame python fast function frame python pyeval evalframeex frame python pyeval evalcodewithname frame python fast function frame python pyeval evalframeex frame python fast function frame python pyeval evalframeex frame python pyeval evalcodewithname frame python fast function frame python pyeval evalframeex frame python pyeval evalcodewithname frame python fast function frame python pyeval evalframeex frame python fast function frame python pyeval evalframeex frame python pyeval evalcodewithname frame python pyeval evalcode frame python run mod frame python pyrun stringflags frame robocup so gameplay gameplaymodule run this at gameplaymodule cpp frame robocup so processor run this at processor cpp frame qtcore qthreadprivate start void frame libsystem pthread dylib pthread body frame libsystem pthread dylib pthread start frame libsystem pthread dylib thread start
0
233,464
18,989,209,690
IssuesEvent
2021-11-22 03:51:50
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Unstable test in cache_test
type/bug component/test severity/major
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) run the dailyci. https://ci.pingcap.net/job/atom-ut/1406/testReport/github/com_pingcap_tidb_table_tables/TestCacheCondition/ <!-- a step by step guide for reproducing the bug. --> ### 2. What did you expect to see? (Required) no problem ### 3. What did you see instead (Required) ``` WARNING: DATA RACE Write at 0x00c001fa0280 by goroutine 88: github.com/pingcap/tidb/executor.ResetContextOfStmt() /home/jenkins/agent/workspace/atom-ut/tidb/executor/executor.go:1848 +0x11b2 github.com/pingcap/tidb/session.(*session).ExecuteStmt() /home/jenkins/agent/workspace/atom-ut/tidb/session/session.go:1534 +0x204 github.com/pingcap/tidb/testkit.(*TestKit).Exec() /home/jenkins/agent/workspace/atom-ut/tidb/testkit/testkit.go:145 +0x2dc github.com/pingcap/tidb/testkit.(*TestKit).MustQuery() /home/jenkins/agent/workspace/atom-ut/tidb/testkit/testkit.go:90 +0x176 github.com/pingcap/tidb/testkit.(*TestKit).HasPlan() /home/jenkins/agent/workspace/atom-ut/tidb/testkit/testkit.go:122 +0xb3 github.com/pingcap/tidb/table/tables_test.TestCacheCondition() /home/jenkins/agent/workspace/atom-ut/tidb/table/tables/cache_test.go:160 +0x270 testing.tRunner() /usr/local/go/src/testing/testing.go:1193 +0x202 Previous read at 0x00c001fa0280 by goroutine 79: github.com/pingcap/tidb/planner/core.(*PlanBuilder).buildDataSource.func1() /home/jenkins/agent/workspace/atom-ut/tidb/planner/core/logical_plan_builder.go:4203 +0x1fd Goroutine 88 (running) created at: testing.(*T).Run() /usr/local/go/src/testing/testing.go:1238 +0x5d7 testing.runTests.func1() /usr/local/go/src/testing/testing.go:1511 +0xa6 testing.tRunner() /usr/local/go/src/testing/testing.go:1193 +0x202 testing.runTests() /usr/local/go/src/testing/testing.go:1509 +0x612 testing.(*M).Run() /usr/local/go/src/testing/testing.go:1417 +0x3b3 go.uber.org/goleak.VerifyTestMain() /nfs/cache/mod/go.uber.org/goleak@v1.1.11-0.20210813005559-691160354723/testmain.go:53 +0x5e github.com/pingcap/tidb/table/tables_test.TestMain() /home/jenkins/agent/workspace/atom-ut/tidb/table/tables/main_test.go:31 +0x130 main.main() _testmain.go:183 +0x371 ``` ### 4. What is your TiDB version? (Required) master <!-- Paste the output of SELECT tidb_version() -->
1.0
Unstable test in cache_test - ## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) run the dailyci. https://ci.pingcap.net/job/atom-ut/1406/testReport/github/com_pingcap_tidb_table_tables/TestCacheCondition/ <!-- a step by step guide for reproducing the bug. --> ### 2. What did you expect to see? (Required) no problem ### 3. What did you see instead (Required) ``` WARNING: DATA RACE Write at 0x00c001fa0280 by goroutine 88: github.com/pingcap/tidb/executor.ResetContextOfStmt() /home/jenkins/agent/workspace/atom-ut/tidb/executor/executor.go:1848 +0x11b2 github.com/pingcap/tidb/session.(*session).ExecuteStmt() /home/jenkins/agent/workspace/atom-ut/tidb/session/session.go:1534 +0x204 github.com/pingcap/tidb/testkit.(*TestKit).Exec() /home/jenkins/agent/workspace/atom-ut/tidb/testkit/testkit.go:145 +0x2dc github.com/pingcap/tidb/testkit.(*TestKit).MustQuery() /home/jenkins/agent/workspace/atom-ut/tidb/testkit/testkit.go:90 +0x176 github.com/pingcap/tidb/testkit.(*TestKit).HasPlan() /home/jenkins/agent/workspace/atom-ut/tidb/testkit/testkit.go:122 +0xb3 github.com/pingcap/tidb/table/tables_test.TestCacheCondition() /home/jenkins/agent/workspace/atom-ut/tidb/table/tables/cache_test.go:160 +0x270 testing.tRunner() /usr/local/go/src/testing/testing.go:1193 +0x202 Previous read at 0x00c001fa0280 by goroutine 79: github.com/pingcap/tidb/planner/core.(*PlanBuilder).buildDataSource.func1() /home/jenkins/agent/workspace/atom-ut/tidb/planner/core/logical_plan_builder.go:4203 +0x1fd Goroutine 88 (running) created at: testing.(*T).Run() /usr/local/go/src/testing/testing.go:1238 +0x5d7 testing.runTests.func1() /usr/local/go/src/testing/testing.go:1511 +0xa6 testing.tRunner() /usr/local/go/src/testing/testing.go:1193 +0x202 testing.runTests() /usr/local/go/src/testing/testing.go:1509 +0x612 testing.(*M).Run() /usr/local/go/src/testing/testing.go:1417 +0x3b3 go.uber.org/goleak.VerifyTestMain() /nfs/cache/mod/go.uber.org/goleak@v1.1.11-0.20210813005559-691160354723/testmain.go:53 +0x5e github.com/pingcap/tidb/table/tables_test.TestMain() /home/jenkins/agent/workspace/atom-ut/tidb/table/tables/main_test.go:31 +0x130 main.main() _testmain.go:183 +0x371 ``` ### 4. What is your TiDB version? (Required) master <!-- Paste the output of SELECT tidb_version() -->
test
unstable test in cache test bug report please answer these questions before submitting your issue thanks minimal reproduce step required run the dailyci what did you expect to see required no problem what did you see instead required warning data race write at by goroutine github com pingcap tidb executor resetcontextofstmt home jenkins agent workspace atom ut tidb executor executor go github com pingcap tidb session session executestmt home jenkins agent workspace atom ut tidb session session go github com pingcap tidb testkit testkit exec home jenkins agent workspace atom ut tidb testkit testkit go github com pingcap tidb testkit testkit mustquery home jenkins agent workspace atom ut tidb testkit testkit go github com pingcap tidb testkit testkit hasplan home jenkins agent workspace atom ut tidb testkit testkit go github com pingcap tidb table tables test testcachecondition home jenkins agent workspace atom ut tidb table tables cache test go testing trunner usr local go src testing testing go previous read at by goroutine github com pingcap tidb planner core planbuilder builddatasource home jenkins agent workspace atom ut tidb planner core logical plan builder go goroutine running created at testing t run usr local go src testing testing go testing runtests usr local go src testing testing go testing trunner usr local go src testing testing go testing runtests usr local go src testing testing go testing m run usr local go src testing testing go go uber org goleak verifytestmain nfs cache mod go uber org goleak testmain go github com pingcap tidb table tables test testmain home jenkins agent workspace atom ut tidb table tables main test go main main testmain go what is your tidb version required master
1
121,298
10,164,812,233
IssuesEvent
2019-08-07 12:36:25
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Extension name not in dialog box - follow up to 3231
QA/Test-Plan-Specified QA/Yes feature/extensions priority/P3 sec-low security
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED--> ## Description Found while testing #3231 When trying to add an extension, the extension name isn't in the dialog box: ![google](https://user-images.githubusercontent.com/28145373/62623086-f5ac9900-b8ed-11e9-97cd-adac90b661e5.png) ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Go to https://chrome.google.com/webstore/category/extensions 2. Click on any extension (I used Google Translate - https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb 3. Click Add to Chrome ## Actual result: Warning text displays, but name of extension does not. ## Expected result: Question asking if you'd like to add "Extension Name": Add "<extension name> to Brave? See design from https://github.com/brave/brave-browser/issues/3231 ## Reproduces how often: easily ## Brave version (brave://version info) Brave | 0.68.119 Chromium: 76.0.3809.87 (Official Build) beta (64-bit) -- | -- Revision | 111fe1e15d5ced26080a7dc239bcfe70f6c49aad-refs/branch-heads/3809@{#967} OS | Mac OS X ## Version/Channel Information: <!--Does this issue happen on any other channels? Or is it specific to a certain channel?--> - Can you reproduce this issue with the current release? unsure - Can you reproduce this issue with the beta channel? yes - Can you reproduce this issue with the dev channel? yes - Can you reproduce this issue with the nightly channel? unsure ## Other Additional Information: - Does the issue resolve itself when disabling Brave Shields? n/a - Does the issue resolve itself when disabling Brave Rewards? n/a - Is the issue reproducible on the latest version of Chrome? n/a ## Miscellaneous Information: cc @rebron @tomlowenthal @karenkliu
1.0
Extension name not in dialog box - follow up to 3231 - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED--> ## Description Found while testing #3231 When trying to add an extension, the extension name isn't in the dialog box: ![google](https://user-images.githubusercontent.com/28145373/62623086-f5ac9900-b8ed-11e9-97cd-adac90b661e5.png) ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Go to https://chrome.google.com/webstore/category/extensions 2. Click on any extension (I used Google Translate - https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb 3. Click Add to Chrome ## Actual result: Warning text displays, but name of extension does not. ## Expected result: Question asking if you'd like to add "Extension Name": Add "<extension name> to Brave? See design from https://github.com/brave/brave-browser/issues/3231 ## Reproduces how often: easily ## Brave version (brave://version info) Brave | 0.68.119 Chromium: 76.0.3809.87 (Official Build) beta (64-bit) -- | -- Revision | 111fe1e15d5ced26080a7dc239bcfe70f6c49aad-refs/branch-heads/3809@{#967} OS | Mac OS X ## Version/Channel Information: <!--Does this issue happen on any other channels? Or is it specific to a certain channel?--> - Can you reproduce this issue with the current release? unsure - Can you reproduce this issue with the beta channel? yes - Can you reproduce this issue with the dev channel? yes - Can you reproduce this issue with the nightly channel? unsure ## Other Additional Information: - Does the issue resolve itself when disabling Brave Shields? n/a - Does the issue resolve itself when disabling Brave Rewards? n/a - Is the issue reproducible on the latest version of Chrome? n/a ## Miscellaneous Information: cc @rebron @tomlowenthal @karenkliu
test
extension name not in dialog box follow up to have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only be reopened after sufficient info is provided description found while testing when trying to add an extension the extension name isn t in the dialog box steps to reproduce go to click on any extension i used google translate click add to chrome actual result warning text displays but name of extension does not expected result question asking if you d like to add extension name add to brave see design from reproduces how often easily brave version brave version info brave chromium   official build  beta  bit revision refs branch heads os mac os x version channel information can you reproduce this issue with the current release unsure can you reproduce this issue with the beta channel yes can you reproduce this issue with the dev channel yes can you reproduce this issue with the nightly channel unsure other additional information does the issue resolve itself when disabling brave shields n a does the issue resolve itself when disabling brave rewards n a is the issue reproducible on the latest version of chrome n a miscellaneous information cc rebron tomlowenthal karenkliu
1
26,297
11,297,124,657
IssuesEvent
2020-01-17 04:41:28
drakeg/drakeweb.org
https://api.github.com/repos/drakeg/drakeweb.org
opened
CVE-2018-3721 (Medium) detected in multiple libraries
security vulnerability
## CVE-2018-3721 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-1.0.2.tgz</b>, <b>lodash-2.4.2.tgz</b>, <b>lodash-0.9.2.tgz</b></p></summary> <p> <details><summary><b>lodash-1.0.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz">https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/globule/node_modules/lodash/package.json,/tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/globule/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-contrib-watch-0.6.1.tgz (Root Library) - gaze-0.5.2.tgz - globule-0.1.0.tgz - :x: **lodash-1.0.2.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-2.4.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, & extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz">https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/drakeweb.org/wp-content/themes/decode/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/grunt-legacy-log/node_modules/lodash/package.json,/tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/grunt-legacy-log/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-contrib-watch-0.6.1.tgz (Root Library) - :x: **lodash-2.4.2.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-0.9.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz">https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/lodash/package.json,/tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-0.4.5.tgz (Root Library) - :x: **lodash-0.9.2.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/drakeg/drakeweb.org/commit/3759e4bc84151f770a6f4cc54da1c6232f666a6e">3759e4bc84151f770a6f4cc54da1c6232f666a6e</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> lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, which allows a malicious user to modify the prototype of "Object" via __proto__, causing the addition or modification of an existing property that will exist on all objects. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-3721>CVE-2018-3721</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - 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://nvd.nist.gov/vuln/detail/CVE-2018-3721">https://nvd.nist.gov/vuln/detail/CVE-2018-3721</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution: 4.17.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-3721 (Medium) detected in multiple libraries - ## CVE-2018-3721 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash-1.0.2.tgz</b>, <b>lodash-2.4.2.tgz</b>, <b>lodash-0.9.2.tgz</b></p></summary> <p> <details><summary><b>lodash-1.0.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz">https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/globule/node_modules/lodash/package.json,/tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/globule/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-contrib-watch-0.6.1.tgz (Root Library) - gaze-0.5.2.tgz - globule-0.1.0.tgz - :x: **lodash-1.0.2.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-2.4.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, & extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz">https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/drakeweb.org/wp-content/themes/decode/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/grunt-legacy-log/node_modules/lodash/package.json,/tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/grunt-legacy-log/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-contrib-watch-0.6.1.tgz (Root Library) - :x: **lodash-2.4.2.tgz** (Vulnerable Library) </details> <details><summary><b>lodash-0.9.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz">https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/lodash/package.json,/tmp/ws-scm/drakeweb.org/wp-content/plugins/press-this/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - grunt-0.4.5.tgz (Root Library) - :x: **lodash-0.9.2.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/drakeg/drakeweb.org/commit/3759e4bc84151f770a6f4cc54da1c6232f666a6e">3759e4bc84151f770a6f4cc54da1c6232f666a6e</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> lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, which allows a malicious user to modify the prototype of "Object" via __proto__, causing the addition or modification of an existing property that will exist on all objects. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-3721>CVE-2018-3721</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - 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://nvd.nist.gov/vuln/detail/CVE-2018-3721">https://nvd.nist.gov/vuln/detail/CVE-2018-3721</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution: 4.17.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries lodash tgz lodash tgz lodash tgz lodash tgz a utility library delivering consistency customization performance and extras library home page a href path to dependency file tmp ws scm drakeweb org wp content plugins press this package json path to vulnerable library tmp ws scm drakeweb org wp content plugins press this node modules globule node modules lodash package json tmp ws scm drakeweb org wp content plugins press this node modules globule node modules lodash package json dependency hierarchy grunt contrib watch tgz root library gaze tgz globule tgz x lodash tgz vulnerable library lodash tgz a utility library delivering consistency customization performance extras library home page a href path to dependency file tmp ws scm drakeweb org wp content themes decode package json path to vulnerable library tmp ws scm drakeweb org wp content plugins press this node modules grunt legacy log node modules lodash package json tmp ws scm drakeweb org wp content plugins press this node modules grunt legacy log node modules lodash package json dependency hierarchy grunt contrib watch tgz root library x lodash tgz vulnerable library lodash tgz a utility library delivering consistency customization performance and extras library home page a href path to dependency file tmp ws scm drakeweb org wp content plugins press this package json path to vulnerable library tmp ws scm drakeweb org wp content plugins press this node modules lodash package json tmp ws scm drakeweb org wp content plugins press this node modules lodash package json dependency hierarchy grunt tgz root library x lodash tgz vulnerable library found in head commit a href vulnerability details lodash node module before suffers from a modification of assumed immutable data maid vulnerability via defaultsdeep merge and mergewith functions which allows a malicious user to modify the prototype of object via proto causing the addition or modification of an existing property that will exist on all objects publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
88,415
8,141,011,956
IssuesEvent
2018-08-20 23:38:29
enforcer574/smashclub
https://api.github.com/repos/enforcer574/smashclub
opened
No error handling on single-event view
Issue P3 S TEST
When the events page is loaded with an ID parameter, if the event ID isn't found in the table, junk data is displayed. This should instead redirect the user to either a 404 page or the home page.
1.0
No error handling on single-event view - When the events page is loaded with an ID parameter, if the event ID isn't found in the table, junk data is displayed. This should instead redirect the user to either a 404 page or the home page.
test
no error handling on single event view when the events page is loaded with an id parameter if the event id isn t found in the table junk data is displayed this should instead redirect the user to either a page or the home page
1
25,208
11,162,663,600
IssuesEvent
2019-12-26 18:43:07
ChenLuigi/TestingPOM
https://api.github.com/repos/ChenLuigi/TestingPOM
opened
CVE-2018-7489 (High) detected in jackson-databind-2.7.2.jar
security vulnerability
## CVE-2018-7489 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.7.2.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /tmp/ws-scm/TestingPOM/pom.xml</p> <p>Path to vulnerable library: downloadResource_cf4ab2b8-e0c2-43c0-acd6-b53e8906a2cd/20191226184031/jackson-databind-2.7.2.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.7.2.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ChenLuigi/TestingPOM/commit/029009a2e3517ee9dac1fd60f4138366877a6d18">029009a2e3517ee9dac1fd60f4138366877a6d18</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> FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath. <p>Publish Date: 2018-02-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-7489>CVE-2018-7489</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> <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-2018-7489">https://nvd.nist.gov/vuln/detail/CVE-2018-7489</a></p> <p>Release Date: 2018-02-26</p> <p>Fix Resolution: 2.8.11.1,2.9.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-7489 (High) detected in jackson-databind-2.7.2.jar - ## CVE-2018-7489 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.7.2.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /tmp/ws-scm/TestingPOM/pom.xml</p> <p>Path to vulnerable library: downloadResource_cf4ab2b8-e0c2-43c0-acd6-b53e8906a2cd/20191226184031/jackson-databind-2.7.2.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.7.2.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ChenLuigi/TestingPOM/commit/029009a2e3517ee9dac1fd60f4138366877a6d18">029009a2e3517ee9dac1fd60f4138366877a6d18</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> FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the c3p0 libraries are available in the classpath. <p>Publish Date: 2018-02-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-7489>CVE-2018-7489</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> <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-2018-7489">https://nvd.nist.gov/vuln/detail/CVE-2018-7489</a></p> <p>Release Date: 2018-02-26</p> <p>Fix Resolution: 2.8.11.1,2.9.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm testingpom pom xml path to vulnerable library downloadresource jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href vulnerability details fasterxml jackson databind before x before and x before allows unauthenticated remote code execution because of an incomplete fix for the cve deserialization flaw this is exploitable by sending maliciously crafted json input to the readvalue method of the objectmapper bypassing a blacklist that is ineffective if the libraries are available in the classpath 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 suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
90,408
8,244,614,055
IssuesEvent
2018-09-11 07:03:01
alibaba/pouch
https://api.github.com/repos/alibaba/pouch
closed
[proposal] fork `cri-tools` to make the test cases more complete
areas/test kind/proposal
### Ⅰ. Issue Description For some specific need of Alibaba Group, we have expanded the CRI (only v1alpha2). However the community will not write test cases for these expanded features. Maybe we need to fork the `cri-tools` from its official repo and write test cases for these expanded features by ourselves to make them work as expected. ### Ⅱ. Describe what happened ### Ⅲ. Describe what you expected to happen ### Ⅳ. How to reproduce it (as minimally and precisely as possible) 1. 2. 3. ### Ⅴ. Anything else we need to know? ### Ⅵ. Environment: - pouch version (use `pouch version`): - OS (e.g. from /etc/os-release): - Kernel (e.g. `uname -a`): - Install tools: - Others:
1.0
[proposal] fork `cri-tools` to make the test cases more complete - ### Ⅰ. Issue Description For some specific need of Alibaba Group, we have expanded the CRI (only v1alpha2). However the community will not write test cases for these expanded features. Maybe we need to fork the `cri-tools` from its official repo and write test cases for these expanded features by ourselves to make them work as expected. ### Ⅱ. Describe what happened ### Ⅲ. Describe what you expected to happen ### Ⅳ. How to reproduce it (as minimally and precisely as possible) 1. 2. 3. ### Ⅴ. Anything else we need to know? ### Ⅵ. Environment: - pouch version (use `pouch version`): - OS (e.g. from /etc/os-release): - Kernel (e.g. `uname -a`): - Install tools: - Others:
test
fork cri tools to make the test cases more complete ⅰ issue description for some specific need of alibaba group we have expanded the cri only however the community will not write test cases for these expanded features maybe we need to fork the cri tools from its official repo and write test cases for these expanded features by ourselves to make them work as expected ⅱ describe what happened ⅲ describe what you expected to happen ⅳ how to reproduce it as minimally and precisely as possible ⅴ anything else we need to know ⅵ environment pouch version use pouch version os e g from etc os release kernel e g uname a install tools others
1
28,003
4,349,963,306
IssuesEvent
2016-07-30 23:01:41
zulip/zulip
https://api.github.com/repos/zulip/zulip
opened
Add clear success message after node tests run
bite size testing
When you run the node tests, especially if you run a single one, it may not be obvious to new contributors from the output that the test(s) passed. We should add a nice "Success!" type message to the test output.
1.0
Add clear success message after node tests run - When you run the node tests, especially if you run a single one, it may not be obvious to new contributors from the output that the test(s) passed. We should add a nice "Success!" type message to the test output.
test
add clear success message after node tests run when you run the node tests especially if you run a single one it may not be obvious to new contributors from the output that the test s passed we should add a nice success type message to the test output
1
539,951
15,797,566,801
IssuesEvent
2021-04-02 16:58:23
jarad/WEPPR
https://api.github.com/repos/jarad/WEPPR
opened
Use Dates everywhere
high-priority
Functions that need updating to use Dates everywhere: - [ ] read_env - [ ] write_env - [ ] read_yld - [ ] read_cli - [ ] write_cli - [ ] read_man????? - [ ] read_wb
1.0
Use Dates everywhere - Functions that need updating to use Dates everywhere: - [ ] read_env - [ ] write_env - [ ] read_yld - [ ] read_cli - [ ] write_cli - [ ] read_man????? - [ ] read_wb
non_test
use dates everywhere functions that need updating to use dates everywhere read env write env read yld read cli write cli read man read wb
0
143,517
11,568,355,995
IssuesEvent
2020-02-20 15:45:21
qri-io/dataset
https://api.github.com/repos/qri-io/dataset
closed
expand unit test for vals/ConvertDecoded
good first issue test
We expanded our `vals.ConvertDecoded` function a little while ago to support additional types, but forgot to add tests to cover these types. Here's the function itself: https://github.com/qri-io/dataset/blob/5298f1c141653d67efe893b2164bb773bd4ab5b0/vals/coding.go#L9-L69 ConvertDecoded is a utility function that turns standard go types into a _Value_ that Qri uses for further processing. It's a very low level function that should be fully tested. We use a _table test_ to run a number of different inputs checking the results. https://github.com/qri-io/dataset/blob/5298f1c141653d67efe893b2164bb773bd4ab5b0/vals/coding_test.go#L16-L54 The `cases` slice in our table test is missing the following input types ([codecov shows this clearly](https://codecov.io/gh/qri-io/dataset/src/master/vals/coding.go)) * uint8 * uint16 * uint64 * int32 * int64 * map[interface]interface{} We should add inputs of each of those types and an expect of the corresponding Value type. For example: `ConvertDecoded` we can see `uint8` will return an `Integer` type. ### Steps to complete * Fork the dataset repo * add test cases to `TestConvertDecoded` in `dataset/vals/coding_test.go` for each of the above types, passing an `in` type from the above list, and an `expect` type of the corresponding return value of `ConvertDecoded` * run the tests to make sure everything passes * add a commit with a message that follows our commit guidelines. something like `test(vals): expand tests for ConvertDecoded` * open a PR!
1.0
expand unit test for vals/ConvertDecoded - We expanded our `vals.ConvertDecoded` function a little while ago to support additional types, but forgot to add tests to cover these types. Here's the function itself: https://github.com/qri-io/dataset/blob/5298f1c141653d67efe893b2164bb773bd4ab5b0/vals/coding.go#L9-L69 ConvertDecoded is a utility function that turns standard go types into a _Value_ that Qri uses for further processing. It's a very low level function that should be fully tested. We use a _table test_ to run a number of different inputs checking the results. https://github.com/qri-io/dataset/blob/5298f1c141653d67efe893b2164bb773bd4ab5b0/vals/coding_test.go#L16-L54 The `cases` slice in our table test is missing the following input types ([codecov shows this clearly](https://codecov.io/gh/qri-io/dataset/src/master/vals/coding.go)) * uint8 * uint16 * uint64 * int32 * int64 * map[interface]interface{} We should add inputs of each of those types and an expect of the corresponding Value type. For example: `ConvertDecoded` we can see `uint8` will return an `Integer` type. ### Steps to complete * Fork the dataset repo * add test cases to `TestConvertDecoded` in `dataset/vals/coding_test.go` for each of the above types, passing an `in` type from the above list, and an `expect` type of the corresponding return value of `ConvertDecoded` * run the tests to make sure everything passes * add a commit with a message that follows our commit guidelines. something like `test(vals): expand tests for ConvertDecoded` * open a PR!
test
expand unit test for vals convertdecoded we expanded our vals convertdecoded function a little while ago to support additional types but forgot to add tests to cover these types here s the function itself convertdecoded is a utility function that turns standard go types into a value that qri uses for further processing it s a very low level function that should be fully tested we use a table test to run a number of different inputs checking the results the cases slice in our table test is missing the following input types map interface we should add inputs of each of those types and an expect of the corresponding value type for example convertdecoded we can see will return an integer type steps to complete fork the dataset repo add test cases to testconvertdecoded in dataset vals coding test go for each of the above types passing an in type from the above list and an expect type of the corresponding return value of convertdecoded run the tests to make sure everything passes add a commit with a message that follows our commit guidelines something like test vals expand tests for convertdecoded open a pr
1
134,930
30,215,609,765
IssuesEvent
2023-07-05 15:22:44
aiken-lang/aiken
https://api.github.com/repos/aiken-lang/aiken
closed
Compiler panic while running aiken check, cause unknown
bug typechecking code gen
#### What Git revision are you using? aiken v1.0.7-alpha unknown #### What operating system are you using, and which version? NixOS #### Describe what the problem is? When trying to run `aiken check` with the commented out test [here](https://github.com/SundaeSwap-finance/sundae-yield-v2/blob/main/contracts/freezer/validators/freezer.ak#L35-L66), I get the following error: ``` Compiling aiken-lang/stdlib main (/home/pi/proj/sundae-yield-v2/contracts/freezer/build/packages/aiken-lang-stdlib) Compiling SundaeSwap-finance/aicone main (/home/pi/proj/sundae-yield-v2/contracts/freezer/build/packages/SundaeSwap-finance-aicone) Compiling SundaeSwap-finance/freezer 0.0.0 (/home/pi/proj/sundae-yield-v2/contracts/freezer) Error: × Main thread panicked. ├─▶ at src/gen_uplc.rs:3288:17 ╰─▶ internal error: entered unreachable code: We found a function with no definitions 0: 0x560ed6f8cccd - <unresolved> 1: 0x560ed6f8ff21 - <unresolved> 2: 0x560ed6f95a1d - <unresolved> 3: 0x560ed701980e - <unresolved> 4: 0x560ed6fed074 - <unresolved> 5: 0x560ed6fedb9b - <unresolved> 6: 0x560ed6f8ca24 - <unresolved> 7: 0x560ed6ff3f3d - <unresolved> 8: 0x560ed6ff3cb9 - <unresolved> 9: 0x560ed6ff2526 - <unresolved> 10: 0x560ed6ff39c2 - <unresolved> 11: 0x560ed64070e3 - <unresolved> 12: 0x560ed6b843ef - <unresolved> 13: 0x560ed6b7e885 - <unresolved> 14: 0x560ed6b7ac90 - <unresolved> 15: 0x560ed6b66241 - <unresolved> 16: 0x560ed64a467e - <unresolved> 17: 0x560ed64a8e93 - <unresolved> 18: 0x560ed64a7e94 - <unresolved> 19: 0x560ed64282e4 - <unresolved> 20: 0x560ed64c0471 - <unresolved> 21: 0x560ed640cc8d - <unresolved> 22: 0x560ed640a233 - <unresolved> 23: 0x560ed640af8d - <unresolved> 24: 0x560ed6fe708c - <unresolved> 25: 0x560ed640e515 - <unresolved> 26: 0x7f34b1d5dace - __libc_start_call_main 27: 0x7f34b1d5db89 - __libc_start_main@@GLIBC_2.34 28: 0x560ed6407725 - <unresolved> 29: 0x0 - <unresolved> help: set the `RUST_BACKTRACE=1` environment variable to display a backtrace. ``` #### What should be the expected behavior? Not panic: either display an error, or succesfully compile.
1.0
Compiler panic while running aiken check, cause unknown - #### What Git revision are you using? aiken v1.0.7-alpha unknown #### What operating system are you using, and which version? NixOS #### Describe what the problem is? When trying to run `aiken check` with the commented out test [here](https://github.com/SundaeSwap-finance/sundae-yield-v2/blob/main/contracts/freezer/validators/freezer.ak#L35-L66), I get the following error: ``` Compiling aiken-lang/stdlib main (/home/pi/proj/sundae-yield-v2/contracts/freezer/build/packages/aiken-lang-stdlib) Compiling SundaeSwap-finance/aicone main (/home/pi/proj/sundae-yield-v2/contracts/freezer/build/packages/SundaeSwap-finance-aicone) Compiling SundaeSwap-finance/freezer 0.0.0 (/home/pi/proj/sundae-yield-v2/contracts/freezer) Error: × Main thread panicked. ├─▶ at src/gen_uplc.rs:3288:17 ╰─▶ internal error: entered unreachable code: We found a function with no definitions 0: 0x560ed6f8cccd - <unresolved> 1: 0x560ed6f8ff21 - <unresolved> 2: 0x560ed6f95a1d - <unresolved> 3: 0x560ed701980e - <unresolved> 4: 0x560ed6fed074 - <unresolved> 5: 0x560ed6fedb9b - <unresolved> 6: 0x560ed6f8ca24 - <unresolved> 7: 0x560ed6ff3f3d - <unresolved> 8: 0x560ed6ff3cb9 - <unresolved> 9: 0x560ed6ff2526 - <unresolved> 10: 0x560ed6ff39c2 - <unresolved> 11: 0x560ed64070e3 - <unresolved> 12: 0x560ed6b843ef - <unresolved> 13: 0x560ed6b7e885 - <unresolved> 14: 0x560ed6b7ac90 - <unresolved> 15: 0x560ed6b66241 - <unresolved> 16: 0x560ed64a467e - <unresolved> 17: 0x560ed64a8e93 - <unresolved> 18: 0x560ed64a7e94 - <unresolved> 19: 0x560ed64282e4 - <unresolved> 20: 0x560ed64c0471 - <unresolved> 21: 0x560ed640cc8d - <unresolved> 22: 0x560ed640a233 - <unresolved> 23: 0x560ed640af8d - <unresolved> 24: 0x560ed6fe708c - <unresolved> 25: 0x560ed640e515 - <unresolved> 26: 0x7f34b1d5dace - __libc_start_call_main 27: 0x7f34b1d5db89 - __libc_start_main@@GLIBC_2.34 28: 0x560ed6407725 - <unresolved> 29: 0x0 - <unresolved> help: set the `RUST_BACKTRACE=1` environment variable to display a backtrace. ``` #### What should be the expected behavior? Not panic: either display an error, or succesfully compile.
non_test
compiler panic while running aiken check cause unknown what git revision are you using aiken alpha unknown what operating system are you using and which version nixos describe what the problem is when trying to run aiken check with the commented out test i get the following error compiling aiken lang stdlib main home pi proj sundae yield contracts freezer build packages aiken lang stdlib compiling sundaeswap finance aicone main home pi proj sundae yield contracts freezer build packages sundaeswap finance aicone compiling sundaeswap finance freezer home pi proj sundae yield contracts freezer error × main thread panicked ├─▶ at src gen uplc rs ╰─▶ internal error entered unreachable code we found a function with no definitions libc start call main libc start main glibc help set the rust backtrace environment variable to display a backtrace what should be the expected behavior not panic either display an error or succesfully compile
0
218,192
16,963,501,606
IssuesEvent
2021-06-29 08:06:20
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Rich hovers in status bar items
on-testplan plan-item
- allow IMarkdownString with icons and links for status bar tooltips - update the vscode API
1.0
Rich hovers in status bar items - - allow IMarkdownString with icons and links for status bar tooltips - update the vscode API
test
rich hovers in status bar items allow imarkdownstring with icons and links for status bar tooltips update the vscode api
1
235,574
19,400,319,781
IssuesEvent
2021-12-19 03:21:59
jcefmaven/jcefmaven
https://api.github.com/repos/jcefmaven/jcefmaven
closed
[TR] For v1.0.0+jcef-544024e+cef-95.7.14+g9f72f35+chromium-95.0.4638.69
test report
Test report generated by JCefSampleApp **Tag** v1.0.0+jcef-544024e+cef-95.7.14+g9f72f35+chromium-95.0.4638.69 **OS (linux/windows/macosx)** macosx **Version/Flavor (e.g. Ubuntu 20.04, Windows 10, Big Sur)** Mac OS X 10.15.7 (10.15.7) **Arch (amd64/i386/arm64/arm)** amd64 **Report as working? (Y/N)** Y **Did you test with the official sample app? (Y/N)** Y **Additional information** Your additional info and additional text here, if you want to tell us something.
1.0
[TR] For v1.0.0+jcef-544024e+cef-95.7.14+g9f72f35+chromium-95.0.4638.69 - Test report generated by JCefSampleApp **Tag** v1.0.0+jcef-544024e+cef-95.7.14+g9f72f35+chromium-95.0.4638.69 **OS (linux/windows/macosx)** macosx **Version/Flavor (e.g. Ubuntu 20.04, Windows 10, Big Sur)** Mac OS X 10.15.7 (10.15.7) **Arch (amd64/i386/arm64/arm)** amd64 **Report as working? (Y/N)** Y **Did you test with the official sample app? (Y/N)** Y **Additional information** Your additional info and additional text here, if you want to tell us something.
test
for jcef cef chromium test report generated by jcefsampleapp tag jcef cef chromium os linux windows macosx macosx version flavor e g ubuntu windows big sur mac os x arch arm report as working y n y did you test with the official sample app y n y additional information your additional info and additional text here if you want to tell us something
1
19,923
13,541,475,404
IssuesEvent
2020-09-16 15:55:56
revangel/nostalgiabot2
https://api.github.com/repos/revangel/nostalgiabot2
closed
Retrieve user information from Slack
infrastructure
# Overview Slack bot event handlers typically receive a payload that only includes Slack's identifier for that user, something like `U019EKQTJTE`. For NB2, we call this the `slack_user_id`. However, since NB2's representation of a user (`Person`) has additional fields like `first_name` and `last_name`, we'll need to somehow retrieve these from the Slack API as well. Fortunately, there seems to be a [users.info method](https://api.slack.com/methods/users.info) that allows us to retrieve the additional information that we need. Figure out how to call this and create a service that allows us to easily retrieve these additional fields from our code. **Note** that this lookup will need to happen only once; upon the initial creation of a Person object. # Acceptance Criteria - [ ] A service exists that allows us to retrieve the name of the user - `first_name` and `last_name` can simply be parsed from the `real_name` field on the user object from the Slack API
1.0
Retrieve user information from Slack - # Overview Slack bot event handlers typically receive a payload that only includes Slack's identifier for that user, something like `U019EKQTJTE`. For NB2, we call this the `slack_user_id`. However, since NB2's representation of a user (`Person`) has additional fields like `first_name` and `last_name`, we'll need to somehow retrieve these from the Slack API as well. Fortunately, there seems to be a [users.info method](https://api.slack.com/methods/users.info) that allows us to retrieve the additional information that we need. Figure out how to call this and create a service that allows us to easily retrieve these additional fields from our code. **Note** that this lookup will need to happen only once; upon the initial creation of a Person object. # Acceptance Criteria - [ ] A service exists that allows us to retrieve the name of the user - `first_name` and `last_name` can simply be parsed from the `real_name` field on the user object from the Slack API
non_test
retrieve user information from slack overview slack bot event handlers typically receive a payload that only includes slack s identifier for that user something like for we call this the slack user id however since s representation of a user person has additional fields like first name and last name we ll need to somehow retrieve these from the slack api as well fortunately there seems to be a that allows us to retrieve the additional information that we need figure out how to call this and create a service that allows us to easily retrieve these additional fields from our code note that this lookup will need to happen only once upon the initial creation of a person object acceptance criteria a service exists that allows us to retrieve the name of the user first name and last name can simply be parsed from the real name field on the user object from the slack api
0
318,139
23,704,855,408
IssuesEvent
2022-08-29 23:19:10
vercel/next.js
https://api.github.com/repos/vercel/next.js
opened
Docs: examples/with-strict-csp doesn't support reporting
template: documentation
### What is the improvement or update you wish to see? In [examples/with-strict-csp ](https://github.com/vercel/next.js/tree/canary/examples/with-strict-csp), it would be helpful to see Content-Security-Policy set in a response, rather than in a meta tag, which doesn't allow the report-uri parameter. ### Is there any context that might help us understand? The report-uri parameter provides the best means troubleshoot issues, and to monitor malicious activity. Generally speaking, documentation around strict-csp, and how to implement a secure policy per https://web.dev/strict-csp/ is pretty lacking, especially for a topic that most web developers would do well to be aware of. Even a disclaimer of what Next is capable of at the moment (and not) would be helpful -- speaking from my own experience, it's hard to know what part of my issues with strict-csp are platform limitations. ### Does the docs page already exist? Please link to it. _No response_
1.0
Docs: examples/with-strict-csp doesn't support reporting - ### What is the improvement or update you wish to see? In [examples/with-strict-csp ](https://github.com/vercel/next.js/tree/canary/examples/with-strict-csp), it would be helpful to see Content-Security-Policy set in a response, rather than in a meta tag, which doesn't allow the report-uri parameter. ### Is there any context that might help us understand? The report-uri parameter provides the best means troubleshoot issues, and to monitor malicious activity. Generally speaking, documentation around strict-csp, and how to implement a secure policy per https://web.dev/strict-csp/ is pretty lacking, especially for a topic that most web developers would do well to be aware of. Even a disclaimer of what Next is capable of at the moment (and not) would be helpful -- speaking from my own experience, it's hard to know what part of my issues with strict-csp are platform limitations. ### Does the docs page already exist? Please link to it. _No response_
non_test
docs examples with strict csp doesn t support reporting what is the improvement or update you wish to see in it would be helpful to see content security policy set in a response rather than in a meta tag which doesn t allow the report uri parameter is there any context that might help us understand the report uri parameter provides the best means troubleshoot issues and to monitor malicious activity generally speaking documentation around strict csp and how to implement a secure policy per is pretty lacking especially for a topic that most web developers would do well to be aware of even a disclaimer of what next is capable of at the moment and not would be helpful speaking from my own experience it s hard to know what part of my issues with strict csp are platform limitations does the docs page already exist please link to it no response
0
173,210
13,391,305,316
IssuesEvent
2020-09-02 22:15:33
hashgraph/hedera-services
https://api.github.com/repos/hashgraph/hedera-services
closed
Ignore GRPC error with max_age, Received Goaway in HapiClientValidator when running at high TPS
Test Development
Sometimes when running at high TPS this error occurs. But the client continues to submit transactions. Ignore this error in `HapiClientValidator` if the test is running at high TPS. ```2020-08-26 16:56:49.874 INFO 141 HapiTxnOp - GRPC ERROR: <{}>, no need to reconnect, retry io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR Received Goaway max_age at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:235) ~[SuiteRunner.jar:?] at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:216) ~[SuiteRunner.jar:?] at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:141) ~[SuiteRunner.jar:?] at com.hederahashgraph.service.proto.java.CryptoServiceGrpc$CryptoServiceBlockingStub.cryptoTransfer(CryptoServiceGrpc.java:978) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.transactions.HapiTxnOp.timedCall(HapiTxnOp.java:211) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.transactions.HapiTxnOp.submitOp(HapiTxnOp.java:136) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.HapiSpecOperation.execFor(HapiSpecOperation.java:164) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.allRunFor(CustomSpecAssert.java:38) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.allRunFor(CustomSpecAssert.java:47) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.utilops.RunLoadTest.testRun(RunLoadTest.java:137) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.utilops.RunLoadTest.lambda$threadMode$6(RunLoadTest.java:103) ~[SuiteRunner.jar:?] at java.lang.Thread.run(Thread.java:835) [?:?]
1.0
Ignore GRPC error with max_age, Received Goaway in HapiClientValidator when running at high TPS - Sometimes when running at high TPS this error occurs. But the client continues to submit transactions. Ignore this error in `HapiClientValidator` if the test is running at high TPS. ```2020-08-26 16:56:49.874 INFO 141 HapiTxnOp - GRPC ERROR: <{}>, no need to reconnect, retry io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR Received Goaway max_age at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:235) ~[SuiteRunner.jar:?] at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:216) ~[SuiteRunner.jar:?] at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:141) ~[SuiteRunner.jar:?] at com.hederahashgraph.service.proto.java.CryptoServiceGrpc$CryptoServiceBlockingStub.cryptoTransfer(CryptoServiceGrpc.java:978) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.transactions.HapiTxnOp.timedCall(HapiTxnOp.java:211) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.transactions.HapiTxnOp.submitOp(HapiTxnOp.java:136) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.HapiSpecOperation.execFor(HapiSpecOperation.java:164) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.allRunFor(CustomSpecAssert.java:38) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.allRunFor(CustomSpecAssert.java:47) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.utilops.RunLoadTest.testRun(RunLoadTest.java:137) ~[SuiteRunner.jar:?] at com.hedera.services.bdd.spec.utilops.RunLoadTest.lambda$threadMode$6(RunLoadTest.java:103) ~[SuiteRunner.jar:?] at java.lang.Thread.run(Thread.java:835) [?:?]
test
ignore grpc error with max age received goaway in hapiclientvalidator when running at high tps sometimes when running at high tps this error occurs but the client continues to submit transactions ignore this error in hapiclientvalidator if the test is running at high tps info hapitxnop grpc error , no need to reconnect retry io grpc statusruntimeexception unavailable http error code no error received goaway max age at io grpc stub clientcalls tostatusruntimeexception clientcalls java at io grpc stub clientcalls getunchecked clientcalls java at io grpc stub clientcalls blockingunarycall clientcalls java at com hederahashgraph service proto java cryptoservicegrpc cryptoserviceblockingstub cryptotransfer cryptoservicegrpc java at com hedera services bdd spec transactions hapitxnop timedcall hapitxnop java at com hedera services bdd spec transactions hapitxnop submitop hapitxnop java at com hedera services bdd spec hapispecoperation execfor hapispecoperation java at com hedera services bdd spec utilops customspecassert allrunfor customspecassert java at com hedera services bdd spec utilops customspecassert allrunfor customspecassert java at com hedera services bdd spec utilops runloadtest testrun runloadtest java at com hedera services bdd spec utilops runloadtest lambda threadmode runloadtest java at java lang thread run thread java
1
183,195
6,678,197,499
IssuesEvent
2017-10-05 13:30:46
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[craftercms] Gradlew properties "includeProfile" and "includeSocial" does not work as expected
bug Priority: High
When you run gradlew with the property **IncludeProfile** like so: ``` ./gradlew build deploy -PincludeProfile=true ``` gradlew does not deploy the Profile war file, so MongoDB is not started. When you run gradlew with the property **includeSocial** like so: ``` ./gradlew build deploy -PincludeSocial=true ``` gradlew does not build social and it does not deploy the Profile and Social war file. Here's some output for deploy: ``` > Task :deploy Deploy search to authoring Deploy search to delivery Deploy profile to authoring Ignoring module 'profile' not enabled for environment 'authoring' Deploy profile to delivery Ignoring module 'profile' not enabled for environment 'delivery' Deploy engine to authoring Deploy engine to delivery Deploy deployer to authoring Deploy deployer to delivery Deploy studio to authoring Deploy studio to delivery Ignoring module 'studio' can not be deployed in environment 'delivery' Deploy social to authoring Ignoring module 'social' not enabled for environment 'authoring' Deploy social to delivery Ignoring module 'social' not enabled for environment 'delivery' ```
1.0
[craftercms] Gradlew properties "includeProfile" and "includeSocial" does not work as expected - When you run gradlew with the property **IncludeProfile** like so: ``` ./gradlew build deploy -PincludeProfile=true ``` gradlew does not deploy the Profile war file, so MongoDB is not started. When you run gradlew with the property **includeSocial** like so: ``` ./gradlew build deploy -PincludeSocial=true ``` gradlew does not build social and it does not deploy the Profile and Social war file. Here's some output for deploy: ``` > Task :deploy Deploy search to authoring Deploy search to delivery Deploy profile to authoring Ignoring module 'profile' not enabled for environment 'authoring' Deploy profile to delivery Ignoring module 'profile' not enabled for environment 'delivery' Deploy engine to authoring Deploy engine to delivery Deploy deployer to authoring Deploy deployer to delivery Deploy studio to authoring Deploy studio to delivery Ignoring module 'studio' can not be deployed in environment 'delivery' Deploy social to authoring Ignoring module 'social' not enabled for environment 'authoring' Deploy social to delivery Ignoring module 'social' not enabled for environment 'delivery' ```
non_test
gradlew properties includeprofile and includesocial does not work as expected when you run gradlew with the property includeprofile like so gradlew build deploy pincludeprofile true gradlew does not deploy the profile war file so mongodb is not started when you run gradlew with the property includesocial like so gradlew build deploy pincludesocial true gradlew does not build social and it does not deploy the profile and social war file here s some output for deploy task deploy deploy search to authoring deploy search to delivery deploy profile to authoring ignoring module profile not enabled for environment authoring deploy profile to delivery ignoring module profile not enabled for environment delivery deploy engine to authoring deploy engine to delivery deploy deployer to authoring deploy deployer to delivery deploy studio to authoring deploy studio to delivery ignoring module studio can not be deployed in environment delivery deploy social to authoring ignoring module social not enabled for environment authoring deploy social to delivery ignoring module social not enabled for environment delivery
0
101,175
4,108,669,663
IssuesEvent
2016-06-06 16:52:30
isawnyu/pleiades-gazetteer
https://api.github.com/repos/isawnyu/pleiades-gazetteer
opened
robots.txt intermittently returning 503
bug priority: high
My uptimerobot monitor has reported twice this morning short periods of the site "being down". it's specifically watching robots.txt. The error it reports is 503. Times are as follows: - 8:26 am CDT to 8:29 am - 11:47 am CDT to 11:48 am CDT Can New Relic or log analysis tell us what is happening?
1.0
robots.txt intermittently returning 503 - My uptimerobot monitor has reported twice this morning short periods of the site "being down". it's specifically watching robots.txt. The error it reports is 503. Times are as follows: - 8:26 am CDT to 8:29 am - 11:47 am CDT to 11:48 am CDT Can New Relic or log analysis tell us what is happening?
non_test
robots txt intermittently returning my uptimerobot monitor has reported twice this morning short periods of the site being down it s specifically watching robots txt the error it reports is times are as follows am cdt to am am cdt to am cdt can new relic or log analysis tell us what is happening
0
187,859
6,761,701,750
IssuesEvent
2017-10-25 03:30:30
zero-os/0-Disk
https://api.github.com/repos/zero-os/0-Disk
closed
zeroctl copy vdisk does not complain when block sizes do not match
priority_major state_inprogress type_bug
## version ``` zeroctl version Version: 1.1.0-beta-1 Build: ef49d8a 2017-10-22T13:14:48-0500 Runtime: go1.9.1 darwin ``` > (master) ## how to reproduce config: ```yaml storageClusters: a: servers: - address: localhost:16380 - address: localhost:16381 - address: localhost:16382 b: servers: - address: localhost:16383 - address: localhost:16384 - address: localhost:16385 vdisks: foo: type: db blockSize: 4096 size: 10 nbd: storageClusterID: a bar: type: db blockSize: 16384 size: 10 nbd: storageClusterID: b ``` create `foo` vdisk: ``` $ nbdserver --address=":6666" --protocol="tcp" # ... $ qemu-img convert -p -n myimg.img -O nbd nbd+tcp://localhost:6666/foo (100.00/100%) ``` copy `foo` vdisk as `bar` ``` $ zeroctl copy vdisk foo bar b -v ``` ## expected result This is wrong however, as even though the copying went successful, the `bar` vdisk will never be able to boot up as the block sizes don't match up. Ideally the command is not executed and an error is returned instead.
1.0
zeroctl copy vdisk does not complain when block sizes do not match - ## version ``` zeroctl version Version: 1.1.0-beta-1 Build: ef49d8a 2017-10-22T13:14:48-0500 Runtime: go1.9.1 darwin ``` > (master) ## how to reproduce config: ```yaml storageClusters: a: servers: - address: localhost:16380 - address: localhost:16381 - address: localhost:16382 b: servers: - address: localhost:16383 - address: localhost:16384 - address: localhost:16385 vdisks: foo: type: db blockSize: 4096 size: 10 nbd: storageClusterID: a bar: type: db blockSize: 16384 size: 10 nbd: storageClusterID: b ``` create `foo` vdisk: ``` $ nbdserver --address=":6666" --protocol="tcp" # ... $ qemu-img convert -p -n myimg.img -O nbd nbd+tcp://localhost:6666/foo (100.00/100%) ``` copy `foo` vdisk as `bar` ``` $ zeroctl copy vdisk foo bar b -v ``` ## expected result This is wrong however, as even though the copying went successful, the `bar` vdisk will never be able to boot up as the block sizes don't match up. Ideally the command is not executed and an error is returned instead.
non_test
zeroctl copy vdisk does not complain when block sizes do not match version zeroctl version version beta build runtime darwin master how to reproduce config yaml storageclusters a servers address localhost address localhost address localhost b servers address localhost address localhost address localhost vdisks foo type db blocksize size nbd storageclusterid a bar type db blocksize size nbd storageclusterid b create foo vdisk nbdserver address protocol tcp qemu img convert p n myimg img o nbd nbd tcp localhost foo copy foo vdisk as bar zeroctl copy vdisk foo bar b v expected result this is wrong however as even though the copying went successful the bar vdisk will never be able to boot up as the block sizes don t match up ideally the command is not executed and an error is returned instead
0
48,426
5,957,683,461
IssuesEvent
2017-05-29 03:56:47
FlightControl-Master/MOOSE
https://api.github.com/repos/FlightControl-Master/MOOSE
closed
Systems Settings showing in F10 Menu by default
enhancement fixed not urgent (can wait) possible bug ready for testing
F10 Menu item System Settings is showing by default regardless of the Moose functionality being used in the mission. This menu item should NOT show up by default and only appear if it has been turned on by the mission designer via some optional call to display it.
1.0
Systems Settings showing in F10 Menu by default - F10 Menu item System Settings is showing by default regardless of the Moose functionality being used in the mission. This menu item should NOT show up by default and only appear if it has been turned on by the mission designer via some optional call to display it.
test
systems settings showing in menu by default menu item system settings is showing by default regardless of the moose functionality being used in the mission this menu item should not show up by default and only appear if it has been turned on by the mission designer via some optional call to display it
1
217,403
16,855,771,615
IssuesEvent
2021-06-21 06:24:32
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
raftstore::test_tombstone::test_node_fast_destroy failed
component/test-bench sig/raft
raftstore::test_tombstone::test_node_fast_destroy Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tikv_ghpr_test/25337/consoleFull
1.0
raftstore::test_tombstone::test_node_fast_destroy failed - raftstore::test_tombstone::test_node_fast_destroy Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tikv_ghpr_test/25337/consoleFull
test
raftstore test tombstone test node fast destroy failed raftstore test tombstone test node fast destroy latest failed builds
1
146,862
23,134,132,235
IssuesEvent
2022-07-28 13:03:28
patternfly/patternfly-design
https://api.github.com/repos/patternfly/patternfly-design
closed
[PieChart] - [docs update]
needs Info needs design/css
**Is this a new component or an extension of an existing one?** I would like you to update the PieChart documentation and add my example to it **Describe the feature** My example uses the Tooltip component that wraps the ChartLabel. The Patternfly Tooltip documentation contains class examples only and not a functional component. https://codesandbox.io/s/vigorous-wozniak-ke604g?file=/index.js:0-1639 ``` import ReactDOM from "react-dom"; import "@patternfly/react-core/dist/styles/base.css"; import "./fonts.css"; import React from "react"; import { ChartPie, ChartLabel } from "@patternfly/react-charts"; import { Tooltip } from "@patternfly/react-core"; const CustomLabel = ({ datum, ...rest }) => ( <Tooltip content={ <snap> {datum.x}:{datum.y} </snap> } enableFlip > <ChartLabel {...rest} /> </Tooltip> ); const BasicWithRightAlignedLegend = () => { return ( <div style={{ height: "230px", width: "350px" }}> <ChartPie labelComponent={ <CustomLabel textAnchor="middle" style={{ fill: "white", fontSize: 13 }} /> } labelRadius={25} ariaDesc="Average number of pets" ariaTitle="Pie chart example" constrainToVisibleArea={true} data={[ { x: "Cats", y: 35 }, { x: "Dogs", y: 55 }, { x: "Birds", y: 10 }, { x: "Fishes", y: 15 } ]} height={230} labels={({ datum }) => `${datum.y}`} legendData={[ { name: "Cats: 35" }, { name: "Dogs: 55" }, { name: "Birds: 10" }, { name: "Fishes: 15" } ]} legendOrientation="vertical" legendPosition="right" padding={{ bottom: 20, left: 20, right: 140, // Adjusted to accommodate legend top: 20 }} width={350} /> </div> ); }; const rootElement = document.getElementById("root"); ReactDOM.render(<BasicWithRightAlignedLegend />, rootElement); ``` **Are there visuals for this feature? If applicable, please include examples for each state and for varying widths** Include screenshots or links to Marvel or other mockups. ![image](https://user-images.githubusercontent.com/62722417/164456268-e85cc3ea-9c02-4abf-a074-c661b7ad4326.png)
1.0
[PieChart] - [docs update] - **Is this a new component or an extension of an existing one?** I would like you to update the PieChart documentation and add my example to it **Describe the feature** My example uses the Tooltip component that wraps the ChartLabel. The Patternfly Tooltip documentation contains class examples only and not a functional component. https://codesandbox.io/s/vigorous-wozniak-ke604g?file=/index.js:0-1639 ``` import ReactDOM from "react-dom"; import "@patternfly/react-core/dist/styles/base.css"; import "./fonts.css"; import React from "react"; import { ChartPie, ChartLabel } from "@patternfly/react-charts"; import { Tooltip } from "@patternfly/react-core"; const CustomLabel = ({ datum, ...rest }) => ( <Tooltip content={ <snap> {datum.x}:{datum.y} </snap> } enableFlip > <ChartLabel {...rest} /> </Tooltip> ); const BasicWithRightAlignedLegend = () => { return ( <div style={{ height: "230px", width: "350px" }}> <ChartPie labelComponent={ <CustomLabel textAnchor="middle" style={{ fill: "white", fontSize: 13 }} /> } labelRadius={25} ariaDesc="Average number of pets" ariaTitle="Pie chart example" constrainToVisibleArea={true} data={[ { x: "Cats", y: 35 }, { x: "Dogs", y: 55 }, { x: "Birds", y: 10 }, { x: "Fishes", y: 15 } ]} height={230} labels={({ datum }) => `${datum.y}`} legendData={[ { name: "Cats: 35" }, { name: "Dogs: 55" }, { name: "Birds: 10" }, { name: "Fishes: 15" } ]} legendOrientation="vertical" legendPosition="right" padding={{ bottom: 20, left: 20, right: 140, // Adjusted to accommodate legend top: 20 }} width={350} /> </div> ); }; const rootElement = document.getElementById("root"); ReactDOM.render(<BasicWithRightAlignedLegend />, rootElement); ``` **Are there visuals for this feature? If applicable, please include examples for each state and for varying widths** Include screenshots or links to Marvel or other mockups. ![image](https://user-images.githubusercontent.com/62722417/164456268-e85cc3ea-9c02-4abf-a074-c661b7ad4326.png)
non_test
is this a new component or an extension of an existing one i would like you to update the piechart documentation and add my example to it describe the feature my example uses the tooltip component that wraps the chartlabel the patternfly tooltip documentation contains class examples only and not a functional component import reactdom from react dom import patternfly react core dist styles base css import fonts css import react from react import chartpie chartlabel from patternfly react charts import tooltip from patternfly react core const customlabel datum rest tooltip content datum x datum y enableflip const basicwithrightalignedlegend return chartpie labelcomponent customlabel textanchor middle style fill white fontsize labelradius ariadesc average number of pets ariatitle pie chart example constraintovisiblearea true data x cats y x dogs y x birds y x fishes y height labels datum datum y legenddata name cats name dogs name birds name fishes legendorientation vertical legendposition right padding bottom left right adjusted to accommodate legend top width const rootelement document getelementbyid root reactdom render rootelement are there visuals for this feature if applicable please include examples for each state and for varying widths include screenshots or links to marvel or other mockups
0
82,486
15,646,577,191
IssuesEvent
2021-03-23 01:14:51
AlexRogalskiy/weather-time
https://api.github.com/repos/AlexRogalskiy/weather-time
opened
CVE-2020-11023 (Medium) detected in jquery-1.9.1.js, jquery-1.8.1.min.js
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.9.1.js</b>, <b>jquery-1.8.1.min.js</b></p></summary> <p> <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: weather-time/node_modules/tinygradient/bower_components/tinycolor/index.html</p> <p>Path to vulnerable library: weather-time/node_modules/tinygradient/bower_components/tinycolor/demo/jquery-1.9.1.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.8.1.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/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p> <p>Path to dependency file: weather-time/node_modules/redeyed/examples/browser/index.html</p> <p>Path to vulnerable library: weather-time/node_modules/redeyed/examples/browser/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.1.min.js** (Vulnerable Library) </details> <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> In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</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-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jquery - 3.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-11023 (Medium) detected in jquery-1.9.1.js, jquery-1.8.1.min.js - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.9.1.js</b>, <b>jquery-1.8.1.min.js</b></p></summary> <p> <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: weather-time/node_modules/tinygradient/bower_components/tinycolor/index.html</p> <p>Path to vulnerable library: weather-time/node_modules/tinygradient/bower_components/tinycolor/demo/jquery-1.9.1.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.8.1.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/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p> <p>Path to dependency file: weather-time/node_modules/redeyed/examples/browser/index.html</p> <p>Path to vulnerable library: weather-time/node_modules/redeyed/examples/browser/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.1.min.js** (Vulnerable Library) </details> <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> In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</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-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jquery - 3.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in jquery js jquery min js cve medium severity vulnerability vulnerable libraries jquery js jquery min js jquery js javascript library for dom operations library home page a href path to dependency file weather time node modules tinygradient bower components tinycolor index html path to vulnerable library weather time node modules tinygradient bower components tinycolor demo jquery js dependency hierarchy x jquery js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file weather time node modules redeyed examples browser index html path to vulnerable library weather time node modules redeyed examples browser index html dependency hierarchy x jquery min js vulnerable library found in base branch master vulnerability details in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery 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 jquery step up your open source security game with whitesource
0
278,662
30,702,382,234
IssuesEvent
2023-07-27 01:25:20
praneethpanasala/linux
https://api.github.com/repos/praneethpanasala/linux
closed
CVE-2020-13974 (High) detected in linux-xlnxxilinx-v2019.2 - autoclosed
Mend: dependency security vulnerability
## CVE-2020-13974 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-xlnxxilinx-v2019.2</b></p></summary> <p> <p>The official Linux kernel from Xilinx</p> <p>Library home page: <a href=https://github.com/Xilinx/linux-xlnx.git>https://github.com/Xilinx/linux-xlnx.git</a></p> <p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/keyboard.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/keyboard.c</b> </p> </details> <p></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> An issue was discovered in the Linux kernel 4.4 through 5.7.1. drivers/tty/vt/keyboard.c has an integer overflow if k_ascii is called several times in a row, aka CID-b86dab054059. NOTE: Members in the community argue that the integer overflow does not lead to a security issue in this case. <p>Publish Date: 2020-06-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-13974>CVE-2020-13974</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>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - 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> <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-2020-13974">https://nvd.nist.gov/vuln/detail/CVE-2020-13974</a></p> <p>Release Date: 2020-06-09</p> <p>Fix Resolution: linux-libc-headers - 5.8;linux-yocto - 4.8.24+gitAUTOINC+c84532b647_f6329fd287</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-2020-13974 (High) detected in linux-xlnxxilinx-v2019.2 - autoclosed - ## CVE-2020-13974 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-xlnxxilinx-v2019.2</b></p></summary> <p> <p>The official Linux kernel from Xilinx</p> <p>Library home page: <a href=https://github.com/Xilinx/linux-xlnx.git>https://github.com/Xilinx/linux-xlnx.git</a></p> <p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/keyboard.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/keyboard.c</b> </p> </details> <p></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> An issue was discovered in the Linux kernel 4.4 through 5.7.1. drivers/tty/vt/keyboard.c has an integer overflow if k_ascii is called several times in a row, aka CID-b86dab054059. NOTE: Members in the community argue that the integer overflow does not lead to a security issue in this case. <p>Publish Date: 2020-06-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-13974>CVE-2020-13974</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>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - 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> <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-2020-13974">https://nvd.nist.gov/vuln/detail/CVE-2020-13974</a></p> <p>Release Date: 2020-06-09</p> <p>Fix Resolution: linux-libc-headers - 5.8;linux-yocto - 4.8.24+gitAUTOINC+c84532b647_f6329fd287</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 high detected in linux xlnxxilinx autoclosed cve high severity vulnerability vulnerable library linux xlnxxilinx the official linux kernel from xilinx library home page a href found in head commit a href found in base branch master vulnerable source files drivers tty vt keyboard c drivers tty vt keyboard c vulnerability details an issue was discovered in the linux kernel through drivers tty vt keyboard c has an integer overflow if k ascii is called several times in a row aka cid note members in the community argue that the integer overflow does not lead to a security issue in this case publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution linux libc headers linux yocto gitautoinc step up your open source security game with mend
0
257,381
22,157,292,783
IssuesEvent
2022-06-04 01:54:56
apache/beam
https://api.github.com/repos/apache/beam
opened
Test all Coder structuralValue implementations
P3 sdk-java-core clarified beam-fixit test
Here is a test helper that check that structuralValue is consistent with equals: https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/testing/CoderProperties.java#L200 And here is one that tests it another way: https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/testing/CoderProperties.java#L226 With the deprecation of consistentWithEquals and implementing all the structualValue methods, we should add these tests to every coder. Imported from Jira [BEAM-6904](https://issues.apache.org/jira/browse/BEAM-6904). Original Jira may contain additional context. Reported by: kenn.
1.0
Test all Coder structuralValue implementations - Here is a test helper that check that structuralValue is consistent with equals: https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/testing/CoderProperties.java#L200 And here is one that tests it another way: https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/testing/CoderProperties.java#L226 With the deprecation of consistentWithEquals and implementing all the structualValue methods, we should add these tests to every coder. Imported from Jira [BEAM-6904](https://issues.apache.org/jira/browse/BEAM-6904). Original Jira may contain additional context. Reported by: kenn.
test
test all coder structuralvalue implementations here is a test helper that check that structuralvalue is consistent with equals and here is one that tests it another way with the deprecation of consistentwithequals and implementing all the structualvalue methods we should add these tests to every coder imported from jira original jira may contain additional context reported by kenn
1
83,914
16,388,989,764
IssuesEvent
2021-05-17 14:00:59
FranciscoPark/isco
https://api.github.com/repos/FranciscoPark/isco
opened
Shuffle an Array
Leetcode good first issue
```Python3 class Solution: def __init__(self, nums: List[int]): self.nums = nums def reset(self) -> List[int]: """ Resets the array to its original configuration and return it. """ return self.nums def shuffle(self) -> List[int]: """ Returns a random shuffling of the array. """ return sorted(self.nums, key=lambda x: random.random()) ```
1.0
Shuffle an Array - ```Python3 class Solution: def __init__(self, nums: List[int]): self.nums = nums def reset(self) -> List[int]: """ Resets the array to its original configuration and return it. """ return self.nums def shuffle(self) -> List[int]: """ Returns a random shuffling of the array. """ return sorted(self.nums, key=lambda x: random.random()) ```
non_test
shuffle an array class solution def init self nums list self nums nums def reset self list resets the array to its original configuration and return it return self nums def shuffle self list returns a random shuffling of the array return sorted self nums key lambda x random random
0
97,901
8,673,116,244
IssuesEvent
2018-11-30 00:50:35
apache/incubator-druid
https://api.github.com/repos/apache/incubator-druid
opened
Improve OverlordResourceTest to actually verify API calls
Area - Testing
Currently OverlordResourceTest is calling Java methods directly instead of calling HTTP endpoints. This sometimes makes somethings to test hard. For example, https://github.com/apache/incubator-druid/pull/6679 isn't easy to test by directly calling Java methods. Testing resourceFilters is also difficult. Probably this test can be improved using jersey-test-framework or something else similar. Also we may need to consider upgrading jersey first.
1.0
Improve OverlordResourceTest to actually verify API calls - Currently OverlordResourceTest is calling Java methods directly instead of calling HTTP endpoints. This sometimes makes somethings to test hard. For example, https://github.com/apache/incubator-druid/pull/6679 isn't easy to test by directly calling Java methods. Testing resourceFilters is also difficult. Probably this test can be improved using jersey-test-framework or something else similar. Also we may need to consider upgrading jersey first.
test
improve overlordresourcetest to actually verify api calls currently overlordresourcetest is calling java methods directly instead of calling http endpoints this sometimes makes somethings to test hard for example isn t easy to test by directly calling java methods testing resourcefilters is also difficult probably this test can be improved using jersey test framework or something else similar also we may need to consider upgrading jersey first
1
43,837
9,498,944,171
IssuesEvent
2019-04-24 04:10:49
stan-dev/math
https://api.github.com/repos/stan-dev/math
closed
Add better doc for all traits
code cleanup
#### Summary: Add doc for `stan/math/prim/scal/meta/*.hpp`. #### Description: These template metaprograms are used everywhere and we should doc and test them so it's clear what they do and how to use them. We want to add: - [ ] doxygen doc - [ ] unit tests #### Additional Information: Anyone can help out with this. #### Current Version: v2.11.0
1.0
Add better doc for all traits - #### Summary: Add doc for `stan/math/prim/scal/meta/*.hpp`. #### Description: These template metaprograms are used everywhere and we should doc and test them so it's clear what they do and how to use them. We want to add: - [ ] doxygen doc - [ ] unit tests #### Additional Information: Anyone can help out with this. #### Current Version: v2.11.0
non_test
add better doc for all traits summary add doc for stan math prim scal meta hpp description these template metaprograms are used everywhere and we should doc and test them so it s clear what they do and how to use them we want to add doxygen doc unit tests additional information anyone can help out with this current version
0
210,427
16,100,686,415
IssuesEvent
2021-04-27 08:54:40
ethereum/solidity
https://api.github.com/repos/ethereum/solidity
closed
[isoltest] Add option to refer external files as sources
testing :hammer:
Currently the test format supports single or multiple files, but they all the sources have to be included in a literal form. This idea came up on today's call: how about supporting a case pointing to a separate file. This would allow including larger external projects **and** still having the expectations visible, without the need to scroll down thousands of lines.
1.0
[isoltest] Add option to refer external files as sources - Currently the test format supports single or multiple files, but they all the sources have to be included in a literal form. This idea came up on today's call: how about supporting a case pointing to a separate file. This would allow including larger external projects **and** still having the expectations visible, without the need to scroll down thousands of lines.
test
add option to refer external files as sources currently the test format supports single or multiple files but they all the sources have to be included in a literal form this idea came up on today s call how about supporting a case pointing to a separate file this would allow including larger external projects and still having the expectations visible without the need to scroll down thousands of lines
1
37,219
5,107,435,643
IssuesEvent
2017-01-05 14:56:44
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
github.com/cockroachdb/cockroach/pkg/kv: TestSingleRangeReverseScan failed under stress
Robot test-failure
SHA: https://github.com/cockroachdb/cockroach/commits/ab8a7b014197c38e6e3198d232f48393acea59b5 Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=true TAGS= GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=108457&tab=buildLog ``` W170105 07:37:02.543572 22363 server/status/runtime.go:116 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I170105 07:37:02.545783 22363 server/config.go:447 1 storage engine initialized I170105 07:37:02.546422 22363 server/node.go:426 [n?] store [n0,s0] not bootstrapped I170105 07:37:02.548506 22363 server/node.go:355 [n?] **** cluster e30282de-e9ab-46b3-8876-624560b273e8 has been created I170105 07:37:02.548521 22363 server/node.go:356 [n?] **** add additional nodes by specifying --join=127.0.0.1:45852 I170105 07:37:02.549406 22363 storage/store.go:1258 [n1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available I170105 07:37:02.549427 22363 server/node.go:439 [n1] initialized store [n1,s1]: {Capacity:536870912 Available:536870912 RangeCount:1 LeaseCount:0} I170105 07:37:02.549442 22363 server/node.go:324 [n1] node ID 1 initialized I170105 07:37:02.550535 22363 gossip/gossip.go:292 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:45852" > attrs:<> locality:<> I170105 07:37:02.550584 22363 storage/stores.go:296 [n1] read 0 node addresses from persistent storage I170105 07:37:02.550735 22379 storage/split_queue.go:101 [split,n1,s1,r1/1:/M{in-ax},@c4206e2d80] splitting at keys [/Table/11/0 /Table/12/0 /Table/13/0 /Table/14/0] I170105 07:37:02.551510 22379 storage/replica_command.go:2362 [split,n1,s1,r1/1:/M{in-ax},@c4206e2d80] initiating a split of this range at key /Table/11 [r2] E170105 07:37:02.555231 22379 storage/queue.go:597 [split,n1,s1,r1/1:/{Min-Table/11},@c4206e2d80] unable to split [n1,s1,r1/1:/{Min-Table/11}] at key "/Table/12/0": key range /Table/12/0-/Table/12/0 outside of bounds of range /Min-/Max I170105 07:37:02.555312 22363 server/node.go:569 [n1] connecting to gossip network to verify cluster ID... I170105 07:37:02.555324 22363 server/node.go:589 [n1] node connected via gossip and verified as part of cluster "e30282de-e9ab-46b3-8876-624560b273e8" I170105 07:37:02.555359 22379 storage/split_queue.go:101 [split,n1,s1,r2/1:/{Table/11-Max},@c4209b3680] splitting at keys [/Table/12/0 /Table/13/0 /Table/14/0] I170105 07:37:02.555395 22379 storage/replica_command.go:2362 [split,n1,s1,r2/1:/{Table/11-Max},@c4209b3680] initiating a split of this range at key /Table/12 [r3] I170105 07:37:02.555448 22363 server/node.go:374 [n1] node=1: started with [[]=] engine(s) and attributes [] I170105 07:37:02.555471 22363 sql/executor.go:322 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:45852} I170105 07:37:02.557966 22447 sql/event_log.go:95 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:45852} Attrs: Locality:} ClusterID:e30282de-e9ab-46b3-8876-624560b273e8 StartedAt:1483601822555327445} E170105 07:37:02.572424 22380 storage/queue.go:597 [replicate,n1,s1,r2/1:/Table/1{1-2},@c4209b3680] range requires a replication change, but lacks a quorum of live replicas (0/1) E170105 07:37:02.572621 22379 storage/queue.go:597 [split,n1,s1,r2/1:/Table/1{1-2},@c4209b3680] unable to split [n1,s1,r2/1:/Table/1{1-2}] at key "/Table/13/0": key range /Table/13/0-/Table/13/0 outside of bounds of range /Table/11-/Max I170105 07:37:02.573048 22379 storage/split_queue.go:101 [split,n1,s1,r3/1:/{Table/12-Max},@c42031e000] splitting at keys [/Table/13/0 /Table/14/0] I170105 07:37:02.573089 22379 storage/replica_command.go:2362 [split,n1,s1,r3/1:/{Table/12-Max},@c42031e000] initiating a split of this range at key /Table/13 [r4] I170105 07:37:02.573203 22363 server/server.go:621 [n1] starting https server at 127.0.0.1:56413 I170105 07:37:02.573220 22363 server/server.go:622 [n1] starting grpc/postgres server at 127.0.0.1:45852 I170105 07:37:02.573232 22363 server/server.go:623 [n1] advertising CockroachDB node at 127.0.0.1:45852 W170105 07:37:02.195249 21584 util/hlc/hlc.go:145 backward time jump detected (-0.384628 seconds) E170105 07:37:02.195642 22379 internal/client/txn.go:333 [split,n1,s1,r3/1:/{Table/12-Max},@c42031e000] failure aborting transaction: storage/store.go:2368: rejecting command with timestamp in the future: 1483601822573141950 (377.638587ms ahead); abort caused by: storage/store.go:2368: rejecting command with timestamp in the future: 1483601822573141950 (377.90741ms ahead) E170105 07:37:02.195759 22379 storage/queue.go:597 [split,n1,s1,r3/1:/{Table/12-Max},@c42031e000] unable to split [n1,s1,r3/1:/{Table/12-Max}] at key "/Table/13/0": storage/replica_command.go:2441: split at key /Table/13 failed: storage/store.go:2368: rejecting command with timestamp in the future: 1483601822573141950 (377.90741ms ahead) W170105 07:37:02.196478 22363 migrations/migrations.go:265 [n1] failed attempt to update system.eventlog schema: storage/store.go:2368: rejecting command with timestamp in the future: 1483601822579076950 (382.814142ms ahead) F170105 07:37:02.212683 22453 server/server.go:162 [n1] fewer than half the known nodes are within the maximum offset of 250ms (0 of 1) goroutine 22453 [running]: github.com/cockroachdb/cockroach/pkg/util/log.getStacks(0x5701, 0xcad4c8b, 0x2a2b5a0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:849 +0xa5 github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).outputLogEntry(0x2a2cbe0, 0xc400000004, 0x2248262, 0x10, 0xa2, 0xc421371320, 0x54) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:714 +0x784 github.com/cockroachdb/cockroach/pkg/util/log.addStructured(0x2b95e1ead878, 0xc4204ad6b0, 0x4, 0x2, 0x0, 0x0, 0xc422c27d18, 0x1, 0x1) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/structured.go:146 +0x296 github.com/cockroachdb/cockroach/pkg/util/log.logDepth(0x2b95e1ead878, 0xc4204ad6b0, 0x1, 0x4, 0x0, 0x0, 0xc422c27d18, 0x1, 0x1) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/log.go:88 +0x8c github.com/cockroachdb/cockroach/pkg/util/log.Fatal(0x2b95e1ead878, 0xc4204ad6b0, 0xc422c27d18, 0x1, 0x1) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/log.go:181 +0x76 github.com/cockroachdb/cockroach/pkg/server.NewServer.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:162 +0xd6 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc4210be480, 0xc420d23440, 0xc420809cb0, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:322 +0x491 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.1.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:226 +0x69 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc42044c6f0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 1 [chan receive]: testing.(*T).Run(0xc4200863c0, 0x19b8793, 0x1a, 0x1b8cb90, 0xc420263c01) /usr/local/go/src/testing/testing.go:647 +0x316 testing.RunTests.func1(0xc4200863c0) /usr/local/go/src/testing/testing.go:793 +0x6d testing.tRunner(0xc4200863c0, 0xc42013ae00) /usr/local/go/src/testing/testing.go:610 +0x81 testing.RunTests(0x1b8fee0, 0x25490e0, 0x89, 0x89, 0x2a68470) /usr/local/go/src/testing/testing.go:799 +0x2f5 testing.(*M).Run(0xc42013aef8, 0x2a67f80) /usr/local/go/src/testing/testing.go:743 +0x85 github.com/cockroachdb/cockroach/pkg/kv_test.TestMain(0xc42013aef8) /go/src/github.com/cockroachdb/cockroach/pkg/kv/main_test.go:53 +0x76 main.main() github.com/cockroachdb/cockroach/pkg/kv/_test/_testmain.go:330 +0xc6 goroutine 17 [syscall, locked to thread]: runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2086 +0x1 goroutine 6 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).flushDaemon(0x2a2cbe0) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1016 +0x77 created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:581 +0x95 goroutine 22428 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000018) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6fa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22435 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xe0000001d) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a71c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22420 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000021) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6c00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22423 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000025) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6dc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22387 [chan receive]: github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*muxListener).Accept(0xc421843700, 0xc42110e330, 0x17f9040, 0x2532850, 0x18a1ae0) <autogenerated>:9 +0x7f net/http.(*Server).Serve(0xc4210be680, 0x2564d00, 0xc421843700, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2273 +0x1ce github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func4() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:487 +0x3c github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4218437a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22378 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69ea0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22388 [chan receive]: github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*muxListener).Accept(0xc421843740, 0xc420124b38, 0xc4205e9e60, 0x17f9040, 0x2532850) <autogenerated>:9 +0x7f crypto/tls.(*listener).Accept(0xc4218438c0, 0xc4205e9e30, 0x17f9040, 0x2532850, 0x18a1ae0) /usr/local/go/src/crypto/tls/tls.go:52 +0x37 net/http.(*Server).Serve(0xc4210be600, 0x255c080, 0xc4218438c0, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2273 +0x1ce github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func5() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:494 +0x42 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4218438e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22469 [select]: github.com/cockroachdb/cockroach/pkg/sql/distsqlrun.(*flowScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/flow_scheduler.go:101 +0x314 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4210ac6a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22384 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69fc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22392 [chan receive]: github.com/cockroachdb/cockroach/pkg/gossip.(*server).start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/server.go:381 +0x66 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843a60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22391 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:514 +0x295 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420577da0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22421 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000022) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6c20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22380 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69f00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22363 [select]: github.com/cockroachdb/cockroach/pkg/util/retry.(*Retry).Next(0xc421c68d58, 0xc420577a70) /go/src/github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:128 +0x1a5 github.com/cockroachdb/cockroach/pkg/migrations.eventlogUniqueIDDefault(0x2b95e1ead878, 0xc420577a70, 0x2557b80, 0xc4204f8820, 0xc421073e40, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:259 +0x178 github.com/cockroachdb/cockroach/pkg/migrations.(*Manager).EnsureMigrations(0xc42131e390, 0x2b95e1ead878, 0xc420577a70, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:201 +0x960 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start(0xc421386c00, 0x2b95e1ead878, 0xc420577a70, 0x2b95e0d2d208, 0xc420014568) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:673 +0x1541 github.com/cockroachdb/cockroach/pkg/server.(*TestServer).Start(0xc42059d990, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:279 +0x184 github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServerRaw(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:161 +0x134 github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServer(0x2571840, 0xc42062b200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:131 +0x63 github.com/cockroachdb/cockroach/pkg/kv_test.TestSingleRangeReverseScan(0xc42062b200) /go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender_server_test.go:870 +0xe3 testing.tRunner(0xc42062b200, 0x1b8cb90) /usr/local/go/src/testing/testing.go:610 +0x81 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:646 +0x2ec goroutine 22466 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startWriteSummaries.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:694 +0x26d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc42069eed0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22381 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69f20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22531 [select]: github.com/cockroachdb/cockroach/pkg/migrations.(*Manager).EnsureMigrations.func2(0x2b95e1ead878, 0xc420577a70) /go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:162 +0x2da github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask.func1(0xc42068ccf0, 0x223ed6c, 0x18, 0xb0, 0x0, 0x0, 0xc42205f4a0, 0x2b95e1ead878, 0xc420577a70) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:264 +0xdf created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:265 +0x234 goroutine 22426 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000020) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6ea0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22027 [select]: github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).controller(0xc42109b200) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:1015 +0x59d created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:235 +0xea6 goroutine 22438 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startCoalescedHeartbeatsLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3463 +0x167 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420826ef0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22364 [chan receive]: github.com/cockroachdb/cockroach/pkg/rpc.NewContext.func1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:136 +0x76 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421aedde0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22452 [select]: github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc42015b600) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:751 +0x63e github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn.func1(0xc42015b600) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:506 +0x1de created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:507 +0x3c3 goroutine 22437 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).raftTickLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3432 +0x334 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420826ee0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22433 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001e) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7160) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22395 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open.func1(0xc42063a000) /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:375 +0x44 created by github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:376 +0x702 goroutine 22422 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000023) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6d00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22026 [IO wait]: net.runtime_pollWait(0x2b95e0da8b48, 0x72, 0x7) /usr/local/go/src/runtime/netpoll.go:160 +0x59 net.(*pollDesc).wait(0xc42112c8b0, 0x72, 0xc4215e0840, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:73 +0x38 net.(*pollDesc).waitRead(0xc42112c8b0, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:78 +0x34 net.(*netFD).Read(0xc42112c850, 0xc42051e400, 0x400, 0x400, 0x0, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_unix.go:243 +0x1a1 net.(*conn).Read(0xc4217326f0, 0xc42051e400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:173 +0x70 crypto/tls.(*block).readFromUntil(0xc4219f65d0, 0x2b95e0da91e0, 0xc4217326f0, 0x5, 0xc4217326f0, 0x0) /usr/local/go/src/crypto/tls/conn.go:476 +0x91 crypto/tls.(*Conn).readRecord(0xc420171c00, 0x1b90817, 0xc420171d08, 0x7308f7) /usr/local/go/src/crypto/tls/conn.go:578 +0xc4 crypto/tls.(*Conn).Read(0xc420171c00, 0xc4219c4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1113 +0x116 bufio.(*Reader).fill(0xc42270cf60) /usr/local/go/src/bufio/bufio.go:97 +0x10c bufio.(*Reader).Read(0xc42270cf60, 0xc4202d0108, 0x9, 0x9, 0xc57ad9, 0xc4219f76e8, 0x0) /usr/local/go/src/bufio/bufio.go:209 +0x1bc io.ReadAtLeast(0x254d800, 0xc42270cf60, 0xc4202d0108, 0x9, 0x9, 0x9, 0xc4215e0d38, 0xc58d4e, 0xc4219f76e0) /usr/local/go/src/io/io.go:307 +0xa4 io.ReadFull(0x254d800, 0xc42270cf60, 0xc4202d0108, 0x9, 0x9, 0x0, 0x0, 0x254dec0) /usr/local/go/src/io/io.go:325 +0x58 github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc4202d0108, 0x9, 0x9, 0x254d800, 0xc42270cf60, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc4202d00d0, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:469 +0x8e github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc4219f7620, 0xc42131f260, 0xc42131f260, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc42109b200) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:937 +0xb6 created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:205 +0x8df goroutine 22449 [select]: github.com/cockroachdb/cockroach/pkg/ts.(*poller).start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:90 +0x16f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420827550) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22425 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000019) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6e80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22382 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69f40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22369 [chan receive]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:471 +0x71 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420577d10) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22365 [select]: github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).printStatsLoop(0xc4213d54a0, 0x2b95e1ead878, 0xc4205e9e00) /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:209 +0xbd3 github.com/cockroachdb/cockroach/pkg/kv.NewTxnCoordSender.func1() /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:193 +0x98 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420874120) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22442 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1313 +0x39b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc42069eab0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22429 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001a) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6fe0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22430 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001b) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7040) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22434 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001f) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a71a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22515 [IO wait]: net.runtime_pollWait(0x2b95e0da8fc8, 0x72, 0x8) /usr/local/go/src/runtime/netpoll.go:160 +0x59 net.(*pollDesc).wait(0xc421200060, 0x72, 0xc4227fd5a0, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:73 +0x38 net.(*pollDesc).waitRead(0xc421200060, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:78 +0x34 net.(*netFD).Read(0xc421200000, 0xc4219ae000, 0x400, 0x400, 0x0, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_unix.go:243 +0x1a1 net.(*conn).Read(0xc421600000, 0xc4219ae000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:173 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc421702000, 0xc4219ae000, 0x400, 0x400, 0x18f6680, 0x0, 0x2b95e1f42d20) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc42132a090, 0x2b95e1f42d20, 0xc421702000, 0x5, 0xc421702000, 0x0) /usr/local/go/src/crypto/tls/conn.go:476 +0x91 crypto/tls.(*Conn).readRecord(0xc420c24000, 0x1b90817, 0xc420c24108, 0x0) /usr/local/go/src/crypto/tls/conn.go:578 +0xc4 crypto/tls.(*Conn).Read(0xc420c24000, 0xc42274e000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1113 +0x116 bufio.(*Reader).fill(0xc42270ca20) /usr/local/go/src/bufio/bufio.go:97 +0x10c bufio.(*Reader).Read(0xc42270ca20, 0xc42278ba38, 0x9, 0x9, 0x9, 0x18, 0x28) /usr/local/go/src/bufio/bufio.go:209 +0x1bc io.ReadAtLeast(0x254d800, 0xc42270ca20, 0xc42278ba38, 0x9, 0x9, 0x9, 0x5fc578, 0x30, 0xc4227fdaf0) /usr/local/go/src/io/io.go:307 +0xa4 io.ReadFull(0x254d800, 0xc42270ca20, 0xc42278ba38, 0x9, 0x9, 0xc5c08f50fb613601, 0xc500000000000000, 0x0) /usr/local/go/src/io/io.go:325 +0x58 github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc42278ba38, 0x9, 0x9, 0x254d800, 0xc42270ca20, 0x0, 0xc400000000, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc42278ba00, 0x2559880, 0xc4219f7a40, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:469 +0x8e github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc4219f7500, 0xc4219f7a40, 0xc4219f7a40, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc42029c870, 0xc4219f7590) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0x200 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc42062b2c0, 0x256d440, 0xc42029c870) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:451 +0x160 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveNewHTTP2Transport(0xc42062b2c0, 0x256d860, 0xc420c24000, 0x2555e80, 0xc42118f600) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:438 +0x3da github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn(0xc42062b2c0, 0x256e7c0, 0xc421702000) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:415 +0x470 created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).Serve /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:384 +0x5ac goroutine 22467 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*SchemaChangeManager).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/schema_changer.go:751 +0x12b3 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7980) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22431 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001c) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a70e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22424 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000017) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6de0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22367 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843360) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22448 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Server).startSampleEnvironment.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:806 +0x16b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7960) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22025 [runnable]: crypto/tls.(*fixedNonceAEAD).Overhead(0xc4225fdc00, 0x1861aa0) /usr/local/go/src/crypto/tls/cipher_suites.go:147 crypto/tls.(*halfConn).encrypt(0xc420c241b8, 0xc42132a0c0, 0x8, 0x1ba2) /usr/local/go/src/crypto/tls/conn.go:398 +0x440 crypto/tls.(*Conn).writeRecordLocked(0xc420c24000, 0x1b90817, 0xc422882000, 0x9, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:894 +0x313 crypto/tls.(*Conn).Write(0xc420c24000, 0xc422882000, 0x9, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1047 +0x1fb bufio.(*Writer).flush(0xc4225fdec0, 0x62735c, 0xc422586ea8) /usr/local/go/src/bufio/bufio.go:563 +0x75 bufio.(*Writer).Flush(0xc4225fdec0, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:552 +0x2b github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).writeSettingsAck(0xc4219f7500, 0xc42270cc01, 0x0, 0x1) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:488 +0x5d github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).controller(0xc42029c870) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:684 +0x228 created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:139 +0x767 goroutine 22383 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69fa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22432 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000024) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7100) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22379 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69ec0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22390 [chan receive]: github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*muxListener).Accept(0xc421843500, 0x1b8fbf8, 0xc42062b2c0, 0x256e7c0, 0xc421702000) <autogenerated>:9 +0x7f github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).Serve(0xc42062b2c0, 0x2564d00, 0xc421843500, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:354 +0x187 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func7() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:505 +0x43 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843920) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22445 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startComputePeriodicMetrics.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:657 +0x2bd github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7780) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22366 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).RefreshLeases.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1179 +0xccb github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420576a80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22446 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:616 +0x4f0 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a77a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22468 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*Executor).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/executor.go:332 +0x15f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7a80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22427 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000016) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6f60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22394 [select]: github.com/cockroachdb/cockroach/pkg/gossip.(*Gossip).manage.func1() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/gossip.go:1033 +0x394 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420874b90) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22385 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).waitAndProcess(0xc4213d5e00, 0x2b95e1ead878, 0xc4207b1d40, 0xecfffee9e, 0x20d1d334, 0x2a2b5a0, 0xc4216f2900, 0xc42068ccf0, 0xc4206e2d80, 0xecfffee9e) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:207 +0x254 github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1.1(0xc4206e2d80, 0xc420871ec0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:269 +0x8e github.com/cockroachdb/cockroach/pkg/storage.(*storeReplicaVisitor).Visit(0xc420871ec0, 0xc4204cfef0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:339 +0x303 github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:271 +0x2ca github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69fe0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22436 [semacquire]: sync.runtime_Semacquire(0xc420d82364) /usr/local/go/src/runtime/sema.go:47 +0x30 sync.(*WaitGroup).Wait(0xc420d82358) /usr/local/go/src/sync/waitgroup.go:131 +0x97 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait(0xc420d822c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:187 +0x34 github.com/cockroachdb/cockroach/pkg/storage.(*Store).processRaft.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3406 +0x3a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420826ed0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22450 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*idAllocator).start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/id_alloc.go:133 +0x7c8 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420809b70) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22419 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:171 +0x55 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6b80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22471 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*NodeLiveness).StartHeartbeat.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/node_liveness.go:194 +0x3db github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4219e0000) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22386 [IO wait]: net.runtime_pollWait(0x2b95e0da8d88, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:160 +0x59 net.(*pollDesc).wait(0xc4212eb2c0, 0x72, 0xc420175e08, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:73 +0x38 net.(*pollDesc).waitRead(0xc4212eb2c0, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:78 +0x34 net.(*netFD).accept(0xc4212eb260, 0x0, 0x2553a00, 0xc421a65780) /usr/local/go/src/net/fd_unix.go:419 +0x238 net.(*TCPListener).accept(0xc420124b38, 0xc420175ef0, 0xc420175f00, 0x6409d0) /usr/local/go/src/net/tcpsock_posix.go:132 +0x2e net.(*TCPListener).Accept(0xc420124b38, 0x1b8e860, 0xc42033a840, 0xc42042e0e0, 0xc4206ea7d0) /usr/local/go/src/net/tcpsock.go:222 +0x49 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*cMux).Serve(0xc42033a840, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:124 +0xa4 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:483 +0x2f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843780) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22441 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1313 +0x39b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc42069ea80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22389 [chan receive]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func6() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:498 +0x6d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843900) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22368 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4218433c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22440 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).Start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1227 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a72a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22393 [select]: github.com/cockroachdb/cockroach/pkg/gossip.(*Gossip).bootstrap.func1() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/gossip.go:995 +0x4c9 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420874b70) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22470 [IO wait]: net.runtime_pollWait(0x2b95e0da8f08, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:160 +0x59 net.(*pollDesc).wait(0xc4212eb250, 0x72, 0xc4215e1df8, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:73 +0x38 net.(*pollDesc).waitRead(0xc4212eb250, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:78 +0x34 net.(*netFD).accept(0xc4212eb1f0, 0x0, 0x2553a00, 0xc4219f8080) /usr/local/go/src/net/fd_unix.go:419 +0x238 net.(*TCPListener).accept(0xc420124b20, 0x62025e, 0xc4215e1ea8, 0xd33edb) /usr/local/go/src/net/tcpsock_posix.go:132 +0x2e net.(*TCPListener).Accept(0xc420124b20, 0x1b8e868, 0xc42033a5c0, 0x256e8e0, 0xc421600000) /usr/local/go/src/net/tcpsock.go:222 +0x49 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*cMux).Serve(0xc42033a5c0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:124 +0xa4 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func9() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:625 +0x2f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421a40760) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 ERROR: exit status 255 229 runs completed, 1 failures, over 14m52s Makefile:147: recipe for target 'stress' failed make: *** [stress] Error 1 ```
1.0
github.com/cockroachdb/cockroach/pkg/kv: TestSingleRangeReverseScan failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/ab8a7b014197c38e6e3198d232f48393acea59b5 Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=true TAGS= GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=108457&tab=buildLog ``` W170105 07:37:02.543572 22363 server/status/runtime.go:116 Could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" I170105 07:37:02.545783 22363 server/config.go:447 1 storage engine initialized I170105 07:37:02.546422 22363 server/node.go:426 [n?] store [n0,s0] not bootstrapped I170105 07:37:02.548506 22363 server/node.go:355 [n?] **** cluster e30282de-e9ab-46b3-8876-624560b273e8 has been created I170105 07:37:02.548521 22363 server/node.go:356 [n?] **** add additional nodes by specifying --join=127.0.0.1:45852 I170105 07:37:02.549406 22363 storage/store.go:1258 [n1] [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available I170105 07:37:02.549427 22363 server/node.go:439 [n1] initialized store [n1,s1]: {Capacity:536870912 Available:536870912 RangeCount:1 LeaseCount:0} I170105 07:37:02.549442 22363 server/node.go:324 [n1] node ID 1 initialized I170105 07:37:02.550535 22363 gossip/gossip.go:292 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:45852" > attrs:<> locality:<> I170105 07:37:02.550584 22363 storage/stores.go:296 [n1] read 0 node addresses from persistent storage I170105 07:37:02.550735 22379 storage/split_queue.go:101 [split,n1,s1,r1/1:/M{in-ax},@c4206e2d80] splitting at keys [/Table/11/0 /Table/12/0 /Table/13/0 /Table/14/0] I170105 07:37:02.551510 22379 storage/replica_command.go:2362 [split,n1,s1,r1/1:/M{in-ax},@c4206e2d80] initiating a split of this range at key /Table/11 [r2] E170105 07:37:02.555231 22379 storage/queue.go:597 [split,n1,s1,r1/1:/{Min-Table/11},@c4206e2d80] unable to split [n1,s1,r1/1:/{Min-Table/11}] at key "/Table/12/0": key range /Table/12/0-/Table/12/0 outside of bounds of range /Min-/Max I170105 07:37:02.555312 22363 server/node.go:569 [n1] connecting to gossip network to verify cluster ID... I170105 07:37:02.555324 22363 server/node.go:589 [n1] node connected via gossip and verified as part of cluster "e30282de-e9ab-46b3-8876-624560b273e8" I170105 07:37:02.555359 22379 storage/split_queue.go:101 [split,n1,s1,r2/1:/{Table/11-Max},@c4209b3680] splitting at keys [/Table/12/0 /Table/13/0 /Table/14/0] I170105 07:37:02.555395 22379 storage/replica_command.go:2362 [split,n1,s1,r2/1:/{Table/11-Max},@c4209b3680] initiating a split of this range at key /Table/12 [r3] I170105 07:37:02.555448 22363 server/node.go:374 [n1] node=1: started with [[]=] engine(s) and attributes [] I170105 07:37:02.555471 22363 sql/executor.go:322 [n1] creating distSQLPlanner with address {tcp 127.0.0.1:45852} I170105 07:37:02.557966 22447 sql/event_log.go:95 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:{NetworkField:tcp AddressField:127.0.0.1:45852} Attrs: Locality:} ClusterID:e30282de-e9ab-46b3-8876-624560b273e8 StartedAt:1483601822555327445} E170105 07:37:02.572424 22380 storage/queue.go:597 [replicate,n1,s1,r2/1:/Table/1{1-2},@c4209b3680] range requires a replication change, but lacks a quorum of live replicas (0/1) E170105 07:37:02.572621 22379 storage/queue.go:597 [split,n1,s1,r2/1:/Table/1{1-2},@c4209b3680] unable to split [n1,s1,r2/1:/Table/1{1-2}] at key "/Table/13/0": key range /Table/13/0-/Table/13/0 outside of bounds of range /Table/11-/Max I170105 07:37:02.573048 22379 storage/split_queue.go:101 [split,n1,s1,r3/1:/{Table/12-Max},@c42031e000] splitting at keys [/Table/13/0 /Table/14/0] I170105 07:37:02.573089 22379 storage/replica_command.go:2362 [split,n1,s1,r3/1:/{Table/12-Max},@c42031e000] initiating a split of this range at key /Table/13 [r4] I170105 07:37:02.573203 22363 server/server.go:621 [n1] starting https server at 127.0.0.1:56413 I170105 07:37:02.573220 22363 server/server.go:622 [n1] starting grpc/postgres server at 127.0.0.1:45852 I170105 07:37:02.573232 22363 server/server.go:623 [n1] advertising CockroachDB node at 127.0.0.1:45852 W170105 07:37:02.195249 21584 util/hlc/hlc.go:145 backward time jump detected (-0.384628 seconds) E170105 07:37:02.195642 22379 internal/client/txn.go:333 [split,n1,s1,r3/1:/{Table/12-Max},@c42031e000] failure aborting transaction: storage/store.go:2368: rejecting command with timestamp in the future: 1483601822573141950 (377.638587ms ahead); abort caused by: storage/store.go:2368: rejecting command with timestamp in the future: 1483601822573141950 (377.90741ms ahead) E170105 07:37:02.195759 22379 storage/queue.go:597 [split,n1,s1,r3/1:/{Table/12-Max},@c42031e000] unable to split [n1,s1,r3/1:/{Table/12-Max}] at key "/Table/13/0": storage/replica_command.go:2441: split at key /Table/13 failed: storage/store.go:2368: rejecting command with timestamp in the future: 1483601822573141950 (377.90741ms ahead) W170105 07:37:02.196478 22363 migrations/migrations.go:265 [n1] failed attempt to update system.eventlog schema: storage/store.go:2368: rejecting command with timestamp in the future: 1483601822579076950 (382.814142ms ahead) F170105 07:37:02.212683 22453 server/server.go:162 [n1] fewer than half the known nodes are within the maximum offset of 250ms (0 of 1) goroutine 22453 [running]: github.com/cockroachdb/cockroach/pkg/util/log.getStacks(0x5701, 0xcad4c8b, 0x2a2b5a0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:849 +0xa5 github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).outputLogEntry(0x2a2cbe0, 0xc400000004, 0x2248262, 0x10, 0xa2, 0xc421371320, 0x54) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:714 +0x784 github.com/cockroachdb/cockroach/pkg/util/log.addStructured(0x2b95e1ead878, 0xc4204ad6b0, 0x4, 0x2, 0x0, 0x0, 0xc422c27d18, 0x1, 0x1) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/structured.go:146 +0x296 github.com/cockroachdb/cockroach/pkg/util/log.logDepth(0x2b95e1ead878, 0xc4204ad6b0, 0x1, 0x4, 0x0, 0x0, 0xc422c27d18, 0x1, 0x1) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/log.go:88 +0x8c github.com/cockroachdb/cockroach/pkg/util/log.Fatal(0x2b95e1ead878, 0xc4204ad6b0, 0xc422c27d18, 0x1, 0x1) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/log.go:181 +0x76 github.com/cockroachdb/cockroach/pkg/server.NewServer.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:162 +0xd6 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc4210be480, 0xc420d23440, 0xc420809cb0, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:322 +0x491 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.1.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:226 +0x69 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc42044c6f0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 1 [chan receive]: testing.(*T).Run(0xc4200863c0, 0x19b8793, 0x1a, 0x1b8cb90, 0xc420263c01) /usr/local/go/src/testing/testing.go:647 +0x316 testing.RunTests.func1(0xc4200863c0) /usr/local/go/src/testing/testing.go:793 +0x6d testing.tRunner(0xc4200863c0, 0xc42013ae00) /usr/local/go/src/testing/testing.go:610 +0x81 testing.RunTests(0x1b8fee0, 0x25490e0, 0x89, 0x89, 0x2a68470) /usr/local/go/src/testing/testing.go:799 +0x2f5 testing.(*M).Run(0xc42013aef8, 0x2a67f80) /usr/local/go/src/testing/testing.go:743 +0x85 github.com/cockroachdb/cockroach/pkg/kv_test.TestMain(0xc42013aef8) /go/src/github.com/cockroachdb/cockroach/pkg/kv/main_test.go:53 +0x76 main.main() github.com/cockroachdb/cockroach/pkg/kv/_test/_testmain.go:330 +0xc6 goroutine 17 [syscall, locked to thread]: runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2086 +0x1 goroutine 6 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).flushDaemon(0x2a2cbe0) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1016 +0x77 created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:581 +0x95 goroutine 22428 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000018) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6fa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22435 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xe0000001d) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a71c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22420 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000021) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6c00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22423 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000025) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6dc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22387 [chan receive]: github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*muxListener).Accept(0xc421843700, 0xc42110e330, 0x17f9040, 0x2532850, 0x18a1ae0) <autogenerated>:9 +0x7f net/http.(*Server).Serve(0xc4210be680, 0x2564d00, 0xc421843700, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2273 +0x1ce github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func4() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:487 +0x3c github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4218437a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22378 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69ea0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22388 [chan receive]: github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*muxListener).Accept(0xc421843740, 0xc420124b38, 0xc4205e9e60, 0x17f9040, 0x2532850) <autogenerated>:9 +0x7f crypto/tls.(*listener).Accept(0xc4218438c0, 0xc4205e9e30, 0x17f9040, 0x2532850, 0x18a1ae0) /usr/local/go/src/crypto/tls/tls.go:52 +0x37 net/http.(*Server).Serve(0xc4210be600, 0x255c080, 0xc4218438c0, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2273 +0x1ce github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func5() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:494 +0x42 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4218438e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22469 [select]: github.com/cockroachdb/cockroach/pkg/sql/distsqlrun.(*flowScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/flow_scheduler.go:101 +0x314 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4210ac6a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22384 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69fc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22392 [chan receive]: github.com/cockroachdb/cockroach/pkg/gossip.(*server).start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/server.go:381 +0x66 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843a60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22391 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:514 +0x295 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420577da0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22421 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000022) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6c20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22380 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69f00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22363 [select]: github.com/cockroachdb/cockroach/pkg/util/retry.(*Retry).Next(0xc421c68d58, 0xc420577a70) /go/src/github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:128 +0x1a5 github.com/cockroachdb/cockroach/pkg/migrations.eventlogUniqueIDDefault(0x2b95e1ead878, 0xc420577a70, 0x2557b80, 0xc4204f8820, 0xc421073e40, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:259 +0x178 github.com/cockroachdb/cockroach/pkg/migrations.(*Manager).EnsureMigrations(0xc42131e390, 0x2b95e1ead878, 0xc420577a70, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:201 +0x960 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start(0xc421386c00, 0x2b95e1ead878, 0xc420577a70, 0x2b95e0d2d208, 0xc420014568) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:673 +0x1541 github.com/cockroachdb/cockroach/pkg/server.(*TestServer).Start(0xc42059d990, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:279 +0x184 github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServerRaw(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:161 +0x134 github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServer(0x2571840, 0xc42062b200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:131 +0x63 github.com/cockroachdb/cockroach/pkg/kv_test.TestSingleRangeReverseScan(0xc42062b200) /go/src/github.com/cockroachdb/cockroach/pkg/kv/dist_sender_server_test.go:870 +0xe3 testing.tRunner(0xc42062b200, 0x1b8cb90) /usr/local/go/src/testing/testing.go:610 +0x81 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:646 +0x2ec goroutine 22466 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startWriteSummaries.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:694 +0x26d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc42069eed0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22381 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69f20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22531 [select]: github.com/cockroachdb/cockroach/pkg/migrations.(*Manager).EnsureMigrations.func2(0x2b95e1ead878, 0xc420577a70) /go/src/github.com/cockroachdb/cockroach/pkg/migrations/migrations.go:162 +0x2da github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask.func1(0xc42068ccf0, 0x223ed6c, 0x18, 0xb0, 0x0, 0x0, 0xc42205f4a0, 0x2b95e1ead878, 0xc420577a70) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:264 +0xdf created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:265 +0x234 goroutine 22426 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000020) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6ea0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22027 [select]: github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).controller(0xc42109b200) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:1015 +0x59d created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:235 +0xea6 goroutine 22438 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startCoalescedHeartbeatsLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3463 +0x167 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420826ef0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22364 [chan receive]: github.com/cockroachdb/cockroach/pkg/rpc.NewContext.func1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:136 +0x76 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421aedde0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22452 [select]: github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc42015b600) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:751 +0x63e github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn.func1(0xc42015b600) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:506 +0x1de created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/clientconn.go:507 +0x3c3 goroutine 22437 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).raftTickLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3432 +0x334 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420826ee0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22433 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001e) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7160) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22395 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open.func1(0xc42063a000) /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:375 +0x44 created by github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:376 +0x702 goroutine 22422 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000023) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6d00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22026 [IO wait]: net.runtime_pollWait(0x2b95e0da8b48, 0x72, 0x7) /usr/local/go/src/runtime/netpoll.go:160 +0x59 net.(*pollDesc).wait(0xc42112c8b0, 0x72, 0xc4215e0840, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:73 +0x38 net.(*pollDesc).waitRead(0xc42112c8b0, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:78 +0x34 net.(*netFD).Read(0xc42112c850, 0xc42051e400, 0x400, 0x400, 0x0, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_unix.go:243 +0x1a1 net.(*conn).Read(0xc4217326f0, 0xc42051e400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:173 +0x70 crypto/tls.(*block).readFromUntil(0xc4219f65d0, 0x2b95e0da91e0, 0xc4217326f0, 0x5, 0xc4217326f0, 0x0) /usr/local/go/src/crypto/tls/conn.go:476 +0x91 crypto/tls.(*Conn).readRecord(0xc420171c00, 0x1b90817, 0xc420171d08, 0x7308f7) /usr/local/go/src/crypto/tls/conn.go:578 +0xc4 crypto/tls.(*Conn).Read(0xc420171c00, 0xc4219c4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1113 +0x116 bufio.(*Reader).fill(0xc42270cf60) /usr/local/go/src/bufio/bufio.go:97 +0x10c bufio.(*Reader).Read(0xc42270cf60, 0xc4202d0108, 0x9, 0x9, 0xc57ad9, 0xc4219f76e8, 0x0) /usr/local/go/src/bufio/bufio.go:209 +0x1bc io.ReadAtLeast(0x254d800, 0xc42270cf60, 0xc4202d0108, 0x9, 0x9, 0x9, 0xc4215e0d38, 0xc58d4e, 0xc4219f76e0) /usr/local/go/src/io/io.go:307 +0xa4 io.ReadFull(0x254d800, 0xc42270cf60, 0xc4202d0108, 0x9, 0x9, 0x0, 0x0, 0x254dec0) /usr/local/go/src/io/io.go:325 +0x58 github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc4202d0108, 0x9, 0x9, 0x254d800, 0xc42270cf60, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc4202d00d0, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:469 +0x8e github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc4219f7620, 0xc42131f260, 0xc42131f260, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc42109b200) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:937 +0xb6 created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_client.go:205 +0x8df goroutine 22449 [select]: github.com/cockroachdb/cockroach/pkg/ts.(*poller).start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:90 +0x16f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420827550) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22425 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000019) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6e80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22382 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69f40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22369 [chan receive]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:471 +0x71 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420577d10) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22365 [select]: github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).printStatsLoop(0xc4213d54a0, 0x2b95e1ead878, 0xc4205e9e00) /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:209 +0xbd3 github.com/cockroachdb/cockroach/pkg/kv.NewTxnCoordSender.func1() /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:193 +0x98 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420874120) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22442 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1313 +0x39b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc42069eab0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22429 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001a) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6fe0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22430 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001b) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7040) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22434 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001f) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a71a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22515 [IO wait]: net.runtime_pollWait(0x2b95e0da8fc8, 0x72, 0x8) /usr/local/go/src/runtime/netpoll.go:160 +0x59 net.(*pollDesc).wait(0xc421200060, 0x72, 0xc4227fd5a0, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:73 +0x38 net.(*pollDesc).waitRead(0xc421200060, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:78 +0x34 net.(*netFD).Read(0xc421200000, 0xc4219ae000, 0x400, 0x400, 0x0, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_unix.go:243 +0x1a1 net.(*conn).Read(0xc421600000, 0xc4219ae000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:173 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc421702000, 0xc4219ae000, 0x400, 0x400, 0x18f6680, 0x0, 0x2b95e1f42d20) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc42132a090, 0x2b95e1f42d20, 0xc421702000, 0x5, 0xc421702000, 0x0) /usr/local/go/src/crypto/tls/conn.go:476 +0x91 crypto/tls.(*Conn).readRecord(0xc420c24000, 0x1b90817, 0xc420c24108, 0x0) /usr/local/go/src/crypto/tls/conn.go:578 +0xc4 crypto/tls.(*Conn).Read(0xc420c24000, 0xc42274e000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1113 +0x116 bufio.(*Reader).fill(0xc42270ca20) /usr/local/go/src/bufio/bufio.go:97 +0x10c bufio.(*Reader).Read(0xc42270ca20, 0xc42278ba38, 0x9, 0x9, 0x9, 0x18, 0x28) /usr/local/go/src/bufio/bufio.go:209 +0x1bc io.ReadAtLeast(0x254d800, 0xc42270ca20, 0xc42278ba38, 0x9, 0x9, 0x9, 0x5fc578, 0x30, 0xc4227fdaf0) /usr/local/go/src/io/io.go:307 +0xa4 io.ReadFull(0x254d800, 0xc42270ca20, 0xc42278ba38, 0x9, 0x9, 0xc5c08f50fb613601, 0xc500000000000000, 0x0) /usr/local/go/src/io/io.go:325 +0x58 github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.readFrameHeader(0xc42278ba38, 0x9, 0x9, 0x254d800, 0xc42270ca20, 0x0, 0xc400000000, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc42278ba00, 0x2559880, 0xc4219f7a40, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/golang.org/x/net/http2/frame.go:469 +0x8e github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).readFrame(0xc4219f7500, 0xc4219f7a40, 0xc4219f7a40, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:508 +0x2f github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc42029c870, 0xc4219f7590) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0x200 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc42062b2c0, 0x256d440, 0xc42029c870) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:451 +0x160 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveNewHTTP2Transport(0xc42062b2c0, 0x256d860, 0xc420c24000, 0x2555e80, 0xc42118f600) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:438 +0x3da github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn(0xc42062b2c0, 0x256e7c0, 0xc421702000) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:415 +0x470 created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).Serve /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:384 +0x5ac goroutine 22467 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*SchemaChangeManager).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/schema_changer.go:751 +0x12b3 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7980) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22431 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc40000001c) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a70e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22424 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000017) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6de0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22367 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843360) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22448 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Server).startSampleEnvironment.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:806 +0x16b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7960) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22025 [runnable]: crypto/tls.(*fixedNonceAEAD).Overhead(0xc4225fdc00, 0x1861aa0) /usr/local/go/src/crypto/tls/cipher_suites.go:147 crypto/tls.(*halfConn).encrypt(0xc420c241b8, 0xc42132a0c0, 0x8, 0x1ba2) /usr/local/go/src/crypto/tls/conn.go:398 +0x440 crypto/tls.(*Conn).writeRecordLocked(0xc420c24000, 0x1b90817, 0xc422882000, 0x9, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:894 +0x313 crypto/tls.(*Conn).Write(0xc420c24000, 0xc422882000, 0x9, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1047 +0x1fb bufio.(*Writer).flush(0xc4225fdec0, 0x62735c, 0xc422586ea8) /usr/local/go/src/bufio/bufio.go:563 +0x75 bufio.(*Writer).Flush(0xc4225fdec0, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:552 +0x2b github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*framer).writeSettingsAck(0xc4219f7500, 0xc42270cc01, 0x0, 0x1) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http_util.go:488 +0x5d github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).controller(0xc42029c870) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:684 +0x228 created by github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:139 +0x767 goroutine 22383 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69fa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22432 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000024) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7100) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22379 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:474 +0x383 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69ec0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22390 [chan receive]: github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*muxListener).Accept(0xc421843500, 0x1b8fbf8, 0xc42062b2c0, 0x256e7c0, 0xc421702000) <autogenerated>:9 +0x7f github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).Serve(0xc42062b2c0, 0x2564d00, 0xc421843500, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:354 +0x187 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func7() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:505 +0x43 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843920) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22445 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startComputePeriodicMetrics.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:657 +0x2bd github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7780) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22366 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).RefreshLeases.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1179 +0xccb github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420576a80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22446 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:616 +0x4f0 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a77a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22468 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*Executor).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/executor.go:332 +0x15f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a7a80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22427 [semacquire]: sync.runtime_notifyListWait(0xc4217acf50, 0xc400000016) /usr/local/go/src/runtime/sema.go:267 +0x122 sync.(*Cond).Wait(0xc4217acf40) /usr/local/go/src/sync/cond.go:57 +0x80 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc420d822c0, 0xc42068ccf0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:212 +0xb2 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:181 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6f60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22394 [select]: github.com/cockroachdb/cockroach/pkg/gossip.(*Gossip).manage.func1() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/gossip.go:1033 +0x394 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420874b90) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22385 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).waitAndProcess(0xc4213d5e00, 0x2b95e1ead878, 0xc4207b1d40, 0xecfffee9e, 0x20d1d334, 0x2a2b5a0, 0xc4216f2900, 0xc42068ccf0, 0xc4206e2d80, 0xecfffee9e) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:207 +0x254 github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1.1(0xc4206e2d80, 0xc420871ec0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:269 +0x8e github.com/cockroachdb/cockroach/pkg/storage.(*storeReplicaVisitor).Visit(0xc420871ec0, 0xc4204cfef0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:339 +0x303 github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:271 +0x2ca github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420e69fe0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22436 [semacquire]: sync.runtime_Semacquire(0xc420d82364) /usr/local/go/src/runtime/sema.go:47 +0x30 sync.(*WaitGroup).Wait(0xc420d82358) /usr/local/go/src/sync/waitgroup.go:131 +0x97 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait(0xc420d822c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:187 +0x34 github.com/cockroachdb/cockroach/pkg/storage.(*Store).processRaft.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3406 +0x3a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420826ed0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22450 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*idAllocator).start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/id_alloc.go:133 +0x7c8 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420809b70) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22419 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:171 +0x55 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a6b80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22471 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*NodeLiveness).StartHeartbeat.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/node_liveness.go:194 +0x3db github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4219e0000) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22386 [IO wait]: net.runtime_pollWait(0x2b95e0da8d88, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:160 +0x59 net.(*pollDesc).wait(0xc4212eb2c0, 0x72, 0xc420175e08, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:73 +0x38 net.(*pollDesc).waitRead(0xc4212eb2c0, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:78 +0x34 net.(*netFD).accept(0xc4212eb260, 0x0, 0x2553a00, 0xc421a65780) /usr/local/go/src/net/fd_unix.go:419 +0x238 net.(*TCPListener).accept(0xc420124b38, 0xc420175ef0, 0xc420175f00, 0x6409d0) /usr/local/go/src/net/tcpsock_posix.go:132 +0x2e net.(*TCPListener).Accept(0xc420124b38, 0x1b8e860, 0xc42033a840, 0xc42042e0e0, 0xc4206ea7d0) /usr/local/go/src/net/tcpsock.go:222 +0x49 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*cMux).Serve(0xc42033a840, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:124 +0xa4 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:483 +0x2f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843780) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22441 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1313 +0x39b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc42069ea80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22389 [chan receive]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func6() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:498 +0x6d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421843900) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22368 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4218433c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22440 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).Start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1227 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc4217a72a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22393 [select]: github.com/cockroachdb/cockroach/pkg/gossip.(*Gossip).bootstrap.func1() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/gossip.go:995 +0x4c9 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc420874b70) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 goroutine 22470 [IO wait]: net.runtime_pollWait(0x2b95e0da8f08, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:160 +0x59 net.(*pollDesc).wait(0xc4212eb250, 0x72, 0xc4215e1df8, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:73 +0x38 net.(*pollDesc).waitRead(0xc4212eb250, 0x2556c80, 0xc420014220) /usr/local/go/src/net/fd_poll_runtime.go:78 +0x34 net.(*netFD).accept(0xc4212eb1f0, 0x0, 0x2553a00, 0xc4219f8080) /usr/local/go/src/net/fd_unix.go:419 +0x238 net.(*TCPListener).accept(0xc420124b20, 0x62025e, 0xc4215e1ea8, 0xd33edb) /usr/local/go/src/net/tcpsock_posix.go:132 +0x2e net.(*TCPListener).Accept(0xc420124b20, 0x1b8e868, 0xc42033a5c0, 0x256e8e0, 0xc421600000) /usr/local/go/src/net/tcpsock.go:222 +0x49 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*cMux).Serve(0xc42033a5c0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:124 +0xa4 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func9() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:625 +0x2f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc42068ccf0, 0xc421a40760) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:196 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:197 +0x66 ERROR: exit status 255 229 runs completed, 1 failures, over 14m52s Makefile:147: recipe for target 'stress' failed make: *** [stress] Error 1 ```
test
github com cockroachdb cockroach pkg kv testsinglerangereversescan failed under stress sha parameters cockroach proposer evaluated kv true tags goflags stress build found a failed test server status runtime go could not parse build timestamp parsing time as cannot parse as server config go storage engine initialized server node go store not bootstrapped server node go cluster has been created server node go add additional nodes by specifying join storage store go failed initial metrics computation system config not yet available server node go initialized store capacity available rangecount leasecount server node go node id initialized gossip gossip go nodedescriptor set to node id address attrs locality storage stores go read node addresses from persistent storage storage split queue go splitting at keys storage replica command go initiating a split of this range at key table storage queue go unable to split at key table key range table table outside of bounds of range min max 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 split queue go splitting at keys storage replica command go initiating a split of this range at key table server node go node started with engine s and attributes sql executor go creating distsqlplanner with address tcp sql event log go event node join target info descriptor nodeid address networkfield tcp addressfield attrs locality clusterid startedat storage queue go range requires a replication change but lacks a quorum of live replicas storage queue go unable to split at key table key range table table outside of bounds of range table max storage split queue go splitting at keys storage replica command go initiating a split of this range at key table server server go starting https server at server server go starting grpc postgres server at server server go advertising cockroachdb node at util hlc hlc go backward time jump detected seconds internal client txn go failure aborting transaction storage store go rejecting command with timestamp in the future ahead abort caused by storage store go rejecting command with timestamp in the future ahead storage queue go unable to split at key table storage replica command go split at key table failed storage store go rejecting command with timestamp in the future ahead migrations migrations go failed attempt to update system eventlog schema storage store go rejecting command with timestamp in the future ahead server server go fewer than half the known nodes are within the maximum offset of of goroutine github com cockroachdb cockroach pkg util log getstacks go src github com cockroachdb cockroach pkg util log clog go github com cockroachdb cockroach pkg util log loggingt outputlogentry go src github com cockroachdb cockroach pkg util log clog go github com cockroachdb cockroach pkg util log addstructured go src github com cockroachdb cockroach pkg util log structured go github com cockroachdb cockroach pkg util log logdepth go src github com cockroachdb cockroach pkg util log log go github com cockroachdb cockroach pkg util log fatal go src github com cockroachdb cockroach pkg util log log go github com cockroachdb cockroach pkg server newserver go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg rpc context runheartbeat go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg rpc context grpcdial go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine testing t run usr local go src testing testing go testing runtests usr local go src testing testing go testing trunner usr local go src testing testing go testing runtests usr local go src testing testing go testing m run usr local go src testing testing go github com cockroachdb cockroach pkg kv test testmain go src github com cockroachdb cockroach pkg kv main test go main main github com cockroachdb cockroach pkg kv test testmain go goroutine runtime goexit usr local go src runtime asm s goroutine github com cockroachdb cockroach pkg util log loggingt flushdaemon go src github com cockroachdb cockroach pkg util log clog go created by github com cockroachdb cockroach pkg util log init go src github com cockroachdb cockroach pkg util log clog go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach vendor github com cockroachdb cmux muxlistener accept net http server serve usr local go src net http server go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach vendor github com cockroachdb cmux muxlistener accept crypto tls listener accept usr local go src crypto tls tls go net http server serve usr local go src net http server go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlrun flowscheduler start go src github com cockroachdb cockroach pkg sql distsqlrun flow scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg gossip server start go src github com cockroachdb cockroach pkg gossip server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util retry retry next go src github com cockroachdb cockroach pkg util retry retry go github com cockroachdb cockroach pkg migrations eventloguniqueiddefault go src github com cockroachdb cockroach pkg migrations migrations go github com cockroachdb cockroach pkg migrations manager ensuremigrations go src github com cockroachdb cockroach pkg migrations migrations go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg server testserver start go src github com cockroachdb cockroach pkg server testserver go github com cockroachdb cockroach pkg testutils serverutils startserverraw go src github com cockroachdb cockroach pkg testutils serverutils test server shim go github com cockroachdb cockroach pkg testutils serverutils startserver go src github com cockroachdb cockroach pkg testutils serverutils test server shim go github com cockroachdb cockroach pkg kv test testsinglerangereversescan go src github com cockroachdb cockroach pkg kv dist sender server test go testing trunner usr local go src testing testing go created by testing t run usr local go src testing testing go goroutine github com cockroachdb cockroach pkg server node startwritesummaries go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg migrations manager ensuremigrations go src github com cockroachdb cockroach pkg migrations migrations go github com cockroachdb cockroach pkg util stop stopper runasynctask go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runasynctask go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach vendor google golang org grpc transport controller go src github com cockroachdb cockroach vendor google golang org grpc transport client go created by github com cockroachdb cockroach vendor google golang org grpc transport go src github com cockroachdb cockroach vendor google golang org grpc transport client go goroutine github com cockroachdb cockroach pkg storage store startcoalescedheartbeatsloop go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg rpc newcontext go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach vendor google golang org grpc addrconn transportmonitor go src github com cockroachdb cockroach vendor google golang org grpc clientconn go github com cockroachdb cockroach vendor google golang org grpc clientconn resetaddrconn go src github com cockroachdb cockroach vendor google golang org grpc clientconn go created by github com cockroachdb cockroach vendor google golang org grpc clientconn resetaddrconn go src github com cockroachdb cockroach vendor google golang org grpc clientconn go goroutine github com cockroachdb cockroach pkg storage store rafttickloop go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage engine rocksdb open go src github com cockroachdb cockroach pkg storage engine rocksdb go created by github com cockroachdb cockroach pkg storage engine rocksdb open go src github com cockroachdb cockroach pkg storage engine rocksdb go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd read usr local go src net fd unix go net conn read usr local go src net net go crypto tls block readfromuntil usr local go src crypto tls conn go crypto tls conn readrecord usr local go src crypto tls conn go crypto tls conn read usr local go src crypto tls conn go bufio reader fill usr local go src bufio bufio go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com cockroachdb cockroach vendor golang org x net readframeheader go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor golang org x net framer readframe go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor google golang org grpc transport framer readframe go src github com cockroachdb cockroach vendor google golang org grpc transport http util go github com cockroachdb cockroach vendor google golang org grpc transport reader go src github com cockroachdb cockroach vendor google golang org grpc transport client go created by github com cockroachdb cockroach vendor google golang org grpc transport go src github com cockroachdb cockroach vendor google golang org grpc transport client go goroutine github com cockroachdb cockroach pkg ts poller start go src github com cockroachdb cockroach pkg ts db go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg kv txncoordsender printstatsloop go src github com cockroachdb cockroach pkg kv txn coord sender go github com cockroachdb cockroach pkg kv newtxncoordsender go src github com cockroachdb cockroach pkg kv txn coord sender go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store startgossip go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com cockroachdb cockroach vendor github com cockroachdb cmux muxconn read go src github com cockroachdb cockroach vendor github com cockroachdb cmux cmux go crypto tls block readfromuntil usr local go src crypto tls conn go crypto tls conn readrecord usr local go src crypto tls conn go crypto tls conn read usr local go src crypto tls conn go bufio reader fill usr local go src bufio bufio go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com cockroachdb cockroach vendor golang org x net readframeheader go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor golang org x net framer readframe go src github com cockroachdb cockroach vendor golang org x net frame go github com cockroachdb cockroach vendor google golang org grpc transport framer readframe go src github com cockroachdb cockroach vendor google golang org grpc transport http util go github com cockroachdb cockroach vendor google golang org grpc transport handlestreams go src github com cockroachdb cockroach vendor google golang org grpc transport server go github com cockroachdb cockroach vendor google golang org grpc server servestreams go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc server go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc server handlerawconn go src github com cockroachdb cockroach vendor google golang org grpc server go created by github com cockroachdb cockroach vendor google golang org grpc server serve go src github com cockroachdb cockroach vendor google golang org grpc server go goroutine github com cockroachdb cockroach pkg sql schemachangemanager start go src github com cockroachdb cockroach pkg sql schema changer go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util netutil makeserver go src github com cockroachdb cockroach pkg util netutil net go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server server startsampleenvironment go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine crypto tls fixednonceaead overhead usr local go src crypto tls cipher suites go crypto tls halfconn encrypt usr local go src crypto tls conn go crypto tls conn writerecordlocked usr local go src crypto tls conn go crypto tls conn write usr local go src crypto tls conn go bufio writer flush usr local go src bufio bufio go bufio writer flush usr local go src bufio bufio go github com cockroachdb cockroach vendor google golang org grpc transport framer writesettingsack go src github com cockroachdb cockroach vendor google golang org grpc transport http util go github com cockroachdb cockroach vendor google golang org grpc transport controller go src github com cockroachdb cockroach vendor google golang org grpc transport server go created by github com cockroachdb cockroach vendor google golang org grpc transport go src github com cockroachdb cockroach vendor google golang org grpc transport server go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach vendor github com cockroachdb cmux muxlistener accept github com cockroachdb cockroach vendor google golang org grpc server serve go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server node startcomputeperiodicmetrics go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql leasemanager refreshleases go src github com cockroachdb cockroach pkg sql lease go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server node startgossip go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql executor start go src github com cockroachdb cockroach pkg sql executor go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg gossip gossip manage go src github com cockroachdb cockroach pkg gossip gossip go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage replicascanner waitandprocess go src github com cockroachdb cockroach pkg storage scanner go github com cockroachdb cockroach pkg storage replicascanner scanloop go src github com cockroachdb cockroach pkg storage scanner go github com cockroachdb cockroach pkg storage storereplicavisitor visit go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg storage replicascanner scanloop go src github com cockroachdb cockroach pkg storage scanner go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime semacquire usr local go src runtime sema go sync waitgroup wait usr local go src sync waitgroup go github com cockroachdb cockroach pkg storage raftscheduler wait go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage store processraft go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage idallocator start go src github com cockroachdb cockroach pkg storage id alloc go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage nodeliveness startheartbeat go src github com cockroachdb cockroach pkg storage node liveness go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd accept usr local go src net fd unix go net tcplistener accept usr local go src net tcpsock posix go net tcplistener accept usr local go src net tcpsock go github com cockroachdb cockroach vendor github com cockroachdb cmux cmux serve go src github com cockroachdb cockroach vendor github com cockroachdb cmux cmux go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store startgossip go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util netutil makeserver go src github com cockroachdb cockroach pkg util netutil net go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store start go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg gossip gossip bootstrap go src github com cockroachdb cockroach pkg gossip gossip go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd accept usr local go src net fd unix go net tcplistener accept usr local go src net tcpsock posix go net tcplistener accept usr local go src net tcpsock go github com cockroachdb cockroach vendor github com cockroachdb cmux cmux serve go src github com cockroachdb cockroach vendor github com cockroachdb cmux cmux go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go error exit status runs completed failures over makefile recipe for target stress failed make error
1
858
3,296,097,323
IssuesEvent
2015-11-01 15:32:21
InfinityRaider/AgriCraft
https://api.github.com/repos/InfinityRaider/AgriCraft
closed
Psychedelicraft issue
bug incompatibility
I get alot of crashes/errors from PC. I went to their IRC and was told to post here. So I did. [14:25] <Gray_> Hey so [14:26] <Gray_> I put Psychedelicraft into my modpack a few days ago... Since then its caused like two crashes and is now spaming my MC log with http://paste.ee/p/c0fAW [14:27] <Gray_> Am I doing something wrong or is it the version or what because im looking into taking it out because of the issues. [14:27] <Gray_> Ill see if i can find the crash reports [14:27] == DivineSleeping has changed nick to DivineBuilding [14:28] <Gray_> Here is the crash reports from the mod [14:28] <Gray_> http://paste.ee/p/1YPiB [14:28] <Gray_> This happened on a server and everyone on it had to restart their client. [14:31] <Gray_> Is anyone here that can help me or...? [14:32] <DivineBuilding> Mention him by name to page him [14:33] <DivineBuilding> have you tried excluding PC from Agri? [14:35] <BBoldt> it's probably trying and failing to render the PC crops on cropsticks [14:35] <BBoldt> that's what the crashlog looks like anyways
True
Psychedelicraft issue - I get alot of crashes/errors from PC. I went to their IRC and was told to post here. So I did. [14:25] <Gray_> Hey so [14:26] <Gray_> I put Psychedelicraft into my modpack a few days ago... Since then its caused like two crashes and is now spaming my MC log with http://paste.ee/p/c0fAW [14:27] <Gray_> Am I doing something wrong or is it the version or what because im looking into taking it out because of the issues. [14:27] <Gray_> Ill see if i can find the crash reports [14:27] == DivineSleeping has changed nick to DivineBuilding [14:28] <Gray_> Here is the crash reports from the mod [14:28] <Gray_> http://paste.ee/p/1YPiB [14:28] <Gray_> This happened on a server and everyone on it had to restart their client. [14:31] <Gray_> Is anyone here that can help me or...? [14:32] <DivineBuilding> Mention him by name to page him [14:33] <DivineBuilding> have you tried excluding PC from Agri? [14:35] <BBoldt> it's probably trying and failing to render the PC crops on cropsticks [14:35] <BBoldt> that's what the crashlog looks like anyways
non_test
psychedelicraft issue i get alot of crashes errors from pc i went to their irc and was told to post here so i did hey so i put psychedelicraft into my modpack a few days ago since then its caused like two crashes and is now spaming my mc log with am i doing something wrong or is it the version or what because im looking into taking it out because of the issues ill see if i can find the crash reports divinesleeping has changed nick to divinebuilding here is the crash reports from the mod this happened on a server and everyone on it had to restart their client is anyone here that can help me or mention him by name to page him have you tried excluding pc from agri it s probably trying and failing to render the pc crops on cropsticks that s what the crashlog looks like anyways
0
828,877
31,845,760,560
IssuesEvent
2023-09-14 19:48:19
OpenArchive/Save-app-ios
https://api.github.com/repos/OpenArchive/Save-app-ios
opened
Create new colors scheme and template
Priority: Medium UX
We should create a new colors scheme and template that we can use with the redesign. dark grey from menus: #696666 gray: #9F9F9F; teal: #00B4A6 background in dark mode: #000000 Figma: https://www.figma.com/file/MngzLdtPsEmvEsUPKsbmE8/Save-App-2.0
1.0
Create new colors scheme and template - We should create a new colors scheme and template that we can use with the redesign. dark grey from menus: #696666 gray: #9F9F9F; teal: #00B4A6 background in dark mode: #000000 Figma: https://www.figma.com/file/MngzLdtPsEmvEsUPKsbmE8/Save-App-2.0
non_test
create new colors scheme and template we should create a new colors scheme and template that we can use with the redesign dark grey from menus gray teal background in dark mode figma
0
156,977
12,342,048,147
IssuesEvent
2020-05-14 23:33:05
saltstack/salt
https://api.github.com/repos/saltstack/salt
closed
[Test Failure] integration.shell.test_key.KeyTest.test_remove_key_eauth
Bug Test Failure
integration.shell.test_key.KeyTest.test_remove_key_eauth Fixed in https://github.com/saltstack/salt/pull/57149
1.0
[Test Failure] integration.shell.test_key.KeyTest.test_remove_key_eauth - integration.shell.test_key.KeyTest.test_remove_key_eauth Fixed in https://github.com/saltstack/salt/pull/57149
test
integration shell test key keytest test remove key eauth integration shell test key keytest test remove key eauth fixed in
1
263,114
23,036,617,968
IssuesEvent
2022-07-22 19:34:17
OvercastCommunity/public-competitive
https://api.github.com/repos/OvercastCommunity/public-competitive
closed
[KotH/5v5] Mago
contest
### Checklist Check what applies to you. *Add an X between the brackets or click the checkboxes when you have submitted the issue.* - [x] I have [pruned](https://pgm.dev/docs/guides/packaging/pruning-chunks) the map - [x] I have agreed with assigning the [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/) to this map - [x] I have provided an XML file - [x] I have uploaded the map zip file to a file sharing service *Do not hesistate to speak with a BOLT Manager or OCC MapDev for assistance with any of the above checklist or otherwise!* # Map Name Mago Koth ## Gamemode & Map Description It is koth, gameplay will be interesting! rotations are slow and fast ## Screenshots https://i.imgur.com/rMz9jOm.png https://i.imgur.com/rzBbioHh.jpg ## Download Link https://www.dropbox.com/s/0zt2j5q7jn6qtuy/mago.zip?dl=0
1.0
[KotH/5v5] Mago - ### Checklist Check what applies to you. *Add an X between the brackets or click the checkboxes when you have submitted the issue.* - [x] I have [pruned](https://pgm.dev/docs/guides/packaging/pruning-chunks) the map - [x] I have agreed with assigning the [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/) to this map - [x] I have provided an XML file - [x] I have uploaded the map zip file to a file sharing service *Do not hesistate to speak with a BOLT Manager or OCC MapDev for assistance with any of the above checklist or otherwise!* # Map Name Mago Koth ## Gamemode & Map Description It is koth, gameplay will be interesting! rotations are slow and fast ## Screenshots https://i.imgur.com/rMz9jOm.png https://i.imgur.com/rzBbioHh.jpg ## Download Link https://www.dropbox.com/s/0zt2j5q7jn6qtuy/mago.zip?dl=0
test
mago checklist check what applies to you add an x between the brackets or click the checkboxes when you have submitted the issue i have the map i have agreed with assigning the to this map i have provided an xml file i have uploaded the map zip file to a file sharing service do not hesistate to speak with a bolt manager or occ mapdev for assistance with any of the above checklist or otherwise map name mago koth gamemode map description it is koth gameplay will be interesting rotations are slow and fast screenshots download link
1
555,413
16,453,885,041
IssuesEvent
2021-05-21 09:46:15
KULL-Centre/PRISM
https://api.github.com/repos/KULL-Centre/PRISM
closed
Span file issues
MP issue Rosetta_ddG_pipeline low priority
Open issues - [x] renaming issue within Rosetta when executing the generate_span-scripts (have to do it likely myself) - [ ] extract from MemProtMD - [x] how to handle multiple chains?
1.0
Span file issues - Open issues - [x] renaming issue within Rosetta when executing the generate_span-scripts (have to do it likely myself) - [ ] extract from MemProtMD - [x] how to handle multiple chains?
non_test
span file issues open issues renaming issue within rosetta when executing the generate span scripts have to do it likely myself extract from memprotmd how to handle multiple chains
0
323,615
27,740,343,515
IssuesEvent
2023-03-15 13:58:12
eic/EICrecon
https://api.github.com/repos/eic/EICrecon
closed
Lets rename benchmarks to monitoring
part:cmake part:tests-benchmarks
Lets rename `benchmarks` to `monitoring`, like we have nothing else to do!
1.0
Lets rename benchmarks to monitoring - Lets rename `benchmarks` to `monitoring`, like we have nothing else to do!
test
lets rename benchmarks to monitoring lets rename benchmarks to monitoring like we have nothing else to do
1
71,095
7,229,461,055
IssuesEvent
2018-02-11 20:02:07
SunwellTracker/issues
https://api.github.com/repos/SunwellTracker/issues
closed
Level requirement for joining Wintergrasp
Works locally | Requires testing
Decription: Currently you need to be lvl 77 to join Wintergrasp but it should be 75. How it works: How it should work: In order to join Wintergrasp you must be at least level 75. http://wowwiki.wikia.com/wiki/Wintergrasp Source (you should point out proofs of your report, please give us some source):
1.0
Level requirement for joining Wintergrasp - Decription: Currently you need to be lvl 77 to join Wintergrasp but it should be 75. How it works: How it should work: In order to join Wintergrasp you must be at least level 75. http://wowwiki.wikia.com/wiki/Wintergrasp Source (you should point out proofs of your report, please give us some source):
test
level requirement for joining wintergrasp decription currently you need to be lvl to join wintergrasp but it should be how it works how it should work in order to join wintergrasp you must be at least level source you should point out proofs of your report please give us some source
1