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
340,325
30,511,017,569
IssuesEvent
2023-07-18 20:51:06
verified-network-toolchain/petr4
https://api.github.com/repos/verified-network-toolchain/petr4
opened
issue561-5-bmv2.p4 and issue561-4-bmv2.p4 failing
stf-testing
I'd expect these failures are related. Both tests expect some bits of the packet to be high but get all zeroes instead.
1.0
issue561-5-bmv2.p4 and issue561-4-bmv2.p4 failing - I'd expect these failures are related. Both tests expect some bits of the packet to be high but get all zeroes instead.
test
and failing i d expect these failures are related both tests expect some bits of the packet to be high but get all zeroes instead
1
269,068
8,425,343,379
IssuesEvent
2018-10-16 02:02:04
kubernetes-sigs/kube-batch
https://api.github.com/repos/kubernetes-sigs/kube-batch
opened
preemption between multiple jobs failed
kind/flake priority/P1 sig/scheduling
**FOUND IN VERSION** (Details about the version, e.g. 0.7. Please list the other versions which this bug exist.) master **PLATFORMS e.g. 'uname -a'**: all **COMMANDS OR DAEMONS**: -- list all related components kube-batch **DESCRIPTION**: -- symptom of the problem a customer would see " Multiple Preemption" of Job e2e test is failed as follow: ```go • Failure [86.503 seconds] Job E2E Test /home/travis/gopath/src/github.com/kubernetes-sigs/kube-batch/test/e2e/job.go:24 Multiple Preemption [It] /home/travis/gopath/src/github.com/kubernetes-sigs/kube-batch/test/e2e/job.go:179 Expected error: <*errors.errorString | 0xc4200b7630>: { s: "timed out waiting for the condition", } timed out waiting for the condition not to have occurred /home/travis/gopath/src/github.com/kubernetes-sigs/kube-batch/test/e2e/job.go:215 ``` xref https://travis-ci.org/kubernetes-sigs/kube-batch/builds/441960542
1.0
preemption between multiple jobs failed - **FOUND IN VERSION** (Details about the version, e.g. 0.7. Please list the other versions which this bug exist.) master **PLATFORMS e.g. 'uname -a'**: all **COMMANDS OR DAEMONS**: -- list all related components kube-batch **DESCRIPTION**: -- symptom of the problem a customer would see " Multiple Preemption" of Job e2e test is failed as follow: ```go • Failure [86.503 seconds] Job E2E Test /home/travis/gopath/src/github.com/kubernetes-sigs/kube-batch/test/e2e/job.go:24 Multiple Preemption [It] /home/travis/gopath/src/github.com/kubernetes-sigs/kube-batch/test/e2e/job.go:179 Expected error: <*errors.errorString | 0xc4200b7630>: { s: "timed out waiting for the condition", } timed out waiting for the condition not to have occurred /home/travis/gopath/src/github.com/kubernetes-sigs/kube-batch/test/e2e/job.go:215 ``` xref https://travis-ci.org/kubernetes-sigs/kube-batch/builds/441960542
non_test
preemption between multiple jobs failed found in version details about the version e g please list the other versions which this bug exist master platforms e g uname a all commands or daemons list all related components kube batch description symptom of the problem a customer would see multiple preemption of job test is failed as follow go • failure job test home travis gopath src github com kubernetes sigs kube batch test job go multiple preemption home travis gopath src github com kubernetes sigs kube batch test job go expected error s timed out waiting for the condition timed out waiting for the condition not to have occurred home travis gopath src github com kubernetes sigs kube batch test job go xref
0
211,591
16,328,428,585
IssuesEvent
2021-05-12 05:56:31
lutraconsulting/input
https://api.github.com/repos/lutraconsulting/input
closed
UI usability - log in page
android mergin testing testing bug
In the login page, there is problem with showing the form correctly. Steps to reproduce 1) click in the username field 2) press back button on mobile phone Now "Sign in for free" and "Forgot password" should be hidden under the screen And it is almost impossible to show it again even after opening "Home" and then show log-in screen again https://user-images.githubusercontent.com/78033756/115002277-d6c51f00-9ea4-11eb-9943-5b4dc438261e.mp4
2.0
UI usability - log in page - In the login page, there is problem with showing the form correctly. Steps to reproduce 1) click in the username field 2) press back button on mobile phone Now "Sign in for free" and "Forgot password" should be hidden under the screen And it is almost impossible to show it again even after opening "Home" and then show log-in screen again https://user-images.githubusercontent.com/78033756/115002277-d6c51f00-9ea4-11eb-9943-5b4dc438261e.mp4
test
ui usability log in page in the login page there is problem with showing the form correctly steps to reproduce click in the username field press back button on mobile phone now sign in for free and forgot password should be hidden under the screen and it is almost impossible to show it again even after opening home and then show log in screen again
1
577,192
17,105,051,688
IssuesEvent
2021-07-09 16:23:31
phetsims/fourier-making-waves
https://api.github.com/repos/phetsims/fourier-making-waves
closed
How to start/stop continuous sounds that are specific to a Screen?
priority:3-medium
The Discrete screen has a checkbox/slider control for the sound associated with the Fourier series: <img width="280" alt="screenshot_1050" src="https://user-images.githubusercontent.com/3046552/124819749-ded3ae80-df29-11eb-969e-31cb5ce47d94.png"> This is a continous sound. And I just discovered that switching screens does NOT stop this sound. @jbphet Does soundManager provide any support for screen-specific sounds? Or do I need to handle this myself? If I need to handle it myself, what is the recommended pattern?
1.0
How to start/stop continuous sounds that are specific to a Screen? - The Discrete screen has a checkbox/slider control for the sound associated with the Fourier series: <img width="280" alt="screenshot_1050" src="https://user-images.githubusercontent.com/3046552/124819749-ded3ae80-df29-11eb-969e-31cb5ce47d94.png"> This is a continous sound. And I just discovered that switching screens does NOT stop this sound. @jbphet Does soundManager provide any support for screen-specific sounds? Or do I need to handle this myself? If I need to handle it myself, what is the recommended pattern?
non_test
how to start stop continuous sounds that are specific to a screen the discrete screen has a checkbox slider control for the sound associated with the fourier series img width alt screenshot src this is a continous sound and i just discovered that switching screens does not stop this sound jbphet does soundmanager provide any support for screen specific sounds or do i need to handle this myself if i need to handle it myself what is the recommended pattern
0
25,221
4,235,983,952
IssuesEvent
2016-07-05 16:53:33
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
closed
Error with honered cache
Priority_Low Type_Defect
Last night ocnl tried to make a cache of the month (ocpl has cache of the week). When running the cron for this it give the next error. +++ PDO Error +++ +++ Debug: Query|Params: INSERT INTO cache_titled (cache_id, rate, ratio, rating, found, days, date_alg, log_id) VALUES (:1, :2, :3, :4, :5, :6, :7, :8) | | | | | | | 2016-07-01 | +++ Ex_Code: 23000 +++ Ex_Msg: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'cache_id' cannot be null +++ Ex_Trace: #0 /var/www/www.opencaching.nl/Utils/Database/OcDb.php(278): PDOStatement->execute() #1 /var/www/www.opencaching.nl/cache_titled_add.php(136): Utils\Database\OcDb->multiVariableQuery('INSERT INTO cac...', NULL, NULL, NULL, NULL, NULL, NULL, '2016-07-01', NULL) #2 {main} Can please some one take a look at this. Thanks.
1.0
Error with honered cache - Last night ocnl tried to make a cache of the month (ocpl has cache of the week). When running the cron for this it give the next error. +++ PDO Error +++ +++ Debug: Query|Params: INSERT INTO cache_titled (cache_id, rate, ratio, rating, found, days, date_alg, log_id) VALUES (:1, :2, :3, :4, :5, :6, :7, :8) | | | | | | | 2016-07-01 | +++ Ex_Code: 23000 +++ Ex_Msg: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'cache_id' cannot be null +++ Ex_Trace: #0 /var/www/www.opencaching.nl/Utils/Database/OcDb.php(278): PDOStatement->execute() #1 /var/www/www.opencaching.nl/cache_titled_add.php(136): Utils\Database\OcDb->multiVariableQuery('INSERT INTO cac...', NULL, NULL, NULL, NULL, NULL, NULL, '2016-07-01', NULL) #2 {main} Can please some one take a look at this. Thanks.
non_test
error with honered cache last night ocnl tried to make a cache of the month ocpl has cache of the week when running the cron for this it give the next error pdo error debug query params insert into cache titled cache id rate ratio rating found days date alg log id values ex code ex msg sqlstate integrity constraint violation column cache id cannot be null ex trace var www pdostatement execute var www utils database ocdb multivariablequery insert into cac null null null null null null null main can please some one take a look at this thanks
0
110,526
9,459,462,521
IssuesEvent
2019-04-17 08:35:43
NayRojas/LIM008-fe-burger-queen
https://api.github.com/repos/NayRojas/LIM008-fe-burger-queen
closed
Función Anotar nombre de cliente.
CSS3 JS Testing angular
- [x] Establecer un input para que el usuario introduzca su nombre - [x] Tomar ese valor para guardarlo en una variable que luego pueda ser usada el envío de la orden a cocina.
1.0
Función Anotar nombre de cliente. - - [x] Establecer un input para que el usuario introduzca su nombre - [x] Tomar ese valor para guardarlo en una variable que luego pueda ser usada el envío de la orden a cocina.
test
función anotar nombre de cliente establecer un input para que el usuario introduzca su nombre tomar ese valor para guardarlo en una variable que luego pueda ser usada el envío de la orden a cocina
1
588,723
17,669,749,971
IssuesEvent
2021-08-23 03:12:51
edgedb/edgedb
https://api.github.com/repos/edgedb/edgedb
reopened
ISE: `unimplemented auth method: NoneType` when inserting new user on clean instance
bug high priority
<!-- Please search existing issues to avoid creating duplicates. --> - EdgeDB Version: 1-beta3-451baf4 - OS Version: ubuntu 18.04 Steps to Reproduce: 1. initialize new project with new `EdgeDB` instance in docker with `edgedb project init` 2. login into EdgeDB shell using `edgedb` command and create new user with password: ``` CREATE SUPERUSER ROLE edgedb_scram { SET password := 'edgedb_scram_password' }; CONFIGURE INSTANCE INSERT Auth { user := 'edgedb_scram', method := (INSERT SCRAM), priority := 2 }; ``` 3. exit current shell session and try running `edgedb` command again to login into shell ``` $ edgedb edgedb error: Error authenticating: ERROR: InternalServerError: unimplemented auth method: NoneType Hint: This is most likely a bug in EdgeDB. Please consider opening an issue ticket at https://github.com/edgedb/edgedb/issues/new?template=bug_report.md Server traceback: Traceback (most recent call last): File "edb/server/protocol/binary.pyx", line 1689, in edb.server.protocol.binary.EdgeConnection.main File "edb/server/protocol/binary.pyx", line 445, in auth edb.errors.InternalServerError: unimplemented auth method: NoneType ``` As I understand it, this is because the default user (`edgedb`) created by the EdgeDB bootstrap process is not being added to `cfg::Auth`. This can be verified by selecting the existing `cfg::Auth` objects before inserting a new one: ``` SELECT cfg::Auth { user, method, priority }; ``` The output will be an empty set (`{}`). But in any case, user should not receive such error from the EdgeDB server in case of authentication failure. I would rather expect something like `AuthenticationError: no authentication method configured for the "edgedb" role` or something similar. It's possible I missed something about roles configuration, but that part of EdgeDB is poorly documented right now, IMO.
1.0
ISE: `unimplemented auth method: NoneType` when inserting new user on clean instance - <!-- Please search existing issues to avoid creating duplicates. --> - EdgeDB Version: 1-beta3-451baf4 - OS Version: ubuntu 18.04 Steps to Reproduce: 1. initialize new project with new `EdgeDB` instance in docker with `edgedb project init` 2. login into EdgeDB shell using `edgedb` command and create new user with password: ``` CREATE SUPERUSER ROLE edgedb_scram { SET password := 'edgedb_scram_password' }; CONFIGURE INSTANCE INSERT Auth { user := 'edgedb_scram', method := (INSERT SCRAM), priority := 2 }; ``` 3. exit current shell session and try running `edgedb` command again to login into shell ``` $ edgedb edgedb error: Error authenticating: ERROR: InternalServerError: unimplemented auth method: NoneType Hint: This is most likely a bug in EdgeDB. Please consider opening an issue ticket at https://github.com/edgedb/edgedb/issues/new?template=bug_report.md Server traceback: Traceback (most recent call last): File "edb/server/protocol/binary.pyx", line 1689, in edb.server.protocol.binary.EdgeConnection.main File "edb/server/protocol/binary.pyx", line 445, in auth edb.errors.InternalServerError: unimplemented auth method: NoneType ``` As I understand it, this is because the default user (`edgedb`) created by the EdgeDB bootstrap process is not being added to `cfg::Auth`. This can be verified by selecting the existing `cfg::Auth` objects before inserting a new one: ``` SELECT cfg::Auth { user, method, priority }; ``` The output will be an empty set (`{}`). But in any case, user should not receive such error from the EdgeDB server in case of authentication failure. I would rather expect something like `AuthenticationError: no authentication method configured for the "edgedb" role` or something similar. It's possible I missed something about roles configuration, but that part of EdgeDB is poorly documented right now, IMO.
non_test
ise unimplemented auth method nonetype when inserting new user on clean instance edgedb version os version ubuntu steps to reproduce initialize new project with new edgedb instance in docker with edgedb project init login into edgedb shell using edgedb command and create new user with password create superuser role edgedb scram set password edgedb scram password configure instance insert auth user edgedb scram method insert scram priority exit current shell session and try running edgedb command again to login into shell edgedb edgedb error error authenticating error internalservererror unimplemented auth method nonetype hint this is most likely a bug in edgedb please consider opening an issue ticket at server traceback traceback most recent call last file edb server protocol binary pyx line in edb server protocol binary edgeconnection main file edb server protocol binary pyx line in auth edb errors internalservererror unimplemented auth method nonetype as i understand it this is because the default user edgedb created by the edgedb bootstrap process is not being added to cfg auth this can be verified by selecting the existing cfg auth objects before inserting a new one select cfg auth user method priority the output will be an empty set but in any case user should not receive such error from the edgedb server in case of authentication failure i would rather expect something like authenticationerror no authentication method configured for the edgedb role or something similar it s possible i missed something about roles configuration but that part of edgedb is poorly documented right now imo
0
144,511
22,362,467,941
IssuesEvent
2022-06-15 22:09:00
department-of-veterans-affairs/vets-design-system-documentation
https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation
closed
Typography bug in wizard
bug vsp-design-system-team
# Bug Report ## What happened In a recent usability study, I noticed the font size changed on every other question in the wizard on va.gov/education/eligibility. The font size for the 2nd and 4th question was noticably larger than on the 1st and 3rd ## What I expected to happen The font size should be the same on all questions ## Reproducing - Formation version: I saw this on va.gov, on production - Device: user had a Samsung galaxy S9 - Browser: I believe they were using Chrome, but could've been the Google app. Screenshot of app UI is included. ### Steps to reproduce: I don't have this device, so I can't reproduce. I had a team member try to reproduce but she couldn't. We're not sure what version of Chrome the user had installed or what app they were using (this was not the focus of our study), but still wanted to report in case someone else can reproduce it. #### screenshot from session recording: <img width="494" alt="Screen Shot 2020-09-08 at 9 58 48 AM" src="https://user-images.githubusercontent.com/55992116/92506753-eb855a00-f1d3-11ea-909e-6b9c7e04a5f2.png"> #### screenshot of users browser UI (I think this is Chrome?) <img width="498" alt="Screen Shot 2020-09-08 at 11 01 34 AM" src="https://user-images.githubusercontent.com/55992116/92506752-eaecc380-f1d3-11ea-9f99-64ac7d8d0e15.png">
1.0
Typography bug in wizard - # Bug Report ## What happened In a recent usability study, I noticed the font size changed on every other question in the wizard on va.gov/education/eligibility. The font size for the 2nd and 4th question was noticably larger than on the 1st and 3rd ## What I expected to happen The font size should be the same on all questions ## Reproducing - Formation version: I saw this on va.gov, on production - Device: user had a Samsung galaxy S9 - Browser: I believe they were using Chrome, but could've been the Google app. Screenshot of app UI is included. ### Steps to reproduce: I don't have this device, so I can't reproduce. I had a team member try to reproduce but she couldn't. We're not sure what version of Chrome the user had installed or what app they were using (this was not the focus of our study), but still wanted to report in case someone else can reproduce it. #### screenshot from session recording: <img width="494" alt="Screen Shot 2020-09-08 at 9 58 48 AM" src="https://user-images.githubusercontent.com/55992116/92506753-eb855a00-f1d3-11ea-909e-6b9c7e04a5f2.png"> #### screenshot of users browser UI (I think this is Chrome?) <img width="498" alt="Screen Shot 2020-09-08 at 11 01 34 AM" src="https://user-images.githubusercontent.com/55992116/92506752-eaecc380-f1d3-11ea-9f99-64ac7d8d0e15.png">
non_test
typography bug in wizard bug report what happened in a recent usability study i noticed the font size changed on every other question in the wizard on va gov education eligibility the font size for the and question was noticably larger than on the and what i expected to happen the font size should be the same on all questions reproducing formation version i saw this on va gov on production device user had a samsung galaxy browser i believe they were using chrome but could ve been the google app screenshot of app ui is included steps to reproduce i don t have this device so i can t reproduce i had a team member try to reproduce but she couldn t we re not sure what version of chrome the user had installed or what app they were using this was not the focus of our study but still wanted to report in case someone else can reproduce it screenshot from session recording img width alt screen shot at am src screenshot of users browser ui i think this is chrome img width alt screen shot at am src
0
619,400
19,523,663,598
IssuesEvent
2021-12-30 01:01:35
OiivaeCommunity/ovicommunity
https://api.github.com/repos/OiivaeCommunity/ovicommunity
closed
Rain doesn't happen
Bug HCMC Server Unable to Reproduce/Unfounded Medium Priority
**Describe the bug** Does not rain/storm at all **To Reproduce** Put `/storm` or `/weather storm` in chat **Expected behavior** Starts rain/storm in the world
1.0
Rain doesn't happen - **Describe the bug** Does not rain/storm at all **To Reproduce** Put `/storm` or `/weather storm` in chat **Expected behavior** Starts rain/storm in the world
non_test
rain doesn t happen describe the bug does not rain storm at all to reproduce put storm or weather storm in chat expected behavior starts rain storm in the world
0
253,439
21,682,042,335
IssuesEvent
2022-05-09 07:41:55
pharo-project/pharo
https://api.github.com/repos/pharo-project/pharo
closed
Underscore in class name breaks text completion
Bug tests passed please review!
**To Reproduce** Steps to reproduce the behavior: 1. Create a class named `My_Class` ``` Object subclass: #My_Class instanceVariableNames: '' classVariableNames: '' package: '' ``` 2. In a playground, type `My_` 3. First issue: no text completion entries are showing up ![phIssue_1](https://user-images.githubusercontent.com/49032546/157849101-2074178b-f728-4042-8e86-64aaea125a3c.png) 4. Type fastly `Class` so that playground content is `My_Class` 5. Second issue: text completion is showing up for classes starting with `Class` instead of `My_Class` ![phIssue_2](https://user-images.githubusercontent.com/49032546/157849115-2a1ee357-1246-4a9b-9efc-8f933b2f3056.png) 6. Go back to `My`, then type slowly `_Clas` so that playground content is `My_Clas` 7. When `My_Class` text completion shows up, press enter 8. Third issue: now the playground contents is `My_My_Class` instead of `My_Class` ![phIssue_3](https://user-images.githubusercontent.com/49032546/157849144-bc7b1a7d-3a6a-4f16-93dd-6864601a05a7.png) **Version information:** - OS: Win10 and Linux Debian 11 Pharo 10.0.0 Build information: Pharo-10.0.0+build.473.sha.a073a65d1153db338c3be8764da632e2ce71d901 (64 Bit)
1.0
Underscore in class name breaks text completion - **To Reproduce** Steps to reproduce the behavior: 1. Create a class named `My_Class` ``` Object subclass: #My_Class instanceVariableNames: '' classVariableNames: '' package: '' ``` 2. In a playground, type `My_` 3. First issue: no text completion entries are showing up ![phIssue_1](https://user-images.githubusercontent.com/49032546/157849101-2074178b-f728-4042-8e86-64aaea125a3c.png) 4. Type fastly `Class` so that playground content is `My_Class` 5. Second issue: text completion is showing up for classes starting with `Class` instead of `My_Class` ![phIssue_2](https://user-images.githubusercontent.com/49032546/157849115-2a1ee357-1246-4a9b-9efc-8f933b2f3056.png) 6. Go back to `My`, then type slowly `_Clas` so that playground content is `My_Clas` 7. When `My_Class` text completion shows up, press enter 8. Third issue: now the playground contents is `My_My_Class` instead of `My_Class` ![phIssue_3](https://user-images.githubusercontent.com/49032546/157849144-bc7b1a7d-3a6a-4f16-93dd-6864601a05a7.png) **Version information:** - OS: Win10 and Linux Debian 11 Pharo 10.0.0 Build information: Pharo-10.0.0+build.473.sha.a073a65d1153db338c3be8764da632e2ce71d901 (64 Bit)
test
underscore in class name breaks text completion to reproduce steps to reproduce the behavior create a class named my class object subclass my class instancevariablenames classvariablenames package in a playground type my first issue no text completion entries are showing up type fastly class so that playground content is my class second issue text completion is showing up for classes starting with class instead of my class go back to my then type slowly clas so that playground content is my clas when my class text completion shows up press enter third issue now the playground contents is my my class instead of my class version information os and linux debian pharo build information pharo build sha bit
1
86,518
8,038,684,276
IssuesEvent
2018-07-30 16:02:23
seqan/seqan3
https://api.github.com/repos/seqan/seqan3
closed
make core/concept/iterator_detail.hpp a proper test case
good first issue test case
`/include/seqan3/core/concept/iterator_detail.hpp` tests core functionality within the header via `static_assert`s, this should be transformed into a test case.
1.0
make core/concept/iterator_detail.hpp a proper test case - `/include/seqan3/core/concept/iterator_detail.hpp` tests core functionality within the header via `static_assert`s, this should be transformed into a test case.
test
make core concept iterator detail hpp a proper test case include core concept iterator detail hpp tests core functionality within the header via static assert s this should be transformed into a test case
1
350,302
31,878,187,155
IssuesEvent
2023-09-16 03:53:30
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Test failure: Apply Patches does not apply patch to still-patched.Apply Patches does not apply patch to still-patched
QA/No release-notes/exclude ci-concern bot/type/test bot/channel/nightly bot/platform/macos bot/arch/arm64 bot/branch/v1.60
Greetings human! Bad news. `Apply Patches does not apply patch to still-patched.Apply Patches does not apply patch to still-patched` [failed on macos arm64 nightly v1.60.28](https://ci.brave.com/job/brave-browser-build-macos-arm64/2778/testReport/junit/(root)/Apply%20Patches%20does%20not%20apply%20patch%20to%20still-patched/test_javascript___Apply_Patches_does_not_apply_patch_to_still_patched). <details> <summary>Stack trace</summary> ``` Error: Program git exited with error code 128. at ChildProcess.<anonymous> (/Users/jenkins/jenkins/workspace/brave-browser-build-macos-arm64-nightly/src/brave/build/commands/lib/util.js:11449:36) at ChildProcess.emit (node:events:514:28) at maybeClose (node:internal/child_process:1091:16) at Socket.<anonymous> (node:internal/child_process:449:11) at Socket.emit (node:events:514:28) at Pipe.<anonymous> (node:net:323:12) null ``` </details>
1.0
Test failure: Apply Patches does not apply patch to still-patched.Apply Patches does not apply patch to still-patched - Greetings human! Bad news. `Apply Patches does not apply patch to still-patched.Apply Patches does not apply patch to still-patched` [failed on macos arm64 nightly v1.60.28](https://ci.brave.com/job/brave-browser-build-macos-arm64/2778/testReport/junit/(root)/Apply%20Patches%20does%20not%20apply%20patch%20to%20still-patched/test_javascript___Apply_Patches_does_not_apply_patch_to_still_patched). <details> <summary>Stack trace</summary> ``` Error: Program git exited with error code 128. at ChildProcess.<anonymous> (/Users/jenkins/jenkins/workspace/brave-browser-build-macos-arm64-nightly/src/brave/build/commands/lib/util.js:11449:36) at ChildProcess.emit (node:events:514:28) at maybeClose (node:internal/child_process:1091:16) at Socket.<anonymous> (node:internal/child_process:449:11) at Socket.emit (node:events:514:28) at Pipe.<anonymous> (node:net:323:12) null ``` </details>
test
test failure apply patches does not apply patch to still patched apply patches does not apply patch to still patched greetings human bad news apply patches does not apply patch to still patched apply patches does not apply patch to still patched stack trace error program git exited with error code at childprocess users jenkins jenkins workspace brave browser build macos nightly src brave build commands lib util js at childprocess emit node events at maybeclose node internal child process at socket node internal child process at socket emit node events at pipe node net null
1
167,637
26,528,207,075
IssuesEvent
2023-01-19 10:23:38
baloise-incubator/design-system
https://api.github.com/repos/baloise-incubator/design-system
opened
DOCS: FOUNDATION
🎨 Design Support
- [ ] Border & Radius Overview - [ ] Elevation Overview - [ ] Elevation Tokens with Z-indexes - [ ] Grid Overview Use-Cases - [ ] Icons explain sizes 14px container and colors - [ ] Spacing Overview
1.0
DOCS: FOUNDATION - - [ ] Border & Radius Overview - [ ] Elevation Overview - [ ] Elevation Tokens with Z-indexes - [ ] Grid Overview Use-Cases - [ ] Icons explain sizes 14px container and colors - [ ] Spacing Overview
non_test
docs foundation border radius overview elevation overview elevation tokens with z indexes grid overview use cases icons explain sizes container and colors spacing overview
0
14,362
10,150,557,988
IssuesEvent
2019-08-05 17:59:34
terraform-providers/terraform-provider-aws
https://api.github.com/repos/terraform-providers/terraform-provider-aws
closed
Provide a resource which is an ACM certificate with builtin route53 DNS validation
enhancement needs-triage service/acm service/route53
<!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description Currently you can create an ACM certificate, and then use `domain_validation_options` in order to use terraform resources to create DNS records to fulfill the validation. This looks something like this: ```hcl resource "aws_acm_certificate" "cert" { domain_name = var.domain_names[0] subject_alternative_names = slice(var.domain_names, 1, length(var.domain_names)) validation_method = "DNS" } resource "aws_route53_record" "website_cert_validation" { count = length(aws_acm_certificate.cert.domain_validation_options) name = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_name type = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_type zone_id = var.zone_id records = [aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_value] ttl = 300 } resource "aws_acm_certificate_validation" "cert_validation" { certificate_arn = aws_acm_certificate.cert.arn validation_record_fqdns = aws_route53_record.website_cert_validation.*.fqdn } ``` If you run this you'll immediately find that it doesn't work -- because `aws_route53_record.website_cert_validation.count` relies on the apply step for another resource, you can't actually `terraform plan` this. No worries, there's a workaround! Change that resource to be: ```hcl resource "aws_route53_record" "website_cert_validation" { count = length(var.domain_names) name = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_name type = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_type zone_id = var.zone_id records = [aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_value] ttl = 300 } ``` `length(aws_acm_certificate.cert.domain_validation_options)` should always be the same as `length(var.domain_names)`, right? Wrong! ACM is able to cache validation in some cases, so it won't ask you to prove ownership of a domain if you already have. This produces an error like: ``` Error: Invalid index on ../modules/acm/main.tf line 10, in resource "aws_route53_record" "website_cert_validation": 10: name = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_name |---------------- | aws_acm_certificate.cert.domain_validation_options is empty list of object | count.index is 0 The given key does not identify an element in this collection value. Error: Invalid index on ../modules/acm/main.tf line 11, in resource "aws_route53_record" "website_cert_validation": 11: type = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_type |---------------- | aws_acm_certificate.cert.domain_validation_options is empty list of object | count.index is 0 The given key does not identify an element in this collection value. Error: Invalid index on ../modules/acm/main.tf line 13, in resource "aws_route53_record" "website_cert_validation": 13: records = [aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_value] |---------------- | aws_acm_certificate.cert.domain_validation_options is empty list of object | count.index is 0 The given key does not identify an element in this collection value. ``` Unfortunately, I don't believe it's possible to resolve this with the functionality in terraform today -- `count` fundamentally must be derived from the certificate resource, it's the only thing that knows how many validation records are required. To solve this, I believe terraform-provider-aws needs to include a resource that is an AWS ACM certificate that holds the cycle of creating DNS records to respond to the request internally, because you can't express the workflow properly in HCL. ### New or Affected Resource(s) * `aws_acm_domain_validated_certificate` ### Potential Terraform Configuration ```hcl resource "aws_acm_domain_validated_certificate" "my_cert" { domain_name = var.domain_names[0] subject_alternative_names = slice(var.domain_anmes, 1, length(var.domain_names)) route53_zone_id = var.zone_id dns_ttl = 60 } ``` ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example: * https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-amazon-ec2-fleet/ ---> *
2.0
Provide a resource which is an ACM certificate with builtin route53 DNS validation - <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description Currently you can create an ACM certificate, and then use `domain_validation_options` in order to use terraform resources to create DNS records to fulfill the validation. This looks something like this: ```hcl resource "aws_acm_certificate" "cert" { domain_name = var.domain_names[0] subject_alternative_names = slice(var.domain_names, 1, length(var.domain_names)) validation_method = "DNS" } resource "aws_route53_record" "website_cert_validation" { count = length(aws_acm_certificate.cert.domain_validation_options) name = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_name type = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_type zone_id = var.zone_id records = [aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_value] ttl = 300 } resource "aws_acm_certificate_validation" "cert_validation" { certificate_arn = aws_acm_certificate.cert.arn validation_record_fqdns = aws_route53_record.website_cert_validation.*.fqdn } ``` If you run this you'll immediately find that it doesn't work -- because `aws_route53_record.website_cert_validation.count` relies on the apply step for another resource, you can't actually `terraform plan` this. No worries, there's a workaround! Change that resource to be: ```hcl resource "aws_route53_record" "website_cert_validation" { count = length(var.domain_names) name = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_name type = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_type zone_id = var.zone_id records = [aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_value] ttl = 300 } ``` `length(aws_acm_certificate.cert.domain_validation_options)` should always be the same as `length(var.domain_names)`, right? Wrong! ACM is able to cache validation in some cases, so it won't ask you to prove ownership of a domain if you already have. This produces an error like: ``` Error: Invalid index on ../modules/acm/main.tf line 10, in resource "aws_route53_record" "website_cert_validation": 10: name = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_name |---------------- | aws_acm_certificate.cert.domain_validation_options is empty list of object | count.index is 0 The given key does not identify an element in this collection value. Error: Invalid index on ../modules/acm/main.tf line 11, in resource "aws_route53_record" "website_cert_validation": 11: type = aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_type |---------------- | aws_acm_certificate.cert.domain_validation_options is empty list of object | count.index is 0 The given key does not identify an element in this collection value. Error: Invalid index on ../modules/acm/main.tf line 13, in resource "aws_route53_record" "website_cert_validation": 13: records = [aws_acm_certificate.cert.domain_validation_options[count.index].resource_record_value] |---------------- | aws_acm_certificate.cert.domain_validation_options is empty list of object | count.index is 0 The given key does not identify an element in this collection value. ``` Unfortunately, I don't believe it's possible to resolve this with the functionality in terraform today -- `count` fundamentally must be derived from the certificate resource, it's the only thing that knows how many validation records are required. To solve this, I believe terraform-provider-aws needs to include a resource that is an AWS ACM certificate that holds the cycle of creating DNS records to respond to the request internally, because you can't express the workflow properly in HCL. ### New or Affected Resource(s) * `aws_acm_domain_validated_certificate` ### Potential Terraform Configuration ```hcl resource "aws_acm_domain_validated_certificate" "my_cert" { domain_name = var.domain_names[0] subject_alternative_names = slice(var.domain_anmes, 1, length(var.domain_names)) route53_zone_id = var.zone_id dns_ttl = 60 } ``` ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example: * https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-amazon-ec2-fleet/ ---> *
non_test
provide a resource which is an acm certificate with builtin dns validation community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description currently you can create an acm certificate and then use domain validation options in order to use terraform resources to create dns records to fulfill the validation this looks something like this hcl resource aws acm certificate cert domain name var domain names subject alternative names slice var domain names length var domain names validation method dns resource aws record website cert validation count length aws acm certificate cert domain validation options name aws acm certificate cert domain validation options resource record name type aws acm certificate cert domain validation options resource record type zone id var zone id records resource record value ttl resource aws acm certificate validation cert validation certificate arn aws acm certificate cert arn validation record fqdns aws record website cert validation fqdn if you run this you ll immediately find that it doesn t work because aws record website cert validation count relies on the apply step for another resource you can t actually terraform plan this no worries there s a workaround change that resource to be hcl resource aws record website cert validation count length var domain names name aws acm certificate cert domain validation options resource record name type aws acm certificate cert domain validation options resource record type zone id var zone id records resource record value ttl length aws acm certificate cert domain validation options should always be the same as length var domain names right wrong acm is able to cache validation in some cases so it won t ask you to prove ownership of a domain if you already have this produces an error like error invalid index on modules acm main tf line in resource aws record website cert validation name aws acm certificate cert domain validation options resource record name aws acm certificate cert domain validation options is empty list of object count index is the given key does not identify an element in this collection value error invalid index on modules acm main tf line in resource aws record website cert validation type aws acm certificate cert domain validation options resource record type aws acm certificate cert domain validation options is empty list of object count index is the given key does not identify an element in this collection value error invalid index on modules acm main tf line in resource aws record website cert validation records resource record value aws acm certificate cert domain validation options is empty list of object count index is the given key does not identify an element in this collection value unfortunately i don t believe it s possible to resolve this with the functionality in terraform today count fundamentally must be derived from the certificate resource it s the only thing that knows how many validation records are required to solve this i believe terraform provider aws needs to include a resource that is an aws acm certificate that holds the cycle of creating dns records to respond to the request internally because you can t express the workflow properly in hcl new or affected resource s aws acm domain validated certificate potential terraform configuration hcl resource aws acm domain validated certificate my cert domain name var domain names subject alternative names slice var domain anmes length var domain names zone id var zone id dns ttl references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor blog posts or documentation for example
0
40,667
2,868,935,114
IssuesEvent
2015-06-05 22:03:23
dart-lang/pub
https://api.github.com/repos/dart-lang/pub
closed
Pub shouldn't require manual copy/pasting for OAuth2 authorization
bug Fixed Priority-Medium
<a href="https://github.com/nex3"><img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [nex3](https://github.com/nex3)** _Originally opened as dart-lang/sdk#6951_ ---- Currently pub's OAuth2 support requires the user to manually copy/paste an access code from their browser to the pub app. This can be avoided by spinning up a server on localhost and redirecting there.
1.0
Pub shouldn't require manual copy/pasting for OAuth2 authorization - <a href="https://github.com/nex3"><img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [nex3](https://github.com/nex3)** _Originally opened as dart-lang/sdk#6951_ ---- Currently pub's OAuth2 support requires the user to manually copy/paste an access code from their browser to the pub app. This can be avoided by spinning up a server on localhost and redirecting there.
non_test
pub shouldn t require manual copy pasting for authorization issue by originally opened as dart lang sdk currently pub s support requires the user to manually copy paste an access code from their browser to the pub app this can be avoided by spinning up a server on localhost and redirecting there
0
129,645
18,107,460,909
IssuesEvent
2021-09-22 20:54:04
Tim-Demo/JS-Demo
https://api.github.com/repos/Tim-Demo/JS-Demo
opened
CVE-2018-20834 (High) detected in tar-2.2.1.tgz
security vulnerability
## CVE-2018-20834 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.1.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.1.tgz">https://registry.npmjs.org/tar/-/tar-2.2.1.tgz</a></p> <p>Path to dependency file: JS-Demo/package.json</p> <p>Path to vulnerable library: JS-Demo/node_modules/npm/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - grunt-npm-install-0.3.1.tgz (Root Library) - npm-3.10.10.tgz - :x: **tar-2.2.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Tim-Demo/JS-Demo/commit/6867d3cdd385f17346bb7b3f8b5ce830dac87398">6867d3cdd385f17346bb7b3f8b5ce830dac87398</a></p> <p>Found in base branch: <b>master</b></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> A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2). <p>Publish Date: 2019-04-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20834>CVE-2018-20834</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20834">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20834</a></p> <p>Release Date: 2019-04-30</p> <p>Fix Resolution: tar - 2.2.2,4.4.2</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"tar","packageVersion":"2.2.1","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-npm-install:0.3.1;npm:3.10.10;tar:2.2.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"tar - 2.2.2,4.4.2"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2018-20834","vulnerabilityDetails":"A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20834","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2018-20834 (High) detected in tar-2.2.1.tgz - ## CVE-2018-20834 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.1.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.1.tgz">https://registry.npmjs.org/tar/-/tar-2.2.1.tgz</a></p> <p>Path to dependency file: JS-Demo/package.json</p> <p>Path to vulnerable library: JS-Demo/node_modules/npm/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - grunt-npm-install-0.3.1.tgz (Root Library) - npm-3.10.10.tgz - :x: **tar-2.2.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Tim-Demo/JS-Demo/commit/6867d3cdd385f17346bb7b3f8b5ce830dac87398">6867d3cdd385f17346bb7b3f8b5ce830dac87398</a></p> <p>Found in base branch: <b>master</b></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> A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2). <p>Publish Date: 2019-04-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20834>CVE-2018-20834</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20834">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20834</a></p> <p>Release Date: 2019-04-30</p> <p>Fix Resolution: tar - 2.2.2,4.4.2</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"tar","packageVersion":"2.2.1","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-npm-install:0.3.1;npm:3.10.10;tar:2.2.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"tar - 2.2.2,4.4.2"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2018-20834","vulnerabilityDetails":"A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20834","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_test
cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file js demo package json path to vulnerable library js demo node modules npm node modules tar package json dependency hierarchy grunt npm install tgz root library npm tgz x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details a vulnerability was found in node tar before version excluding version an arbitrary file overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system in conjunction with a later plain file with the same name as the hardlink this plain file content replaces the existing file content a patch has been applied to node tar publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tar isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree grunt npm install npm tar isminimumfixversionavailable true minimumfixversion tar basebranches vulnerabilityidentifier cve vulnerabilitydetails a vulnerability was found in node tar before version excluding version an arbitrary file overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system in conjunction with a later plain file with the same name as the hardlink this plain file content replaces the existing file content a patch has been applied to node tar vulnerabilityurl
0
45,371
5,713,203,822
IssuesEvent
2017-04-19 07:01:47
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
ccl/acceptanceccl: (unknown) failed under stress
Robot test-failure
SHA: https://github.com/cockroachdb/cockroach/commits/b6ca10fa19b59a6cb56df3fab904e9e9d446f96b Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=false TAGS=deadlock GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=228107&tab=buildLog ``` GOPATH set to /go git submodule update --init github.com/cockroachdb/cockroach/pkg/cmd/metacheck github.com/cockroachdb/cockroach/pkg/cmd/ncpus github.com/cockroachdb/cockroach/pkg/cmd/returncheck github.com/cockroachdb/cockroach/vendor/github.com/Masterminds/glide github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/stress github.com/cockroachdb/cockroach/vendor/github.com/golang/lint/golint github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/crlfmt github.com/cockroachdb/cockroach/vendor/github.com/client9/misspell/cmd/misspell github.com/cockroachdb/cockroach/vendor/github.com/google/pprof github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway github.com/cockroachdb/cockroach/vendor/github.com/jteeuwen/go-bindata/go-bindata github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck github.com/cockroachdb/cockroach/vendor/github.com/mattn/goveralls github.com/cockroachdb/cockroach/vendor/github.com/mdempsky/unconvert github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goimports github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/guru github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer touch /go/src/github.com/cockroachdb/cockroach/bin/.bootstrap go list -tags 'deadlock make x86_64_unknown_linux_gnu' -f ' CC=/x-tools/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-gcc CXX=/x-tools/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-g++ go test -v -installsuffix release -tags '\''deadlock make x86_64_unknown_linux_gnu'\'' -ldflags '\'' -s -w -extldflags "-static-libgcc -static-libstdc++" -X github.com/cockroachdb/cockroach/pkg/build.typ=release'\'' -i -c {{.ImportPath}} -o '\''{{.Dir}}'\''/stress.test && (cd '\''{{.Dir}}'\'' && if [ -f stress.test ]; then COCKROACH_STRESS=true stress -maxtime 15m -maxfails 1 -stderr ./stress.test -test.run '\''.'\'' -test.timeout 30m -test.v; fi)' github.com/cockroachdb/cockroach/pkg/ccl/acceptanceccl | /bin/bash github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/mount github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/network github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/events github.com/cockroachdb/cockroach/vendor/github.com/sasha-s/go-deadlock github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/blkiodev github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/strslice github.com/cockroachdb/cockroach/vendor/github.com/docker/go-connections/nat github.com/cockroachdb/cockroach/vendor/github.com/docker/go-units github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/versions github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/registry github.com/cockroachdb/cockroach/vendor/github.com/docker/distribution/vendor/github.com/opencontainers/go-digest github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/time github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/tlsconfig github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/filters github.com/cockroachdb/cockroach/vendor/golang.org/x/net/proxy github.com/cockroachdb/cockroach/vendor/github.com/Sirupsen/logrus github.com/cockroachdb/cockroach/pkg/util/syncutil github.com/cockroachdb/cockroach/vendor/github.com/docker/distribution/digestset github.com/cockroachdb/cockroach/vendor/golang.org/x/net/context/ctxhttp net/http/httputil github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/container github.com/cockroachdb/cockroach/pkg/util/caller github.com/cockroachdb/cockroach/pkg/util/envutil github.com/cockroachdb/cockroach/pkg/util/protoutil github.com/cockroachdb/cockroach/pkg/util/log github.com/cockroachdb/cockroach/vendor/github.com/docker/go-connections/sockets github.com/cockroachdb/cockroach/vendor/github.com/docker/distribution/reference github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/swarm github.com/cockroachdb/cockroach/pkg/util/timeutil github.com/cockroachdb/cockroach/pkg/util/randutil github.com/cockroachdb/cockroach/pkg/util/tracing github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/jsonlog github.com/cockroachdb/cockroach/pkg/util github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/reference github.com/cockroachdb/cockroach/vendor/github.com/docker/go-connections/tlsconfig github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/term github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/stdcopy github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/random github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/volume github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/namesgenerator github.com/cockroachdb/cockroach/vendor/github.com/googleapis/gax-go github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/internal/optional github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/client github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/internal/version github.com/cockroachdb/cockroach/vendor/google.golang.org/api/googleapi/internal/uritemplates github.com/cockroachdb/cockroach/vendor/google.golang.org/api/iterator github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2/internal github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/internal github.com/cockroachdb/cockroach/vendor/google.golang.org/api/googleapi github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/compute/metadata github.com/cockroachdb/cockroach/pkg/util/hlc github.com/cockroachdb/cockroach/pkg/util/metric github.com/cockroachdb/cockroach/vendor/google.golang.org/genproto/googleapis/api/annotations github.com/cockroachdb/cockroach/pkg/storage/engine/enginepb github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2 github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/jsonmessage github.com/cockroachdb/cockroach/vendor/google.golang.org/genproto/googleapis/iam/v1 github.com/cockroachdb/cockroach/vendor/google.golang.org/api/gensupport github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2/jws github.com/cockroachdb/cockroach/vendor/google.golang.org/api/googleapi/transport github.com/cockroachdb/cockroach/vendor/google.golang.org/api/internal net/http/cookiejar github.com/cockroachdb/cockroach/vendor/github.com/Azure/go-autorest/autorest/date github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2/jwt github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/iam github.com/cockroachdb/cockroach/vendor/google.golang.org/api/option github.com/cockroachdb/cockroach/vendor/google.golang.org/api/storage/v1 github.com/cockroachdb/cockroach/vendor/github.com/dgrijalva/jwt-go github.com/cockroachdb/cockroach/pkg/roachpb github.com/cockroachdb/cockroach/vendor/github.com/Azure/go-autorest/autorest github.com/cockroachdb/cockroach/pkg/util/cache github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2/google github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup github.com/cockroachdb/cockroach/pkg/settings github.com/cockroachdb/cockroach/pkg/ccl/utilccl/intervalccl github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgerror github.com/cockroachdb/cockroach/pkg/sql/mon github.com/cockroachdb/cockroach/pkg/ccl/utilccl github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/credentials/oauth github.com/cockroachdb/cockroach/vendor/google.golang.org/api/transport github.com/cockroachdb/cockroach/vendor/github.com/Azure/go-autorest/autorest/azure github.com/cockroachdb/cockroach/vendor/github.com/Azure/azure-sdk-for-go/storage github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/storage github.com/cockroachdb/cockroach/pkg/util/stop github.com/cockroachdb/cockroach/pkg/sql/parser github.com/cockroachdb/cockroach/pkg/keys github.com/cockroachdb/cockroach/pkg/storage/storagebase github.com/cockroachdb/cockroach/pkg/security github.com/cockroachdb/cockroach/pkg/util/netutil github.com/cockroachdb/cockroach/pkg/util/grpcutil github.com/cockroachdb/cockroach/pkg/config github.com/cockroachdb/cockroach/pkg/internal/client github.com/cockroachdb/cockroach/pkg/base github.com/cockroachdb/cockroach/pkg/security/securitytest github.com/cockroachdb/cockroach/pkg/rpc github.com/cockroachdb/cockroach/pkg/acceptance/iptables github.com/cockroachdb/cockroach/pkg/gossip/resolver github.com/cockroachdb/cockroach/pkg/testutils github.com/cockroachdb/cockroach/pkg/storage/engine github.com/cockroachdb/cockroach/pkg/sql/sqlutil github.com/cockroachdb/cockroach/pkg/acceptance/cluster github.com/cockroachdb/cockroach/pkg/acceptance/terrafarm # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/roachpb/internal.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_roachpb_internal.pb.cc:1: pkg/storage/engine/cockroach/pkg/roachpb/internal.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/roachpb/data.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_roachpb_data.pb.cc:1: pkg/storage/engine/cockroach/pkg/roachpb/data.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. github.com/cockroachdb/cockroach/pkg/gossip # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/roachpb/metadata.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_roachpb_metadata.pb.cc:1: pkg/storage/engine/cockroach/pkg/roachpb/metadata.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/storage/engine/enginepb/mvcc.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_storage_engine_enginepb_mvcc.pb.cc:1: pkg/storage/engine/cockroach/pkg/storage/engine/enginepb/mvcc.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/storage/engine/enginepb/rocksdb.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_storage_engine_enginepb_rocksdb.pb.cc:1: pkg/storage/engine/cockroach/pkg/storage/engine/enginepb/rocksdb.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine pkg/storage/engine/encoding.cc:18:27: fatal error: rocksdb/slice.h: No such file or directory #include "rocksdb/slice.h" ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine pkg/storage/engine/eventlistener.cc:17:38: fatal error: rocksdb/table_properties.h: No such file or directory #include <rocksdb/table_properties.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine pkg/storage/engine/db.cc:19:48: fatal error: google/protobuf/stubs/stringprintf.h: No such file or directory #include <google/protobuf/stubs/stringprintf.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/util/hlc/timestamp.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_util_hlc_timestamp.pb.cc:1: pkg/storage/engine/cockroach/pkg/util/hlc/timestamp.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/util/unresolved_addr.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_util_unresolved_addr.pb.cc:1: pkg/storage/engine/cockroach/pkg/util/unresolved_addr.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. github.com/cockroachdb/cockroach/pkg/acceptance github.com/cockroachdb/cockroach/pkg/kv github.com/cockroachdb/cockroach/pkg/sql/sqlbase github.com/cockroachdb/cockroach/pkg/testutils/sqlutils github.com/cockroachdb/cockroach/pkg/sql/distsqlrun github.com/cockroachdb/cockroach/pkg/sql/distsqlplan Makefile:192: recipe for target 'stress' failed make: *** [stress] Error 2 ```
1.0
ccl/acceptanceccl: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/b6ca10fa19b59a6cb56df3fab904e9e9d446f96b Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=false TAGS=deadlock GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=228107&tab=buildLog ``` GOPATH set to /go git submodule update --init github.com/cockroachdb/cockroach/pkg/cmd/metacheck github.com/cockroachdb/cockroach/pkg/cmd/ncpus github.com/cockroachdb/cockroach/pkg/cmd/returncheck github.com/cockroachdb/cockroach/vendor/github.com/Masterminds/glide github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/stress github.com/cockroachdb/cockroach/vendor/github.com/golang/lint/golint github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/crlfmt github.com/cockroachdb/cockroach/vendor/github.com/client9/misspell/cmd/misspell github.com/cockroachdb/cockroach/vendor/github.com/google/pprof github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway github.com/cockroachdb/cockroach/vendor/github.com/jteeuwen/go-bindata/go-bindata github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck github.com/cockroachdb/cockroach/vendor/github.com/mattn/goveralls github.com/cockroachdb/cockroach/vendor/github.com/mdempsky/unconvert github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goimports github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/guru github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer touch /go/src/github.com/cockroachdb/cockroach/bin/.bootstrap go list -tags 'deadlock make x86_64_unknown_linux_gnu' -f ' CC=/x-tools/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-gcc CXX=/x-tools/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-g++ go test -v -installsuffix release -tags '\''deadlock make x86_64_unknown_linux_gnu'\'' -ldflags '\'' -s -w -extldflags "-static-libgcc -static-libstdc++" -X github.com/cockroachdb/cockroach/pkg/build.typ=release'\'' -i -c {{.ImportPath}} -o '\''{{.Dir}}'\''/stress.test && (cd '\''{{.Dir}}'\'' && if [ -f stress.test ]; then COCKROACH_STRESS=true stress -maxtime 15m -maxfails 1 -stderr ./stress.test -test.run '\''.'\'' -test.timeout 30m -test.v; fi)' github.com/cockroachdb/cockroach/pkg/ccl/acceptanceccl | /bin/bash github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/mount github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/network github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/events github.com/cockroachdb/cockroach/vendor/github.com/sasha-s/go-deadlock github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/blkiodev github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/strslice github.com/cockroachdb/cockroach/vendor/github.com/docker/go-connections/nat github.com/cockroachdb/cockroach/vendor/github.com/docker/go-units github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/versions github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/registry github.com/cockroachdb/cockroach/vendor/github.com/docker/distribution/vendor/github.com/opencontainers/go-digest github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/time github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/tlsconfig github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/filters github.com/cockroachdb/cockroach/vendor/golang.org/x/net/proxy github.com/cockroachdb/cockroach/vendor/github.com/Sirupsen/logrus github.com/cockroachdb/cockroach/pkg/util/syncutil github.com/cockroachdb/cockroach/vendor/github.com/docker/distribution/digestset github.com/cockroachdb/cockroach/vendor/golang.org/x/net/context/ctxhttp net/http/httputil github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/container github.com/cockroachdb/cockroach/pkg/util/caller github.com/cockroachdb/cockroach/pkg/util/envutil github.com/cockroachdb/cockroach/pkg/util/protoutil github.com/cockroachdb/cockroach/pkg/util/log github.com/cockroachdb/cockroach/vendor/github.com/docker/go-connections/sockets github.com/cockroachdb/cockroach/vendor/github.com/docker/distribution/reference github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/swarm github.com/cockroachdb/cockroach/pkg/util/timeutil github.com/cockroachdb/cockroach/pkg/util/randutil github.com/cockroachdb/cockroach/pkg/util/tracing github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/jsonlog github.com/cockroachdb/cockroach/pkg/util github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/reference github.com/cockroachdb/cockroach/vendor/github.com/docker/go-connections/tlsconfig github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/term github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/stdcopy github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/random github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/api/types/volume github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/namesgenerator github.com/cockroachdb/cockroach/vendor/github.com/googleapis/gax-go github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/internal/optional github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/client github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/internal/version github.com/cockroachdb/cockroach/vendor/google.golang.org/api/googleapi/internal/uritemplates github.com/cockroachdb/cockroach/vendor/google.golang.org/api/iterator github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2/internal github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/internal github.com/cockroachdb/cockroach/vendor/google.golang.org/api/googleapi github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/compute/metadata github.com/cockroachdb/cockroach/pkg/util/hlc github.com/cockroachdb/cockroach/pkg/util/metric github.com/cockroachdb/cockroach/vendor/google.golang.org/genproto/googleapis/api/annotations github.com/cockroachdb/cockroach/pkg/storage/engine/enginepb github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2 github.com/cockroachdb/cockroach/vendor/github.com/docker/docker/pkg/jsonmessage github.com/cockroachdb/cockroach/vendor/google.golang.org/genproto/googleapis/iam/v1 github.com/cockroachdb/cockroach/vendor/google.golang.org/api/gensupport github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2/jws github.com/cockroachdb/cockroach/vendor/google.golang.org/api/googleapi/transport github.com/cockroachdb/cockroach/vendor/google.golang.org/api/internal net/http/cookiejar github.com/cockroachdb/cockroach/vendor/github.com/Azure/go-autorest/autorest/date github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2/jwt github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/iam github.com/cockroachdb/cockroach/vendor/google.golang.org/api/option github.com/cockroachdb/cockroach/vendor/google.golang.org/api/storage/v1 github.com/cockroachdb/cockroach/vendor/github.com/dgrijalva/jwt-go github.com/cockroachdb/cockroach/pkg/roachpb github.com/cockroachdb/cockroach/vendor/github.com/Azure/go-autorest/autorest github.com/cockroachdb/cockroach/pkg/util/cache github.com/cockroachdb/cockroach/vendor/golang.org/x/oauth2/google github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup github.com/cockroachdb/cockroach/pkg/settings github.com/cockroachdb/cockroach/pkg/ccl/utilccl/intervalccl github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgerror github.com/cockroachdb/cockroach/pkg/sql/mon github.com/cockroachdb/cockroach/pkg/ccl/utilccl github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/credentials/oauth github.com/cockroachdb/cockroach/vendor/google.golang.org/api/transport github.com/cockroachdb/cockroach/vendor/github.com/Azure/go-autorest/autorest/azure github.com/cockroachdb/cockroach/vendor/github.com/Azure/azure-sdk-for-go/storage github.com/cockroachdb/cockroach/vendor/cloud.google.com/go/storage github.com/cockroachdb/cockroach/pkg/util/stop github.com/cockroachdb/cockroach/pkg/sql/parser github.com/cockroachdb/cockroach/pkg/keys github.com/cockroachdb/cockroach/pkg/storage/storagebase github.com/cockroachdb/cockroach/pkg/security github.com/cockroachdb/cockroach/pkg/util/netutil github.com/cockroachdb/cockroach/pkg/util/grpcutil github.com/cockroachdb/cockroach/pkg/config github.com/cockroachdb/cockroach/pkg/internal/client github.com/cockroachdb/cockroach/pkg/base github.com/cockroachdb/cockroach/pkg/security/securitytest github.com/cockroachdb/cockroach/pkg/rpc github.com/cockroachdb/cockroach/pkg/acceptance/iptables github.com/cockroachdb/cockroach/pkg/gossip/resolver github.com/cockroachdb/cockroach/pkg/testutils github.com/cockroachdb/cockroach/pkg/storage/engine github.com/cockroachdb/cockroach/pkg/sql/sqlutil github.com/cockroachdb/cockroach/pkg/acceptance/cluster github.com/cockroachdb/cockroach/pkg/acceptance/terrafarm # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/roachpb/internal.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_roachpb_internal.pb.cc:1: pkg/storage/engine/cockroach/pkg/roachpb/internal.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/roachpb/data.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_roachpb_data.pb.cc:1: pkg/storage/engine/cockroach/pkg/roachpb/data.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. github.com/cockroachdb/cockroach/pkg/gossip # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/roachpb/metadata.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_roachpb_metadata.pb.cc:1: pkg/storage/engine/cockroach/pkg/roachpb/metadata.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/storage/engine/enginepb/mvcc.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_storage_engine_enginepb_mvcc.pb.cc:1: pkg/storage/engine/cockroach/pkg/storage/engine/enginepb/mvcc.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/storage/engine/enginepb/rocksdb.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_storage_engine_enginepb_rocksdb.pb.cc:1: pkg/storage/engine/cockroach/pkg/storage/engine/enginepb/rocksdb.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine pkg/storage/engine/encoding.cc:18:27: fatal error: rocksdb/slice.h: No such file or directory #include "rocksdb/slice.h" ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine pkg/storage/engine/eventlistener.cc:17:38: fatal error: rocksdb/table_properties.h: No such file or directory #include <rocksdb/table_properties.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine pkg/storage/engine/db.cc:19:48: fatal error: google/protobuf/stubs/stringprintf.h: No such file or directory #include <google/protobuf/stubs/stringprintf.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/util/hlc/timestamp.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_util_hlc_timestamp.pb.cc:1: pkg/storage/engine/cockroach/pkg/util/hlc/timestamp.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. # github.com/cockroachdb/cockroach/pkg/storage/engine In file included from pkg/storage/engine/cockroach/pkg/util/unresolved_addr.pb.cc:5:0, from pkg/storage/engine/cockroach_pkg_util_unresolved_addr.pb.cc:1: pkg/storage/engine/cockroach/pkg/util/unresolved_addr.pb.h:9:42: fatal error: google/protobuf/stubs/common.h: No such file or directory #include <google/protobuf/stubs/common.h> ^ compilation terminated. github.com/cockroachdb/cockroach/pkg/acceptance github.com/cockroachdb/cockroach/pkg/kv github.com/cockroachdb/cockroach/pkg/sql/sqlbase github.com/cockroachdb/cockroach/pkg/testutils/sqlutils github.com/cockroachdb/cockroach/pkg/sql/distsqlrun github.com/cockroachdb/cockroach/pkg/sql/distsqlplan Makefile:192: recipe for target 'stress' failed make: *** [stress] Error 2 ```
test
ccl acceptanceccl unknown failed under stress sha parameters cockroach proposer evaluated kv false tags deadlock goflags stress build found a failed test gopath set to go git submodule update init github com cockroachdb cockroach pkg cmd metacheck github com cockroachdb cockroach pkg cmd ncpus github com cockroachdb cockroach pkg cmd returncheck github com cockroachdb cockroach vendor github com masterminds glide github com cockroachdb cockroach vendor github com cockroachdb stress github com cockroachdb cockroach vendor github com golang lint golint github com cockroachdb cockroach vendor github com cockroachdb crlfmt github com cockroachdb cockroach vendor github com misspell cmd misspell github com cockroachdb cockroach vendor github com google pprof github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway github com cockroachdb cockroach vendor github com jteeuwen go bindata go bindata github com cockroachdb cockroach vendor github com kisielk errcheck github com cockroachdb cockroach vendor github com mattn goveralls github com cockroachdb cockroach vendor github com mdempsky unconvert github com cockroachdb cockroach vendor github com mibk dupl github com cockroachdb cockroach vendor github com wadey gocovmerge github com cockroachdb cockroach vendor golang org x tools cmd goimports github com cockroachdb cockroach vendor golang org x tools cmd goyacc github com cockroachdb cockroach vendor golang org x tools cmd guru github com cockroachdb cockroach vendor golang org x tools cmd stringer touch go src github com cockroachdb cockroach bin bootstrap go list tags deadlock make unknown linux gnu f cc x tools unknown linux gnu bin unknown linux gnu gcc cxx x tools unknown linux gnu bin unknown linux gnu g go test v installsuffix release tags deadlock make unknown linux gnu ldflags s w extldflags static libgcc static libstdc x github com cockroachdb cockroach pkg build typ release i c importpath o dir stress test cd dir if then cockroach stress true stress maxtime maxfails stderr stress test test run test timeout test v fi github com cockroachdb cockroach pkg ccl acceptanceccl bin bash github com cockroachdb cockroach vendor github com docker docker api types mount github com cockroachdb cockroach vendor github com docker docker api types network github com cockroachdb cockroach vendor github com docker docker api types events github com cockroachdb cockroach vendor github com sasha s go deadlock github com cockroachdb cockroach vendor github com docker docker api types blkiodev github com cockroachdb cockroach vendor github com docker docker api types strslice github com cockroachdb cockroach vendor github com docker go connections nat github com cockroachdb cockroach vendor github com docker go units github com cockroachdb cockroach vendor github com docker docker api types versions github com cockroachdb cockroach vendor github com docker docker api types registry github com cockroachdb cockroach vendor github com docker distribution vendor github com opencontainers go digest github com cockroachdb cockroach vendor github com docker docker api types time github com cockroachdb cockroach vendor github com docker docker pkg tlsconfig github com cockroachdb cockroach vendor github com docker docker api types filters github com cockroachdb cockroach vendor golang org x net proxy github com cockroachdb cockroach vendor github com sirupsen logrus github com cockroachdb cockroach pkg util syncutil github com cockroachdb cockroach vendor github com docker distribution digestset github com cockroachdb cockroach vendor golang org x net context ctxhttp net http httputil github com cockroachdb cockroach vendor github com docker docker api types container github com cockroachdb cockroach pkg util caller github com cockroachdb cockroach pkg util envutil github com cockroachdb cockroach pkg util protoutil github com cockroachdb cockroach pkg util log github com cockroachdb cockroach vendor github com docker go connections sockets github com cockroachdb cockroach vendor github com docker distribution reference github com cockroachdb cockroach vendor github com docker docker api types swarm github com cockroachdb cockroach pkg util timeutil github com cockroachdb cockroach pkg util randutil github com cockroachdb cockroach pkg util tracing github com cockroachdb cockroach vendor github com docker docker api types github com cockroachdb cockroach vendor github com docker docker pkg jsonlog github com cockroachdb cockroach pkg util github com cockroachdb cockroach vendor github com docker docker api types reference github com cockroachdb cockroach vendor github com docker go connections tlsconfig github com cockroachdb cockroach vendor github com docker docker pkg term github com cockroachdb cockroach vendor github com docker docker pkg stdcopy github com cockroachdb cockroach vendor github com docker docker pkg random github com cockroachdb cockroach vendor github com docker docker api types volume github com cockroachdb cockroach vendor github com golang protobuf protoc gen go descriptor github com cockroachdb cockroach vendor github com docker docker pkg namesgenerator github com cockroachdb cockroach vendor github com googleapis gax go github com cockroachdb cockroach vendor cloud google com go internal optional github com cockroachdb cockroach vendor github com docker docker client github com cockroachdb cockroach vendor cloud google com go internal version github com cockroachdb cockroach vendor google golang org api googleapi internal uritemplates github com cockroachdb cockroach vendor google golang org api iterator github com cockroachdb cockroach vendor golang org x internal github com cockroachdb cockroach vendor cloud google com go internal github com cockroachdb cockroach vendor google golang org api googleapi github com cockroachdb cockroach vendor cloud google com go compute metadata github com cockroachdb cockroach pkg util hlc github com cockroachdb cockroach pkg util metric github com cockroachdb cockroach vendor google golang org genproto googleapis api annotations github com cockroachdb cockroach pkg storage engine enginepb github com cockroachdb cockroach vendor golang org x github com cockroachdb cockroach vendor github com docker docker pkg jsonmessage github com cockroachdb cockroach vendor google golang org genproto googleapis iam github com cockroachdb cockroach vendor google golang org api gensupport github com cockroachdb cockroach vendor golang org x jws github com cockroachdb cockroach vendor google golang org api googleapi transport github com cockroachdb cockroach vendor google golang org api internal net http cookiejar github com cockroachdb cockroach vendor github com azure go autorest autorest date github com cockroachdb cockroach vendor golang org x jwt github com cockroachdb cockroach vendor cloud google com go iam github com cockroachdb cockroach vendor google golang org api option github com cockroachdb cockroach vendor google golang org api storage github com cockroachdb cockroach vendor github com dgrijalva jwt go github com cockroachdb cockroach pkg roachpb github com cockroachdb cockroach vendor github com azure go autorest autorest github com cockroachdb cockroach pkg util cache github com cockroachdb cockroach vendor golang org x google github com cockroachdb cockroach vendor golang org x sync errgroup github com cockroachdb cockroach pkg settings github com cockroachdb cockroach pkg ccl utilccl intervalccl github com cockroachdb cockroach pkg sql pgwire pgerror github com cockroachdb cockroach pkg sql mon github com cockroachdb cockroach pkg ccl utilccl github com cockroachdb cockroach vendor google golang org grpc credentials oauth github com cockroachdb cockroach vendor google golang org api transport github com cockroachdb cockroach vendor github com azure go autorest autorest azure github com cockroachdb cockroach vendor github com azure azure sdk for go storage github com cockroachdb cockroach vendor cloud google com go storage github com cockroachdb cockroach pkg util stop github com cockroachdb cockroach pkg sql parser github com cockroachdb cockroach pkg keys github com cockroachdb cockroach pkg storage storagebase github com cockroachdb cockroach pkg security github com cockroachdb cockroach pkg util netutil github com cockroachdb cockroach pkg util grpcutil github com cockroachdb cockroach pkg config github com cockroachdb cockroach pkg internal client github com cockroachdb cockroach pkg base github com cockroachdb cockroach pkg security securitytest github com cockroachdb cockroach pkg rpc github com cockroachdb cockroach pkg acceptance iptables github com cockroachdb cockroach pkg gossip resolver github com cockroachdb cockroach pkg testutils github com cockroachdb cockroach pkg storage engine github com cockroachdb cockroach pkg sql sqlutil github com cockroachdb cockroach pkg acceptance cluster github com cockroachdb cockroach pkg acceptance terrafarm github com cockroachdb cockroach pkg storage engine in file included from pkg storage engine cockroach pkg roachpb internal pb cc from pkg storage engine cockroach pkg roachpb internal pb cc pkg storage engine cockroach pkg roachpb internal pb h fatal error google protobuf stubs common h no such file or directory include compilation terminated github com cockroachdb cockroach pkg storage engine in file included from pkg storage engine cockroach pkg roachpb data pb cc from pkg storage engine cockroach pkg roachpb data pb cc pkg storage engine cockroach pkg roachpb data pb h fatal error google protobuf stubs common h no such file or directory include compilation terminated github com cockroachdb cockroach pkg gossip github com cockroachdb cockroach pkg storage engine in file included from pkg storage engine cockroach pkg roachpb metadata pb cc from pkg storage engine cockroach pkg roachpb metadata pb cc pkg storage engine cockroach pkg roachpb metadata pb h fatal error google protobuf stubs common h no such file or directory include compilation terminated github com cockroachdb cockroach pkg storage engine in file included from pkg storage engine cockroach pkg storage engine enginepb mvcc pb cc from pkg storage engine cockroach pkg storage engine enginepb mvcc pb cc pkg storage engine cockroach pkg storage engine enginepb mvcc pb h fatal error google protobuf stubs common h no such file or directory include compilation terminated github com cockroachdb cockroach pkg storage engine in file included from pkg storage engine cockroach pkg storage engine enginepb rocksdb pb cc from pkg storage engine cockroach pkg storage engine enginepb rocksdb pb cc pkg storage engine cockroach pkg storage engine enginepb rocksdb pb h fatal error google protobuf stubs common h no such file or directory include compilation terminated github com cockroachdb cockroach pkg storage engine pkg storage engine encoding cc fatal error rocksdb slice h no such file or directory include rocksdb slice h compilation terminated github com cockroachdb cockroach pkg storage engine pkg storage engine eventlistener cc fatal error rocksdb table properties h no such file or directory include compilation terminated github com cockroachdb cockroach pkg storage engine pkg storage engine db cc fatal error google protobuf stubs stringprintf h no such file or directory include compilation terminated github com cockroachdb cockroach pkg storage engine in file included from pkg storage engine cockroach pkg util hlc timestamp pb cc from pkg storage engine cockroach pkg util hlc timestamp pb cc pkg storage engine cockroach pkg util hlc timestamp pb h fatal error google protobuf stubs common h no such file or directory include compilation terminated github com cockroachdb cockroach pkg storage engine in file included from pkg storage engine cockroach pkg util unresolved addr pb cc from pkg storage engine cockroach pkg util unresolved addr pb cc pkg storage engine cockroach pkg util unresolved addr pb h fatal error google protobuf stubs common h no such file or directory include compilation terminated github com cockroachdb cockroach pkg acceptance github com cockroachdb cockroach pkg kv github com cockroachdb cockroach pkg sql sqlbase github com cockroachdb cockroach pkg testutils sqlutils github com cockroachdb cockroach pkg sql distsqlrun github com cockroachdb cockroach pkg sql distsqlplan makefile recipe for target stress failed make error
1
280,303
24,292,780,529
IssuesEvent
2022-09-29 07:40:58
capjamesg/indieweb-utils
https://api.github.com/repos/capjamesg/indieweb-utils
closed
Write test case for `discover_h_feed`
testing
We should have a test case for `discover_h_feed()` ready before we release the next version of IndieWeb utils.
1.0
Write test case for `discover_h_feed` - We should have a test case for `discover_h_feed()` ready before we release the next version of IndieWeb utils.
test
write test case for discover h feed we should have a test case for discover h feed ready before we release the next version of indieweb utils
1
57,571
6,550,854,982
IssuesEvent
2017-09-05 12:50:21
EyeSeeTea/QAApp
https://api.github.com/repos/EyeSeeTea/QAApp
closed
clussiana@psi.org on build #33: Error message when landing on the Improve module after…
buddybug testing
Feedback from clussiana@psi.org : Error message when landing on the Improve module after marking a survey as complete. "One more conflicts encountered please check import summary." <img src="https://s3-us-west-2.amazonaws.com/buddybuild-screenshots/56b408ad65c5670100adf4df/57e54bc1a2eef90100b90bfc/67c4ef56-2033-4cfd-ad94-e26aa2152c9a.jpg" width="33%" height="33%" /><table><tr><td>Created</td><td>Fri Sep 30 2016 10:55:06 GMT+0000 (UTC)</td></tr><tr><td>Build</td><td>33</td></tr><tr><td>Device type</td><td>SM-T531</td></tr><tr><td>Screen size</td><td>800</td></tr><tr><td>Screen size</td><td>800px by 1280px</td></tr><tr><td>Battery</td><td>29% Charging</td></tr><tr><td>Memory free</td><td>225 MB / 1376 MB</td></tr></table> [Link to buddybuild feedback from build 33](https://dashboard.buddybuild.com/apps/56b408ad65c5670100adf4df/feedback?fid=57ee448aa05a5201001da89b&bnum=33) ![img_20160930_134701 2 copy](https://cloud.githubusercontent.com/assets/12784825/18989775/68f071be-8716-11e6-9797-def8cb1f2221.jpg)
1.0
clussiana@psi.org on build #33: Error message when landing on the Improve module after… - Feedback from clussiana@psi.org : Error message when landing on the Improve module after marking a survey as complete. "One more conflicts encountered please check import summary." <img src="https://s3-us-west-2.amazonaws.com/buddybuild-screenshots/56b408ad65c5670100adf4df/57e54bc1a2eef90100b90bfc/67c4ef56-2033-4cfd-ad94-e26aa2152c9a.jpg" width="33%" height="33%" /><table><tr><td>Created</td><td>Fri Sep 30 2016 10:55:06 GMT+0000 (UTC)</td></tr><tr><td>Build</td><td>33</td></tr><tr><td>Device type</td><td>SM-T531</td></tr><tr><td>Screen size</td><td>800</td></tr><tr><td>Screen size</td><td>800px by 1280px</td></tr><tr><td>Battery</td><td>29% Charging</td></tr><tr><td>Memory free</td><td>225 MB / 1376 MB</td></tr></table> [Link to buddybuild feedback from build 33](https://dashboard.buddybuild.com/apps/56b408ad65c5670100adf4df/feedback?fid=57ee448aa05a5201001da89b&bnum=33) ![img_20160930_134701 2 copy](https://cloud.githubusercontent.com/assets/12784825/18989775/68f071be-8716-11e6-9797-def8cb1f2221.jpg)
test
clussiana psi org on build error message when landing on the improve module after… feedback from clussiana psi org error message when landing on the improve module after marking a survey as complete one more conflicts encountered please check import summary created fri sep gmt utc build device type sm screen size screen size by battery charging memory free mb mb
1
41,358
5,353,324,638
IssuesEvent
2017-02-20 05:01:44
Microsoft/vsts-tasks
https://api.github.com/repos/Microsoft/vsts-tasks
closed
Real time status/logs of test execution not available on VSTS console
Area: Test
Hello, As we are running our test cases, the result is shown only after the test execution. I have the following query- - Real time status of test execution is not available on VSTS. Only after the test execution is completed, the status is shown on the portal. Even the test console output log is not available in the VSTS console. It is only available in the VSTS agent for which every time we have to login to the Agent and check it. **I would like to know is there any way to download or see the console output test logs in the VSTS console?** Request you to help me to clarify these doubts. Thanks Mohit
1.0
Real time status/logs of test execution not available on VSTS console - Hello, As we are running our test cases, the result is shown only after the test execution. I have the following query- - Real time status of test execution is not available on VSTS. Only after the test execution is completed, the status is shown on the portal. Even the test console output log is not available in the VSTS console. It is only available in the VSTS agent for which every time we have to login to the Agent and check it. **I would like to know is there any way to download or see the console output test logs in the VSTS console?** Request you to help me to clarify these doubts. Thanks Mohit
test
real time status logs of test execution not available on vsts console hello as we are running our test cases the result is shown only after the test execution i have the following query real time status of test execution is not available on vsts only after the test execution is completed the status is shown on the portal even the test console output log is not available in the vsts console it is only available in the vsts agent for which every time we have to login to the agent and check it i would like to know is there any way to download or see the console output test logs in the vsts console request you to help me to clarify these doubts thanks mohit
1
122,800
17,762,307,258
IssuesEvent
2021-08-29 23:02:25
ghc-dev/Thomas-Moore
https://api.github.com/repos/ghc-dev/Thomas-Moore
opened
CVE-2020-14343 (High) detected in PyYAML-5.3.1.tar.gz
security vulnerability
## CVE-2020-14343 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>PyYAML-5.3.1.tar.gz</b></p></summary> <p>YAML parser and emitter for Python</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz">https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz</a></p> <p>Path to dependency file: Thomas-Moore/requirements.txt</p> <p>Path to vulnerable library: /requirements.txt</p> <p> Dependency Hierarchy: - :x: **PyYAML-5.3.1.tar.gz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/Thomas-Moore/commit/a3e1c8543cf3267966fb335b17194847786ad758">a3e1c8543cf3267966fb335b17194847786ad758</a></p> <p>Found in base branch: <b>feature_branch</b></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> A vulnerability was discovered in the PyYAML library in versions before 5.4, where it is susceptible to arbitrary code execution when it processes untrusted YAML files through the full_load method or with the FullLoader loader. Applications that use the library to process untrusted input may be vulnerable to this flaw. This flaw allows an attacker to execute arbitrary code on the system by abusing the python/object/new constructor. This flaw is due to an incomplete fix for CVE-2020-1747. <p>Publish Date: 2021-02-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14343>CVE-2020-14343</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14343">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14343</a></p> <p>Release Date: 2021-02-09</p> <p>Fix Resolution: PyYAML - 5.4</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"PyYAML","packageVersion":"5.3.1","packageFilePaths":["/requirements.txt"],"isTransitiveDependency":false,"dependencyTree":"PyYAML:5.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"PyYAML - 5.4"}],"baseBranches":["feature_branch"],"vulnerabilityIdentifier":"CVE-2020-14343","vulnerabilityDetails":"A vulnerability was discovered in the PyYAML library in versions before 5.4, where it is susceptible to arbitrary code execution when it processes untrusted YAML files through the full_load method or with the FullLoader loader. Applications that use the library to process untrusted input may be vulnerable to this flaw. This flaw allows an attacker to execute arbitrary code on the system by abusing the python/object/new constructor. This flaw is due to an incomplete fix for CVE-2020-1747.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14343","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-14343 (High) detected in PyYAML-5.3.1.tar.gz - ## CVE-2020-14343 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>PyYAML-5.3.1.tar.gz</b></p></summary> <p>YAML parser and emitter for Python</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz">https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz</a></p> <p>Path to dependency file: Thomas-Moore/requirements.txt</p> <p>Path to vulnerable library: /requirements.txt</p> <p> Dependency Hierarchy: - :x: **PyYAML-5.3.1.tar.gz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/Thomas-Moore/commit/a3e1c8543cf3267966fb335b17194847786ad758">a3e1c8543cf3267966fb335b17194847786ad758</a></p> <p>Found in base branch: <b>feature_branch</b></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> A vulnerability was discovered in the PyYAML library in versions before 5.4, where it is susceptible to arbitrary code execution when it processes untrusted YAML files through the full_load method or with the FullLoader loader. Applications that use the library to process untrusted input may be vulnerable to this flaw. This flaw allows an attacker to execute arbitrary code on the system by abusing the python/object/new constructor. This flaw is due to an incomplete fix for CVE-2020-1747. <p>Publish Date: 2021-02-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14343>CVE-2020-14343</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14343">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14343</a></p> <p>Release Date: 2021-02-09</p> <p>Fix Resolution: PyYAML - 5.4</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"PyYAML","packageVersion":"5.3.1","packageFilePaths":["/requirements.txt"],"isTransitiveDependency":false,"dependencyTree":"PyYAML:5.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"PyYAML - 5.4"}],"baseBranches":["feature_branch"],"vulnerabilityIdentifier":"CVE-2020-14343","vulnerabilityDetails":"A vulnerability was discovered in the PyYAML library in versions before 5.4, where it is susceptible to arbitrary code execution when it processes untrusted YAML files through the full_load method or with the FullLoader loader. Applications that use the library to process untrusted input may be vulnerable to this flaw. This flaw allows an attacker to execute arbitrary code on the system by abusing the python/object/new constructor. This flaw is due to an incomplete fix for CVE-2020-1747.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14343","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_test
cve high detected in pyyaml tar gz cve high severity vulnerability vulnerable library pyyaml tar gz yaml parser and emitter for python library home page a href path to dependency file thomas moore requirements txt path to vulnerable library requirements txt dependency hierarchy x pyyaml tar gz vulnerable library found in head commit a href found in base branch feature branch vulnerability details a vulnerability was discovered in the pyyaml library in versions before where it is susceptible to arbitrary code execution when it processes untrusted yaml files through the full load method or with the fullloader loader applications that use the library to process untrusted input may be vulnerable to this flaw this flaw allows an attacker to execute arbitrary code on the system by abusing the python object new constructor this flaw is due to an incomplete fix for cve 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 pyyaml rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree pyyaml isminimumfixversionavailable true minimumfixversion pyyaml basebranches vulnerabilityidentifier cve vulnerabilitydetails a vulnerability was discovered in the pyyaml library in versions before where it is susceptible to arbitrary code execution when it processes untrusted yaml files through the full load method or with the fullloader loader applications that use the library to process untrusted input may be vulnerable to this flaw this flaw allows an attacker to execute arbitrary code on the system by abusing the python object new constructor this flaw is due to an incomplete fix for cve vulnerabilityurl
0
72,003
13,774,065,698
IssuesEvent
2020-10-08 05:25:56
IOSD/IOSD_MAIT_Hacktoberfest-2020_DSA-CP
https://api.github.com/repos/IOSD/IOSD_MAIT_Hacktoberfest-2020_DSA-CP
opened
CodeForces
Algorithms Codeforces Datastructure IOSD competitive-programming good first issue
Pick any CodeForces problems and submit your source code for that problem here by making a PR. ### **Rules** 1. You have to submit at least 4 question solutions in 1 PR. 2. Submissions for any ongoing contest will not be accepted. 3. Attach Proof of Your AC Submission(Screenshot of AC Result) IN PULL REQUEST DISCUSSION THREAD ONLY AFTER CREATING PR AND NOT AS SEPERATE IMAGE FILES. 4. Only recent (past 24hours) submissions will be accepted. 5. Please do not plagiarise **Format for Source Code Filenames :** CF_ProblemCode.extension Note : You do not need to be assigned this issue. You can directly submit a PR.
1.0
CodeForces - Pick any CodeForces problems and submit your source code for that problem here by making a PR. ### **Rules** 1. You have to submit at least 4 question solutions in 1 PR. 2. Submissions for any ongoing contest will not be accepted. 3. Attach Proof of Your AC Submission(Screenshot of AC Result) IN PULL REQUEST DISCUSSION THREAD ONLY AFTER CREATING PR AND NOT AS SEPERATE IMAGE FILES. 4. Only recent (past 24hours) submissions will be accepted. 5. Please do not plagiarise **Format for Source Code Filenames :** CF_ProblemCode.extension Note : You do not need to be assigned this issue. You can directly submit a PR.
non_test
codeforces pick any codeforces problems and submit your source code for that problem here by making a pr rules you have to submit at least question solutions in pr submissions for any ongoing contest will not be accepted attach proof of your ac submission screenshot of ac result in pull request discussion thread only after creating pr and not as seperate image files only recent past submissions will be accepted please do not plagiarise format for source code filenames cf problemcode extension note you do not need to be assigned this issue you can directly submit a pr
0
335,655
10,164,772,721
IssuesEvent
2019-08-07 12:30:50
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.walgreens.com - see bug description
browser-firefox-mobile engine-gecko priority-normal
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: --> **URL**: https://www.walgreens.com/pharmacy/expresspickuppass/expresspickuppassbarcode_new.jsp? **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android **Tested Another Browser**: No **Problem type**: Something else **Description**: Google Pay pass button css appears mangled and link does not work **Steps to Reproduce**: On load, the css appears out of sync with the rest of the site, and the "save Google Pay pass" button doesn't work at all (in fact, it isn't linked to anything). <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.walgreens.com - see bug description - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: --> **URL**: https://www.walgreens.com/pharmacy/expresspickuppass/expresspickuppassbarcode_new.jsp? **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android **Tested Another Browser**: No **Problem type**: Something else **Description**: Google Pay pass button css appears mangled and link does not work **Steps to Reproduce**: On load, the css appears out of sync with the rest of the site, and the "save Google Pay pass" button doesn't work at all (in fact, it isn't linked to anything). <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description google pay pass button css appears mangled and link does not work steps to reproduce on load the css appears out of sync with the rest of the site and the save google pay pass button doesn t work at all in fact it isn t linked to anything browser configuration none from with ❤️
0
13,218
3,317,427,101
IssuesEvent
2015-11-06 21:37:00
FactomProject/WorkItems
https://api.github.com/repos/FactomProject/WorkItems
closed
List transactions for an Address
2 - Testing
List all transactions in Factom for a given address, whether used to fund the Address, or to spend from the Address. <!--- @huboard:{"order":368.46875,"milestone_order":414,"custom_state":""} -->
1.0
List transactions for an Address - List all transactions in Factom for a given address, whether used to fund the Address, or to spend from the Address. <!--- @huboard:{"order":368.46875,"milestone_order":414,"custom_state":""} -->
test
list transactions for an address list all transactions in factom for a given address whether used to fund the address or to spend from the address huboard order milestone order custom state
1
282,001
30,889,091,222
IssuesEvent
2023-08-04 02:13:41
hshivhare67/kernel_v4.1.15_CVE-2019-10220
https://api.github.com/repos/hshivhare67/kernel_v4.1.15_CVE-2019-10220
reopened
CVE-2018-20856 (High) detected in linuxlinux-4.4.302
Mend: dependency security vulnerability
## CVE-2018-20856 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</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>/block/blk-core.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/block/blk-core.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 before 4.18.7. In block/blk-core.c, there is an __blk_drain_queue() use-after-free because a certain error case is mishandled. <p>Publish Date: 2019-07-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-20856>CVE-2018-20856</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20856">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20856</a></p> <p>Release Date: 2019-07-26</p> <p>Fix Resolution: 4.19-rc1</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-2018-20856 (High) detected in linuxlinux-4.4.302 - ## CVE-2018-20856 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</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>/block/blk-core.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/block/blk-core.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 before 4.18.7. In block/blk-core.c, there is an __blk_drain_queue() use-after-free because a certain error case is mishandled. <p>Publish Date: 2019-07-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-20856>CVE-2018-20856</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20856">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20856</a></p> <p>Release Date: 2019-07-26</p> <p>Fix Resolution: 4.19-rc1</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 linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in base branch master vulnerable source files block blk core c block blk core c vulnerability details an issue was discovered in the linux kernel before in block blk core c there is an blk drain queue use after free because a certain error case is mishandled 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 step up your open source security game with mend
0
306,175
23,147,134,122
IssuesEvent
2022-07-29 02:58:08
seancorfield/honeysql
https://api.github.com/repos/seancorfield/honeysql
closed
Differences between IN queries between v1 and v2
documentation
Hi, I'm in the process of upgrading from honeysql v1 to v2. We make use of a lot of queries with `IN` expressions, and I'm curious if this change is intentional between the two versions of honeysql, and if so, if I have the proper workaround. ``` => (require '[honeysql.core :as hsqlv1]) => (require '[honey.sql :as hsqlv2]) => (def in-query {:select [:foo] :from [:bar] :where [:in [:bar :baz] {:select [:bar :baz] :from [:oof]}]}) => (hsqlv1/format in-query) ["SELECT foo FROM bar WHERE ((bar, baz) in (SELECT bar, baz FROM oof))"] ``` In v1 it works in the way that we intended, creating an `IN` statement using two columns. However in hsql v2 it turns the columns into a function call. Based on some of the docs, I thought that function calls required to be doubly nest, like `[[:d :e]]` from the migration doc? ``` => (hsqlv2/format in-query) ["SELECT foo FROM bar WHERE BAR(baz) IN (SELECT bar, baz FROM oof)"] ``` I have found a workaround, by adding `:inline` wrappers to the columns, I can get the query that I want. Is this the proper way to construct this type of query? ``` => (def inlined-query {:select [:foo] :from [:bar] :where [:in [[:inline :bar] [:inline :baz]] {:select [:bar :baz] :from [:oof]}]}) => (hsqlv2/format inlined-query) ["SELECT foo FROM bar WHERE (bar, baz) IN (SELECT bar, baz FROM oof)"] ``` It also affects single column queries ``` => (def single-column-query {:select [:foo] :from [:bar] :where [:in [:bar] {:select [:bar] :from [:oof]}]}) => (hsqlv2/format single-column-query) ["SELECT foo FROM bar WHERE BAR() IN (SELECT bar FROM oof)"] ``` but those have a simpler workaround of just omitting the square brackets all together ``` => (def single-column-query {:select [:foo] :from [:bar] :where [:in :bar {:select [:bar] :from [:oof]}]}) => (hsqlv2/format single-column-query) ["SELECT foo FROM bar WHERE bar IN (SELECT bar FROM oof)"] ```
1.0
Differences between IN queries between v1 and v2 - Hi, I'm in the process of upgrading from honeysql v1 to v2. We make use of a lot of queries with `IN` expressions, and I'm curious if this change is intentional between the two versions of honeysql, and if so, if I have the proper workaround. ``` => (require '[honeysql.core :as hsqlv1]) => (require '[honey.sql :as hsqlv2]) => (def in-query {:select [:foo] :from [:bar] :where [:in [:bar :baz] {:select [:bar :baz] :from [:oof]}]}) => (hsqlv1/format in-query) ["SELECT foo FROM bar WHERE ((bar, baz) in (SELECT bar, baz FROM oof))"] ``` In v1 it works in the way that we intended, creating an `IN` statement using two columns. However in hsql v2 it turns the columns into a function call. Based on some of the docs, I thought that function calls required to be doubly nest, like `[[:d :e]]` from the migration doc? ``` => (hsqlv2/format in-query) ["SELECT foo FROM bar WHERE BAR(baz) IN (SELECT bar, baz FROM oof)"] ``` I have found a workaround, by adding `:inline` wrappers to the columns, I can get the query that I want. Is this the proper way to construct this type of query? ``` => (def inlined-query {:select [:foo] :from [:bar] :where [:in [[:inline :bar] [:inline :baz]] {:select [:bar :baz] :from [:oof]}]}) => (hsqlv2/format inlined-query) ["SELECT foo FROM bar WHERE (bar, baz) IN (SELECT bar, baz FROM oof)"] ``` It also affects single column queries ``` => (def single-column-query {:select [:foo] :from [:bar] :where [:in [:bar] {:select [:bar] :from [:oof]}]}) => (hsqlv2/format single-column-query) ["SELECT foo FROM bar WHERE BAR() IN (SELECT bar FROM oof)"] ``` but those have a simpler workaround of just omitting the square brackets all together ``` => (def single-column-query {:select [:foo] :from [:bar] :where [:in :bar {:select [:bar] :from [:oof]}]}) => (hsqlv2/format single-column-query) ["SELECT foo FROM bar WHERE bar IN (SELECT bar FROM oof)"] ```
non_test
differences between in queries between and hi i m in the process of upgrading from honeysql to we make use of a lot of queries with in expressions and i m curious if this change is intentional between the two versions of honeysql and if so if i have the proper workaround require require def in query select from where select from format in query in it works in the way that we intended creating an in statement using two columns however in hsql it turns the columns into a function call based on some of the docs i thought that function calls required to be doubly nest like from the migration doc format in query i have found a workaround by adding inline wrappers to the columns i can get the query that i want is this the proper way to construct this type of query def inlined query select from where select from format inlined query it also affects single column queries def single column query select from where select from format single column query but those have a simpler workaround of just omitting the square brackets all together def single column query select from where from format single column query
0
277,691
24,095,830,963
IssuesEvent
2022-09-19 18:39:10
tModLoader/tModLoader
https://api.github.com/repos/tModLoader/tModLoader
closed
[1.4] Vanilla World Gen Tasks are possible to error due to placing tiles outside the world.
Bug Needs Further Testing
### Is there an existing issue for this? - [X] I have searched the existing issues ### Version Latest public-1.4-alpha ### OS Windows ### Platform Steam ### Description When generating worlds Vanilla world gen tasks can attempt to generate something outside the world giving a error you can see in the Log File. ### Log File In-TML error: ![image](https://user-images.githubusercontent.com/64276800/134433424-68a64531-03e7-4ebb-86bc-87a78a3b3a4c.png) Log Error: [00:04:05] [26/ERROR] [tML]: A problem was encountered during world generation Cactus, Palm Trees, & Coral System.IndexOutOfRangeException: Index was outside the bounds of the array. at Terraria.WorldGen.<>c.<GenerateWorld>b__351_99(GenerationProgress progress, GameConfiguration passConfig) in tModLoader\Terraria\WorldGen.cs:line 11179 at Terraria.GameContent.Generation.PassLegacy.ApplyPass(GenerationProgress progress, GameConfiguration configuration) in tModLoader\Terraria\GameContent\Generation\PassLegacy.cs:line 226 at Terraria.WorldBuilding.GenPass.Apply(GenerationProgress progress, GameConfiguration configuration) in tModLoader\Terraria\WorldBuilding\GenPass.cs:line 24 at Terraria.WorldBuilding.WorldGenerator.GenerateWorld(GenerationProgress progress) in tModLoader\Terraria\WorldBuilding\WorldGenerator.cs:line 47 [00:04:05] [26/WARN] [tML]: Silently Caught Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array. at Terraria.WorldBuilding.WorldGenerator.GenerateWorld(GenerationProgress progress) in tModLoader\Terraria\WorldBuilding\WorldGenerator.cs:line 47 at Terraria.WorldGen.GenerateWorld(Int32 seed, GenerationProgress customProgressObject) in tModLoader\Terraria\WorldGen.cs:line 12092 at Terraria.WorldGen.do_worldGenCallBack(Object threadContext) in tModLoader\Terraria\WorldGen.cs:line 2341 at Terraria.WorldGen.worldGenCallback(Object threadContext) in tModLoader\Terraria\WorldGen.cs:line 2331 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) at System.Threading.ThreadPoolWorkQueue.Dispatch() [00:04:05] [26/ERROR] [Terraria]: A problem was encountered during world generation System.IndexOutOfRangeException: Index was outside the bounds of the array. at Terraria.WorldBuilding.WorldGenerator.GenerateWorld(GenerationProgress progress) in tModLoader\Terraria\WorldBuilding\WorldGenerator.cs:line 61 at Terraria.WorldGen.GenerateWorld(Int32 seed, GenerationProgress customProgressObject) in tModLoader\Terraria\WorldGen.cs:line 12092 at Terraria.WorldGen.do_worldGenCallBack(Object threadContext) in tModLoader\Terraria\WorldGen.cs:line 2341 at Terraria.WorldGen.worldGenCallback(Object threadContext) in tModLoader\Terraria\WorldGen.cs:line 2331 [00:07:30] [Main Thread/DEBUG] [tML]: Process.Start (UseShellExecute = True): "C:\Users\angry\Documents\My Games\Terraria\ModLoader\Beta\Logs" ### Steps to reproduce This issue seems to be extremely inconsistent but can just happen at anytime... ### Expected Behavior This issue should just not happen when generating a world. ### Actual Behavior Vanilla world gen tasks attempt to can error world gen by attempting to generate a tile of any form outside the world's tile array. ### Reproduction frequency It can happen 3+ times in a row then go for a few hours+ and return. ### Additional Information I believe a possible fix for this is to make all functions for placing any tile type checks if it's in the world or not and if it is just don't let that function run that attempt preventing the tile from having a attempt at being generated.
1.0
[1.4] Vanilla World Gen Tasks are possible to error due to placing tiles outside the world. - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Version Latest public-1.4-alpha ### OS Windows ### Platform Steam ### Description When generating worlds Vanilla world gen tasks can attempt to generate something outside the world giving a error you can see in the Log File. ### Log File In-TML error: ![image](https://user-images.githubusercontent.com/64276800/134433424-68a64531-03e7-4ebb-86bc-87a78a3b3a4c.png) Log Error: [00:04:05] [26/ERROR] [tML]: A problem was encountered during world generation Cactus, Palm Trees, & Coral System.IndexOutOfRangeException: Index was outside the bounds of the array. at Terraria.WorldGen.<>c.<GenerateWorld>b__351_99(GenerationProgress progress, GameConfiguration passConfig) in tModLoader\Terraria\WorldGen.cs:line 11179 at Terraria.GameContent.Generation.PassLegacy.ApplyPass(GenerationProgress progress, GameConfiguration configuration) in tModLoader\Terraria\GameContent\Generation\PassLegacy.cs:line 226 at Terraria.WorldBuilding.GenPass.Apply(GenerationProgress progress, GameConfiguration configuration) in tModLoader\Terraria\WorldBuilding\GenPass.cs:line 24 at Terraria.WorldBuilding.WorldGenerator.GenerateWorld(GenerationProgress progress) in tModLoader\Terraria\WorldBuilding\WorldGenerator.cs:line 47 [00:04:05] [26/WARN] [tML]: Silently Caught Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array. at Terraria.WorldBuilding.WorldGenerator.GenerateWorld(GenerationProgress progress) in tModLoader\Terraria\WorldBuilding\WorldGenerator.cs:line 47 at Terraria.WorldGen.GenerateWorld(Int32 seed, GenerationProgress customProgressObject) in tModLoader\Terraria\WorldGen.cs:line 12092 at Terraria.WorldGen.do_worldGenCallBack(Object threadContext) in tModLoader\Terraria\WorldGen.cs:line 2341 at Terraria.WorldGen.worldGenCallback(Object threadContext) in tModLoader\Terraria\WorldGen.cs:line 2331 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) at System.Threading.ThreadPoolWorkQueue.Dispatch() [00:04:05] [26/ERROR] [Terraria]: A problem was encountered during world generation System.IndexOutOfRangeException: Index was outside the bounds of the array. at Terraria.WorldBuilding.WorldGenerator.GenerateWorld(GenerationProgress progress) in tModLoader\Terraria\WorldBuilding\WorldGenerator.cs:line 61 at Terraria.WorldGen.GenerateWorld(Int32 seed, GenerationProgress customProgressObject) in tModLoader\Terraria\WorldGen.cs:line 12092 at Terraria.WorldGen.do_worldGenCallBack(Object threadContext) in tModLoader\Terraria\WorldGen.cs:line 2341 at Terraria.WorldGen.worldGenCallback(Object threadContext) in tModLoader\Terraria\WorldGen.cs:line 2331 [00:07:30] [Main Thread/DEBUG] [tML]: Process.Start (UseShellExecute = True): "C:\Users\angry\Documents\My Games\Terraria\ModLoader\Beta\Logs" ### Steps to reproduce This issue seems to be extremely inconsistent but can just happen at anytime... ### Expected Behavior This issue should just not happen when generating a world. ### Actual Behavior Vanilla world gen tasks attempt to can error world gen by attempting to generate a tile of any form outside the world's tile array. ### Reproduction frequency It can happen 3+ times in a row then go for a few hours+ and return. ### Additional Information I believe a possible fix for this is to make all functions for placing any tile type checks if it's in the world or not and if it is just don't let that function run that attempt preventing the tile from having a attempt at being generated.
test
vanilla world gen tasks are possible to error due to placing tiles outside the world is there an existing issue for this i have searched the existing issues version latest public alpha os windows platform steam description when generating worlds vanilla world gen tasks can attempt to generate something outside the world giving a error you can see in the log file log file in tml error log error a problem was encountered during world generation cactus palm trees coral system indexoutofrangeexception index was outside the bounds of the array at terraria worldgen c b generationprogress progress gameconfiguration passconfig in tmodloader terraria worldgen cs line at terraria gamecontent generation passlegacy applypass generationprogress progress gameconfiguration configuration in tmodloader terraria gamecontent generation passlegacy cs line at terraria worldbuilding genpass apply generationprogress progress gameconfiguration configuration in tmodloader terraria worldbuilding genpass cs line at terraria worldbuilding worldgenerator generateworld generationprogress progress in tmodloader terraria worldbuilding worldgenerator cs line silently caught exception system indexoutofrangeexception index was outside the bounds of the array at terraria worldbuilding worldgenerator generateworld generationprogress progress in tmodloader terraria worldbuilding worldgenerator cs line at terraria worldgen generateworld seed generationprogress customprogressobject in tmodloader terraria worldgen cs line at terraria worldgen do worldgencallback object threadcontext in tmodloader terraria worldgen cs line at terraria worldgen worldgencallback object threadcontext in tmodloader terraria worldgen cs line at system threading executioncontext runfromthreadpooldispatchloop thread threadpoolthread executioncontext executioncontext contextcallback callback object state at system threading tasks task executewiththreadlocal task currenttaskslot thread threadpoolthread at system threading threadpoolworkqueue dispatch a problem was encountered during world generation system indexoutofrangeexception index was outside the bounds of the array at terraria worldbuilding worldgenerator generateworld generationprogress progress in tmodloader terraria worldbuilding worldgenerator cs line at terraria worldgen generateworld seed generationprogress customprogressobject in tmodloader terraria worldgen cs line at terraria worldgen do worldgencallback object threadcontext in tmodloader terraria worldgen cs line at terraria worldgen worldgencallback object threadcontext in tmodloader terraria worldgen cs line process start useshellexecute true c users angry documents my games terraria modloader beta logs steps to reproduce this issue seems to be extremely inconsistent but can just happen at anytime expected behavior this issue should just not happen when generating a world actual behavior vanilla world gen tasks attempt to can error world gen by attempting to generate a tile of any form outside the world s tile array reproduction frequency it can happen times in a row then go for a few hours and return additional information i believe a possible fix for this is to make all functions for placing any tile type checks if it s in the world or not and if it is just don t let that function run that attempt preventing the tile from having a attempt at being generated
1
208,104
15,875,398,563
IssuesEvent
2021-04-09 06:55:16
happy-travel/agent-app-project
https://api.github.com/repos/happy-travel/agent-app-project
closed
Add HasDirectContract flag to Accommodation in EdoContracts
backend contracts mapper not-testable
Repository to work in: https://github.com/happy-travel/edo-contracts For where to add this property you can discuss with @hasmikharutyunyan Please look at readme to update the package correctly
1.0
Add HasDirectContract flag to Accommodation in EdoContracts - Repository to work in: https://github.com/happy-travel/edo-contracts For where to add this property you can discuss with @hasmikharutyunyan Please look at readme to update the package correctly
test
add hasdirectcontract flag to accommodation in edocontracts repository to work in for where to add this property you can discuss with hasmikharutyunyan please look at readme to update the package correctly
1
82,190
10,273,038,590
IssuesEvent
2019-08-23 18:08:33
calidadudea/CalidadTesting2019
https://api.github.com/repos/calidadudea/CalidadTesting2019
opened
Seleccionar las herramientas para el Testing en el Front
documentation
Se debe contemplar el uso de un marco de trabajo o herramienta que se adapte de manera fácil e intuitiva al sistema en el lado del Front. El framework para el Front a usar sera Angular y por ende se debe delimitar la búsqueda a herramientas diseñadas para usarse en conjunto con Angular.
1.0
Seleccionar las herramientas para el Testing en el Front - Se debe contemplar el uso de un marco de trabajo o herramienta que se adapte de manera fácil e intuitiva al sistema en el lado del Front. El framework para el Front a usar sera Angular y por ende se debe delimitar la búsqueda a herramientas diseñadas para usarse en conjunto con Angular.
non_test
seleccionar las herramientas para el testing en el front se debe contemplar el uso de un marco de trabajo o herramienta que se adapte de manera fácil e intuitiva al sistema en el lado del front el framework para el front a usar sera angular y por ende se debe delimitar la búsqueda a herramientas diseñadas para usarse en conjunto con angular
0
338,887
30,326,052,153
IssuesEvent
2023-07-11 00:10:10
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
DISABLED test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA)
module: nn triaged module: flaky-tests skipped
Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_False_cuda&suite=TestNNDeviceTypeCUDA&file=test_nn.py) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/7046451336). Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 1 green. cc @albanD @mruberry @jbschlosser @walterddr @kshitij12345 @saketh-are
1.0
DISABLED test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) - Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_False_cuda&suite=TestNNDeviceTypeCUDA&file=test_nn.py) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/7046451336). Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 1 green. cc @albanD @mruberry @jbschlosser @walterddr @kshitij12345 @saketh-are
test
disabled test conv backend transposed has bias false strided true contiguous false cuda main testnndevicetypecuda platforms linux 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 red and green cc alband mruberry jbschlosser walterddr saketh are
1
421,542
28,323,127,284
IssuesEvent
2023-04-11 04:05:49
oceanbase/oceanbase-doc
https://api.github.com/repos/oceanbase/oceanbase-doc
closed
[Doc]: Add example to show how to enable parallel query.
documentation
### Check Before Asking - [X] Please check the issue list and confirm this issue is encountered for the first time. ### Description Add example to show how to enable parallel query. https://www.oceanbase.com/docs/community-observer-cn-10000000000901975 3 种方式打开并行查询 1. hint 方式 ``` obclient [tpch]> explain select /*+ PARALLEL(8) */ count(*) from lineitem; +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Query Plan | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ================================================== |ID|OPERATOR |NAME |EST. ROWS|COST| -------------------------------------------------- |0 |SCALAR GROUP BY | |1 |7 | |1 | PX COORDINATOR | |8 |7 | |2 | EXCHANGE OUT DISTR |:EX10000|8 |6 | |3 | MERGE GROUP BY | |8 |6 | |4 | PX BLOCK ITERATOR| |1 |6 | |5 | TABLE SCAN |lineitem|1 |6 | ================================================== Outputs & filters: ------------------------------------- 0 - output([T_FUN_COUNT_SUM(T_FUN_COUNT_SUM(T_FUN_COUNT(*)))]), filter(nil), rowset=256, group(nil), agg_func([T_FUN_COUNT_SUM(T_FUN_COUNT_SUM(T_FUN_COUNT(*)))]) 1 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256 2 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256, dop=8 3 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256, group(nil), agg_func([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]) 4 - output([T_FUN_COUNT(*)]), filter(nil), rowset=256 5 - output([T_FUN_COUNT(*)]), filter(nil), rowset=256, access(nil), partitions(p[0-23]) | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.004 sec) ``` 2. 设置session 环境变量 ``` obclient [tpch]> set _force_parallel_query_dop = 3; Query OK, 0 rows affected (0.001 sec) obclient [tpch]> explain select count(*) from lineitem; +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Query Plan | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ================================================== |ID|OPERATOR |NAME |EST. ROWS|COST| -------------------------------------------------- |0 |SCALAR GROUP BY | |1 |15 | |1 | PX COORDINATOR | |3 |15 | |2 | EXCHANGE OUT DISTR |:EX10000|3 |14 | |3 | MERGE GROUP BY | |3 |14 | |4 | PX BLOCK ITERATOR| |1 |14 | |5 | TABLE SCAN |lineitem|1 |14 | ================================================== Outputs & filters: ------------------------------------- 0 - output([T_FUN_COUNT_SUM(T_FUN_COUNT_SUM(T_FUN_COUNT(*)))]), filter(nil), rowset=256, group(nil), agg_func([T_FUN_COUNT_SUM(T_FUN_COUNT_SUM(T_FUN_COUNT(*)))]) 1 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256 2 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256, dop=3 3 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256, group(nil), agg_func([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]) 4 - output([T_FUN_COUNT(*)]), filter(nil), rowset=256 5 - output([T_FUN_COUNT(*)]), filter(nil), rowset=256, access(nil), partitions(p[0-23]) | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.003 sec) ``` 3. 建表时强制设置并行度 ``` obclient [tpch]> create table t1(a int, b int ) parallel 3; Query OK, 0 rows affected (0.136 sec) obclient [tpch]> explain select * from t1; +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Query Plan | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ================================================ |ID|OPERATOR |NAME |EST. ROWS|COST| ------------------------------------------------ |0 |PX COORDINATOR | |1 |2 | |1 | EXCHANGE OUT DISTR|:EX10000|1 |1 | |2 | PX BLOCK ITERATOR| |1 |1 | |3 | TABLE SCAN |t1 |1 |1 | ================================================ Outputs & filters: ------------------------------------- 0 - output([INTERNAL_FUNCTION(t1.a, t1.b)]), filter(nil), rowset=256 1 - output([INTERNAL_FUNCTION(t1.a, t1.b)]), filter(nil), rowset=256, dop=3 2 - output([t1.a], [t1.b]), filter(nil), rowset=256 3 - output([t1.a], [t1.b]), filter(nil), rowset=256, access([t1.a], [t1.b]), partitions(p0) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.098 sec) ``` ### Documentation Links 备注ALTER SESSION 是oracle 语法, 社区版没有 ALTER SESSION FORCE PARALLEL QUERY PARALLEL 3; ALTER SESSION FORCE PARALLEL DML PARALLEL 3; https://www.oceanbase.com/docs/enterprise-oceanbase-database-cn-10000000000363715 ALTER SESSION FORCE PARALLEL QUERY PARALLEL 3; ``` obclient [tpch]> ALTER SESSION FORCE PARALLEL QUERY PARALLEL 3; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near 'SESSION FORCE PARALLEL QUERY PARALLEL 3' at line 1 ALTER SESSION FORCE PARALLEL DML PARALLEL 3; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near 'SESSION FORCE PARALLEL DML PARALLEL 3' at line 1 ``` ### Are you willing to submit a pull request? - [X] Yes I am willing to submit a pull request.
1.0
[Doc]: Add example to show how to enable parallel query. - ### Check Before Asking - [X] Please check the issue list and confirm this issue is encountered for the first time. ### Description Add example to show how to enable parallel query. https://www.oceanbase.com/docs/community-observer-cn-10000000000901975 3 种方式打开并行查询 1. hint 方式 ``` obclient [tpch]> explain select /*+ PARALLEL(8) */ count(*) from lineitem; +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Query Plan | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ================================================== |ID|OPERATOR |NAME |EST. ROWS|COST| -------------------------------------------------- |0 |SCALAR GROUP BY | |1 |7 | |1 | PX COORDINATOR | |8 |7 | |2 | EXCHANGE OUT DISTR |:EX10000|8 |6 | |3 | MERGE GROUP BY | |8 |6 | |4 | PX BLOCK ITERATOR| |1 |6 | |5 | TABLE SCAN |lineitem|1 |6 | ================================================== Outputs & filters: ------------------------------------- 0 - output([T_FUN_COUNT_SUM(T_FUN_COUNT_SUM(T_FUN_COUNT(*)))]), filter(nil), rowset=256, group(nil), agg_func([T_FUN_COUNT_SUM(T_FUN_COUNT_SUM(T_FUN_COUNT(*)))]) 1 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256 2 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256, dop=8 3 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256, group(nil), agg_func([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]) 4 - output([T_FUN_COUNT(*)]), filter(nil), rowset=256 5 - output([T_FUN_COUNT(*)]), filter(nil), rowset=256, access(nil), partitions(p[0-23]) | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.004 sec) ``` 2. 设置session 环境变量 ``` obclient [tpch]> set _force_parallel_query_dop = 3; Query OK, 0 rows affected (0.001 sec) obclient [tpch]> explain select count(*) from lineitem; +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Query Plan | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ================================================== |ID|OPERATOR |NAME |EST. ROWS|COST| -------------------------------------------------- |0 |SCALAR GROUP BY | |1 |15 | |1 | PX COORDINATOR | |3 |15 | |2 | EXCHANGE OUT DISTR |:EX10000|3 |14 | |3 | MERGE GROUP BY | |3 |14 | |4 | PX BLOCK ITERATOR| |1 |14 | |5 | TABLE SCAN |lineitem|1 |14 | ================================================== Outputs & filters: ------------------------------------- 0 - output([T_FUN_COUNT_SUM(T_FUN_COUNT_SUM(T_FUN_COUNT(*)))]), filter(nil), rowset=256, group(nil), agg_func([T_FUN_COUNT_SUM(T_FUN_COUNT_SUM(T_FUN_COUNT(*)))]) 1 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256 2 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256, dop=3 3 - output([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]), filter(nil), rowset=256, group(nil), agg_func([T_FUN_COUNT_SUM(T_FUN_COUNT(*))]) 4 - output([T_FUN_COUNT(*)]), filter(nil), rowset=256 5 - output([T_FUN_COUNT(*)]), filter(nil), rowset=256, access(nil), partitions(p[0-23]) | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.003 sec) ``` 3. 建表时强制设置并行度 ``` obclient [tpch]> create table t1(a int, b int ) parallel 3; Query OK, 0 rows affected (0.136 sec) obclient [tpch]> explain select * from t1; +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Query Plan | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ================================================ |ID|OPERATOR |NAME |EST. ROWS|COST| ------------------------------------------------ |0 |PX COORDINATOR | |1 |2 | |1 | EXCHANGE OUT DISTR|:EX10000|1 |1 | |2 | PX BLOCK ITERATOR| |1 |1 | |3 | TABLE SCAN |t1 |1 |1 | ================================================ Outputs & filters: ------------------------------------- 0 - output([INTERNAL_FUNCTION(t1.a, t1.b)]), filter(nil), rowset=256 1 - output([INTERNAL_FUNCTION(t1.a, t1.b)]), filter(nil), rowset=256, dop=3 2 - output([t1.a], [t1.b]), filter(nil), rowset=256 3 - output([t1.a], [t1.b]), filter(nil), rowset=256, access([t1.a], [t1.b]), partitions(p0) | +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.098 sec) ``` ### Documentation Links 备注ALTER SESSION 是oracle 语法, 社区版没有 ALTER SESSION FORCE PARALLEL QUERY PARALLEL 3; ALTER SESSION FORCE PARALLEL DML PARALLEL 3; https://www.oceanbase.com/docs/enterprise-oceanbase-database-cn-10000000000363715 ALTER SESSION FORCE PARALLEL QUERY PARALLEL 3; ``` obclient [tpch]> ALTER SESSION FORCE PARALLEL QUERY PARALLEL 3; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near 'SESSION FORCE PARALLEL QUERY PARALLEL 3' at line 1 ALTER SESSION FORCE PARALLEL DML PARALLEL 3; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near 'SESSION FORCE PARALLEL DML PARALLEL 3' at line 1 ``` ### Are you willing to submit a pull request? - [X] Yes I am willing to submit a pull request.
non_test
add example to show how to enable parallel query check before asking please check the issue list and confirm this issue is encountered for the first time description add example to show how to enable parallel query 种方式打开并行查询 hint 方式 obclient explain select parallel count from lineitem query plan id operator name est rows cost scalar group by px coordinator exchange out distr merge group by px block iterator table scan lineitem outputs filters output filter nil rowset group nil agg func output filter nil rowset output filter nil rowset dop output filter nil rowset group nil agg func output filter nil rowset output filter nil rowset access nil partitions p row in set sec 设置session 环境变量 obclient set force parallel query dop query ok rows affected sec obclient explain select count from lineitem query plan id operator name est rows cost scalar group by px coordinator exchange out distr merge group by px block iterator table scan lineitem outputs filters output filter nil rowset group nil agg func output filter nil rowset output filter nil rowset dop output filter nil rowset group nil agg func output filter nil rowset output filter nil rowset access nil partitions p row in set sec 建表时强制设置并行度 obclient create table a int b int parallel query ok rows affected sec obclient explain select from query plan id operator name est rows cost px coordinator exchange out distr px block iterator table scan outputs filters output filter nil rowset output filter nil rowset dop output filter nil rowset output filter nil rowset access partitions row in set sec documentation links 备注alter session 是oracle 语法 社区版没有 alter session force parallel query parallel alter session force parallel dml parallel alter session force parallel query parallel obclient alter session force parallel query parallel error you have an error in your sql syntax check the manual that corresponds to your oceanbase version for the right syntax to use near session force parallel query parallel at line alter session force parallel dml parallel error you have an error in your sql syntax check the manual that corresponds to your oceanbase version for the right syntax to use near session force parallel dml parallel at line are you willing to submit a pull request yes i am willing to submit a pull request
0
332,411
29,368,353,621
IssuesEvent
2023-05-29 00:01:06
ManageIQ/manageiq-api
https://api.github.com/repos/ManageIQ/manageiq-api
closed
Add test case for options with params for OPTIONS /api/cloud_networks
stale test
In cloud_networks_spec.rb create another test case similar to: `it 'returns a DDF schema for add when available via OPTIONS' do` that tests the options call: `options(api_cloud_networks_url, :params => {:ems_id => provider.id})`
1.0
Add test case for options with params for OPTIONS /api/cloud_networks - In cloud_networks_spec.rb create another test case similar to: `it 'returns a DDF schema for add when available via OPTIONS' do` that tests the options call: `options(api_cloud_networks_url, :params => {:ems_id => provider.id})`
test
add test case for options with params for options api cloud networks in cloud networks spec rb create another test case similar to it returns a ddf schema for add when available via options do that tests the options call options api cloud networks url params ems id provider id
1
418,904
28,132,073,541
IssuesEvent
2023-04-01 01:17:29
unifgabsantos/Source-Code-Inspection
https://api.github.com/repos/unifgabsantos/Source-Code-Inspection
opened
Erro na documentação - CSU03
documentation
Tipo: Omissão Severidade: Alta Motivo: Se em algum caso o sistema precisar devolver um troco que inclua valores quebrados, o sistema ira quebrar, pois o sistema não permite moedas.
1.0
Erro na documentação - CSU03 - Tipo: Omissão Severidade: Alta Motivo: Se em algum caso o sistema precisar devolver um troco que inclua valores quebrados, o sistema ira quebrar, pois o sistema não permite moedas.
non_test
erro na documentação tipo omissão severidade alta motivo se em algum caso o sistema precisar devolver um troco que inclua valores quebrados o sistema ira quebrar pois o sistema não permite moedas
0
46,482
7,260,924,957
IssuesEvent
2018-02-18 15:40:01
Microsoft/WindowsTemplateStudio
https://api.github.com/repos/Microsoft/WindowsTemplateStudio
opened
Update description of SettingsStorage feature
Documentation enhancement
![image](https://user-images.githubusercontent.com/189547/36353688-6800af96-14c1-11e8-94b6-70ff7aaf4b91.png) The details of the different storage locations seem out of place and like they were copied from the documentation. (oh, it was.) Their inclusion isn't connected to the opening text and it's not clear why it's there. There's also no explanation about how they're related to the helper class. I'd also argue that they're not a list of types of data but rather the locations data can be stored.
1.0
Update description of SettingsStorage feature - ![image](https://user-images.githubusercontent.com/189547/36353688-6800af96-14c1-11e8-94b6-70ff7aaf4b91.png) The details of the different storage locations seem out of place and like they were copied from the documentation. (oh, it was.) Their inclusion isn't connected to the opening text and it's not clear why it's there. There's also no explanation about how they're related to the helper class. I'd also argue that they're not a list of types of data but rather the locations data can be stored.
non_test
update description of settingsstorage feature the details of the different storage locations seem out of place and like they were copied from the documentation oh it was their inclusion isn t connected to the opening text and it s not clear why it s there there s also no explanation about how they re related to the helper class i d also argue that they re not a list of types of data but rather the locations data can be stored
0
284,400
24,595,713,755
IssuesEvent
2022-10-14 08:09:22
Granulate/gprofiler
https://api.github.com/repos/Granulate/gprofiler
opened
tests: parametrize id for the is_container fixture
good first issue tests
Reading tests' titles like these, for instance: ``` FAILED tests/test_node.py::test_nodejs_attach_maps[False-command_line0-without-flags-nodejs-attach-maps] FAILED tests/test_node.py::test_nodejs_attach_maps_from_container[True-command_line0-without-flags-nodejs-attach-maps] ``` would be much more convenient if `True` and `False` were `in_container` and `not_in_container` or `on_host`.
1.0
tests: parametrize id for the is_container fixture - Reading tests' titles like these, for instance: ``` FAILED tests/test_node.py::test_nodejs_attach_maps[False-command_line0-without-flags-nodejs-attach-maps] FAILED tests/test_node.py::test_nodejs_attach_maps_from_container[True-command_line0-without-flags-nodejs-attach-maps] ``` would be much more convenient if `True` and `False` were `in_container` and `not_in_container` or `on_host`.
test
tests parametrize id for the is container fixture reading tests titles like these for instance failed tests test node py test nodejs attach maps failed tests test node py test nodejs attach maps from container would be much more convenient if true and false were in container and not in container or on host
1
325,629
27,949,419,728
IssuesEvent
2023-03-24 07:29:54
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: transfer-leases/quit failed
C-test-failure O-robot O-roachtest release-blocker branch-release-22.1
roachtest.transfer-leases/quit [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/9225792?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/9225792?buildTab=artifacts#/transfer-leases/quit) on release-22.1 @ [ea17b266be6f5108663378fc5f439c951ab17f2b](https://github.com/cockroachdb/cockroach/commits/ea17b266be6f5108663378fc5f439c951ab17f2b): ``` test artifacts and logs in: /artifacts/transfer-leases/quit/run_1 (quit.go:70).Fatalf: (1) ranges with no lease outside of node 3: []string{"27"} ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/kv-triage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*transfer-leases/quit.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: transfer-leases/quit failed - roachtest.transfer-leases/quit [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/9225792?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/9225792?buildTab=artifacts#/transfer-leases/quit) on release-22.1 @ [ea17b266be6f5108663378fc5f439c951ab17f2b](https://github.com/cockroachdb/cockroach/commits/ea17b266be6f5108663378fc5f439c951ab17f2b): ``` test artifacts and logs in: /artifacts/transfer-leases/quit/run_1 (quit.go:70).Fatalf: (1) ranges with no lease outside of node 3: []string{"27"} ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/kv-triage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*transfer-leases/quit.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest transfer leases quit failed roachtest transfer leases quit with on release test artifacts and logs in artifacts transfer leases quit run quit go fatalf ranges with no lease outside of node string parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest ssd help see see cc cockroachdb kv triage
1
281,524
24,400,808,050
IssuesEvent
2022-10-05 01:03:39
lowRISC/opentitan
https://api.github.com/repos/lowRISC/opentitan
opened
[test-triage] rom_e2e_static_critical test runs over timelimit
Component:TestTriage
### Hierarchy of regression failure Chip Level ### Failure Description Job chip_earlgrey_asic-sim-vcs_run_default killed due to: Exit reason: User job exceeded runlimit: User job timed out ### Steps to Reproduce - Commit hash: [67a41e3bc](https://github.com/lowrisc/opentitan/tree/67a41e3bc3ff025554a024cdb15fbf892c4752b3) - dvsim invocation command to reproduce the failure, inclusive of build and run seeds: ./util/dvsim/dvsim.py hw/top_earlgrey/dv/chip_sim_cfg.hjson -i rom_e2e_static_critical --fixed-seed 2672947159 --build-seed 3413385032 --waves -v h ### Tests with similar or related failures - [ ] rom_e2e_shutdown_exception_c #15238 - [ ] chip_sw_uart_rand_baudrate TODO
1.0
[test-triage] rom_e2e_static_critical test runs over timelimit - ### Hierarchy of regression failure Chip Level ### Failure Description Job chip_earlgrey_asic-sim-vcs_run_default killed due to: Exit reason: User job exceeded runlimit: User job timed out ### Steps to Reproduce - Commit hash: [67a41e3bc](https://github.com/lowrisc/opentitan/tree/67a41e3bc3ff025554a024cdb15fbf892c4752b3) - dvsim invocation command to reproduce the failure, inclusive of build and run seeds: ./util/dvsim/dvsim.py hw/top_earlgrey/dv/chip_sim_cfg.hjson -i rom_e2e_static_critical --fixed-seed 2672947159 --build-seed 3413385032 --waves -v h ### Tests with similar or related failures - [ ] rom_e2e_shutdown_exception_c #15238 - [ ] chip_sw_uart_rand_baudrate TODO
test
rom static critical test runs over timelimit hierarchy of regression failure chip level failure description job chip earlgrey asic sim vcs run default killed due to exit reason user job exceeded runlimit user job timed out steps to reproduce commit hash dvsim invocation command to reproduce the failure inclusive of build and run seeds util dvsim dvsim py hw top earlgrey dv chip sim cfg hjson i rom static critical fixed seed build seed waves v h tests with similar or related failures rom shutdown exception c chip sw uart rand baudrate todo
1
201,952
15,238,867,726
IssuesEvent
2021-02-19 03:00:09
cloud-custodian/cloud-custodian
https://api.github.com/repos/cloud-custodian/cloud-custodian
closed
releng - migrate more ci infra to github actions
area/test-infra
specifically move the following off of azure pipelines - [x] doc test building - [x] coverage testing (codecov action) - [x] linting check at the end we should only have azure pipelines for windows testing, although its worth exploring a separate matrix build there with a win32/actions compatible cache usage.
1.0
releng - migrate more ci infra to github actions - specifically move the following off of azure pipelines - [x] doc test building - [x] coverage testing (codecov action) - [x] linting check at the end we should only have azure pipelines for windows testing, although its worth exploring a separate matrix build there with a win32/actions compatible cache usage.
test
releng migrate more ci infra to github actions specifically move the following off of azure pipelines doc test building coverage testing codecov action linting check at the end we should only have azure pipelines for windows testing although its worth exploring a separate matrix build there with a actions compatible cache usage
1
19,412
3,769,983,114
IssuesEvent
2016-03-16 13:02:54
UCHIC/ODM2Sensor
https://api.github.com/repos/UCHIC/ODM2Sensor
closed
'New Deployment Measured Variable' button gives server error
bug ready for testing
This button on the Site Details page is giving a server error. If it is easy to address, great. If not, we should probably remove the button. I don't think that we need this functionality yet. ![image](https://cloud.githubusercontent.com/assets/5023186/13615597/7530e646-e533-11e5-810b-4d06bb9b6c4b.png) ![image](https://cloud.githubusercontent.com/assets/5023186/13615610/84092a48-e533-11e5-8051-ac5abe7954da.png)
1.0
'New Deployment Measured Variable' button gives server error - This button on the Site Details page is giving a server error. If it is easy to address, great. If not, we should probably remove the button. I don't think that we need this functionality yet. ![image](https://cloud.githubusercontent.com/assets/5023186/13615597/7530e646-e533-11e5-810b-4d06bb9b6c4b.png) ![image](https://cloud.githubusercontent.com/assets/5023186/13615610/84092a48-e533-11e5-8051-ac5abe7954da.png)
test
new deployment measured variable button gives server error this button on the site details page is giving a server error if it is easy to address great if not we should probably remove the button i don t think that we need this functionality yet
1
67,823
21,180,414,699
IssuesEvent
2022-04-08 07:20:39
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Vulnerability in Postgresql used by hazelcast-jet-cdc-postgres [HZ-1050]
Type: Defect Source: Internal dependencies Module: Jet security severity:critical to-jira Team: Platform
`hazelcast-jet-cdc-postgres` uses `debezium-connector-postgres` in version `1.2.5.Final` and it uses `postgresql` in version `42.2.14` with following CVE: - CVE-2022-21724 - https://nvd.nist.gov/vuln/detail/CVE-2022-21724
1.0
Vulnerability in Postgresql used by hazelcast-jet-cdc-postgres [HZ-1050] - `hazelcast-jet-cdc-postgres` uses `debezium-connector-postgres` in version `1.2.5.Final` and it uses `postgresql` in version `42.2.14` with following CVE: - CVE-2022-21724 - https://nvd.nist.gov/vuln/detail/CVE-2022-21724
non_test
vulnerability in postgresql used by hazelcast jet cdc postgres hazelcast jet cdc postgres uses debezium connector postgres in version final and it uses postgresql in version with following cve cve
0
242,211
20,205,703,892
IssuesEvent
2022-02-11 20:05:01
ValveSoftware/Source-1-Games
https://api.github.com/repos/ValveSoftware/Source-1-Games
closed
Model doesn't have attachment.
Team Fortress 2 Need Retest
Console spam. Reported online in tons of places. Occurs a ton, especially on rocket jump servers. Unknown solution. "Model '(null)' doesn't have attachment 'backblast' to attach particle system 'rocketbackblast' to." https://i.imgur.com/M1AIciO.png
1.0
Model doesn't have attachment. - Console spam. Reported online in tons of places. Occurs a ton, especially on rocket jump servers. Unknown solution. "Model '(null)' doesn't have attachment 'backblast' to attach particle system 'rocketbackblast' to." https://i.imgur.com/M1AIciO.png
test
model doesn t have attachment console spam reported online in tons of places occurs a ton especially on rocket jump servers unknown solution model null doesn t have attachment backblast to attach particle system rocketbackblast to
1
233,059
18,945,299,153
IssuesEvent
2021-11-18 09:32:06
Snick0rz/EZ-Action
https://api.github.com/repos/Snick0rz/EZ-Action
closed
Streamline generated target proxy
enhancement test-success
Suggestion by: Keithen Keithen suggested that the target name (which right now defaults to target1, tartget2, targetN...) should be renamed to _(name)Target to be in line with the schema of _(name)Condition for the condition code.
1.0
Streamline generated target proxy - Suggestion by: Keithen Keithen suggested that the target name (which right now defaults to target1, tartget2, targetN...) should be renamed to _(name)Target to be in line with the schema of _(name)Condition for the condition code.
test
streamline generated target proxy suggestion by keithen keithen suggested that the target name which right now defaults to targetn should be renamed to name target to be in line with the schema of name condition for the condition code
1
79,061
15,110,784,087
IssuesEvent
2021-02-08 19:41:58
microsoft/AdaptiveCards
https://api.github.com/repos/microsoft/AdaptiveCards
closed
[.NET] Support for White Space characters in Markdown
Bug Status-In Code Review Triage-Approved for Fix
.NET spin off for #4679 # Platform - .NET # Details Add support for nbsp, ensp, and emsp by replacing them with the corresponding unicode character.
1.0
[.NET] Support for White Space characters in Markdown - .NET spin off for #4679 # Platform - .NET # Details Add support for nbsp, ensp, and emsp by replacing them with the corresponding unicode character.
non_test
support for white space characters in markdown net spin off for platform net details add support for nbsp ensp and emsp by replacing them with the corresponding unicode character
0
257,292
22,154,357,373
IssuesEvent
2022-06-03 20:33:22
apache/beam
https://api.github.com/repos/apache/beam
opened
Flink portable ValidatesRunner tests continuously run on Jenkins
new feature P3 testing
Covers both Java and Python. Should be e.g. triggered by the phrase "Run Flink Portable ValidatesRunner tests". Eventually will replace the non-portable one, but that's not in scope for the current JIRA. Depends on  BEAM-4067 and BEAM-4211. Imported from Jira [BEAM-4212](https://issues.apache.org/jira/browse/BEAM-4212). Original Jira may contain additional context. Reported by: jkff.
1.0
Flink portable ValidatesRunner tests continuously run on Jenkins - Covers both Java and Python. Should be e.g. triggered by the phrase "Run Flink Portable ValidatesRunner tests". Eventually will replace the non-portable one, but that's not in scope for the current JIRA. Depends on  BEAM-4067 and BEAM-4211. Imported from Jira [BEAM-4212](https://issues.apache.org/jira/browse/BEAM-4212). Original Jira may contain additional context. Reported by: jkff.
test
flink portable validatesrunner tests continuously run on jenkins covers both java and python should be e g triggered by the phrase run flink portable validatesrunner tests eventually will replace the non portable one but that s not in scope for the current jira depends on  beam  and beam imported from jira original jira may contain additional context reported by jkff
1
65,597
14,741,035,065
IssuesEvent
2021-01-07 10:00:08
hiptest/ember-easy-datatable
https://api.github.com/repos/hiptest/ember-easy-datatable
opened
CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz
security vulnerability
## CVE-2020-7598 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b>minimist-0.0.8.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p> <p>Path to dependency file: ember-easy-datatable/package.json</p> <p>Path to vulnerable library: ember-easy-datatable/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - broccoli-asset-rev-2.7.0.tgz (Root Library) - broccoli-filter-1.3.0.tgz - mkdirp-0.5.1.tgz - :x: **minimist-0.0.8.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: ember-easy-datatable/package.json</p> <p>Path to vulnerable library: ember-easy-datatable/node_modules/inline-source-map-comment/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - ember-cli-2.18.2.tgz (Root Library) - sane-2.5.2.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/hiptest/ember-easy-datatable/commit/48a4af67bbc9c626e32e90f036dac30fe33a3176">48a4af67bbc9c626e32e90f036dac30fe33a3176</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution: minimist - 0.2.1,1.2.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"0.0.8","isTransitiveDependency":true,"dependencyTree":"broccoli-asset-rev:2.7.0;broccoli-filter:1.3.0;mkdirp:0.5.1;minimist:0.0.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"},{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"1.2.0","isTransitiveDependency":true,"dependencyTree":"ember-cli:2.18.2;sane:2.5.2;minimist:1.2.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"}],"vulnerabilityIdentifier":"CVE-2020-7598","vulnerabilityDetails":"minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a \"constructor\" or \"__proto__\" payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598","cvss3Severity":"medium","cvss3Score":"5.6","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz - ## CVE-2020-7598 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b>minimist-0.0.8.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p> <p>Path to dependency file: ember-easy-datatable/package.json</p> <p>Path to vulnerable library: ember-easy-datatable/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - broccoli-asset-rev-2.7.0.tgz (Root Library) - broccoli-filter-1.3.0.tgz - mkdirp-0.5.1.tgz - :x: **minimist-0.0.8.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: ember-easy-datatable/package.json</p> <p>Path to vulnerable library: ember-easy-datatable/node_modules/inline-source-map-comment/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - ember-cli-2.18.2.tgz (Root Library) - sane-2.5.2.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/hiptest/ember-easy-datatable/commit/48a4af67bbc9c626e32e90f036dac30fe33a3176">48a4af67bbc9c626e32e90f036dac30fe33a3176</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution: minimist - 0.2.1,1.2.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"0.0.8","isTransitiveDependency":true,"dependencyTree":"broccoli-asset-rev:2.7.0;broccoli-filter:1.3.0;mkdirp:0.5.1;minimist:0.0.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"},{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"1.2.0","isTransitiveDependency":true,"dependencyTree":"ember-cli:2.18.2;sane:2.5.2;minimist:1.2.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"}],"vulnerabilityIdentifier":"CVE-2020-7598","vulnerabilityDetails":"minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a \"constructor\" or \"__proto__\" payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598","cvss3Severity":"medium","cvss3Score":"5.6","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_test
cve medium detected in minimist tgz minimist tgz cve medium severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file ember easy datatable package json path to vulnerable library ember easy datatable node modules minimist package json dependency hierarchy broccoli asset rev tgz root library broccoli filter tgz mkdirp tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file ember easy datatable package json path to vulnerable library ember easy datatable node modules inline source map comment node modules minimist package json dependency hierarchy ember cli tgz root library sane tgz x minimist tgz vulnerable library found in head commit a href found in base branch master vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution minimist isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload vulnerabilityurl
0
123,343
10,264,791,278
IssuesEvent
2019-08-22 17:14:42
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
[UI] EKS - Seeing "(not allowed by template)" in EKS k8s version dropdown
[zube]: To Test kind/bug-qa team/ui
Version: master-head (v2.3) (8/15/19) **What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** - On any rancher install (fresh or not) try to create an EKS cluster. Click on the K8s Version dropdown. **Result:** For some reason the unsupported k8s versions say "(not allowed by template)" on them. EKS /g/clusters/add/launch/amazoneks page should have nothing to do with templates. Perhaps what is mentioned here is helpful: https://github.com/rancher/rancher/issues/22149#issuecomment-521476099
1.0
[UI] EKS - Seeing "(not allowed by template)" in EKS k8s version dropdown - Version: master-head (v2.3) (8/15/19) **What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** - On any rancher install (fresh or not) try to create an EKS cluster. Click on the K8s Version dropdown. **Result:** For some reason the unsupported k8s versions say "(not allowed by template)" on them. EKS /g/clusters/add/launch/amazoneks page should have nothing to do with templates. Perhaps what is mentioned here is helpful: https://github.com/rancher/rancher/issues/22149#issuecomment-521476099
test
eks seeing not allowed by template in eks version dropdown version master head what kind of request is this question bug enhancement feature request bug steps to reproduce least amount of steps as possible on any rancher install fresh or not try to create an eks cluster click on the version dropdown result for some reason the unsupported versions say not allowed by template on them eks g clusters add launch amazoneks page should have nothing to do with templates perhaps what is mentioned here is helpful
1
326,020
27,974,058,814
IssuesEvent
2023-03-25 11:08:49
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: loqrecovery/half-online/workload=movr/rangeSize=2mb failed
C-test-failure O-robot O-roachtest branch-master T-kv-replication
roachtest.loqrecovery/half-online/workload=movr/rangeSize=2mb [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/9244147?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/9244147?buildTab=artifacts#/loqrecovery/half-online/workload=movr/rangeSize=2mb) on master @ [0fcc33bc2870961b9387999d8a9fed97fccbb2ae](https://github.com/cockroachdb/cockroach/commits/0fcc33bc2870961b9387999d8a9fed97fccbb2ae): ``` test artifacts and logs in: /artifacts/loqrecovery/half-online/workload=movr/rangeSize=2mb/run_1 (assertions.go:262).Fail: Error Trace: github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/loss_of_quorum_recovery.go:418 main/pkg/cmd/roachtest/monitor.go:105 golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:75 GOROOT/src/runtime/asm_amd64.s:1594 Error: Received unexpected error: pq: could not validate zone config: RangeMaxBytes 2097152 less than minimum allowed 67108864 Test: loqrecovery/half-online/workload=movr/rangeSize=2mb Messages: failed to set range limits configuration (require.go:1264).NoError: FailNow called ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/replication <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*loqrecovery/half-online/workload=movr/rangeSize=2mb.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: loqrecovery/half-online/workload=movr/rangeSize=2mb failed - roachtest.loqrecovery/half-online/workload=movr/rangeSize=2mb [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/9244147?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/9244147?buildTab=artifacts#/loqrecovery/half-online/workload=movr/rangeSize=2mb) on master @ [0fcc33bc2870961b9387999d8a9fed97fccbb2ae](https://github.com/cockroachdb/cockroach/commits/0fcc33bc2870961b9387999d8a9fed97fccbb2ae): ``` test artifacts and logs in: /artifacts/loqrecovery/half-online/workload=movr/rangeSize=2mb/run_1 (assertions.go:262).Fail: Error Trace: github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/loss_of_quorum_recovery.go:418 main/pkg/cmd/roachtest/monitor.go:105 golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:75 GOROOT/src/runtime/asm_amd64.s:1594 Error: Received unexpected error: pq: could not validate zone config: RangeMaxBytes 2097152 less than minimum allowed 67108864 Test: loqrecovery/half-online/workload=movr/rangeSize=2mb Messages: failed to set range limits configuration (require.go:1264).NoError: FailNow called ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/replication <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*loqrecovery/half-online/workload=movr/rangeSize=2mb.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest loqrecovery half online workload movr rangesize failed roachtest loqrecovery half online workload movr rangesize with on master test artifacts and logs in artifacts loqrecovery half online workload movr rangesize run assertions go fail error trace github com cockroachdb cockroach pkg cmd roachtest tests loss of quorum recovery go main pkg cmd roachtest monitor go golang org x sync errgroup external org golang x sync errgroup errgroup go goroot src runtime asm s error received unexpected error pq could not validate zone config rangemaxbytes less than minimum allowed test loqrecovery half online workload movr rangesize messages failed to set range limits configuration require go noerror failnow called parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest ssd help see see cc cockroachdb replication
1
105,345
4,234,210,262
IssuesEvent
2016-07-05 10:56:16
ponylang/ponyc
https://api.github.com/repos/ponylang/ponyc
closed
Compiler assertion failure when a variable of a union type is used as a `match` case.
bug: 4 - in progress difficulty: 1 - easy priority: 3 - high
This seems closely related to #964, which was recently fixed. ``` pony primitive A fun eq(that: (A | B)): Bool => true primitive B fun eq(that: (A | B)): Bool => true actor Main new create(env: Env) => let x: (A | B) = A match A | x => "A" end ``` >ponyc: src/libponyc/ast/token.c:82: token_string: Assertion `token->id == TK_STRING || token->id == TK_ID' failed. Aborted I don't know if a variable is meant to be used as a `match` case, but this example causes the assertion failure in the `debug` build of the compiler. - Same failure if `primitive A` does not have an `eq()` method. - If `primitive B` does not have an `eq()` method, we get `Error: ...this pattern can never match` - If neither have an `eq()` method, we get `Error: ...a member of the union type has an incompatible method signature` - Successful compilation if the type of variable `x` is not a union. `let x: A = A` --- Tested on Linux 64-bit, LLVM 3.6 > $ ponyc -v > 0.2.1-979-g7a13dd6 [debug]
1.0
Compiler assertion failure when a variable of a union type is used as a `match` case. - This seems closely related to #964, which was recently fixed. ``` pony primitive A fun eq(that: (A | B)): Bool => true primitive B fun eq(that: (A | B)): Bool => true actor Main new create(env: Env) => let x: (A | B) = A match A | x => "A" end ``` >ponyc: src/libponyc/ast/token.c:82: token_string: Assertion `token->id == TK_STRING || token->id == TK_ID' failed. Aborted I don't know if a variable is meant to be used as a `match` case, but this example causes the assertion failure in the `debug` build of the compiler. - Same failure if `primitive A` does not have an `eq()` method. - If `primitive B` does not have an `eq()` method, we get `Error: ...this pattern can never match` - If neither have an `eq()` method, we get `Error: ...a member of the union type has an incompatible method signature` - Successful compilation if the type of variable `x` is not a union. `let x: A = A` --- Tested on Linux 64-bit, LLVM 3.6 > $ ponyc -v > 0.2.1-979-g7a13dd6 [debug]
non_test
compiler assertion failure when a variable of a union type is used as a match case this seems closely related to which was recently fixed pony primitive a fun eq that a b bool true primitive b fun eq that a b bool true actor main new create env env let x a b a match a x a end ponyc src libponyc ast token c token string assertion token id tk string token id tk id failed aborted i don t know if a variable is meant to be used as a match case but this example causes the assertion failure in the debug build of the compiler same failure if primitive a does not have an eq method if primitive b does not have an eq method we get error this pattern can never match if neither have an eq method we get error a member of the union type has an incompatible method signature successful compilation if the type of variable x is not a union let x a a tested on linux bit llvm ponyc v
0
283,200
8,717,761,971
IssuesEvent
2018-12-07 18:11:38
Text-Mining/Persian-NER
https://api.github.com/repos/Text-Mining/Persian-NER
closed
Use Ajax for getting new sentence
Effort: Low Priority: High Product: Web App Type: enhancement
clicking on getting a new sentence button shouldn't refresh the page
1.0
Use Ajax for getting new sentence - clicking on getting a new sentence button shouldn't refresh the page
non_test
use ajax for getting new sentence clicking on getting a new sentence button shouldn t refresh the page
0
49,131
6,148,632,484
IssuesEvent
2017-06-27 18:16:03
opengovfoundation/madison
https://api.github.com/repos/opengovfoundation/madison
closed
Add the ability for other users to 'suggest' edits to another user's edit
Difficulty (?): Unclear Needs: Design Type: Feature Request
Rapgenius does this very well. Instead of simply adding another edit suggestion, a user can offer a suggested edit to another user's edit. If you look at a rapgenius annotation, you can click 'authors' and see who helped draft that annotation.
1.0
Add the ability for other users to 'suggest' edits to another user's edit - Rapgenius does this very well. Instead of simply adding another edit suggestion, a user can offer a suggested edit to another user's edit. If you look at a rapgenius annotation, you can click 'authors' and see who helped draft that annotation.
non_test
add the ability for other users to suggest edits to another user s edit rapgenius does this very well instead of simply adding another edit suggestion a user can offer a suggested edit to another user s edit if you look at a rapgenius annotation you can click authors and see who helped draft that annotation
0
217,587
16,855,811,245
IssuesEvent
2021-06-21 06:28:29
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
raftstore::test_compact_log::test_node_compact_size_limit failed
component/test-bench severity/moderate sig/raft
raftstore::test_compact_log::test_node_compact_size_limit Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tikv_ghpr_test/28891/consoleFull
1.0
raftstore::test_compact_log::test_node_compact_size_limit failed - raftstore::test_compact_log::test_node_compact_size_limit Latest failed builds: https://internal.pingcap.net/idc-jenkins/job/tikv_ghpr_test/28891/consoleFull
test
raftstore test compact log test node compact size limit failed raftstore test compact log test node compact size limit latest failed builds
1
32,540
4,775,700,743
IssuesEvent
2016-10-27 11:21:45
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
closed
Test: TS/JS - Adopt new grammar
testplan-item
Testing #14276 - any OS @sandy081 - [x] TypeScript - [x] JavaScript - [x] TypeScript & JavaScript react Test the above languages with our default and built-in themes.
1.0
Test: TS/JS - Adopt new grammar - Testing #14276 - any OS @sandy081 - [x] TypeScript - [x] JavaScript - [x] TypeScript & JavaScript react Test the above languages with our default and built-in themes.
test
test ts js adopt new grammar testing any os typescript javascript typescript javascript react test the above languages with our default and built in themes
1
182,785
14,163,173,305
IssuesEvent
2020-11-12 01:41:23
JKISoftware/Caraya
https://api.github.com/repos/JKISoftware/Caraya
closed
Error Re-Running Tests
bug test-manager-ui
I'm not sure what the important conditions are but I have started a project with Caraya. All my tests are contained within a lvlib and when I use Tools>Caraya>Run Tests in Active Project then everything works as I expected. When I then select Action>Re-run All Tests then I get error 1004 ![image](https://user-images.githubusercontent.com/4404192/85857863-887a4e80-b7b2-11ea-897d-ba9fd084fb14.png) Only edit has been in the class under test - not the test VIs themselves.
1.0
Error Re-Running Tests - I'm not sure what the important conditions are but I have started a project with Caraya. All my tests are contained within a lvlib and when I use Tools>Caraya>Run Tests in Active Project then everything works as I expected. When I then select Action>Re-run All Tests then I get error 1004 ![image](https://user-images.githubusercontent.com/4404192/85857863-887a4e80-b7b2-11ea-897d-ba9fd084fb14.png) Only edit has been in the class under test - not the test VIs themselves.
test
error re running tests i m not sure what the important conditions are but i have started a project with caraya all my tests are contained within a lvlib and when i use tools caraya run tests in active project then everything works as i expected when i then select action re run all tests then i get error only edit has been in the class under test not the test vis themselves
1
221,367
24,617,496,688
IssuesEvent
2022-10-15 14:05:39
MatBenfield/news
https://api.github.com/repos/MatBenfield/news
closed
[SecurityWeek] New 'Alchimist' Attack Framework Targets Windows, Linux, macOS
SecurityWeek Stale
**Cisco’s Talos security researchers warn of a newly identified attack framework and its associated remote access trojan (RAT) targeting Windows, Linux, and macOS systems.** [read more](https://www.securityweek.com/new-alchimist-attack-framework-targets-windows-linux-macos) <https://www.securityweek.com/new-alchimist-attack-framework-targets-windows-linux-macos>
True
[SecurityWeek] New 'Alchimist' Attack Framework Targets Windows, Linux, macOS - **Cisco’s Talos security researchers warn of a newly identified attack framework and its associated remote access trojan (RAT) targeting Windows, Linux, and macOS systems.** [read more](https://www.securityweek.com/new-alchimist-attack-framework-targets-windows-linux-macos) <https://www.securityweek.com/new-alchimist-attack-framework-targets-windows-linux-macos>
non_test
new alchimist attack framework targets windows linux macos cisco’s talos security researchers warn of a newly identified attack framework and its associated remote access trojan rat targeting windows linux and macos systems
0
212,163
7,229,040,556
IssuesEvent
2018-02-11 16:07:43
facelessuser/backrefs
https://api.github.com/repos/facelessuser/backrefs
closed
Python escapes `<` and `>`
Bug Priority - Medium Severity - Major
So apparently, Python escapes `<` and `>`. This no longer occurs in Python 3.7. So using `<` and `>` for word boundaries was a bad idea. We should swap to using `\m` and `\M` like regex uses. I don't see why Python escapes these to begin with as they always follow a back reference which should be escaped itself. By themselves it means nothing. And you can't even use `>` inside `<>`, so escaping there doesn't make sense. It seems Python in this case was excessive with escaping and has corrected it in Python 3.7. Unfortunately, that leaves us in a weird place. We have adjust the escape logic or change to a different reference. Changing makes the most sense.
1.0
Python escapes `<` and `>` - So apparently, Python escapes `<` and `>`. This no longer occurs in Python 3.7. So using `<` and `>` for word boundaries was a bad idea. We should swap to using `\m` and `\M` like regex uses. I don't see why Python escapes these to begin with as they always follow a back reference which should be escaped itself. By themselves it means nothing. And you can't even use `>` inside `<>`, so escaping there doesn't make sense. It seems Python in this case was excessive with escaping and has corrected it in Python 3.7. Unfortunately, that leaves us in a weird place. We have adjust the escape logic or change to a different reference. Changing makes the most sense.
non_test
python escapes so apparently python escapes this no longer occurs in python so using for word boundaries was a bad idea we should swap to using m and m like regex uses i don t see why python escapes these to begin with as they always follow a back reference which should be escaped itself by themselves it means nothing and you can t even use inside so escaping there doesn t make sense it seems python in this case was excessive with escaping and has corrected it in python unfortunately that leaves us in a weird place we have adjust the escape logic or change to a different reference changing makes the most sense
0
320,441
27,435,085,090
IssuesEvent
2023-03-02 06:33:33
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: c2c/kv0 failed
C-test-failure O-robot O-roachtest branch-master release-blocker
roachtest.c2c/kv0 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/8893785?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/8893785?buildTab=artifacts#/c2c/kv0) on master @ [20e2adda3c76c7172dd986c871df0ae9a346918f](https://github.com/cockroachdb/cockroach/commits/20e2adda3c76c7172dd986c871df0ae9a346918f): ``` /go/src/github.com/cockroachdb/cockroach/cluster_to_cluster.go:529 /go/src/github.com/cockroachdb/cockroach/test_runner.go:979 /go/src/github.com/cockroachdb/cockroach/asm_amd64.s:1594 Error: Received unexpected error: monitor failure: monitor task failed: t.Fatal() was called (1) attached stack trace -- stack trace: | main.(*monitorImpl).WaitE | main/pkg/cmd/roachtest/monitor.go:115 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.compareTenantFingerprintsAtTimestamp | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cluster_to_cluster.go:585 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerClusterToCluster.func1 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cluster_to_cluster.go:529 | main.(*testRunner).runTest.func2 | main/pkg/cmd/roachtest/test_runner.go:979 Wraps: (2) monitor failure Wraps: (3) attached stack trace -- stack trace: | main.(*monitorImpl).wait.func2 | main/pkg/cmd/roachtest/monitor.go:171 Wraps: (4) monitor task failed Wraps: (5) attached stack trace -- stack trace: | main.(*monitorImpl).Go.func1.1 | main/pkg/cmd/roachtest/monitor.go:101 | runtime.gopanic | GOROOT/src/runtime/panic.go:884 | main.(*testImpl).Fatalf | main/pkg/cmd/roachtest/test_impl.go:298 | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils.(*Row).Scan | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:218 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.compareTenantFingerprintsAtTimestamp.func1 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cluster_to_cluster.go:570 | main.(*monitorImpl).Go.func1 | main/pkg/cmd/roachtest/monitor.go:105 | [...repeated from below...] Wraps: (6) attached stack trace -- stack trace: | main.init | main/pkg/cmd/roachtest/monitor.go:80 | runtime.doInit | GOROOT/src/runtime/proc.go:6348 | runtime.main | GOROOT/src/runtime/proc.go:233 | runtime.goexit | GOROOT/src/runtime/asm_amd64.s:1594 Wraps: (7) t.Fatal() was called Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *withstack.withStack (7) *errutil.leafError Test: c2c/kv0 (require.go:1264).NoError: FailNow called ``` <p>Parameters: <code>ROACHTEST_cloud=aws</code> , <code>ROACHTEST_cpu=8</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/disaster-recovery <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*c2c/kv0.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: c2c/kv0 failed - roachtest.c2c/kv0 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/8893785?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/8893785?buildTab=artifacts#/c2c/kv0) on master @ [20e2adda3c76c7172dd986c871df0ae9a346918f](https://github.com/cockroachdb/cockroach/commits/20e2adda3c76c7172dd986c871df0ae9a346918f): ``` /go/src/github.com/cockroachdb/cockroach/cluster_to_cluster.go:529 /go/src/github.com/cockroachdb/cockroach/test_runner.go:979 /go/src/github.com/cockroachdb/cockroach/asm_amd64.s:1594 Error: Received unexpected error: monitor failure: monitor task failed: t.Fatal() was called (1) attached stack trace -- stack trace: | main.(*monitorImpl).WaitE | main/pkg/cmd/roachtest/monitor.go:115 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.compareTenantFingerprintsAtTimestamp | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cluster_to_cluster.go:585 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerClusterToCluster.func1 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cluster_to_cluster.go:529 | main.(*testRunner).runTest.func2 | main/pkg/cmd/roachtest/test_runner.go:979 Wraps: (2) monitor failure Wraps: (3) attached stack trace -- stack trace: | main.(*monitorImpl).wait.func2 | main/pkg/cmd/roachtest/monitor.go:171 Wraps: (4) monitor task failed Wraps: (5) attached stack trace -- stack trace: | main.(*monitorImpl).Go.func1.1 | main/pkg/cmd/roachtest/monitor.go:101 | runtime.gopanic | GOROOT/src/runtime/panic.go:884 | main.(*testImpl).Fatalf | main/pkg/cmd/roachtest/test_impl.go:298 | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils.(*Row).Scan | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:218 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.compareTenantFingerprintsAtTimestamp.func1 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cluster_to_cluster.go:570 | main.(*monitorImpl).Go.func1 | main/pkg/cmd/roachtest/monitor.go:105 | [...repeated from below...] Wraps: (6) attached stack trace -- stack trace: | main.init | main/pkg/cmd/roachtest/monitor.go:80 | runtime.doInit | GOROOT/src/runtime/proc.go:6348 | runtime.main | GOROOT/src/runtime/proc.go:233 | runtime.goexit | GOROOT/src/runtime/asm_amd64.s:1594 Wraps: (7) t.Fatal() was called Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *withstack.withStack (7) *errutil.leafError Test: c2c/kv0 (require.go:1264).NoError: FailNow called ``` <p>Parameters: <code>ROACHTEST_cloud=aws</code> , <code>ROACHTEST_cpu=8</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/disaster-recovery <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*c2c/kv0.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest failed roachtest with on master go src github com cockroachdb cockroach cluster to cluster go go src github com cockroachdb cockroach test runner go go src github com cockroachdb cockroach asm s error received unexpected error monitor failure monitor task failed t fatal was called attached stack trace stack trace main monitorimpl waite main pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests comparetenantfingerprintsattimestamp github com cockroachdb cockroach pkg cmd roachtest tests cluster to cluster go github com cockroachdb cockroach pkg cmd roachtest tests registerclustertocluster github com cockroachdb cockroach pkg cmd roachtest tests cluster to cluster go main testrunner runtest main pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace stack trace main monitorimpl wait main pkg cmd roachtest monitor go wraps monitor task failed wraps attached stack trace stack trace main monitorimpl go main pkg cmd roachtest monitor go runtime gopanic goroot src runtime panic go main testimpl fatalf main pkg cmd roachtest test impl go github com cockroachdb cockroach pkg testutils sqlutils row scan github com cockroachdb cockroach pkg testutils sqlutils sql runner go github com cockroachdb cockroach pkg cmd roachtest tests comparetenantfingerprintsattimestamp github com cockroachdb cockroach pkg cmd roachtest tests cluster to cluster go main monitorimpl go main pkg cmd roachtest monitor go wraps attached stack trace stack trace main init main pkg cmd roachtest monitor go runtime doinit goroot src runtime proc go runtime main goroot src runtime proc go runtime goexit goroot src runtime asm s wraps t fatal was called error types withstack withstack errutil withprefix withstack withstack errutil withprefix withstack withstack withstack withstack errutil leaferror test require go noerror failnow called parameters roachtest cloud aws roachtest cpu roachtest encrypted false roachtest fs roachtest localssd false roachtest ssd help see see cc cockroachdb disaster recovery
1
3,236
4,162,204,805
IssuesEvent
2016-06-17 19:27:46
catapult-project/catapult
https://api.github.com/repos/catapult-project/catapult
opened
Catapult roll is failing.
Infrastructure P0
Catapult roll failing: https://catapult-roll.skia.org/ The first run where it fails is: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/f7df8568ae1f..2ba7bda0ccf7 After that it fails with an import error. https://codereview.chromium.org/2072163002 is the only CL in the roll. @anniesullie
1.0
Catapult roll is failing. - Catapult roll failing: https://catapult-roll.skia.org/ The first run where it fails is: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/f7df8568ae1f..2ba7bda0ccf7 After that it fails with an import error. https://codereview.chromium.org/2072163002 is the only CL in the roll. @anniesullie
non_test
catapult roll is failing catapult roll failing the first run where it fails is after that it fails with an import error is the only cl in the roll anniesullie
0
153,380
24,119,243,600
IssuesEvent
2022-09-20 17:09:32
bcgov/cas-public-reporting
https://api.github.com/repos/bcgov/cas-public-reporting
closed
Put interview recordings in PR channel
Service Design
With many interviews comes many video recordings. Let's make sure we're keeping them all in one place. **Upload the following interviews to the Public Reporting (Private) Teams channel:** - [x] ESG Centre of Excellence - Aug 15 - [x] Cumulative Effects - Aug 15 - [x] SFU - Aug 19 - [x] Forestry - Aug 19
1.0
Put interview recordings in PR channel - With many interviews comes many video recordings. Let's make sure we're keeping them all in one place. **Upload the following interviews to the Public Reporting (Private) Teams channel:** - [x] ESG Centre of Excellence - Aug 15 - [x] Cumulative Effects - Aug 15 - [x] SFU - Aug 19 - [x] Forestry - Aug 19
non_test
put interview recordings in pr channel with many interviews comes many video recordings let s make sure we re keeping them all in one place upload the following interviews to the public reporting private teams channel esg centre of excellence aug cumulative effects aug sfu aug forestry aug
0
255,638
27,485,030,388
IssuesEvent
2023-03-04 01:49:30
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
closed
CVE-2017-16914 (Medium) detected in linux179e72b561d3d331c850e1a5779688d7a7de5246 - autoclosed
security vulnerability
## CVE-2017-16914 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux179e72b561d3d331c850e1a5779688d7a7de5246</b></p></summary> <p> <p>Linux kernel stable tree mirror</p> <p>Library home page: <a href=https://github.com/gregkh/linux.git>https://github.com/gregkh/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.1.15/commit/aae4c2fa46027fd4c477372871df090c6b94f3f1">aae4c2fa46027fd4c477372871df090c6b94f3f1</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/usb/usbip/stub_tx.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/usbip/stub_tx.c</b> </p> </details> <p></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> The "stub_send_ret_submit()" function (drivers/usb/usbip/stub_tx.c) in the Linux Kernel before version 4.14.8, 4.9.71, 4.1.49, and 4.4.107 allows attackers to cause a denial of service (NULL pointer dereference) via a specially crafted USB over IP packet. <p>Publish Date: 2018-01-31 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-16914>CVE-2017-16914</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - 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-2017-16914">https://nvd.nist.gov/vuln/detail/CVE-2017-16914</a></p> <p>Release Date: 2018-01-31</p> <p>Fix Resolution: 4.14.8,4.14.8,4.9.71,4.1.49,4.4.107</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-2017-16914 (Medium) detected in linux179e72b561d3d331c850e1a5779688d7a7de5246 - autoclosed - ## CVE-2017-16914 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux179e72b561d3d331c850e1a5779688d7a7de5246</b></p></summary> <p> <p>Linux kernel stable tree mirror</p> <p>Library home page: <a href=https://github.com/gregkh/linux.git>https://github.com/gregkh/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.1.15/commit/aae4c2fa46027fd4c477372871df090c6b94f3f1">aae4c2fa46027fd4c477372871df090c6b94f3f1</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/usb/usbip/stub_tx.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/usbip/stub_tx.c</b> </p> </details> <p></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> The "stub_send_ret_submit()" function (drivers/usb/usbip/stub_tx.c) in the Linux Kernel before version 4.14.8, 4.9.71, 4.1.49, and 4.4.107 allows attackers to cause a denial of service (NULL pointer dereference) via a specially crafted USB over IP packet. <p>Publish Date: 2018-01-31 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-16914>CVE-2017-16914</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - 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-2017-16914">https://nvd.nist.gov/vuln/detail/CVE-2017-16914</a></p> <p>Release Date: 2018-01-31</p> <p>Fix Resolution: 4.14.8,4.14.8,4.9.71,4.1.49,4.4.107</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in autoclosed cve medium severity vulnerability vulnerable library linux kernel stable tree mirror library home page a href found in head commit a href found in base branch master vulnerable source files drivers usb usbip stub tx c drivers usb usbip stub tx c vulnerability details the stub send ret submit function drivers usb usbip stub tx c in the linux kernel before version and allows attackers to cause a denial of service null pointer dereference via a specially crafted usb over ip packet publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none 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 mend
0
264,738
28,212,774,514
IssuesEvent
2023-04-05 06:30:46
hshivhare67/platform_frameworks_av_AOSP10_r33_CVE-2023-20933
https://api.github.com/repos/hshivhare67/platform_frameworks_av_AOSP10_r33_CVE-2023-20933
closed
CVE-2021-0311 (Medium) detected in avandroid-9.0.0_r56 - autoclosed
Mend: dependency security vulnerability
## CVE-2021-0311 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>avandroid-9.0.0_r56</b></p></summary> <p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/av>https://android.googlesource.com/platform/frameworks/av</a></p> <p>Found in HEAD commit: <a href="https://github.com/hshivhare67/platform_frameworks_av_AOSP10_r33_CVE-2023-20933/commit/e5975426a81f934f3cf32ef72736eb9cdbf7678b">e5975426a81f934f3cf32ef72736eb9cdbf7678b</a></p> <p>Found in base branch: <b>main</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 (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/mpeg2ts/ESQueue.cpp</b> </p> </details> <p></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 ElementaryStreamQueue::dequeueAccessUnitH264() of ESQueue.cpp, there is a possible out of bounds write due to a missing bounds check. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation. Product: Android; Versions: Android-9, Android-10, Android-11, Android-8.0, Android-8.1; Android ID: A-170240631. <p>Publish Date: 2021-01-11 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-0311>CVE-2021-0311</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: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - 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://android.googlesource.com/platform/frameworks/av/+/refs/tags/android-11.0.0_r26">https://android.googlesource.com/platform/frameworks/av/+/refs/tags/android-11.0.0_r26</a></p> <p>Release Date: 2020-11-07</p> <p>Fix Resolution: android-11.0.0_r26</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-2021-0311 (Medium) detected in avandroid-9.0.0_r56 - autoclosed - ## CVE-2021-0311 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>avandroid-9.0.0_r56</b></p></summary> <p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/av>https://android.googlesource.com/platform/frameworks/av</a></p> <p>Found in HEAD commit: <a href="https://github.com/hshivhare67/platform_frameworks_av_AOSP10_r33_CVE-2023-20933/commit/e5975426a81f934f3cf32ef72736eb9cdbf7678b">e5975426a81f934f3cf32ef72736eb9cdbf7678b</a></p> <p>Found in base branch: <b>main</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 (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/mpeg2ts/ESQueue.cpp</b> </p> </details> <p></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 ElementaryStreamQueue::dequeueAccessUnitH264() of ESQueue.cpp, there is a possible out of bounds write due to a missing bounds check. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation. Product: Android; Versions: Android-9, Android-10, Android-11, Android-8.0, Android-8.1; Android ID: A-170240631. <p>Publish Date: 2021-01-11 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-0311>CVE-2021-0311</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: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - 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://android.googlesource.com/platform/frameworks/av/+/refs/tags/android-11.0.0_r26">https://android.googlesource.com/platform/frameworks/av/+/refs/tags/android-11.0.0_r26</a></p> <p>Release Date: 2020-11-07</p> <p>Fix Resolution: android-11.0.0_r26</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in avandroid autoclosed cve medium severity vulnerability vulnerable library avandroid library home page a href found in head commit a href found in base branch main vulnerable source files media libstagefright esqueue cpp vulnerability details in elementarystreamqueue of esqueue cpp there is a possible out of bounds write due to a missing bounds check this could lead to remote information disclosure with no additional execution privileges needed user interaction is needed for exploitation product android versions android android android android android android id a 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 unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution android step up your open source security game with mend
0
42,685
5,459,851,481
IssuesEvent
2017-03-09 02:17:34
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
CI Failure System.Data.SqlClient.Tests.SqlConnectionBasicTests.ConnectionTest
area-System.Data.SqlClient disabled-test
``` MESSAGE: System.Net.Sockets.SocketException : Address already in use +++++++++++++++++++ STACK TRACE: at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at System.Net.Sockets.TcpListener.Start(Int32 backlog) at Microsoft.SqlServer.TDS.EndPoint.ServerEndPointHandler`1.Start() at System.Data.SqlClient.Tests.TestTdsServer.StartTestServer(Boolean enableFedAuth) in /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx_debug_prtest/src/System.Data.SqlClient/tests/FunctionalTests/SqlConnectionTest.cs:line 61 at System.Data.SqlClient.Tests.SqlConnectionBasicTests.ConnectionTest() in /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx_debug_prtest/src/System.Data.SqlClient/tests/FunctionalTests/SqlConnectionTest.cs:line 22
1.0
CI Failure System.Data.SqlClient.Tests.SqlConnectionBasicTests.ConnectionTest - ``` MESSAGE: System.Net.Sockets.SocketException : Address already in use +++++++++++++++++++ STACK TRACE: at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at System.Net.Sockets.TcpListener.Start(Int32 backlog) at Microsoft.SqlServer.TDS.EndPoint.ServerEndPointHandler`1.Start() at System.Data.SqlClient.Tests.TestTdsServer.StartTestServer(Boolean enableFedAuth) in /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx_debug_prtest/src/System.Data.SqlClient/tests/FunctionalTests/SqlConnectionTest.cs:line 61 at System.Data.SqlClient.Tests.SqlConnectionBasicTests.ConnectionTest() in /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx_debug_prtest/src/System.Data.SqlClient/tests/FunctionalTests/SqlConnectionTest.cs:line 22
test
ci failure system data sqlclient tests sqlconnectionbasictests connectiontest message system net sockets socketexception address already in use stack trace at system net sockets socket dobind endpoint endpointsnapshot socketaddress socketaddress at system net sockets socket bind endpoint localep at system net sockets tcplistener start backlog at microsoft sqlserver tds endpoint serverendpointhandler start at system data sqlclient tests testtdsserver starttestserver boolean enablefedauth in users dotnet bot j workspace dotnet corefx master osx debug prtest src system data sqlclient tests functionaltests sqlconnectiontest cs line at system data sqlclient tests sqlconnectionbasictests connectiontest in users dotnet bot j workspace dotnet corefx master osx debug prtest src system data sqlclient tests functionaltests sqlconnectiontest cs line
1
443,408
30,888,799,509
IssuesEvent
2023-08-04 01:50:44
octokit/octokit.rb
https://api.github.com/repos/octokit/octokit.rb
closed
Changing auto_paginate on Octokit doesn't affect current instances
Status: Stale Type: Documentation
If you have a client instance, then change `Octokit.auto_paginate`, it doesn't affect the current client instance. Changing `client.auto_paginate` does have the correct effect, of course. It's not really a bug so much as it is confusing
1.0
Changing auto_paginate on Octokit doesn't affect current instances - If you have a client instance, then change `Octokit.auto_paginate`, it doesn't affect the current client instance. Changing `client.auto_paginate` does have the correct effect, of course. It's not really a bug so much as it is confusing
non_test
changing auto paginate on octokit doesn t affect current instances if you have a client instance then change octokit auto paginate it doesn t affect the current client instance changing client auto paginate does have the correct effect of course it s not really a bug so much as it is confusing
0
44,768
7,127,362,414
IssuesEvent
2018-01-20 20:49:33
chartjs/chartjs-plugin-datalabels
https://api.github.com/repos/chartjs/chartjs-plugin-datalabels
closed
Displaying custom labels from an array
documentation question resolved
I've got an array of data points, and another one of data label strings. I'm graphing the points and would like to use the strings as labels. How do I use this plugin to do so? Here's what I've got right now: ```javascript datasets: [{ label: 'Phenological States', data: phenoArray(historicalData).values, datalabels: phenoArray(historicalData).labels, // ... }] ``` > **Edit(SB)**: code formatting
1.0
Displaying custom labels from an array - I've got an array of data points, and another one of data label strings. I'm graphing the points and would like to use the strings as labels. How do I use this plugin to do so? Here's what I've got right now: ```javascript datasets: [{ label: 'Phenological States', data: phenoArray(historicalData).values, datalabels: phenoArray(historicalData).labels, // ... }] ``` > **Edit(SB)**: code formatting
non_test
displaying custom labels from an array i ve got an array of data points and another one of data label strings i m graphing the points and would like to use the strings as labels how do i use this plugin to do so here s what i ve got right now javascript datasets label phenological states data phenoarray historicaldata values datalabels phenoarray historicaldata labels edit sb code formatting
0
114,293
9,695,098,739
IssuesEvent
2019-05-24 21:05:40
brave/browser-android-tabs
https://api.github.com/repos/brave/browser-android-tabs
closed
double paymentId in logs
QA/Test-plan-specified QA/Yes bug/BR
<!-- 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 <!-- Provide a brief description of the issue --> Observed that after enabling Rewards, a device will get a paymentId and then almost immediately get a second paymentId which results in different wallet addresses. If you send BAT to the first one, they are lost as you cannot recover that wallet. ## Steps to reproduce <!-- Please add a series of steps to reproduce the issue --> pre-req: make sure any previous logs are cleared out. 1. Install 1.0.95 and monitor logs. 2. Enable Rewards 3. Search logs. ## Actual result <!-- Please add screenshots if needed --> You will have two different paymentIds ## Expected result One paymentId ## Issue reproduces how often <!-- [Easily reproduced/Intermittent issue/No steps to reproduce] --> Consistently ## Issue happens on <!-- Mention yes or no --> - Current Play Store version? yes - Beta build? probably ## Device details - Install type (ARM, x86): ARM - Device (Phone, Tablet, Phablet): all - Android version: all ## Brave version 1.0.95 ### Website problems only - Does the issue resolve itself when disabling Brave Shields? n/a - Is the issue reproducible on the latest version of Chrome? n/a ### Additional information cc @brave/legacy_qa
1.0
double paymentId in logs - <!-- 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 <!-- Provide a brief description of the issue --> Observed that after enabling Rewards, a device will get a paymentId and then almost immediately get a second paymentId which results in different wallet addresses. If you send BAT to the first one, they are lost as you cannot recover that wallet. ## Steps to reproduce <!-- Please add a series of steps to reproduce the issue --> pre-req: make sure any previous logs are cleared out. 1. Install 1.0.95 and monitor logs. 2. Enable Rewards 3. Search logs. ## Actual result <!-- Please add screenshots if needed --> You will have two different paymentIds ## Expected result One paymentId ## Issue reproduces how often <!-- [Easily reproduced/Intermittent issue/No steps to reproduce] --> Consistently ## Issue happens on <!-- Mention yes or no --> - Current Play Store version? yes - Beta build? probably ## Device details - Install type (ARM, x86): ARM - Device (Phone, Tablet, Phablet): all - Android version: all ## Brave version 1.0.95 ### Website problems only - Does the issue resolve itself when disabling Brave Shields? n/a - Is the issue reproducible on the latest version of Chrome? n/a ### Additional information cc @brave/legacy_qa
test
double paymentid in logs 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 observed that after enabling rewards a device will get a paymentid and then almost immediately get a second paymentid which results in different wallet addresses if you send bat to the first one they are lost as you cannot recover that wallet steps to reproduce pre req make sure any previous logs are cleared out install and monitor logs enable rewards search logs actual result you will have two different paymentids expected result one paymentid issue reproduces how often consistently issue happens on current play store version yes beta build probably device details install type arm arm device phone tablet phablet all android version all brave version website problems only does the issue resolve itself when disabling brave shields n a is the issue reproducible on the latest version of chrome n a additional information cc brave legacy qa
1
277,533
24,082,081,315
IssuesEvent
2022-09-19 07:37:23
NuGet/Home
https://api.github.com/repos/NuGet/Home
reopened
[Bug]: [Cross-platform Sign Verify] No “X.509” info shows after running command “dotnet restore”
Type:Bug Functionality:Signing Resolution:NeedMoreInfo WaitingForCustomer Found:ManualTests
### NuGet Product Used dotnet.exe ### Product Version .NET SDK Version: 7.0.100-rc.2.22417.1 ### Worked before? _No response_ ### Impact It bothers me. A fix would be nice ### Repro Steps & Context #### Detailed repro steps 1. Execute the [Pre-testing steps](https://microsoft.sharepoint.com/teams/NuGet/_layouts/OneNote.aspx?id=%2Fteams%2FNuGet%2FTeam%2FManual%20tests%2FTest%20Cases&wd=target%28Package%20Signing%20Manual%20Test.one%7C0344A15B-01B1-4828-AF4C-63FE53687F8A%2FPre-testing%20steps%7C6E4370C3-C593-4B99-ABD8-908D0F9E002B%2F%29). 2. Where <NotBefore> and <NotAfter> are datetime values that mark a 10-minute period starting now, create a short-lived test code signing certificate that will expire 10 minutes from now. On Windows: `.\dotnet\dotnet run --project .\Entropy\MakeTestCert\MakeTestCert.csproj --framework net7.0 -- -nb "<NotBefore>" -na "<NotAfter>" ` 3. Where <CertificateFilePath> is the file path to the .cer or .pem file in step 1 and <VersionedSdkDirectoryPath> is the directory path for the versioned .NET SDK directory (e.g.: ./dotnet/dotnet/sdk/7.0.100), add trust for the certificate: On Windows: `.\dotnet\dotnet run --project .\Entropy\TrustTestCert\TrustTestCert.csproj --framework net7.0 -- add -c <CertificateFilePath> ` 4. Where <PackageId> is the test package ID and <PfxFilePath> is the file path to the .pfx file, sign the test package: On Windows: ` .\dotnet\dotnet nuget sign .\<PackageId>\bin\Debug\<PackageId>.1.0.0.nupkg --overwrite --certificate-path <PfxFilePath> ` 5. Verify that 1 warning displays in the output from the previous step: warn : NU3002: The '--timestamper' option was not provided. The signed package will not be timestamped. To learn more about this option, please visit https://docs.microsoft.com/dotnet/core/tools 6. Create a test project: On Windows: `mkdir .\test && pushd .\test && ..\dotnet\dotnet new console && copy ..\NuGet.config.template .\NuGet.config ` 7. Update NuGet.config to reference the SHA-256 fingerprint of the short-lived certificate created in step 2. 8. Clear local NuGet resources and previous restore results: On Windows: `rd /s /q .\obj && ..\dotnet\dotnet nuget locals --clear all ` 9. Where <PackageId> is the test package ID, add a package reference to the test package: On Windows: ` ..\dotnet\dotnet add package <PackageId> --version 1.0.0 ` 10. Verify the results of the previous step. On Windows, the operation failed with the following messages: ``` a. info : X.509 certificate chain validation will use the default trust store selected by .NET. b. error: NU3037: Package '<PackageId> 1.0.0' from source 'E:\testpass\<PackageId>\bin\Debug': The author primary ```signature validity period has expired. 11. Repeat step 8. 12. Where <PackageId> is the test package ID, edit test.csproj to include the following element directly inside the root <configuration> element: ``` <ItemGroup> <PackageReference Include="<PackageId>" Version="1.0.0" /> </ItemGroup> ``` 13. Restore: On Windows: `..\dotnet\dotnet restore -v detailed ` #### Expected The “X.509” info (as below on Windows) will show after running command “dotnet restore”. `info : X.509 certificate chain validation will use the default trust store selected by .NET. ` #### Actual No “X.509” info shows #### Notes It also reproes on MacBook. ### Verbose Logs _No response_
1.0
[Bug]: [Cross-platform Sign Verify] No “X.509” info shows after running command “dotnet restore” - ### NuGet Product Used dotnet.exe ### Product Version .NET SDK Version: 7.0.100-rc.2.22417.1 ### Worked before? _No response_ ### Impact It bothers me. A fix would be nice ### Repro Steps & Context #### Detailed repro steps 1. Execute the [Pre-testing steps](https://microsoft.sharepoint.com/teams/NuGet/_layouts/OneNote.aspx?id=%2Fteams%2FNuGet%2FTeam%2FManual%20tests%2FTest%20Cases&wd=target%28Package%20Signing%20Manual%20Test.one%7C0344A15B-01B1-4828-AF4C-63FE53687F8A%2FPre-testing%20steps%7C6E4370C3-C593-4B99-ABD8-908D0F9E002B%2F%29). 2. Where <NotBefore> and <NotAfter> are datetime values that mark a 10-minute period starting now, create a short-lived test code signing certificate that will expire 10 minutes from now. On Windows: `.\dotnet\dotnet run --project .\Entropy\MakeTestCert\MakeTestCert.csproj --framework net7.0 -- -nb "<NotBefore>" -na "<NotAfter>" ` 3. Where <CertificateFilePath> is the file path to the .cer or .pem file in step 1 and <VersionedSdkDirectoryPath> is the directory path for the versioned .NET SDK directory (e.g.: ./dotnet/dotnet/sdk/7.0.100), add trust for the certificate: On Windows: `.\dotnet\dotnet run --project .\Entropy\TrustTestCert\TrustTestCert.csproj --framework net7.0 -- add -c <CertificateFilePath> ` 4. Where <PackageId> is the test package ID and <PfxFilePath> is the file path to the .pfx file, sign the test package: On Windows: ` .\dotnet\dotnet nuget sign .\<PackageId>\bin\Debug\<PackageId>.1.0.0.nupkg --overwrite --certificate-path <PfxFilePath> ` 5. Verify that 1 warning displays in the output from the previous step: warn : NU3002: The '--timestamper' option was not provided. The signed package will not be timestamped. To learn more about this option, please visit https://docs.microsoft.com/dotnet/core/tools 6. Create a test project: On Windows: `mkdir .\test && pushd .\test && ..\dotnet\dotnet new console && copy ..\NuGet.config.template .\NuGet.config ` 7. Update NuGet.config to reference the SHA-256 fingerprint of the short-lived certificate created in step 2. 8. Clear local NuGet resources and previous restore results: On Windows: `rd /s /q .\obj && ..\dotnet\dotnet nuget locals --clear all ` 9. Where <PackageId> is the test package ID, add a package reference to the test package: On Windows: ` ..\dotnet\dotnet add package <PackageId> --version 1.0.0 ` 10. Verify the results of the previous step. On Windows, the operation failed with the following messages: ``` a. info : X.509 certificate chain validation will use the default trust store selected by .NET. b. error: NU3037: Package '<PackageId> 1.0.0' from source 'E:\testpass\<PackageId>\bin\Debug': The author primary ```signature validity period has expired. 11. Repeat step 8. 12. Where <PackageId> is the test package ID, edit test.csproj to include the following element directly inside the root <configuration> element: ``` <ItemGroup> <PackageReference Include="<PackageId>" Version="1.0.0" /> </ItemGroup> ``` 13. Restore: On Windows: `..\dotnet\dotnet restore -v detailed ` #### Expected The “X.509” info (as below on Windows) will show after running command “dotnet restore”. `info : X.509 certificate chain validation will use the default trust store selected by .NET. ` #### Actual No “X.509” info shows #### Notes It also reproes on MacBook. ### Verbose Logs _No response_
test
no “x ” info shows after running command “dotnet restore” nuget product used dotnet exe product version net sdk version rc worked before no response impact it bothers me a fix would be nice repro steps context detailed repro steps execute the where and are datetime values that mark a minute period starting now create a short lived test code signing certificate that will expire minutes from now on windows dotnet dotnet run project entropy maketestcert maketestcert csproj framework nb na where is the file path to the cer or pem file in step and is the directory path for the versioned net sdk directory e g dotnet dotnet sdk add trust for the certificate on windows dotnet dotnet run project entropy trusttestcert trusttestcert csproj framework add c where is the test package id and is the file path to the pfx file sign the test package on windows dotnet dotnet nuget sign bin debug nupkg overwrite certificate path verify that warning displays in the output from the previous step warn the timestamper option was not provided the signed package will not be timestamped to learn more about this option please visit create a test project on windows mkdir test pushd test dotnet dotnet new console copy nuget config template nuget config update nuget config to reference the sha fingerprint of the short lived certificate created in step clear local nuget resources and previous restore results on windows rd s q obj dotnet dotnet nuget locals clear all where is the test package id add a package reference to the test package on windows dotnet dotnet add package version verify the results of the previous step on windows the operation failed with the following messages a info x certificate chain validation will use the default trust store selected by net b error package from source e testpass bin debug the author primary signature validity period has expired repeat step where is the test package id edit test csproj to include the following element directly inside the root element version restore on windows dotnet dotnet restore v detailed expected the “x ” info as below on windows will show after running command “dotnet restore” info x certificate chain validation will use the default trust store selected by net actual no “x ” info shows notes it also reproes on macbook verbose logs no response
1
124,162
10,295,582,567
IssuesEvent
2019-08-27 23:36:55
scality/metalk8s
https://api.github.com/repos/scality/metalk8s
closed
Static Pod management tests occasionally fail
bug flakiness hard moonshot tests
**Component**: tests, salt **What happened**: Multiple occurences of flaky failure, apparently caused by race conditions. Two symptoms: - `assert pod.metadata.uid != static_pod_id` fails (the Pod UID did not change) - `pods "static-pod-<hostname> not found` (the static Pod failed to be created) **What was expected**: This test should **always** pass. **Steps to reproduce**: N/A (flaky) **Resolution proposal** (optional): Ensure timeout/retries are sufficient for having a Pod created, investigate if the unchanged UID is due to race issues (in which case one can increase waiting time) or not.
1.0
Static Pod management tests occasionally fail - **Component**: tests, salt **What happened**: Multiple occurences of flaky failure, apparently caused by race conditions. Two symptoms: - `assert pod.metadata.uid != static_pod_id` fails (the Pod UID did not change) - `pods "static-pod-<hostname> not found` (the static Pod failed to be created) **What was expected**: This test should **always** pass. **Steps to reproduce**: N/A (flaky) **Resolution proposal** (optional): Ensure timeout/retries are sufficient for having a Pod created, investigate if the unchanged UID is due to race issues (in which case one can increase waiting time) or not.
test
static pod management tests occasionally fail component tests salt what happened multiple occurences of flaky failure apparently caused by race conditions two symptoms assert pod metadata uid static pod id fails the pod uid did not change pods static pod not found the static pod failed to be created what was expected this test should always pass steps to reproduce n a flaky resolution proposal optional ensure timeout retries are sufficient for having a pod created investigate if the unchanged uid is due to race issues in which case one can increase waiting time or not
1
6,466
4,308,038,486
IssuesEvent
2016-07-21 11:23:42
coreos/rkt
https://api.github.com/repos/coreos/rkt
opened
`rkt enter` for fly doesn't work, misleading error message
area/usability component/fly kind/friction low hanging fruit
When you `rkt enter` in to a pod running on fly, it fails. This is as intended. However, the error message should be improved. Currently it is: `enter: not doing anything here!`. Ideally, it would just work. Less ideal but helpful would be to generate a copy-and-pasteable chroot command.
True
`rkt enter` for fly doesn't work, misleading error message - When you `rkt enter` in to a pod running on fly, it fails. This is as intended. However, the error message should be improved. Currently it is: `enter: not doing anything here!`. Ideally, it would just work. Less ideal but helpful would be to generate a copy-and-pasteable chroot command.
non_test
rkt enter for fly doesn t work misleading error message when you rkt enter in to a pod running on fly it fails this is as intended however the error message should be improved currently it is enter not doing anything here ideally it would just work less ideal but helpful would be to generate a copy and pasteable chroot command
0
271,699
23,623,175,077
IssuesEvent
2022-08-24 23:16:15
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
pkg/ccl/backupccl/backuprand/backuprand_test: TestBackupRestoreRandomDataRoundtrips failed
C-test-failure O-robot branch-master
pkg/ccl/backupccl/backuprand/backuprand_test.TestBackupRestoreRandomDataRoundtrips [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5754049?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5754049?buildTab=artifacts#/) on master @ [e9ee21860458d997a8155734dc608cfcd050ef24](https://github.com/cockroachdb/cockroach/commits/e9ee21860458d997a8155734dc608cfcd050ef24): ``` === RUN TestBackupRestoreRandomDataRoundtrips test_log_scope.go:79: test logs captured to: /artifacts/tmp/_tmp/cbb3c697d74bb635cbbb1a8f922dec13/logTestBackupRestoreRandomDataRoundtrips732757319 test_log_scope.go:80: use -show-logs to present logs inline panic.go:1047: -- test log scope end -- panic.go:1047: geos: no locations to init GEOS goroutine 11863 [running]: runtime/debug.Stack() GOROOT/src/runtime/debug/stack.go:24 +0x65 github.com/cockroachdb/cockroach/pkg/util/leaktest.AfterTest.func1() github.com/cockroachdb/cockroach/pkg/util/leaktest/leaktest.go:110 +0x92 panic({0x6a8a600, 0xc001cdba20}) GOROOT/src/runtime/panic.go:1047 +0x266 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop(0xc000bfd560, {0x797e078, 0xc000080048}) github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:549 +0x4e8 panic({0x6a8a600, 0xc001cdba20}) GOROOT/src/runtime/panic.go:1047 +0x266 github.com/cockroachdb/cockroach/pkg/sql/randgen.encodeInvertedIndexHistogramUpperBounds(0xa31fd60, {0x7a32da0, 0xc004449c80}) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:371 +0x67f github.com/cockroachdb/cockroach/pkg/sql/randgen.randHistogram(0xc001080b10, 0xa31fd60) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:304 +0x18f github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator.func1(0xc0022ec820) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:221 +0xba github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator(0xc001080b10, {0xc002e62dc0, 0x6, 0xa}) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:254 +0x106f github.com/cockroachdb/cockroach/pkg/sql/randgen.MultiStatementMutation.Mutate(0x7215c18, 0xc001080b10, {0xc004780f50, 0x5, 0x5}) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:98 +0x90 github.com/cockroachdb/cockroach/pkg/sql/randgen.RandCreateTables(0xc001080b10, {0x6f1e6d1, 0x5}, 0x5, 0x0, {0xc002b1e758, 0x3, 0x3}) github.com/cockroachdb/cockroach/pkg/sql/randgen/schema.go:90 +0x28f github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTablesN(0xc001080b10, 0x5) github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:83 +0x26e github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTables(0xc001080b10) github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:72 +0x4d github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.wrapCommonSetup.func1(0xc001080b10) github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:45 +0x58 pkg/ccl/backupccl/backuprand/backuprand_test.TestBackupRestoreRandomDataRoundtrips(0xc000dcc680) pkg/ccl/backupccl/backuprand/backuprand_test/pkg/ccl/backupccl/backuprand/backup_rand_test.go:61 +0x539 testing.tRunner(0xc000dcc680, 0x721c768) GOROOT/src/testing/testing.go:1259 +0x102 created by testing.(*T).Run GOROOT/src/testing/testing.go:1306 +0x35a --- FAIL: TestBackupRestoreRandomDataRoundtrips (0.97s) ``` <p>Parameters: <code>TAGS=bazel,gss,deadlock</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestBackupRestoreRandomDataRoundtrips.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-17679
1.0
pkg/ccl/backupccl/backuprand/backuprand_test: TestBackupRestoreRandomDataRoundtrips failed - pkg/ccl/backupccl/backuprand/backuprand_test.TestBackupRestoreRandomDataRoundtrips [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5754049?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5754049?buildTab=artifacts#/) on master @ [e9ee21860458d997a8155734dc608cfcd050ef24](https://github.com/cockroachdb/cockroach/commits/e9ee21860458d997a8155734dc608cfcd050ef24): ``` === RUN TestBackupRestoreRandomDataRoundtrips test_log_scope.go:79: test logs captured to: /artifacts/tmp/_tmp/cbb3c697d74bb635cbbb1a8f922dec13/logTestBackupRestoreRandomDataRoundtrips732757319 test_log_scope.go:80: use -show-logs to present logs inline panic.go:1047: -- test log scope end -- panic.go:1047: geos: no locations to init GEOS goroutine 11863 [running]: runtime/debug.Stack() GOROOT/src/runtime/debug/stack.go:24 +0x65 github.com/cockroachdb/cockroach/pkg/util/leaktest.AfterTest.func1() github.com/cockroachdb/cockroach/pkg/util/leaktest/leaktest.go:110 +0x92 panic({0x6a8a600, 0xc001cdba20}) GOROOT/src/runtime/panic.go:1047 +0x266 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop(0xc000bfd560, {0x797e078, 0xc000080048}) github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:549 +0x4e8 panic({0x6a8a600, 0xc001cdba20}) GOROOT/src/runtime/panic.go:1047 +0x266 github.com/cockroachdb/cockroach/pkg/sql/randgen.encodeInvertedIndexHistogramUpperBounds(0xa31fd60, {0x7a32da0, 0xc004449c80}) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:371 +0x67f github.com/cockroachdb/cockroach/pkg/sql/randgen.randHistogram(0xc001080b10, 0xa31fd60) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:304 +0x18f github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator.func1(0xc0022ec820) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:221 +0xba github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator(0xc001080b10, {0xc002e62dc0, 0x6, 0xa}) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:254 +0x106f github.com/cockroachdb/cockroach/pkg/sql/randgen.MultiStatementMutation.Mutate(0x7215c18, 0xc001080b10, {0xc004780f50, 0x5, 0x5}) github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:98 +0x90 github.com/cockroachdb/cockroach/pkg/sql/randgen.RandCreateTables(0xc001080b10, {0x6f1e6d1, 0x5}, 0x5, 0x0, {0xc002b1e758, 0x3, 0x3}) github.com/cockroachdb/cockroach/pkg/sql/randgen/schema.go:90 +0x28f github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTablesN(0xc001080b10, 0x5) github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:83 +0x26e github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTables(0xc001080b10) github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:72 +0x4d github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.wrapCommonSetup.func1(0xc001080b10) github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:45 +0x58 pkg/ccl/backupccl/backuprand/backuprand_test.TestBackupRestoreRandomDataRoundtrips(0xc000dcc680) pkg/ccl/backupccl/backuprand/backuprand_test/pkg/ccl/backupccl/backuprand/backup_rand_test.go:61 +0x539 testing.tRunner(0xc000dcc680, 0x721c768) GOROOT/src/testing/testing.go:1259 +0x102 created by testing.(*T).Run GOROOT/src/testing/testing.go:1306 +0x35a --- FAIL: TestBackupRestoreRandomDataRoundtrips (0.97s) ``` <p>Parameters: <code>TAGS=bazel,gss,deadlock</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestBackupRestoreRandomDataRoundtrips.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-17679
test
pkg ccl backupccl backuprand backuprand test testbackuprestorerandomdataroundtrips failed pkg ccl backupccl backuprand backuprand test testbackuprestorerandomdataroundtrips with on master run testbackuprestorerandomdataroundtrips test log scope go test logs captured to artifacts tmp tmp test log scope go use show logs to present logs inline panic go test log scope end panic go geos no locations to init geos goroutine runtime debug stack goroot src runtime debug stack go github com cockroachdb cockroach pkg util leaktest aftertest github com cockroachdb cockroach pkg util leaktest leaktest go panic goroot src runtime panic go github com cockroachdb cockroach pkg util stop stopper stop github com cockroachdb cockroach pkg util stop stopper go panic goroot src runtime panic go github com cockroachdb cockroach pkg sql randgen encodeinvertedindexhistogramupperbounds github com cockroachdb cockroach pkg sql randgen mutator go github com cockroachdb cockroach pkg sql randgen randhistogram github com cockroachdb cockroach pkg sql randgen mutator go github com cockroachdb cockroach pkg sql randgen statisticsmutator github com cockroachdb cockroach pkg sql randgen mutator go github com cockroachdb cockroach pkg sql randgen statisticsmutator github com cockroachdb cockroach pkg sql randgen mutator go github com cockroachdb cockroach pkg sql randgen multistatementmutation mutate github com cockroachdb cockroach pkg sql randgen mutator go github com cockroachdb cockroach pkg sql randgen randcreatetables github com cockroachdb cockroach pkg sql randgen schema go github com cockroachdb cockroach pkg internal sqlsmith randtablesn github com cockroachdb cockroach pkg internal sqlsmith setup go github com cockroachdb cockroach pkg internal sqlsmith randtables github com cockroachdb cockroach pkg internal sqlsmith setup go github com cockroachdb cockroach pkg internal sqlsmith wrapcommonsetup github com cockroachdb cockroach pkg internal sqlsmith setup go pkg ccl backupccl backuprand backuprand test testbackuprestorerandomdataroundtrips pkg ccl backupccl backuprand backuprand test pkg ccl backupccl backuprand backup rand test go testing trunner goroot src testing testing go created by testing t run goroot src testing testing go fail testbackuprestorerandomdataroundtrips parameters tags bazel gss deadlock help see also jira issue crdb
1
227,548
18,068,657,553
IssuesEvent
2021-09-20 22:28:34
Esri/crowdsource-manager
https://api.github.com/repos/Esri/crowdsource-manager
closed
Sorting removed after edit
Verified Test Created
When sorting records by a field, if you then select a record and make an edit to it, hitting the save button will remove all the sorting in the table. This prevents users from easily finding records to edit and having to hit the sort button after every edit.
1.0
Sorting removed after edit - When sorting records by a field, if you then select a record and make an edit to it, hitting the save button will remove all the sorting in the table. This prevents users from easily finding records to edit and having to hit the sort button after every edit.
test
sorting removed after edit when sorting records by a field if you then select a record and make an edit to it hitting the save button will remove all the sorting in the table this prevents users from easily finding records to edit and having to hit the sort button after every edit
1
321,460
27,531,807,341
IssuesEvent
2023-03-06 22:48:30
saullocastro/pyfe3d
https://api.github.com/repos/saullocastro/pyfe3d
closed
Solve continuous integration in MAC-OS and Windows
help wanted good first issue bug with tests
Dear community, there is something strange about the continuous integration in MAC-OS and Windows. The error always happen in the following point: ![image](https://user-images.githubusercontent.com/3889819/185318933-8b726cc0-bf2b-4b71-a4c4-1e2ddf3d2f32.png) And from what I could check, the problem lies in the eigenvalue solver `eigsh` within `test_tria3r_natural_freq.py`. I tried to solve the issue with the following commit (amongst many): https://github.com/saullocastro/pyfe3d/commit/ad31e269481e08b6aa6935b30b9d8ba564181160 The error, however, persists. Any help would be greatly appreciated. Best, Saullo
1.0
Solve continuous integration in MAC-OS and Windows - Dear community, there is something strange about the continuous integration in MAC-OS and Windows. The error always happen in the following point: ![image](https://user-images.githubusercontent.com/3889819/185318933-8b726cc0-bf2b-4b71-a4c4-1e2ddf3d2f32.png) And from what I could check, the problem lies in the eigenvalue solver `eigsh` within `test_tria3r_natural_freq.py`. I tried to solve the issue with the following commit (amongst many): https://github.com/saullocastro/pyfe3d/commit/ad31e269481e08b6aa6935b30b9d8ba564181160 The error, however, persists. Any help would be greatly appreciated. Best, Saullo
test
solve continuous integration in mac os and windows dear community there is something strange about the continuous integration in mac os and windows the error always happen in the following point and from what i could check the problem lies in the eigenvalue solver eigsh within test natural freq py i tried to solve the issue with the following commit amongst many the error however persists any help would be greatly appreciated best saullo
1
14,924
3,436,307,789
IssuesEvent
2015-12-12 08:37:23
airmanopus/drivinandflyin
https://api.github.com/repos/airmanopus/drivinandflyin
closed
TypeError: undefined is not an object (evaluating 'flightStatusJSON.flightStatus.operationalTimes...
bug in progress needs tested
https://app.getsentry.com/steve-noonan-associates/drivin-and-flyin/group/97125969/ ``` None: TypeError: undefined is not an object (evaluating 'flightStatusJSON.flightStatus.operationalTimes.es… at None (/drivinandflyin/js/drivinandflyin.js:364:101) ```
1.0
TypeError: undefined is not an object (evaluating 'flightStatusJSON.flightStatus.operationalTimes... - https://app.getsentry.com/steve-noonan-associates/drivin-and-flyin/group/97125969/ ``` None: TypeError: undefined is not an object (evaluating 'flightStatusJSON.flightStatus.operationalTimes.es… at None (/drivinandflyin/js/drivinandflyin.js:364:101) ```
test
typeerror undefined is not an object evaluating flightstatusjson flightstatus operationaltimes none typeerror undefined is not an object evaluating flightstatusjson flightstatus operationaltimes es… at none drivinandflyin js drivinandflyin js
1
133,576
18,907,913,997
IssuesEvent
2021-11-16 11:02:59
blockframes/blockframes
https://api.github.com/repos/blockframes/blockframes
opened
Improvement of "Add files" widget
App - Festival 🎪 Design - UX Idea / Proposal
Following the meeting with WTFilms and their feedbacks, some improvements can be done for the Meeting Creation. - [ ] Highlight recently added files (to find them easily); - [ ] Search / filter for a particular file name (also to go faster); - [ ] Show the files in an alphabetical order.
1.0
Improvement of "Add files" widget - Following the meeting with WTFilms and their feedbacks, some improvements can be done for the Meeting Creation. - [ ] Highlight recently added files (to find them easily); - [ ] Search / filter for a particular file name (also to go faster); - [ ] Show the files in an alphabetical order.
non_test
improvement of add files widget following the meeting with wtfilms and their feedbacks some improvements can be done for the meeting creation highlight recently added files to find them easily search filter for a particular file name also to go faster show the files in an alphabetical order
0
26,567
4,232,904,179
IssuesEvent
2016-07-05 04:08:22
HubTurbo/addressbook
https://api.github.com/repos/HubTurbo/addressbook
closed
sl4j error during travis tests
a-DevOps a-Testing p.Low
Seen in travis output ``` address.guitests.FullSystemTest > scenarioOne STANDARD_ERROR SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/travis/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-simple/1.6.4/6998922e7ac5ab307bd51c233776a67da0031298/slf4j-simple-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/travis/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-classic/1.1.3/d90276fff414f06cb375f2057f6778cd63c6082f/logback-classic-1.1.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory] 51 [Thread-123] INFO com.tulskiy.keymaster.x11.X11Provider - Starting X11 global hotkey provider
1.0
sl4j error during travis tests - Seen in travis output ``` address.guitests.FullSystemTest > scenarioOne STANDARD_ERROR SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/travis/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-simple/1.6.4/6998922e7ac5ab307bd51c233776a67da0031298/slf4j-simple-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/travis/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-classic/1.1.3/d90276fff414f06cb375f2057f6778cd63c6082f/logback-classic-1.1.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory] 51 [Thread-123] INFO com.tulskiy.keymaster.x11.X11Provider - Starting X11 global hotkey provider
test
error during travis tests seen in travis output address guitests fullsystemtest scenarioone standard error class path contains multiple bindings found binding in found binding in see for an explanation actual binding is of type info com tulskiy keymaster starting global hotkey provider
1
95,704
8,571,693,316
IssuesEvent
2018-11-12 05:41:51
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
opened
reg testing11 : ApiV1DashboardCountJobsGetAuthInvalidSql
reg testing11
Project : reg testing11 Job : UAT Env : UAT Region : US_WEST_3 Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Mon, 12 Nov 2018 05:41:50 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/dashboard/count-jobs Request : Response : { "timestamp" : "2018-11-12T05:41:51.176+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/dashboard/count-jobs" } Logs : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [404 == 401 OR 404 == 403] result [Failed] --- FX Bot ---
1.0
reg testing11 : ApiV1DashboardCountJobsGetAuthInvalidSql - Project : reg testing11 Job : UAT Env : UAT Region : US_WEST_3 Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Mon, 12 Nov 2018 05:41:50 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/dashboard/count-jobs Request : Response : { "timestamp" : "2018-11-12T05:41:51.176+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/dashboard/count-jobs" } Logs : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [404 == 401 OR 404 == 403] result [Failed] --- FX Bot ---
test
reg project reg job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api dashboard count jobs logs assertion resolved to result fx bot
1
56,417
6,519,112,042
IssuesEvent
2017-08-28 11:15:53
Interaktivtechnology/Raimon-Web
https://api.github.com/repos/Interaktivtechnology/Raimon-Web
closed
How come Width is located at the bottom?
Interface Need Testing
@benjaminl83 @purnomoeko How come Width is located at the bottom? https://raimon-land-sales-matrix.firebaseapp.com/building/edit/-Kro1z3apqp31tZNnPCJ ![image](https://user-images.githubusercontent.com/30112738/29515903-825024c4-8698-11e7-8f3e-47c2a933927a.png)
1.0
How come Width is located at the bottom? - @benjaminl83 @purnomoeko How come Width is located at the bottom? https://raimon-land-sales-matrix.firebaseapp.com/building/edit/-Kro1z3apqp31tZNnPCJ ![image](https://user-images.githubusercontent.com/30112738/29515903-825024c4-8698-11e7-8f3e-47c2a933927a.png)
test
how come width is located at the bottom purnomoeko how come width is located at the bottom
1
289,829
31,999,066,249
IssuesEvent
2023-09-21 11:04:38
uthrasri/frameworks_av_AOSP_4.2.2_r1
https://api.github.com/repos/uthrasri/frameworks_av_AOSP_4.2.2_r1
opened
CVE-2016-2506 (Critical) detected in https://source.codeaurora.org/external/hisense/platform/frameworks/av/AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051
Mend: dependency security vulnerability
## CVE-2016-2506 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/external/hisense/platform/frameworks/av/AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051</b></p></summary> <p> <p>Library home page: <a href=https://source.codeaurora.org/external/hisense/platform/frameworks/av/>https://source.codeaurora.org/external/hisense/platform/frameworks/av/</a></p> <p>Found in HEAD commit: <a href="https://github.com/uthrasri/frameworks_av_AOSP_4.2.2_r1/commit/9e6327551b00ece943e6d1e2c7ff374495b36814">9e6327551b00ece943e6d1e2c7ff374495b36814</a></p> <p>Found in base branch: <b>main</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/DRMExtractor.cpp</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/DRMExtractor.cpp</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/DRMExtractor.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> DRMExtractor.cpp in libstagefright in mediaserver in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, and 6.x before 2016-07-01 does not validate a certain offset value, which allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted media file, aka internal bug 28175045. <p>Publish Date: 2016-07-11 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-2506>CVE-2016-2506</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2506">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2506</a></p> <p>Release Date: 2018-12-20</p> <p>Fix Resolution: android-6.0.1_r47</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-2016-2506 (Critical) detected in https://source.codeaurora.org/external/hisense/platform/frameworks/av/AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051 - ## CVE-2016-2506 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/external/hisense/platform/frameworks/av/AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051</b></p></summary> <p> <p>Library home page: <a href=https://source.codeaurora.org/external/hisense/platform/frameworks/av/>https://source.codeaurora.org/external/hisense/platform/frameworks/av/</a></p> <p>Found in HEAD commit: <a href="https://github.com/uthrasri/frameworks_av_AOSP_4.2.2_r1/commit/9e6327551b00ece943e6d1e2c7ff374495b36814">9e6327551b00ece943e6d1e2c7ff374495b36814</a></p> <p>Found in base branch: <b>main</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/DRMExtractor.cpp</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/DRMExtractor.cpp</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/DRMExtractor.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> DRMExtractor.cpp in libstagefright in mediaserver in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, and 6.x before 2016-07-01 does not validate a certain offset value, which allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted media file, aka internal bug 28175045. <p>Publish Date: 2016-07-11 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-2506>CVE-2016-2506</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2506">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2506</a></p> <p>Release Date: 2018-12-20</p> <p>Fix Resolution: android-6.0.1_r47</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 critical detected in cve critical severity vulnerability vulnerable library library home page a href found in head commit a href found in base branch main vulnerable source files media libstagefright drmextractor cpp media libstagefright drmextractor cpp media libstagefright drmextractor cpp vulnerability details drmextractor cpp in libstagefright in mediaserver in android x before x before x before and x before does not validate a certain offset value which allows remote attackers to execute arbitrary code or cause a denial of service memory corruption via a crafted media file aka internal bug 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 android step up your open source security game with mend
0
121,559
10,173,618,017
IssuesEvent
2019-08-08 13:29:48
CityOfBoston/boston.gov-d8
https://api.github.com/repos/CityOfBoston/boston.gov-d8
closed
Homepage: department icon does not display on main news component
confirmed max-testing
On the news component, the department icon on the featured item does not display. Displays alt text instead. In example, instead of Public Health Commission logo, it displays "Public Health Commission" D7: ![image](https://user-images.githubusercontent.com/42783424/62239511-0071a600-b3a3-11e9-9593-4a2594cf968f.png) D8: ![image](https://user-images.githubusercontent.com/42783424/62239519-036c9680-b3a3-11e9-9c57-21be46984930.png) This issue is present on Chrome 75, Safari 12, Firefox 68, and iOS Safari. (Tested on Mac Mojave and iPhone X on browserstack)
1.0
Homepage: department icon does not display on main news component - On the news component, the department icon on the featured item does not display. Displays alt text instead. In example, instead of Public Health Commission logo, it displays "Public Health Commission" D7: ![image](https://user-images.githubusercontent.com/42783424/62239511-0071a600-b3a3-11e9-9593-4a2594cf968f.png) D8: ![image](https://user-images.githubusercontent.com/42783424/62239519-036c9680-b3a3-11e9-9c57-21be46984930.png) This issue is present on Chrome 75, Safari 12, Firefox 68, and iOS Safari. (Tested on Mac Mojave and iPhone X on browserstack)
test
homepage department icon does not display on main news component on the news component the department icon on the featured item does not display displays alt text instead in example instead of public health commission logo it displays public health commission this issue is present on chrome safari firefox and ios safari tested on mac mojave and iphone x on browserstack
1
127,476
27,052,138,422
IssuesEvent
2023-02-13 13:58:48
melink14/rikaikun
https://api.github.com/repos/melink14/rikaikun
closed
When pushing commit that fixes lint errors, only include known files
Code health
Setting output now causes a GITHUB_FILE env file to be created which is commited even when linting does not produce any changes. We should either whitelist the files we want to try to add or at least exclude known spurious files like this one.
1.0
When pushing commit that fixes lint errors, only include known files - Setting output now causes a GITHUB_FILE env file to be created which is commited even when linting does not produce any changes. We should either whitelist the files we want to try to add or at least exclude known spurious files like this one.
non_test
when pushing commit that fixes lint errors only include known files setting output now causes a github file env file to be created which is commited even when linting does not produce any changes we should either whitelist the files we want to try to add or at least exclude known spurious files like this one
0
182,816
14,164,636,001
IssuesEvent
2020-11-12 05:32:50
hancom-io/hanzari
https://api.github.com/repos/hancom-io/hanzari
closed
부하테스팅 중 아래 메세지와 같은 ERROR 발생
TESTING backend
``` 18:05:39.485 hanzariApp ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is org.hibernate.HibernateException: The internal connection pool has reached its maximum size and no connection is currently available!] with root cause org.hibernate.HibernateException: The internal connection pool has reached its maximum size and no connection is currently available! ```
1.0
부하테스팅 중 아래 메세지와 같은 ERROR 발생 - ``` 18:05:39.485 hanzariApp ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is org.hibernate.HibernateException: The internal connection pool has reached its maximum size and no connection is currently available!] with root cause org.hibernate.HibernateException: The internal connection pool has reached its maximum size and no connection is currently available! ```
test
부하테스팅 중 아래 메세지와 같은 error 발생 hanzariapp error org apache catalina core containerbase servlet service for servlet in context with path threw exception request processing failed nested exception is org springframework transaction cannotcreatetransactionexception could not open jpa entitymanager for transaction nested exception is org hibernate hibernateexception the internal connection pool has reached its maximum size and no connection is currently available with root cause org hibernate hibernateexception the internal connection pool has reached its maximum size and no connection is currently available
1
252,209
21,563,375,048
IssuesEvent
2022-05-01 13:58:25
PalisadoesFoundation/talawa-api
https://api.github.com/repos/PalisadoesFoundation/talawa-api
closed
Resolvers: Create tests for admin-remove-group-chat.js
good first issue points 02 test
The Talawa-API code base needs to be 100% reliable. This means we need to have 100% test code coverage. Tests need to be written for file `lib/resolvers/admin_mutations/admin-remove-group-chat.js` - We will need the API to be refactored for all methods, classes and/or functions found in this file for testing to be correctly executed. - When complete, all all methods, classes and/or functions in the refactored file will need to be tested. These tests must be placed in a single file with the name `tests/resolvers/admin_mutations/admin-remove-group-chat.spec.js`. You may need to create the appropriate directory structure to do this. ### IMPORTANT: Please refer to the parent issue on how to implement these tests correctly: - https://github.com/PalisadoesFoundation/talawa-api/issues/490 ### PR Acceptance Criteria - When complete this file must show **100%** coverage when merged into the code base. This will be clearly visible when you submit your PR. - [The current code coverage for the file can be found here](https://codecov.io/gh/PalisadoesFoundation/talawa-api/tree/develop/lib/resolvers/admin_mutations/). If the file isn't found in this directory, or there is a 404 error, then tests have not been created. - The PR will show a report for the code coverage for the file you have added. You can use that as a guide.
1.0
Resolvers: Create tests for admin-remove-group-chat.js - The Talawa-API code base needs to be 100% reliable. This means we need to have 100% test code coverage. Tests need to be written for file `lib/resolvers/admin_mutations/admin-remove-group-chat.js` - We will need the API to be refactored for all methods, classes and/or functions found in this file for testing to be correctly executed. - When complete, all all methods, classes and/or functions in the refactored file will need to be tested. These tests must be placed in a single file with the name `tests/resolvers/admin_mutations/admin-remove-group-chat.spec.js`. You may need to create the appropriate directory structure to do this. ### IMPORTANT: Please refer to the parent issue on how to implement these tests correctly: - https://github.com/PalisadoesFoundation/talawa-api/issues/490 ### PR Acceptance Criteria - When complete this file must show **100%** coverage when merged into the code base. This will be clearly visible when you submit your PR. - [The current code coverage for the file can be found here](https://codecov.io/gh/PalisadoesFoundation/talawa-api/tree/develop/lib/resolvers/admin_mutations/). If the file isn't found in this directory, or there is a 404 error, then tests have not been created. - The PR will show a report for the code coverage for the file you have added. You can use that as a guide.
test
resolvers create tests for admin remove group chat js the talawa api code base needs to be reliable this means we need to have test code coverage tests need to be written for file lib resolvers admin mutations admin remove group chat js we will need the api to be refactored for all methods classes and or functions found in this file for testing to be correctly executed when complete all all methods classes and or functions in the refactored file will need to be tested these tests must be placed in a single file with the name tests resolvers admin mutations admin remove group chat spec js you may need to create the appropriate directory structure to do this important please refer to the parent issue on how to implement these tests correctly pr acceptance criteria when complete this file must show coverage when merged into the code base this will be clearly visible when you submit your pr if the file isn t found in this directory or there is a error then tests have not been created the pr will show a report for the code coverage for the file you have added you can use that as a guide
1
24,327
2,667,323,231
IssuesEvent
2015-03-22 14:06:44
NewCreature/EOF
https://api.github.com/repos/NewCreature/EOF
closed
Test in FoF is broken
bug imported invalid Priority-Medium
_From [raynebc](https://code.google.com/u/raynebc/) on May 15, 2010 05:49:08_ When I try to use the feature, a command window opens and immediately closes before I can read it. I watched EOF's behavior in the debugger, but I can't find what's wrong. It changed the working directory to where my FoF installation is (D:\downloads\FretsOnFire\FoFiX3.100>FretsOnFire.exe) and then it issued the system command "-p \"EOFTemp\" -D 0 -P 3". When I open a command shell outside EOF, change to that directory and issue that command, FoF launches as expected... _Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=74_
1.0
Test in FoF is broken - _From [raynebc](https://code.google.com/u/raynebc/) on May 15, 2010 05:49:08_ When I try to use the feature, a command window opens and immediately closes before I can read it. I watched EOF's behavior in the debugger, but I can't find what's wrong. It changed the working directory to where my FoF installation is (D:\downloads\FretsOnFire\FoFiX3.100>FretsOnFire.exe) and then it issued the system command "-p \"EOFTemp\" -D 0 -P 3". When I open a command shell outside EOF, change to that directory and issue that command, FoF launches as expected... _Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=74_
non_test
test in fof is broken from on may when i try to use the feature a command window opens and immediately closes before i can read it i watched eof s behavior in the debugger but i can t find what s wrong it changed the working directory to where my fof installation is d downloads fretsonfire fretsonfire exe and then it issued the system command p eoftemp d p when i open a command shell outside eof change to that directory and issue that command fof launches as expected original issue
0
81,943
3,600,487,667
IssuesEvent
2016-02-03 06:09:27
rsanchez-wsu/sp16-ceg3120
https://api.github.com/repos/rsanchez-wsu/sp16-ceg3120
opened
Fix broken build on Team-1 branch
priority-high state-todo team-1 type-task
The build on the Team-1 is broken. Please review the build output on the Jenkins server http://cobija.connexer.com:8080/job/sp16-ceg3120/branch/Team-1/ , correct the problem(s) and restore the build to a working state.
1.0
Fix broken build on Team-1 branch - The build on the Team-1 is broken. Please review the build output on the Jenkins server http://cobija.connexer.com:8080/job/sp16-ceg3120/branch/Team-1/ , correct the problem(s) and restore the build to a working state.
non_test
fix broken build on team branch the build on the team is broken please review the build output on the jenkins server correct the problem s and restore the build to a working state
0
110,145
9,437,042,129
IssuesEvent
2019-04-13 12:10:29
mikependon/RepoDb
https://api.github.com/repos/mikependon/RepoDb
closed
Add major Integration Tests for Caching for SqlConnection, DbRepository, BaseRepository.
priority test todo
Introduce an Integration Tests for Cache. - SqlConnection - DbRepository - BaseRepostory
1.0
Add major Integration Tests for Caching for SqlConnection, DbRepository, BaseRepository. - Introduce an Integration Tests for Cache. - SqlConnection - DbRepository - BaseRepostory
test
add major integration tests for caching for sqlconnection dbrepository baserepository introduce an integration tests for cache sqlconnection dbrepository baserepostory
1
16,477
6,206,089,380
IssuesEvent
2017-07-06 17:37:33
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
Failure: aggregate_tests.run_tests_python_linux_dbg_native (from grpc.aggregate_tests)
infra/BUILDPONY
+ docker rm -f run_tests_319c9e21-e7c0-4af7-821c-a505f44080d8 run_tests_319c9e21-e7c0-4af7-821c-a505f44080d8 + exit 2 Traceback (most recent call last): File "tools/run_tests/run_tests.py", line 1345, in <module> env=env) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'tools/run_tests/dockerize/build_docker_and_run_tests.sh' returned non-zero exit status 2 See log here: https://grpc-testing.appspot.com/job/gRPC_pull_requests_linux/6466/testReport/junit/(root)/aggregate_tests/run_tests_python_linux_dbg_native/
1.0
Failure: aggregate_tests.run_tests_python_linux_dbg_native (from grpc.aggregate_tests) - + docker rm -f run_tests_319c9e21-e7c0-4af7-821c-a505f44080d8 run_tests_319c9e21-e7c0-4af7-821c-a505f44080d8 + exit 2 Traceback (most recent call last): File "tools/run_tests/run_tests.py", line 1345, in <module> env=env) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'tools/run_tests/dockerize/build_docker_and_run_tests.sh' returned non-zero exit status 2 See log here: https://grpc-testing.appspot.com/job/gRPC_pull_requests_linux/6466/testReport/junit/(root)/aggregate_tests/run_tests_python_linux_dbg_native/
non_test
failure aggregate tests run tests python linux dbg native from grpc aggregate tests docker rm f run tests run tests exit traceback most recent call last file tools run tests run tests py line in env env file usr lib subprocess py line in check call raise calledprocesserror retcode cmd subprocess calledprocesserror command tools run tests dockerize build docker and run tests sh returned non zero exit status see log here
0
192,479
14,617,899,263
IssuesEvent
2020-12-22 15:26:36
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
Privatix/dappctrl: ui/channel_test.go; 37 LoC
fresh small test
Found a possible issue in [Privatix/dappctrl](https://www.github.com/Privatix/dappctrl) at [ui/channel_test.go](https://github.com/Privatix/dappctrl/blob/d3434ee57505955708cd33f7cd9c5dc4d4c57d92/ui/channel_test.go#L262-L298) 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 294 may start a goroutine [Click here to see the code in its original context.](https://github.com/Privatix/dappctrl/blob/d3434ee57505955708cd33f7cd9c5dc4d4c57d92/ui/channel_test.go#L262-L298) <details> <summary>Click here to show the 37 line(s) of Go which triggered the analyzer.</summary> ```go for _, item := range *res { var channel data.Channel var offering data.Offering var job2 data.Job if err := db.FindByPrimaryKeyTo(&channel, item.ID); err != nil { t.Fatal(err) } if err := db.FindByPrimaryKeyTo(&offering, item.Offering); err != nil { t.Fatal(err) } if err := db.FindOneTo(&job2, "related_id", item.ID); err != nil { t.Fatal(err) } sess, err := db.FindAllFrom(data.SessionTable, "channel", item.ID) if err != nil { t.Fatal(err) } var sessions []*data.Session for _, v := range sess { sessions = append(sessions, v.(*data.Session)) } checkClientChannel(t, &item, channel, offering) checkClientChannelStatus(t, &item, channel, offering) checkClientChannelJob(t, &item, job2) checkClientChannelUsage(t, &item, channel, offering, sessions) } ``` </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: d3434ee57505955708cd33f7cd9c5dc4d4c57d92
1.0
Privatix/dappctrl: ui/channel_test.go; 37 LoC - Found a possible issue in [Privatix/dappctrl](https://www.github.com/Privatix/dappctrl) at [ui/channel_test.go](https://github.com/Privatix/dappctrl/blob/d3434ee57505955708cd33f7cd9c5dc4d4c57d92/ui/channel_test.go#L262-L298) 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 294 may start a goroutine [Click here to see the code in its original context.](https://github.com/Privatix/dappctrl/blob/d3434ee57505955708cd33f7cd9c5dc4d4c57d92/ui/channel_test.go#L262-L298) <details> <summary>Click here to show the 37 line(s) of Go which triggered the analyzer.</summary> ```go for _, item := range *res { var channel data.Channel var offering data.Offering var job2 data.Job if err := db.FindByPrimaryKeyTo(&channel, item.ID); err != nil { t.Fatal(err) } if err := db.FindByPrimaryKeyTo(&offering, item.Offering); err != nil { t.Fatal(err) } if err := db.FindOneTo(&job2, "related_id", item.ID); err != nil { t.Fatal(err) } sess, err := db.FindAllFrom(data.SessionTable, "channel", item.ID) if err != nil { t.Fatal(err) } var sessions []*data.Session for _, v := range sess { sessions = append(sessions, v.(*data.Session)) } checkClientChannel(t, &item, channel, offering) checkClientChannelStatus(t, &item, channel, offering) checkClientChannelJob(t, &item, job2) checkClientChannelUsage(t, &item, channel, offering, sessions) } ``` </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: d3434ee57505955708cd33f7cd9c5dc4d4c57d92
test
privatix dappctrl ui channel test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to item at line may start a goroutine click here to show the line s of go which triggered the analyzer go for item range res var channel data channel var offering data offering var data job if err db findbyprimarykeyto channel item id err nil t fatal err if err db findbyprimarykeyto offering item offering err nil t fatal err if err db findoneto related id item id err nil t fatal err sess err db findallfrom data sessiontable channel item id if err nil t fatal err var sessions data session for v range sess sessions append sessions v data session checkclientchannel t item channel offering checkclientchannelstatus t item channel offering checkclientchanneljob t item checkclientchannelusage t item channel offering sessions 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
182,713
14,147,465,945
IssuesEvent
2020-11-10 20:51:26
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: jobs/mixed-versions failed
C-test-failure O-roachtest O-robot branch-56248 release-blocker
[(roachtest).jobs/mixed-versions failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2431451&tab=buildLog) on [56248@41a457fe4371268763d832bbc7b6182b24ef0c6c](https://github.com/cockroachdb/cockroach/commits/41a457fe4371268763d832bbc7b6182b24ef0c6c): ``` The test failed on branch=56248, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/jobs/mixed-versions/run_1 mixed_version_jobs.go:207,versionupgrade.go:189,mixed_version_jobs.go:305,mixed_version_jobs.go:326,test_runner.go:755: Cluster info Node 1: 20.1 Node 2: 20.1 Node 3: 20.1 Node 4: 20.1 Unsuccessful job 606069962880778241 of type IMPORT, description IMPORT TABLE tpcc.public."order" (o_id INT8 NOT NULL, o_d_id INT8 NOT NULL, o_w_id INT8 NOT NULL, o_c_id INT8, o_entry_d TIMESTAMP, o_carrier_id INT8, o_ol_cnt INT8, o_all_local INT8, PRIMARY KEY (o_w_id, o_d_id, o_id DESC), CONSTRAINT order_idx UNIQUE (o_w_id, o_d_id, o_c_id, o_id DESC) STORING (o_entry_d, o_carrier_id)) CSV DATA ('workload:///csv/tpcc/order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=150000&row-start=75000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=225000&row-start=150000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=300000&row-start=225000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962880876545 of type IMPORT, description IMPORT TABLE tpcc.public.order_line (ol_o_id INT8 NOT NULL, ol_d_id INT8 NOT NULL, ol_w_id INT8 NOT NULL, ol_number INT8 NOT NULL, ol_i_id INT8 NOT NULL, ol_supply_w_id INT8, ol_delivery_d TIMESTAMP, ol_quantity INT8, ol_amount DECIMAL(6,2), ol_dist_info CHAR(24), PRIMARY KEY (ol_w_id, ol_d_id, ol_o_id DESC, ol_number)) CSV DATA ('workload:///csv/tpcc/order_line?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order_line?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=150000&row-start=75000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order_line?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=225000&row-start=150000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order_line?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=300000&row-start=225000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962881695745 of type IMPORT, description IMPORT TABLE tpcc.public.item (i_id INT8 NOT NULL, i_im_id INT8, i_name VARCHAR(24), i_price DECIMAL(5,2), i_data VARCHAR(50), PRIMARY KEY (i_id)) CSV DATA ('workload:///csv/tpcc/item?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=25000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/item?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=50000&row-start=25000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/item?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=50000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/item?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=100000&row-start=75000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962882088961 of type IMPORT, description IMPORT TABLE tpcc.public.new_order (no_o_id INT8 NOT NULL, no_d_id INT8 NOT NULL, no_w_id INT8 NOT NULL, PRIMARY KEY (no_w_id, no_d_id, no_o_id)) CSV DATA ('workload:///csv/tpcc/new_order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=22500&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/new_order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=45000&row-start=22500&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/new_order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=67500&row-start=45000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/new_order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=90000&row-start=67500&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962882351105 of type IMPORT, description IMPORT TABLE tpcc.public.customer (c_id INT8 NOT NULL, c_d_id INT8 NOT NULL, c_w_id INT8 NOT NULL, c_first VARCHAR(16), c_middle CHAR(2), c_last VARCHAR(16), c_street_1 VARCHAR(20), c_street_2 VARCHAR(20), c_city VARCHAR(20), c_state CHAR(2), c_zip CHAR(9), c_phone CHAR(16), c_since TIMESTAMP, c_credit CHAR(2), c_credit_lim DECIMAL(12,2), c_discount DECIMAL(4,4), c_balance DECIMAL(12,2), c_ytd_payment DECIMAL(12,2), c_payment_cnt INT8, c_delivery_cnt INT8, c_data VARCHAR(500), PRIMARY KEY (c_w_id, c_d_id, c_id), INDEX customer_idx (c_w_id, c_d_id, c_last, c_first)) CSV DATA ('workload:///csv/tpcc/customer?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/customer?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=150000&row-start=75000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/customer?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=225000&row-start=150000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/customer?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=300000&row-start=225000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962883989505 of type IMPORT, description IMPORT TABLE tpcc.public.district (d_id INT8 NOT NULL, d_w_id INT8 NOT NULL, d_name VARCHAR(10), d_street_1 VARCHAR(20), d_street_2 VARCHAR(20), d_city VARCHAR(20), d_state CHAR(2), d_zip CHAR(9), d_tax DECIMAL(4,4), d_ytd DECIMAL(12,2), d_next_o_id INT8, PRIMARY KEY (d_w_id, d_id)) CSV DATA ('workload:///csv/tpcc/district?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=25&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/district?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=50&row-start=25&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/district?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75&row-start=50&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/district?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=100&row-start=75&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962884022273 of type IMPORT, description IMPORT TABLE tpcc.public.warehouse (w_id INT8 NOT NULL PRIMARY KEY, w_name VARCHAR(10), w_street_1 VARCHAR(20), w_street_2 VARCHAR(20), w_city VARCHAR(20), w_state CHAR(2), w_zip CHAR(9), w_tax DECIMAL(4,4), w_ytd DECIMAL(12,2)) CSV DATA ('workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=2&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=4&row-start=2&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=6&row-start=4&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=8&row-start=6&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=10&row-start=8&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962884055041 of type IMPORT, description IMPORT TABLE tpcc.public.history (rowid UUID NOT NULL DEFAULT gen_random_uuid(), h_c_id INT8 NOT NULL, h_c_d_id INT8 NOT NULL, h_c_w_id INT8 NOT NULL, h_d_id INT8 NOT NULL, h_w_id INT8 NOT NULL, h_date TIMESTAMP, h_amount DECIMAL(6,2), h_data VARCHAR(24), PRIMARY KEY (h_w_id, rowid)) CSV DATA ('workload:///csv/tpcc/history?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/history?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=150000&row-start=75000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/history?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=225000&row-start=150000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/history?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=300000&row-start=225000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962884186113 of type IMPORT, description IMPORT TABLE tpcc.public.stock (s_i_id INT8 NOT NULL, s_w_id INT8 NOT NULL, s_quantity INT8, s_dist_01 CHAR(24), s_dist_02 CHAR(24), s_dist_03 CHAR(24), s_dist_04 CHAR(24), s_dist_05 CHAR(24), s_dist_06 CHAR(24), s_dist_07 CHAR(24), s_dist_08 CHAR(24), s_dist_09 CHAR(24), s_dist_10 CHAR(24), s_ytd INT8, s_order_cnt INT8, s_remote_cnt INT8, s_data VARCHAR(50), PRIMARY KEY (s_w_id, s_i_id)) CSV DATA ('workload:///csv/tpcc/stock?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=250000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/stock?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=500000&row-start=250000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/stock?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=750000&row-start=500000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/stock?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=1000000&row-start=750000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 ``` <details><summary>More</summary><p> Artifacts: [/jobs/mixed-versions](https://teamcity.cockroachdb.com/viewLog.html?buildId=2431451&tab=artifacts#/jobs/mixed-versions) Related: - #56171 roachtest: jobs/mixed-versions failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.2) - #56038 roachtest: jobs/mixed-versions failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #54387 roachtest: jobs/mixed-versions failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ajobs%2Fmixed-versions.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
2.0
roachtest: jobs/mixed-versions failed - [(roachtest).jobs/mixed-versions failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2431451&tab=buildLog) on [56248@41a457fe4371268763d832bbc7b6182b24ef0c6c](https://github.com/cockroachdb/cockroach/commits/41a457fe4371268763d832bbc7b6182b24ef0c6c): ``` The test failed on branch=56248, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/jobs/mixed-versions/run_1 mixed_version_jobs.go:207,versionupgrade.go:189,mixed_version_jobs.go:305,mixed_version_jobs.go:326,test_runner.go:755: Cluster info Node 1: 20.1 Node 2: 20.1 Node 3: 20.1 Node 4: 20.1 Unsuccessful job 606069962880778241 of type IMPORT, description IMPORT TABLE tpcc.public."order" (o_id INT8 NOT NULL, o_d_id INT8 NOT NULL, o_w_id INT8 NOT NULL, o_c_id INT8, o_entry_d TIMESTAMP, o_carrier_id INT8, o_ol_cnt INT8, o_all_local INT8, PRIMARY KEY (o_w_id, o_d_id, o_id DESC), CONSTRAINT order_idx UNIQUE (o_w_id, o_d_id, o_c_id, o_id DESC) STORING (o_entry_d, o_carrier_id)) CSV DATA ('workload:///csv/tpcc/order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=150000&row-start=75000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=225000&row-start=150000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=300000&row-start=225000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962880876545 of type IMPORT, description IMPORT TABLE tpcc.public.order_line (ol_o_id INT8 NOT NULL, ol_d_id INT8 NOT NULL, ol_w_id INT8 NOT NULL, ol_number INT8 NOT NULL, ol_i_id INT8 NOT NULL, ol_supply_w_id INT8, ol_delivery_d TIMESTAMP, ol_quantity INT8, ol_amount DECIMAL(6,2), ol_dist_info CHAR(24), PRIMARY KEY (ol_w_id, ol_d_id, ol_o_id DESC, ol_number)) CSV DATA ('workload:///csv/tpcc/order_line?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order_line?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=150000&row-start=75000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order_line?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=225000&row-start=150000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/order_line?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=300000&row-start=225000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962881695745 of type IMPORT, description IMPORT TABLE tpcc.public.item (i_id INT8 NOT NULL, i_im_id INT8, i_name VARCHAR(24), i_price DECIMAL(5,2), i_data VARCHAR(50), PRIMARY KEY (i_id)) CSV DATA ('workload:///csv/tpcc/item?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=25000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/item?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=50000&row-start=25000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/item?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=50000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/item?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=100000&row-start=75000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962882088961 of type IMPORT, description IMPORT TABLE tpcc.public.new_order (no_o_id INT8 NOT NULL, no_d_id INT8 NOT NULL, no_w_id INT8 NOT NULL, PRIMARY KEY (no_w_id, no_d_id, no_o_id)) CSV DATA ('workload:///csv/tpcc/new_order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=22500&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/new_order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=45000&row-start=22500&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/new_order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=67500&row-start=45000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/new_order?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=90000&row-start=67500&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962882351105 of type IMPORT, description IMPORT TABLE tpcc.public.customer (c_id INT8 NOT NULL, c_d_id INT8 NOT NULL, c_w_id INT8 NOT NULL, c_first VARCHAR(16), c_middle CHAR(2), c_last VARCHAR(16), c_street_1 VARCHAR(20), c_street_2 VARCHAR(20), c_city VARCHAR(20), c_state CHAR(2), c_zip CHAR(9), c_phone CHAR(16), c_since TIMESTAMP, c_credit CHAR(2), c_credit_lim DECIMAL(12,2), c_discount DECIMAL(4,4), c_balance DECIMAL(12,2), c_ytd_payment DECIMAL(12,2), c_payment_cnt INT8, c_delivery_cnt INT8, c_data VARCHAR(500), PRIMARY KEY (c_w_id, c_d_id, c_id), INDEX customer_idx (c_w_id, c_d_id, c_last, c_first)) CSV DATA ('workload:///csv/tpcc/customer?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/customer?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=150000&row-start=75000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/customer?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=225000&row-start=150000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/customer?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=300000&row-start=225000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962883989505 of type IMPORT, description IMPORT TABLE tpcc.public.district (d_id INT8 NOT NULL, d_w_id INT8 NOT NULL, d_name VARCHAR(10), d_street_1 VARCHAR(20), d_street_2 VARCHAR(20), d_city VARCHAR(20), d_state CHAR(2), d_zip CHAR(9), d_tax DECIMAL(4,4), d_ytd DECIMAL(12,2), d_next_o_id INT8, PRIMARY KEY (d_w_id, d_id)) CSV DATA ('workload:///csv/tpcc/district?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=25&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/district?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=50&row-start=25&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/district?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75&row-start=50&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/district?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=100&row-start=75&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962884022273 of type IMPORT, description IMPORT TABLE tpcc.public.warehouse (w_id INT8 NOT NULL PRIMARY KEY, w_name VARCHAR(10), w_street_1 VARCHAR(20), w_street_2 VARCHAR(20), w_city VARCHAR(20), w_state CHAR(2), w_zip CHAR(9), w_tax DECIMAL(4,4), w_ytd DECIMAL(12,2)) CSV DATA ('workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=2&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=4&row-start=2&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=6&row-start=4&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=8&row-start=6&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/warehouse?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=10&row-start=8&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962884055041 of type IMPORT, description IMPORT TABLE tpcc.public.history (rowid UUID NOT NULL DEFAULT gen_random_uuid(), h_c_id INT8 NOT NULL, h_c_d_id INT8 NOT NULL, h_c_w_id INT8 NOT NULL, h_d_id INT8 NOT NULL, h_w_id INT8 NOT NULL, h_date TIMESTAMP, h_amount DECIMAL(6,2), h_data VARCHAR(24), PRIMARY KEY (h_w_id, rowid)) CSV DATA ('workload:///csv/tpcc/history?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=75000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/history?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=150000&row-start=75000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/history?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=225000&row-start=150000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/history?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=300000&row-start=225000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 Unsuccessful job 606069962884186113 of type IMPORT, description IMPORT TABLE tpcc.public.stock (s_i_id INT8 NOT NULL, s_w_id INT8 NOT NULL, s_quantity INT8, s_dist_01 CHAR(24), s_dist_02 CHAR(24), s_dist_03 CHAR(24), s_dist_04 CHAR(24), s_dist_05 CHAR(24), s_dist_06 CHAR(24), s_dist_07 CHAR(24), s_dist_08 CHAR(24), s_dist_09 CHAR(24), s_dist_10 CHAR(24), s_ytd INT8, s_order_cnt INT8, s_remote_cnt INT8, s_data VARCHAR(50), PRIMARY KEY (s_w_id, s_i_id)) CSV DATA ('workload:///csv/tpcc/stock?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=250000&row-start=0&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/stock?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=500000&row-start=250000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/stock?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=750000&row-start=500000&seed=1&version=2.2.0&warehouses=10', 'workload:///csv/tpcc/stock?deprecated-fk-indexes=false&fks=true&interleaved=false&row-end=1000000&row-start=750000&seed=1&version=2.2.0&warehouses=10') WITH "nullif" = 'NULL', status failed, error expected tpcc version "2.2.0" but got "2.1.0", coordinator 1 ``` <details><summary>More</summary><p> Artifacts: [/jobs/mixed-versions](https://teamcity.cockroachdb.com/viewLog.html?buildId=2431451&tab=artifacts#/jobs/mixed-versions) Related: - #56171 roachtest: jobs/mixed-versions failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.2) - #56038 roachtest: jobs/mixed-versions failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #54387 roachtest: jobs/mixed-versions failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ajobs%2Fmixed-versions.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
test
roachtest jobs mixed versions failed on the test failed on branch cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts jobs mixed versions run mixed version jobs go versionupgrade go mixed version jobs go mixed version jobs go test runner go cluster info node node node node unsuccessful job of type import description import table tpcc public order o id not null o d id not null o w id not null o c id o entry d timestamp o carrier id o ol cnt o all local primary key o w id o d id o id desc constraint order idx unique o w id o d id o c id o id desc storing o entry d o carrier id csv data workload csv tpcc order deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc order deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc order deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc order deprecated fk indexes false fks true interleaved false row end row start seed version warehouses with nullif null status failed error expected tpcc version but got coordinator unsuccessful job of type import description import table tpcc public order line ol o id not null ol d id not null ol w id not null ol number not null ol i id not null ol supply w id ol delivery d timestamp ol quantity ol amount decimal ol dist info char primary key ol w id ol d id ol o id desc ol number csv data workload csv tpcc order line deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc order line deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc order line deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc order line deprecated fk indexes false fks true interleaved false row end row start seed version warehouses with nullif null status failed error expected tpcc version but got coordinator unsuccessful job of type import description import table tpcc public item i id not null i im id i name varchar i price decimal i data varchar primary key i id csv data workload csv tpcc item deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc item deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc item deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc item deprecated fk indexes false fks true interleaved false row end row start seed version warehouses with nullif null status failed error expected tpcc version but got coordinator unsuccessful job of type import description import table tpcc public new order no o id not null no d id not null no w id not null primary key no w id no d id no o id csv data workload csv tpcc new order deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc new order deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc new order deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc new order deprecated fk indexes false fks true interleaved false row end row start seed version warehouses with nullif null status failed error expected tpcc version but got coordinator unsuccessful job of type import description import table tpcc public customer c id not null c d id not null c w id not null c first varchar c middle char c last varchar c street varchar c street varchar c city varchar c state char c zip char c phone char c since timestamp c credit char c credit lim decimal c discount decimal c balance decimal c ytd payment decimal c payment cnt c delivery cnt c data varchar primary key c w id c d id c id index customer idx c w id c d id c last c first csv data workload csv tpcc customer deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc customer deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc customer deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc customer deprecated fk indexes false fks true interleaved false row end row start seed version warehouses with nullif null status failed error expected tpcc version but got coordinator unsuccessful job of type import description import table tpcc public district d id not null d w id not null d name varchar d street varchar d street varchar d city varchar d state char d zip char d tax decimal d ytd decimal d next o id primary key d w id d id csv data workload csv tpcc district deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc district deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc district deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc district deprecated fk indexes false fks true interleaved false row end row start seed version warehouses with nullif null status failed error expected tpcc version but got coordinator unsuccessful job of type import description import table tpcc public warehouse w id not null primary key w name varchar w street varchar w street varchar w city varchar w state char w zip char w tax decimal w ytd decimal csv data workload csv tpcc warehouse deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc warehouse deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc warehouse deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc warehouse deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc warehouse deprecated fk indexes false fks true interleaved false row end row start seed version warehouses with nullif null status failed error expected tpcc version but got coordinator unsuccessful job of type import description import table tpcc public history rowid uuid not null default gen random uuid h c id not null h c d id not null h c w id not null h d id not null h w id not null h date timestamp h amount decimal h data varchar primary key h w id rowid csv data workload csv tpcc history deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc history deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc history deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc history deprecated fk indexes false fks true interleaved false row end row start seed version warehouses with nullif null status failed error expected tpcc version but got coordinator unsuccessful job of type import description import table tpcc public stock s i id not null s w id not null s quantity s dist char s dist char s dist char s dist char s dist char s dist char s dist char s dist char s dist char s dist char s ytd s order cnt s remote cnt s data varchar primary key s w id s i id csv data workload csv tpcc stock deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc stock deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc stock deprecated fk indexes false fks true interleaved false row end row start seed version warehouses workload csv tpcc stock deprecated fk indexes false fks true interleaved false row end row start seed version warehouses with nullif null status failed error expected tpcc version but got coordinator more artifacts related roachtest jobs mixed versions failed roachtest jobs mixed versions failed roachtest jobs mixed versions failed powered by
1
340,385
30,513,131,427
IssuesEvent
2023-07-18 23:02:33
opensearch-project/dashboards-visualizations
https://api.github.com/repos/opensearch-project/dashboards-visualizations
closed
[AUTOCUT] Integration Test failed for ganttChartDashboards: 2.9.0 rpm distribution
untriaged autocut integ-test-failure v2.9.0
The integration test failed at distribution level for component ganttChartDashboards<br>Version: 2.9.0<br>Distribution: rpm<br>Architecture: arm64<br>Platform: linux<br><br>Please check the logs: https://build.ci.opensearch.org/job/integ-test-opensearch-dashboards/3685/display/redirect<br><br> * Steps to reproduce: See https://github.com/opensearch-project/opensearch-build/tree/main/src/test_workflow#integration-tests<br>* See all log files:<br> - [With security](https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.9.0/6382/linux/arm64/rpm/test-results/3685/integ-test/ganttChartDashboards/with-security/ganttChartDashboards.yml) (if applicable)<br> - [Without security](https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.9.0/6382/linux/arm64/rpm/test-results/3685/integ-test/ganttChartDashboards/without-security/ganttChartDashboards.yml) (if applicable)<br><br>
1.0
[AUTOCUT] Integration Test failed for ganttChartDashboards: 2.9.0 rpm distribution - The integration test failed at distribution level for component ganttChartDashboards<br>Version: 2.9.0<br>Distribution: rpm<br>Architecture: arm64<br>Platform: linux<br><br>Please check the logs: https://build.ci.opensearch.org/job/integ-test-opensearch-dashboards/3685/display/redirect<br><br> * Steps to reproduce: See https://github.com/opensearch-project/opensearch-build/tree/main/src/test_workflow#integration-tests<br>* See all log files:<br> - [With security](https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.9.0/6382/linux/arm64/rpm/test-results/3685/integ-test/ganttChartDashboards/with-security/ganttChartDashboards.yml) (if applicable)<br> - [Without security](https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.9.0/6382/linux/arm64/rpm/test-results/3685/integ-test/ganttChartDashboards/without-security/ganttChartDashboards.yml) (if applicable)<br><br>
test
integration test failed for ganttchartdashboards rpm distribution the integration test failed at distribution level for component ganttchartdashboards version distribution rpm architecture platform linux please check the logs steps to reproduce see see all log files if applicable if applicable
1
138,627
11,209,641,608
IssuesEvent
2020-01-06 11:00:51
mattermost/mattermost-server
https://api.github.com/repos/mattermost/mattermost-server
closed
UI Automation: Write an automated test using Cypress for "Draw plugin does not post text in input box"
Area/E2E Tests Difficulty/1:Easy Help Wanted PR Exists Tech/JavaScript
If you're interested please comment here and come [join our "Contributors" community channel](https://community.mattermost.com/core/channels/tickets) on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please [join our "Developers" community channel](https://community.mattermost.com/core/channels/developers). New contributors please see our [Developer's Guide](https://developers.mattermost.com/contribute/getting-started/). ---- **Notes**: [Jira ticket](https://mattermost.atlassian.net/browse/MM-17448) *__Test Key:__* M17448 *__Title:__* Draw plugin does not post text in input box * __Steps:__* __Must be tested on community-release.mattermost.com__ 1. Login to the server and open a channel 2. Type some text into the input box 3. Select the attachments icon 4. Select "Draw" or "Your Computer" * __Expected:__* Text in the input box does not post to channel See our [end-to-end testing documentation](https://developers.mattermost.com/contribute/webapp/end-to-end-tests/) for reference.
1.0
UI Automation: Write an automated test using Cypress for "Draw plugin does not post text in input box" - If you're interested please comment here and come [join our "Contributors" community channel](https://community.mattermost.com/core/channels/tickets) on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please [join our "Developers" community channel](https://community.mattermost.com/core/channels/developers). New contributors please see our [Developer's Guide](https://developers.mattermost.com/contribute/getting-started/). ---- **Notes**: [Jira ticket](https://mattermost.atlassian.net/browse/MM-17448) *__Test Key:__* M17448 *__Title:__* Draw plugin does not post text in input box * __Steps:__* __Must be tested on community-release.mattermost.com__ 1. Login to the server and open a channel 2. Type some text into the input box 3. Select the attachments icon 4. Select "Draw" or "Your Computer" * __Expected:__* Text in the input box does not post to channel See our [end-to-end testing documentation](https://developers.mattermost.com/contribute/webapp/end-to-end-tests/) for reference.
test
ui automation write an automated test using cypress for draw plugin does not post text in input box if you re interested please comment here and come on our daily build server where you can discuss questions with community members and the mattermost core team for technical advice or questions please new contributors please see our notes test key title draw plugin does not post text in input box steps must be tested on community release mattermost com login to the server and open a channel type some text into the input box select the attachments icon select draw or your computer expected text in the input box does not post to channel see our for reference
1
86,792
8,050,427,109
IssuesEvent
2018-08-01 13:26:39
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
testNoNodeNameWarning fails on Windows
:Core/Logging >test-failure v6.5.0 v7.0.0
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-windows-compatibility/1793/console ``` 12:28:27 FAILURE 0.03s J2 | EvilLoggerTests.testNoNodeNameWarning <<< FAILURES! 12:28:27 > Throwable #1: java.lang.AssertionError: 12:28:27 > Expected: a string ending with "no_node_name/log4j2.properties" 12:28:27 > but: was " C:\Users\jenkins\workspace\elastic+elasticsearch+master+multijob-windows-compatibility\qa\evil-tests\build\resources\test\org\elasticsearch\common\logging\no_node_name\log4j2.properties" ``` NB forward slashes vs backslashes 👿 Introduced in #31588 which is labelled backport-pending so this may propagate further back. I'm suppressing the test for now.
1.0
testNoNodeNameWarning fails on Windows - https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-windows-compatibility/1793/console ``` 12:28:27 FAILURE 0.03s J2 | EvilLoggerTests.testNoNodeNameWarning <<< FAILURES! 12:28:27 > Throwable #1: java.lang.AssertionError: 12:28:27 > Expected: a string ending with "no_node_name/log4j2.properties" 12:28:27 > but: was " C:\Users\jenkins\workspace\elastic+elasticsearch+master+multijob-windows-compatibility\qa\evil-tests\build\resources\test\org\elasticsearch\common\logging\no_node_name\log4j2.properties" ``` NB forward slashes vs backslashes 👿 Introduced in #31588 which is labelled backport-pending so this may propagate further back. I'm suppressing the test for now.
test
testnonodenamewarning fails on windows failure evilloggertests testnonodenamewarning failures throwable java lang assertionerror expected a string ending with no node name properties but was c users jenkins workspace elastic elasticsearch master multijob windows compatibility qa evil tests build resources test org elasticsearch common logging no node name properties nb forward slashes vs backslashes 👿 introduced in which is labelled backport pending so this may propagate further back i m suppressing the test for now
1
103,701
8,933,176,311
IssuesEvent
2019-01-23 00:49:30
apache/couchdb
https://api.github.com/repos/apache/couchdb
closed
Blacklist Erlang 21.2, 21.2.1, 21.2.2 (21.2.3+ OK)
testsuite
@iilyak ever seen this one? ``` test/javascript/tests/changes.js pass test/javascript/tests/coffee.js pass test/javascript/tests/compact.js pass test/javascript/tests/config.js Error: FAIL isRunning Stacktrace: waitForSuccess((function () {CouchDB.last_req = CouchDB.request("GET", "/");return typeof CouchDB.last_req == "object";}),"isRunning")@test/javascript/test_setup.js:64 @test/javascript/cli_runner.js:46 Failed to execute script. fail ======================================================= JavaScript tests complete. Failed: 1. Skipped or passed: 14. Makefile:231: recipe for target 'javascript' failed make: *** [javascript] Error 1 ``` It's repeatable at will on my new laptop. In other words, `make javascript` always fails. ## Your Environment * Version used: master * Operating System and version (desktop or mobile): debian stretch, up to date
1.0
Blacklist Erlang 21.2, 21.2.1, 21.2.2 (21.2.3+ OK) - @iilyak ever seen this one? ``` test/javascript/tests/changes.js pass test/javascript/tests/coffee.js pass test/javascript/tests/compact.js pass test/javascript/tests/config.js Error: FAIL isRunning Stacktrace: waitForSuccess((function () {CouchDB.last_req = CouchDB.request("GET", "/");return typeof CouchDB.last_req == "object";}),"isRunning")@test/javascript/test_setup.js:64 @test/javascript/cli_runner.js:46 Failed to execute script. fail ======================================================= JavaScript tests complete. Failed: 1. Skipped or passed: 14. Makefile:231: recipe for target 'javascript' failed make: *** [javascript] Error 1 ``` It's repeatable at will on my new laptop. In other words, `make javascript` always fails. ## Your Environment * Version used: master * Operating System and version (desktop or mobile): debian stretch, up to date
test
blacklist erlang ok iilyak ever seen this one test javascript tests changes js pass test javascript tests coffee js pass test javascript tests compact js pass test javascript tests config js error fail isrunning stacktrace waitforsuccess function couchdb last req couchdb request get return typeof couchdb last req object isrunning test javascript test setup js test javascript cli runner js failed to execute script fail javascript tests complete failed skipped or passed makefile recipe for target javascript failed make error it s repeatable at will on my new laptop in other words make javascript always fails your environment version used master operating system and version desktop or mobile debian stretch up to date
1
230,572
18,677,063,673
IssuesEvent
2021-10-31 18:39:34
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest
Team: Core Type: Test-Failure Source: Internal JDK17
Master (rev. e817a03) Failed on Zulu, JDK17: http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-ZuluJDK17/5/testReport/ <details><summary>Stacktrace:</summary> ``` java.lang.AssertionError: Expected: (an instance of com.hazelcast.core.HazelcastException and exception with message a string containing "File is already being used by another Hazelcast instance.") but: an instance of com.hazelcast.core.HazelcastException <org.junit.internal.runners.model.MultipleFailureException: There were 2 errors: java.lang.NullPointerException(Cannot enter synchronized block because "this.closeLock" is null) java.lang.NullPointerException(Cannot enter synchronized block because "this.closeLock" is null)> is a org.junit.internal.runners.model.MultipleFailureException Stacktrace was: java.lang.NullPointerException: Cannot enter synchronized block because "this.closeLock" is null at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:108) at com.hazelcast.internal.nio.IOUtil.closeResource(IOUtil.java:396) at com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLock.acquireLock(NearCachePreloaderLock.java:85) at com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest.testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException(NearCachePreloaderLockTest.java:89) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:115) at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:107) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.lang.Thread.run(Thread.java:833) java.lang.NullPointerException: Cannot enter synchronized block because "this.closeLock" is null at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:108) at com.hazelcast.internal.nio.IOUtil.closeResource(IOUtil.java:396) at com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest.tearDown(NearCachePreloaderLockTest.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at com.hazelcast.test.AbstractHazelcastClassRunner$ThreadDumpAwareRunAfters.evaluate(AbstractHazelcastClassRunner.java:381) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.hazelcast.test.DumpBuildInfoOnFailureRule$1.evaluate(DumpBuildInfoOnFailureRule.java:37) at com.hazelcast.test.jitter.JitterRule$1.evaluate(JitterRule.java:104) at com.hazelcast.test.metrics.MetricsRule$1.evaluate(MetricsRule.java:62) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at com.hazelcast.test.HazelcastParallelClassRunner.access$301(HazelcastParallelClassRunner.java:49) at com.hazelcast.test.HazelcastParallelClassRunner$TestRunner.run(HazelcastParallelClassRunner.java:162) at java.base/java.lang.Thread.run(Thread.java:833) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:964) at org.junit.Assert.assertThat(Assert.java:930) at org.junit.rules.ExpectedException.handleException(ExpectedException.java:271) at org.junit.rules.ExpectedException.access$000(ExpectedException.java:111) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260) at com.hazelcast.test.DumpBuildInfoOnFailureRule$1.evaluate(DumpBuildInfoOnFailureRule.java:37) at com.hazelcast.test.jitter.JitterRule$1.evaluate(JitterRule.java:104) at com.hazelcast.test.metrics.MetricsRule$1.evaluate(MetricsRule.java:62) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at com.hazelcast.test.HazelcastParallelClassRunner.access$301(HazelcastParallelClassRunner.java:49) at com.hazelcast.test.HazelcastParallelClassRunner$TestRunner.run(HazelcastParallelClassRunner.java:162) at java.base/java.lang.Thread.run(Thread.java:833) ``` </details> <details><summary>Standard output:</summary> ``` Started Running Test: testRelease Started Running Test: testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException Started Running Test: testAcquireLock_whenTryLockThrowsIOException_thenThrowHazelcastException BuildInfo right after testRelease(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest): BuildInfo{version='5.1-SNAPSHOT', build='20211029', buildNumber=20211029, revision=3ddd37c, enterprise=false, serializationVersion=1} Hiccups measured while running test 'testRelease(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest):' 11:57:25, accumulated pauses: 8 ms, max pause: 0 ms, pauses over 1000 ms: 0 No metrics recorded during the test Finished Running Test: testRelease in 0.041 seconds. BuildInfo right after testAcquireLock_whenTryLockThrowsOverlappingFileLockException_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest): BuildInfo{version='5.1-SNAPSHOT', build='20211029', buildNumber=20211029, revision=3ddd37c, enterprise=false, serializationVersion=1} BuildInfo right after testAcquireLock_whenTryLockThrowsIOException_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest): BuildInfo{version='5.1-SNAPSHOT', build='20211029', buildNumber=20211029, revision=3ddd37c, enterprise=false, serializationVersion=1} BuildInfo right after testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest): BuildInfo{version='5.1-SNAPSHOT', build='20211029', buildNumber=20211029, revision=3ddd37c, enterprise=false, serializationVersion=1} Hiccups measured while running test 'testAcquireLock_whenTryLockThrowsOverlappingFileLockException_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest):' 11:57:25, accumulated pauses: 8 ms, max pause: 0 ms, pauses over 1000 ms: 0 Hiccups measured while running test 'testAcquireLock_whenTryLockThrowsIOException_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest):' 11:57:25, accumulated pauses: 8 ms, max pause: 0 ms, pauses over 1000 ms: 0 No metrics recorded during the test Hiccups measured while running test 'testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest):' 11:57:25, accumulated pauses: 8 ms, max pause: 0 ms, pauses over 1000 ms: 0 No metrics recorded during the test No metrics recorded during the test Finished Running Test: testAcquireLock_whenTryLockThrowsIOException_thenThrowHazelcastException in 0.044 seconds. Finished Running Test: testAcquireLock_whenTryLockThrowsOverlappingFileLockException_thenThrowHazelcastException in 0.045 seconds. Finished Running Test: testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException in 0.044 seconds. Started Running Test: no_repairing_handler_created_when_invalidations_disabled Started Running Test: repairing_handler_created_when_invalidations_enabled ``` </details>
1.0
com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest - Master (rev. e817a03) Failed on Zulu, JDK17: http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-ZuluJDK17/5/testReport/ <details><summary>Stacktrace:</summary> ``` java.lang.AssertionError: Expected: (an instance of com.hazelcast.core.HazelcastException and exception with message a string containing "File is already being used by another Hazelcast instance.") but: an instance of com.hazelcast.core.HazelcastException <org.junit.internal.runners.model.MultipleFailureException: There were 2 errors: java.lang.NullPointerException(Cannot enter synchronized block because "this.closeLock" is null) java.lang.NullPointerException(Cannot enter synchronized block because "this.closeLock" is null)> is a org.junit.internal.runners.model.MultipleFailureException Stacktrace was: java.lang.NullPointerException: Cannot enter synchronized block because "this.closeLock" is null at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:108) at com.hazelcast.internal.nio.IOUtil.closeResource(IOUtil.java:396) at com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLock.acquireLock(NearCachePreloaderLock.java:85) at com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest.testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException(NearCachePreloaderLockTest.java:89) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:115) at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:107) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.lang.Thread.run(Thread.java:833) java.lang.NullPointerException: Cannot enter synchronized block because "this.closeLock" is null at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:108) at com.hazelcast.internal.nio.IOUtil.closeResource(IOUtil.java:396) at com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest.tearDown(NearCachePreloaderLockTest.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at com.hazelcast.test.AbstractHazelcastClassRunner$ThreadDumpAwareRunAfters.evaluate(AbstractHazelcastClassRunner.java:381) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258) at com.hazelcast.test.DumpBuildInfoOnFailureRule$1.evaluate(DumpBuildInfoOnFailureRule.java:37) at com.hazelcast.test.jitter.JitterRule$1.evaluate(JitterRule.java:104) at com.hazelcast.test.metrics.MetricsRule$1.evaluate(MetricsRule.java:62) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at com.hazelcast.test.HazelcastParallelClassRunner.access$301(HazelcastParallelClassRunner.java:49) at com.hazelcast.test.HazelcastParallelClassRunner$TestRunner.run(HazelcastParallelClassRunner.java:162) at java.base/java.lang.Thread.run(Thread.java:833) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:964) at org.junit.Assert.assertThat(Assert.java:930) at org.junit.rules.ExpectedException.handleException(ExpectedException.java:271) at org.junit.rules.ExpectedException.access$000(ExpectedException.java:111) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260) at com.hazelcast.test.DumpBuildInfoOnFailureRule$1.evaluate(DumpBuildInfoOnFailureRule.java:37) at com.hazelcast.test.jitter.JitterRule$1.evaluate(JitterRule.java:104) at com.hazelcast.test.metrics.MetricsRule$1.evaluate(MetricsRule.java:62) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at com.hazelcast.test.HazelcastParallelClassRunner.access$301(HazelcastParallelClassRunner.java:49) at com.hazelcast.test.HazelcastParallelClassRunner$TestRunner.run(HazelcastParallelClassRunner.java:162) at java.base/java.lang.Thread.run(Thread.java:833) ``` </details> <details><summary>Standard output:</summary> ``` Started Running Test: testRelease Started Running Test: testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException Started Running Test: testAcquireLock_whenTryLockThrowsIOException_thenThrowHazelcastException BuildInfo right after testRelease(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest): BuildInfo{version='5.1-SNAPSHOT', build='20211029', buildNumber=20211029, revision=3ddd37c, enterprise=false, serializationVersion=1} Hiccups measured while running test 'testRelease(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest):' 11:57:25, accumulated pauses: 8 ms, max pause: 0 ms, pauses over 1000 ms: 0 No metrics recorded during the test Finished Running Test: testRelease in 0.041 seconds. BuildInfo right after testAcquireLock_whenTryLockThrowsOverlappingFileLockException_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest): BuildInfo{version='5.1-SNAPSHOT', build='20211029', buildNumber=20211029, revision=3ddd37c, enterprise=false, serializationVersion=1} BuildInfo right after testAcquireLock_whenTryLockThrowsIOException_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest): BuildInfo{version='5.1-SNAPSHOT', build='20211029', buildNumber=20211029, revision=3ddd37c, enterprise=false, serializationVersion=1} BuildInfo right after testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest): BuildInfo{version='5.1-SNAPSHOT', build='20211029', buildNumber=20211029, revision=3ddd37c, enterprise=false, serializationVersion=1} Hiccups measured while running test 'testAcquireLock_whenTryLockThrowsOverlappingFileLockException_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest):' 11:57:25, accumulated pauses: 8 ms, max pause: 0 ms, pauses over 1000 ms: 0 Hiccups measured while running test 'testAcquireLock_whenTryLockThrowsIOException_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest):' 11:57:25, accumulated pauses: 8 ms, max pause: 0 ms, pauses over 1000 ms: 0 No metrics recorded during the test Hiccups measured while running test 'testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException(com.hazelcast.internal.nearcache.impl.preloader.NearCachePreloaderLockTest):' 11:57:25, accumulated pauses: 8 ms, max pause: 0 ms, pauses over 1000 ms: 0 No metrics recorded during the test No metrics recorded during the test Finished Running Test: testAcquireLock_whenTryLockThrowsIOException_thenThrowHazelcastException in 0.044 seconds. Finished Running Test: testAcquireLock_whenTryLockThrowsOverlappingFileLockException_thenThrowHazelcastException in 0.045 seconds. Finished Running Test: testAcquireLock_whenTryLockReturnsNull_thenThrowHazelcastException in 0.044 seconds. Started Running Test: no_repairing_handler_created_when_invalidations_disabled Started Running Test: repairing_handler_created_when_invalidations_enabled ``` </details>
test
com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest master rev failed on zulu stacktrace java lang assertionerror expected an instance of com hazelcast core hazelcastexception and exception with message a string containing file is already being used by another hazelcast instance but an instance of com hazelcast core hazelcastexception org junit internal runners model multiplefailureexception there were errors java lang nullpointerexception cannot enter synchronized block because this closelock is null java lang nullpointerexception cannot enter synchronized block because this closelock is null is a org junit internal runners model multiplefailureexception stacktrace was java lang nullpointerexception cannot enter synchronized block because this closelock is null at java base java nio channels spi abstractinterruptiblechannel close abstractinterruptiblechannel java at com hazelcast internal nio ioutil closeresource ioutil java at com hazelcast internal nearcache impl preloader nearcachepreloaderlock acquirelock nearcachepreloaderlock java at com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest testacquirelock whentrylockreturnsnull thenthrowhazelcastexception nearcachepreloaderlocktest java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at com hazelcast test failontimeoutstatement callablestatement call failontimeoutstatement java at com hazelcast test failontimeoutstatement callablestatement call failontimeoutstatement java at java base java util concurrent futuretask run futuretask java at java base java lang thread run thread java java lang nullpointerexception cannot enter synchronized block because this closelock is null at java base java nio channels spi abstractinterruptiblechannel close abstractinterruptiblechannel java at com hazelcast internal nio ioutil closeresource ioutil java at com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest teardown nearcachepreloaderlocktest java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at com hazelcast test abstracthazelcastclassrunner threaddumpawarerunafters evaluate abstracthazelcastclassrunner java at org junit rules expectedexception expectedexceptionstatement evaluate expectedexception java at com hazelcast test dumpbuildinfoonfailurerule evaluate dumpbuildinfoonfailurerule java at com hazelcast test jitter jitterrule evaluate jitterrule java at com hazelcast test metrics metricsrule evaluate metricsrule java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at com hazelcast test hazelcastparallelclassrunner access hazelcastparallelclassrunner java at com hazelcast test hazelcastparallelclassrunner testrunner run hazelcastparallelclassrunner java at java base java lang thread run thread java at org hamcrest matcherassert assertthat matcherassert java at org junit assert assertthat assert java at org junit assert assertthat assert java at org junit rules expectedexception handleexception expectedexception java at org junit rules expectedexception access expectedexception java at org junit rules expectedexception expectedexceptionstatement evaluate expectedexception java at com hazelcast test dumpbuildinfoonfailurerule evaluate dumpbuildinfoonfailurerule java at com hazelcast test jitter jitterrule evaluate jitterrule java at com hazelcast test metrics metricsrule evaluate metricsrule java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at com hazelcast test hazelcastparallelclassrunner access hazelcastparallelclassrunner java at com hazelcast test hazelcastparallelclassrunner testrunner run hazelcastparallelclassrunner java at java base java lang thread run thread java standard output started running test testrelease started running test testacquirelock whentrylockreturnsnull thenthrowhazelcastexception started running test testacquirelock whentrylockthrowsioexception thenthrowhazelcastexception buildinfo right after testrelease com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest buildinfo version snapshot build buildnumber revision enterprise false serializationversion hiccups measured while running test testrelease com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest accumulated pauses ms max pause ms pauses over ms no metrics recorded during the test finished running test testrelease in seconds buildinfo right after testacquirelock whentrylockthrowsoverlappingfilelockexception thenthrowhazelcastexception com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest buildinfo version snapshot build buildnumber revision enterprise false serializationversion buildinfo right after testacquirelock whentrylockthrowsioexception thenthrowhazelcastexception com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest buildinfo version snapshot build buildnumber revision enterprise false serializationversion buildinfo right after testacquirelock whentrylockreturnsnull thenthrowhazelcastexception com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest buildinfo version snapshot build buildnumber revision enterprise false serializationversion hiccups measured while running test testacquirelock whentrylockthrowsoverlappingfilelockexception thenthrowhazelcastexception com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest accumulated pauses ms max pause ms pauses over ms hiccups measured while running test testacquirelock whentrylockthrowsioexception thenthrowhazelcastexception com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest accumulated pauses ms max pause ms pauses over ms no metrics recorded during the test hiccups measured while running test testacquirelock whentrylockreturnsnull thenthrowhazelcastexception com hazelcast internal nearcache impl preloader nearcachepreloaderlocktest accumulated pauses ms max pause ms pauses over ms no metrics recorded during the test no metrics recorded during the test finished running test testacquirelock whentrylockthrowsioexception thenthrowhazelcastexception in seconds finished running test testacquirelock whentrylockthrowsoverlappingfilelockexception thenthrowhazelcastexception in seconds finished running test testacquirelock whentrylockreturnsnull thenthrowhazelcastexception in seconds started running test no repairing handler created when invalidations disabled started running test repairing handler created when invalidations enabled
1
354,302
25,159,710,405
IssuesEvent
2022-11-10 15:56:36
lightdash/lightdash
https://api.github.com/repos/lightdash/lightdash
opened
Add docs on tile types in a dashboard
📖 documentation
Docs on markdown, loom, and chart tile types in a dashbord.
1.0
Add docs on tile types in a dashboard - Docs on markdown, loom, and chart tile types in a dashbord.
non_test
add docs on tile types in a dashboard docs on markdown loom and chart tile types in a dashbord
0
401,511
11,791,018,157
IssuesEvent
2020-03-17 20:08:39
aivivn/d2l-vn
https://api.github.com/repos/aivivn/d2l-vn
closed
Revise "softmax-regression-scratch_vn" - Phần 2
chapter:linear-networks priority:high status: phase 2
Phần này được dịch bởi: * **lamngoctan** * **sudohainguyen** Nếu bạn đã dịch phần này, vui lòng bỏ qua việc revise.
1.0
Revise "softmax-regression-scratch_vn" - Phần 2 - Phần này được dịch bởi: * **lamngoctan** * **sudohainguyen** Nếu bạn đã dịch phần này, vui lòng bỏ qua việc revise.
non_test
revise softmax regression scratch vn phần phần này được dịch bởi lamngoctan sudohainguyen nếu bạn đã dịch phần này vui lòng bỏ qua việc revise
0
312,964
9,555,571,536
IssuesEvent
2019-05-03 04:11:51
dunkinbase/ember-elements
https://api.github.com/repos/dunkinbase/ember-elements
closed
New component: Core - Form Controls - Control group
Priority: medium Status: in progress Type: new component
**Describe the component** A control group renders several distinct form controls as one unit, squaring the borders between them. It supports any number of buttons, text inputs, input groups, and HTML selects as direct children. **Describe the UX you'd like** ![Screenshot_2019-04-28 Blueprint – Documentation(1)](https://user-images.githubusercontent.com/33143395/56866546-0c427a80-69f8-11e9-80de-a91a9b160100.png) ![Screenshot_2019-04-28 Blueprint – Documentation(2)](https://user-images.githubusercontent.com/33143395/56866549-106e9800-69f8-11e9-8b7a-674afd8d9402.png) **Describe the component code design you'd like** ``` <ControlGroup > <Button @icon="filter">Filter</Button> <InputGroup @placeholder="Find filters..." /> </ControlGroup> ``` Flex layout `ControlGroup` is a CSS inline flex row (or column if vertical) and provides some modifer props for common flexbox patterns: * Enable the `fill` prop on a control group to make all controls expand equally to fill the available space. 1. Controls will expand horizontally by default, or vertically if the vertical prop is enabled. 2. Add the class `FIXED` to individual controls to revert them to their initial sizes. * Alternatively, enable the `fill` prop on specific controls (instead of on the group) to expand them equally to fill the available space while other controls retain their original sizes. You can adjust the specific size of a control with the `flex-basis` or `width` CSS properties. * `fill:boolean` should take up the full width of its container * `vertical:boolean` should appear with vertical styling
1.0
New component: Core - Form Controls - Control group - **Describe the component** A control group renders several distinct form controls as one unit, squaring the borders between them. It supports any number of buttons, text inputs, input groups, and HTML selects as direct children. **Describe the UX you'd like** ![Screenshot_2019-04-28 Blueprint – Documentation(1)](https://user-images.githubusercontent.com/33143395/56866546-0c427a80-69f8-11e9-80de-a91a9b160100.png) ![Screenshot_2019-04-28 Blueprint – Documentation(2)](https://user-images.githubusercontent.com/33143395/56866549-106e9800-69f8-11e9-8b7a-674afd8d9402.png) **Describe the component code design you'd like** ``` <ControlGroup > <Button @icon="filter">Filter</Button> <InputGroup @placeholder="Find filters..." /> </ControlGroup> ``` Flex layout `ControlGroup` is a CSS inline flex row (or column if vertical) and provides some modifer props for common flexbox patterns: * Enable the `fill` prop on a control group to make all controls expand equally to fill the available space. 1. Controls will expand horizontally by default, or vertically if the vertical prop is enabled. 2. Add the class `FIXED` to individual controls to revert them to their initial sizes. * Alternatively, enable the `fill` prop on specific controls (instead of on the group) to expand them equally to fill the available space while other controls retain their original sizes. You can adjust the specific size of a control with the `flex-basis` or `width` CSS properties. * `fill:boolean` should take up the full width of its container * `vertical:boolean` should appear with vertical styling
non_test
new component core form controls control group describe the component a control group renders several distinct form controls as one unit squaring the borders between them it supports any number of buttons text inputs input groups and html selects as direct children describe the ux you d like describe the component code design you d like filter flex layout controlgroup is a css inline flex row or column if vertical and provides some modifer props for common flexbox patterns enable the fill prop on a control group to make all controls expand equally to fill the available space controls will expand horizontally by default or vertically if the vertical prop is enabled add the class fixed to individual controls to revert them to their initial sizes alternatively enable the fill prop on specific controls instead of on the group to expand them equally to fill the available space while other controls retain their original sizes you can adjust the specific size of a control with the flex basis or width css properties fill boolean should take up the full width of its container vertical boolean should appear with vertical styling
0
1,433
2,756,513,815
IssuesEvent
2015-04-27 08:58:38
arangodb/arangodb
https://api.github.com/repos/arangodb/arangodb
closed
external v8
build question
Is it possible to use an external v8 build? Are there any config flags? (same question for zlib etc.)
1.0
external v8 - Is it possible to use an external v8 build? Are there any config flags? (same question for zlib etc.)
non_test
external is it possible to use an external build are there any config flags same question for zlib etc
0
269,180
23,427,172,100
IssuesEvent
2022-08-14 15:06:47
Tachyonite/Pawnmorpher
https://api.github.com/repos/Tachyonite/Pawnmorpher
closed
Some production mutations throw error on load.
bug testing branch fixed in dev
**Describe the bug** Mutations like Udder and Egglayer throws an error when loading in some circumstances. **Error Log** SaveableFromNode exception: System.NullReferenceException: Object reference not set to an instance of an object at Pawnmorph.HPatches.StatWorkerPatches+GetValueUnfinalizedPatch.Invalidate (Verse.Pawn pawn) [0x00000] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Pawnmorph.HediffComp_Production.UpdateCurrentStage () [0x000bf] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Pawnmorph.HediffComp_Production.CompExposeData () [0x00082] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Verse.HediffWithComps.ExposeData () [0x0002c] in <81af9f8a18324e17b286924a43555a7c>:0 at Pawnmorph.Hediffs.Hediff_StageChanges.ExposeData () [0x00000] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Pawnmorph.Hediff_AddedMutation.ExposeData () [0x00000] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Verse.ScribeExtractor.SaveableFromNode[T] (System.Xml.XmlNode subNode, System.Object[] ctorArgs) [0x001c8] in <81af9f8a18324e17b286924a43555a7c>:0 **Additional context** https://discord.com/channels/603713246461165578/603713451633803274/997765472328093756
1.0
Some production mutations throw error on load. - **Describe the bug** Mutations like Udder and Egglayer throws an error when loading in some circumstances. **Error Log** SaveableFromNode exception: System.NullReferenceException: Object reference not set to an instance of an object at Pawnmorph.HPatches.StatWorkerPatches+GetValueUnfinalizedPatch.Invalidate (Verse.Pawn pawn) [0x00000] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Pawnmorph.HediffComp_Production.UpdateCurrentStage () [0x000bf] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Pawnmorph.HediffComp_Production.CompExposeData () [0x00082] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Verse.HediffWithComps.ExposeData () [0x0002c] in <81af9f8a18324e17b286924a43555a7c>:0 at Pawnmorph.Hediffs.Hediff_StageChanges.ExposeData () [0x00000] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Pawnmorph.Hediff_AddedMutation.ExposeData () [0x00000] in <aa00b7da86934ba0b53bfe4b1eacff7c>:0 at Verse.ScribeExtractor.SaveableFromNode[T] (System.Xml.XmlNode subNode, System.Object[] ctorArgs) [0x001c8] in <81af9f8a18324e17b286924a43555a7c>:0 **Additional context** https://discord.com/channels/603713246461165578/603713451633803274/997765472328093756
test
some production mutations throw error on load describe the bug mutations like udder and egglayer throws an error when loading in some circumstances error log saveablefromnode exception system nullreferenceexception object reference not set to an instance of an object at pawnmorph hpatches statworkerpatches getvalueunfinalizedpatch invalidate verse pawn pawn in at pawnmorph hediffcomp production updatecurrentstage in at pawnmorph hediffcomp production compexposedata in at verse hediffwithcomps exposedata in at pawnmorph hediffs hediff stagechanges exposedata in at pawnmorph hediff addedmutation exposedata in at verse scribeextractor saveablefromnode system xml xmlnode subnode system object ctorargs in additional context
1
269,135
23,421,953,786
IssuesEvent
2022-08-13 20:54:24
depenguin-me/mfsbsd-13.1-script
https://api.github.com/repos/depenguin-me/mfsbsd-13.1-script
opened
Test request: Equinix Metal
help wanted qa & testing
Test request: Equinix Metal https://metal.equinix.com/product/servers/ Most have 1-2 drives or more. There is a recovery console "which loads a vanilla Alpine Linux image into your server's RAM" https://metal.equinix.com/developers/docs/resilience-recovery/rescue-mode/ > http://wiki.alpinelinux.org > install missing packages with `apk` such as `apk add e2fsprogs` FreeBSD is listed as supported install option https://metal.equinix.com/developers/docs/operating-systems/supported/
1.0
Test request: Equinix Metal - Test request: Equinix Metal https://metal.equinix.com/product/servers/ Most have 1-2 drives or more. There is a recovery console "which loads a vanilla Alpine Linux image into your server's RAM" https://metal.equinix.com/developers/docs/resilience-recovery/rescue-mode/ > http://wiki.alpinelinux.org > install missing packages with `apk` such as `apk add e2fsprogs` FreeBSD is listed as supported install option https://metal.equinix.com/developers/docs/operating-systems/supported/
test
test request equinix metal test request equinix metal most have drives or more there is a recovery console which loads a vanilla alpine linux image into your server s ram install missing packages with apk such as apk add freebsd is listed as supported install option
1
54,157
6,368,065,053
IssuesEvent
2017-08-01 08:17:36
sozu-proxy/sozu
https://api.github.com/repos/sozu-proxy/sozu
closed
Parsing of HTTP headers: a header can have multiple values
Implementation needs testing
A header can have multiple values separated by a comma. The last paragraph of https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 describes this. This would help fix #126. May be this comes after #92 ?
1.0
Parsing of HTTP headers: a header can have multiple values - A header can have multiple values separated by a comma. The last paragraph of https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 describes this. This would help fix #126. May be this comes after #92 ?
test
parsing of http headers a header can have multiple values a header can have multiple values separated by a comma the last paragraph of describes this this would help fix may be this comes after
1
196,289
14,854,313,781
IssuesEvent
2021-01-18 11:08:12
lutraconsulting/input-manual-tests
https://api.github.com/repos/lutraconsulting/input-manual-tests
closed
Test Execution InputApp 0.7.7 (android)
test execution
## Test plan for Input manual testing | Test environment | Value | |---|---| | Input Version: | 0.7.7 | | Mergin Version: | 2020.7 | | Mergin URL: | public | | QGIS Version: | 3.16.0 | | Mergin plugin Version: | 2020.6 | | Mobile OS: | Android, arm64-v8a | | Date of Execution: | 17/Dec/2020 | * For Android please also state type of used architecture ( armeabi-v7a / arm64-v8a ) --- ### Test Cases - [x] ( #2 ) TC 01: Mergin & Projects Manipulation - [x] ( #3 ) TC 02: Sync & Project Status - [x] ( #4 ) TC 03: Map Canvas - [x] ( #5 ) TC 04: Recording - [x] ( #6 ) TC 05: Forms - [x] ( #7 ) TC 06: Data Providers - [x] ( #8 ) TC 07: Translations --- | Test Execution Outcome | | |---|---| | Issues Created During Testing: | LINK TO ISSUE(S) | | not critical | https://github.com/lutraconsulting/input/issues/1071 | | critical, but on plugin | https://github.com/lutraconsulting/qgis-mergin-plugin/issues/185 | | TC 03 - G | I just see white map, suppose to be fixed by https://github.com/lutraconsulting/input/pull/1051 ?| | TC 04 | skipped C, with test_digitizing -> point layer, ALL tabs contains ALL fields (probably https://github.com/lutraconsulting/input/issues/1045) | | TC 06 | todo F | | TC 07 | just did A-C | **Success** / **Bugs Created** (erase one)
1.0
Test Execution InputApp 0.7.7 (android) - ## Test plan for Input manual testing | Test environment | Value | |---|---| | Input Version: | 0.7.7 | | Mergin Version: | 2020.7 | | Mergin URL: | public | | QGIS Version: | 3.16.0 | | Mergin plugin Version: | 2020.6 | | Mobile OS: | Android, arm64-v8a | | Date of Execution: | 17/Dec/2020 | * For Android please also state type of used architecture ( armeabi-v7a / arm64-v8a ) --- ### Test Cases - [x] ( #2 ) TC 01: Mergin & Projects Manipulation - [x] ( #3 ) TC 02: Sync & Project Status - [x] ( #4 ) TC 03: Map Canvas - [x] ( #5 ) TC 04: Recording - [x] ( #6 ) TC 05: Forms - [x] ( #7 ) TC 06: Data Providers - [x] ( #8 ) TC 07: Translations --- | Test Execution Outcome | | |---|---| | Issues Created During Testing: | LINK TO ISSUE(S) | | not critical | https://github.com/lutraconsulting/input/issues/1071 | | critical, but on plugin | https://github.com/lutraconsulting/qgis-mergin-plugin/issues/185 | | TC 03 - G | I just see white map, suppose to be fixed by https://github.com/lutraconsulting/input/pull/1051 ?| | TC 04 | skipped C, with test_digitizing -> point layer, ALL tabs contains ALL fields (probably https://github.com/lutraconsulting/input/issues/1045) | | TC 06 | todo F | | TC 07 | just did A-C | **Success** / **Bugs Created** (erase one)
test
test execution inputapp android test plan for input manual testing test environment value input version mergin version mergin url public qgis version mergin plugin version mobile os android date of execution dec for android please also state type of used architecture armeabi test cases tc mergin projects manipulation tc sync project status tc map canvas tc recording tc forms tc data providers tc translations test execution outcome issues created during testing link to issue s not critical critical but on plugin tc g i just see white map suppose to be fixed by tc skipped c with test digitizing point layer all tabs contains all fields probably tc todo f tc just did a c success bugs created erase one
1
29,033
4,467,307,347
IssuesEvent
2016-08-25 03:45:46
dereklokgithub/PSM-Internal
https://api.github.com/repos/dereklokgithub/PSM-Internal
closed
Wrong product photos
ready for retest
The 2 tables photos is swapped. The first one should be the smaller one ( cheaper )and the 2nd one should be the larger one. Now it looks like the smaller table is more expensive than the larger one ![image](https://cloud.githubusercontent.com/assets/13758674/17888525/f342760e-695d-11e6-8ea2-104509fa4056.png)
1.0
Wrong product photos - The 2 tables photos is swapped. The first one should be the smaller one ( cheaper )and the 2nd one should be the larger one. Now it looks like the smaller table is more expensive than the larger one ![image](https://cloud.githubusercontent.com/assets/13758674/17888525/f342760e-695d-11e6-8ea2-104509fa4056.png)
test
wrong product photos the tables photos is swapped the first one should be the smaller one cheaper and the one should be the larger one now it looks like the smaller table is more expensive than the larger one
1