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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12,540 | 3,277,638,497 | IssuesEvent | 2015-10-27 02:19:03 | sass/libsass | https://api.github.com/repos/sass/libsass | opened | Regression in `@content` inside `@else` | Bug - Confirmed Bug - Regression Dev - Test Written | ```
@mixin foo() {
@if false {
a { b: c }
} @else {
@content;
}
}
@include foo() {
.foo {
bar: baz;
}
}
```
LibSass 3.2.5
```
.foo {
bar: baz; }
```
LibSass 3.3.1
```
Error: Mixin "foo" does not accept a content block.
Backtrace:
test.scss:65
... | 1.0 | Regression in `@content` inside `@else` - ```
@mixin foo() {
@if false {
a { b: c }
} @else {
@content;
}
}
@include foo() {
.foo {
bar: baz;
}
}
```
LibSass 3.2.5
```
.foo {
bar: baz; }
```
LibSass 3.3.1
```
Error: Mixin "foo" does not accept a content block.
... | test | regression in content inside else mixin foo if false a b c else content include foo foo bar baz libsass foo bar baz libsass error mixin foo does not accept a content block ... | 1 |
446,266 | 12,854,160,990 | IssuesEvent | 2020-07-09 01:03:06 | googleapis/nodejs-game-servers | https://api.github.com/repos/googleapis/nodejs-game-servers | closed | Sample tests are failing! | :rotating_light: priority: p1 type: bug | Looking at this PR:
https://github.com/googleapis/nodejs-game-servers/pull/77#pullrequestreview-439471193
It doesn't change anything meaningful, and the tests are failing 😭 | 1.0 | Sample tests are failing! - Looking at this PR:
https://github.com/googleapis/nodejs-game-servers/pull/77#pullrequestreview-439471193
It doesn't change anything meaningful, and the tests are failing 😭 | non_test | sample tests are failing looking at this pr it doesn t change anything meaningful and the tests are failing 😭 | 0 |
686,290 | 23,485,298,518 | IssuesEvent | 2022-08-17 13:59:14 | CCSI-Toolset/FOQUS | https://api.github.com/repos/CCSI-Toolset/FOQUS | opened | Tracking December 2022 FOQUS Machine Learning Plugin Improvements | Priority:Normal | This issue exists to track planned, ongoing and integrated features as part of milestone EY22.4.1.J - Improvements to the ML/AI interface in FOQUS. Each improvement is assumed to encompass documentation and example expansion for new features, and is marked with the planned release:
- [ ] Investigate support for PyTo... | 1.0 | Tracking December 2022 FOQUS Machine Learning Plugin Improvements - This issue exists to track planned, ongoing and integrated features as part of milestone EY22.4.1.J - Improvements to the ML/AI interface in FOQUS. Each improvement is assumed to encompass documentation and example expansion for new features, and is ma... | non_test | tracking december foqus machine learning plugin improvements this issue exists to track planned ongoing and integrated features as part of milestone j improvements to the ml ai interface in foqus each improvement is assumed to encompass documentation and example expansion for new features and is marked w... | 0 |
14,695 | 9,378,047,354 | IssuesEvent | 2019-04-04 11:56:51 | haskell/hackage-security | https://api.github.com/repos/haskell/hackage-security | opened | Better recovery for bootstrapping/syncing during fallback-scenarios | bug hackage-security | There appears to be a corner-case where hackage-security's sync logic doesn't recover automatically during a mirror-fallback-scenario when there's an outtage when the cache-folder is missing certain files (because e.g. a previous bootstrapping attempt was aborted prematurely). One example I was able to observe is when ... | True | Better recovery for bootstrapping/syncing during fallback-scenarios - There appears to be a corner-case where hackage-security's sync logic doesn't recover automatically during a mirror-fallback-scenario when there's an outtage when the cache-folder is missing certain files (because e.g. a previous bootstrapping attemp... | non_test | better recovery for bootstrapping syncing during fallback scenarios there appears to be a corner case where hackage security s sync logic doesn t recover automatically during a mirror fallback scenario when there s an outtage when the cache folder is missing certain files because e g a previous bootstrapping attemp... | 0 |
190,752 | 14,577,040,521 | IssuesEvent | 2020-12-18 00:59:40 | new-smartnoter/assembla_fairfax1 | https://api.github.com/repos/new-smartnoter/assembla_fairfax1 | opened | "Ticket Id: 50721343 Number: 34 Points to discuss - Saturday (6 Apr 2013) 10:30 am call" | id:50721343 status:Test | "Assembla workspaces\n- Do I need to cover all the work spaces or any specifc list like fairfax1, sndev, snyii, snui, snsignup etc?\n\nSoftware platforms/OS\n- Is this to describe the SN AWS server environment and/or the development environments also? usually developers would use what ever the OS or development tools t... | 1.0 | "Ticket Id: 50721343 Number: 34 Points to discuss - Saturday (6 Apr 2013) 10:30 am call" - "Assembla workspaces\n- Do I need to cover all the work spaces or any specifc list like fairfax1, sndev, snyii, snui, snsignup etc?\n\nSoftware platforms/OS\n- Is this to describe the SN AWS server environment and/or the developm... | test | ticket id number points to discuss saturday apr am call assembla workspaces n do i need to cover all the work spaces or any specifc list like sndev snyii snui snsignup etc n nsoftware platforms os n is this to describe the sn aws server environment and or the development environments als... | 1 |
119,118 | 4,761,403,168 | IssuesEvent | 2016-10-25 08:07:59 | cerebis/meta-sweeper | https://api.github.com/repos/cerebis/meta-sweeper | closed | Longer read-pairs (250bp) can lead to read-through problems. Add a warning. | enhancement low priority | This is something I have already worked out but its amusing enough to mention as an issue. It has been resolved in commit 375f4ef20ca69cdb88c2d6e7e7bc1d06765f8679.
I was seeing badly mapping reads since updating simForward. I regress the work sufficiently to include the old read-generation methods and still saw the ... | 1.0 | Longer read-pairs (250bp) can lead to read-through problems. Add a warning. - This is something I have already worked out but its amusing enough to mention as an issue. It has been resolved in commit 375f4ef20ca69cdb88c2d6e7e7bc1d06765f8679.
I was seeing badly mapping reads since updating simForward. I regress the w... | non_test | longer read pairs can lead to read through problems add a warning this is something i have already worked out but its amusing enough to mention as an issue it has been resolved in commit i was seeing badly mapping reads since updating simforward i regress the work sufficiently to include the old read ge... | 0 |
336,027 | 30,114,913,472 | IssuesEvent | 2023-06-30 10:39:29 | vaadin/platform | https://api.github.com/repos/vaadin/platform | closed | run test for platform under dev mode | testing | Currently, platform tests are running in production mode only, we should test everything under two modes.
as we have discovered the issue with running V14+ application on safari 10 under `dev` mode https://github.com/vaadin/flow/issues/6817 . after the issue got fixed, we can
1) update the travis configuration to... | 1.0 | run test for platform under dev mode - Currently, platform tests are running in production mode only, we should test everything under two modes.
as we have discovered the issue with running V14+ application on safari 10 under `dev` mode https://github.com/vaadin/flow/issues/6817 . after the issue got fixed, we can ... | test | run test for platform under dev mode currently platform tests are running in production mode only we should test everything under two modes as we have discovered the issue with running application on safari under dev mode after the issue got fixed we can update the travis configuration to test... | 1 |
94,881 | 8,526,472,480 | IssuesEvent | 2018-11-02 16:21:01 | SME-Issues/issues | https://api.github.com/repos/SME-Issues/issues | closed | Intent Errors (5004) - 01/11/2018 | NLP Api pulse_tests | |Expression|Result|
|---|---|
| _what sort of state are my charity accounts in_ | expected intent to be `query_balance` but found `query_acct_raw` |
| _what state is my club account in_ | expected intent to be `query_balance` but found `query_acct_raw` |
| _give us the position of the club accounts for may_ | expec... | 1.0 | Intent Errors (5004) - 01/11/2018 - |Expression|Result|
|---|---|
| _what sort of state are my charity accounts in_ | expected intent to be `query_balance` but found `query_acct_raw` |
| _what state is my club account in_ | expected intent to be `query_balance` but found `query_acct_raw` |
| _give us the position o... | test | intent errors expression result what sort of state are my charity accounts in expected intent to be query balance but found query acct raw what state is my club account in expected intent to be query balance but found query acct raw give us the position of the cl... | 1 |
54,511 | 13,753,458,948 | IssuesEvent | 2020-10-06 15:39:25 | department-of-veterans-affairs/va.gov-cms | https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms | opened | PIV Login Broken - Infinite Loop | Critical defect DevOps Unplanned work | Users are unable to login with PIV/Smartcard. The browser loops infinitely between logon.iam.va.gov and prod.cms.va.gov.
We haven't changed any libraries but did [make a small change in config.php](https://github.com/department-of-veterans-affairs/va.gov-cms/commit/da72a37260b3a0f8480c483653303d65d1f845a6) but that... | 1.0 | PIV Login Broken - Infinite Loop - Users are unable to login with PIV/Smartcard. The browser loops infinitely between logon.iam.va.gov and prod.cms.va.gov.
We haven't changed any libraries but did [make a small change in config.php](https://github.com/department-of-veterans-affairs/va.gov-cms/commit/da72a37260b3a0f... | non_test | piv login broken infinite loop users are unable to login with piv smartcard the browser loops infinitely between logon iam va gov and prod cms va gov we haven t changed any libraries but did but that doesn t appear to have caused it in indytechcook s tests so far i opened an upstream issue in servic... | 0 |
18,682 | 6,628,927,351 | IssuesEvent | 2017-09-24 01:13:33 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | Performance tests timing out | area/performance/benchmarking infra/BUILDPONY | Here are the last few lines from the log:
"""
09:46:15 {u'locks_per_iteration': u'15.0274', u'cpu_scaling_enabled': False, 'fixture': u'MinInProcessCHTTP2', 'request_size': 0.0, u'bytes_per_second': 544428321, u'date': u'2017-05-02 15:30:19', 'server_mutator': u'NoOpMutator', u'time_unit': u'ns', u'iterations': 133... | 1.0 | Performance tests timing out - Here are the last few lines from the log:
"""
09:46:15 {u'locks_per_iteration': u'15.0274', u'cpu_scaling_enabled': False, 'fixture': u'MinInProcessCHTTP2', 'request_size': 0.0, u'bytes_per_second': 544428321, u'date': u'2017-05-02 15:30:19', 'server_mutator': u'NoOpMutator', u'time_u... | non_test | performance tests timing out here are the last few lines from the log u locks per iteration u u cpu scaling enabled false fixture u request size u bytes per second u date u server mutator u noopmutator u time unit u ns u iterations u atm add... | 0 |
210,163 | 16,357,253,967 | IssuesEvent | 2021-05-14 01:31:11 | DaBible-Foundation/DaBible-MainHub | https://api.github.com/repos/DaBible-Foundation/DaBible-MainHub | closed | Manage GitHub content platform | documentation | Ensure that all issues are well labeled and attached to the right project tab. This would ensure that all our files are organized in the long run | 1.0 | Manage GitHub content platform - Ensure that all issues are well labeled and attached to the right project tab. This would ensure that all our files are organized in the long run | non_test | manage github content platform ensure that all issues are well labeled and attached to the right project tab this would ensure that all our files are organized in the long run | 0 |
64,511 | 6,910,717,135 | IssuesEvent | 2017-11-28 04:01:14 | dart-lang/angular | https://api.github.com/repos/dart-lang/angular | closed | Using angular_test with DDC results in strong mode error | package: angular_test problem: bug | _From @StepFischer on June 27, 2017 6:59_
Hello,
I have taken the stagehand example of the angular web app and enabled the dartdevc option in the pubspec.yaml.
Doing a `pub serve` and `pub run test --pub-serve=8081 -p chrome` result in following error:
```
00:07 +0: compiling test/app_test.dart ... | 1.0 | Using angular_test with DDC results in strong mode error - _From @StepFischer on June 27, 2017 6:59_
Hello,
I have taken the stagehand example of the angular web app and enabled the dartdevc option in the pubspec.yaml.
Doing a `pub serve` and `pub run test --pub-serve=8081 -p chrome` result in following error:
... | test | using angular test with ddc results in strong mode error from stepfischer on june hello i have taken the stagehand example of the angular web app and enabled the dartdevc option in the pubspec yaml doing a pub serve and pub run test pub serve p chrome result in following error ... | 1 |
176,646 | 13,648,239,227 | IssuesEvent | 2020-09-26 08:06:58 | EOSC-synergy/eosc-perf | https://api.github.com/repos/EOSC-synergy/eosc-perf | closed | Unittests for Controller Classes | tests | We need unit tests written with the unittest package for some classes of the controller:
- [x] IOController
- [ ] JSONResultValidator | 1.0 | Unittests for Controller Classes - We need unit tests written with the unittest package for some classes of the controller:
- [x] IOController
- [ ] JSONResultValidator | test | unittests for controller classes we need unit tests written with the unittest package for some classes of the controller iocontroller jsonresultvalidator | 1 |
390,301 | 11,541,798,548 | IssuesEvent | 2020-02-18 05:24:19 | acidanthera/bugtracker | https://api.github.com/repos/acidanthera/bugtracker | opened | Document more design decisions in one place | priority:normal project:oc | Should add these (that's what I remembered immediately at least) to Configuration.tex in some way:
- https://applelife.ru/posts/802866
- https://applelife.ru/posts/804237
- https://applelife.ru/posts/819790
- https://github.com/acidanthera/bugtracker/issues/627#issuecomment-570971635
- https://www.insanelymac.co... | 1.0 | Document more design decisions in one place - Should add these (that's what I remembered immediately at least) to Configuration.tex in some way:
- https://applelife.ru/posts/802866
- https://applelife.ru/posts/804237
- https://applelife.ru/posts/819790
- https://github.com/acidanthera/bugtracker/issues/627#issuec... | non_test | document more design decisions in one place should add these that s what i remembered immediately at least to configuration tex in some way | 0 |
91,772 | 8,318,340,440 | IssuesEvent | 2018-09-25 14:27:31 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | teamcity: failed test: TestSystemZoneConfigs | C-test-failure O-robot | The following tests appear to have failed on master (testrace): TestSystemZoneConfigs
You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestSystemZoneConfigs).
[#924878](https://teamcity.cockroachdb.com/viewLog.html?buildId=924878):
```
TestSystemZoneConf... | 1.0 | teamcity: failed test: TestSystemZoneConfigs - The following tests appear to have failed on master (testrace): TestSystemZoneConfigs
You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestSystemZoneConfigs).
[#924878](https://teamcity.cockroachdb.com/viewLog... | test | teamcity failed test testsystemzoneconfigs the following tests appear to have failed on master testrace testsystemzoneconfigs you may want to check testsystemzoneconfigs another peer rpc nodedialer nodedialer go unable to connect to context canceled rpc nodedi... | 1 |
4,167 | 4,227,222,984 | IssuesEvent | 2016-07-03 01:46:57 | briansmith/ring | https://api.github.com/repos/briansmith/ring | closed | Replace use of crypto/rand with more direct use of OS RNG | enhancement good-first-bug performance static-analysis-and-type-safety | In particular, consider `rand::os::OsRng`. If `rand::os::OsRng` is insufficient in some way then try to fix it. `rand::os::OsRng` is preferable because other Rust code is likely using it, and we can avoid duplicate code. Also, crypto/rand is pretty complicated and has a weird interface. To the extent that that complica... | True | Replace use of crypto/rand with more direct use of OS RNG - In particular, consider `rand::os::OsRng`. If `rand::os::OsRng` is insufficient in some way then try to fix it. `rand::os::OsRng` is preferable because other Rust code is likely using it, and we can avoid duplicate code. Also, crypto/rand is pretty complicated... | non_test | replace use of crypto rand with more direct use of os rng in particular consider rand os osrng if rand os osrng is insufficient in some way then try to fix it rand os osrng is preferable because other rust code is likely using it and we can avoid duplicate code also crypto rand is pretty complicated... | 0 |
82,230 | 7,834,824,774 | IssuesEvent | 2018-06-16 19:03:07 | immington-industries/protosnirk | https://api.github.com/repos/immington-industries/protosnirk | closed | Integration tests of the compiler | area: testing change: expansion priority: high | When merging in #14, a lot of the unit tests were left broken. They usually looked like this:
```rust
#[cfg(test)]
mod tests {
use parse::ast::*;
// other imports, usually one or more broke
fn it_does_some_basic_parse() {
let input = parse_test::make_parser("let a = 0 a");
let expe... | 1.0 | Integration tests of the compiler - When merging in #14, a lot of the unit tests were left broken. They usually looked like this:
```rust
#[cfg(test)]
mod tests {
use parse::ast::*;
// other imports, usually one or more broke
fn it_does_some_basic_parse() {
let input = parse_test::make_pars... | test | integration tests of the compiler when merging in a lot of the unit tests were left broken they usually looked like this rust mod tests use parse ast other imports usually one or more broke fn it does some basic parse let input parse test make parser let a ... | 1 |
108,089 | 13,543,666,920 | IssuesEvent | 2020-09-16 19:20:21 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | Update Status Messaging for View Payment History Null-data and Error States | design vsa vsa-ebenefits | ## Story
As a Veteran, I want a clear indication if there is no data or an error occurs when I view my VA payment history.
### Goal
Update View Payment History mockups to reflect the latest styling for alerts and messaging. Revise text to be clear and concise, aligning with VA.gov plain language guidance.
### C... | 1.0 | Update Status Messaging for View Payment History Null-data and Error States - ## Story
As a Veteran, I want a clear indication if there is no data or an error occurs when I view my VA payment history.
### Goal
Update View Payment History mockups to reflect the latest styling for alerts and messaging. Revise text t... | non_test | update status messaging for view payment history null data and error states story as a veteran i want a clear indication if there is no data or an error occurs when i view my va payment history goal update view payment history mockups to reflect the latest styling for alerts and messaging revise text t... | 0 |
77,125 | 14,726,704,446 | IssuesEvent | 2021-01-06 07:18:33 | happycube/ld-decode | https://api.github.com/repos/happycube/ld-decode | opened | ld-decode crash - decoding Domesday NationalB CLV | bug ld-decode | File: /mnt/library/BBC_AIV/Domesday/Domesday_DS7/Domesday_DD86-DS7_NationalB_PP_20200215_CLV_PAL_00-44.ldf
Log: [DS7_natB1_PP.log](https://github.com/happycube/ld-decode/files/5774348/DS7_natB1_PP.log)
Note that the important information about the crash didn't make it into the log file!
Output from CLI:
`
... | 1.0 | ld-decode crash - decoding Domesday NationalB CLV - File: /mnt/library/BBC_AIV/Domesday/Domesday_DS7/Domesday_DD86-DS7_NationalB_PP_20200215_CLV_PAL_00-44.ldf
Log: [DS7_natB1_PP.log](https://github.com/happycube/ld-decode/files/5774348/DS7_natB1_PP.log)
Note that the important information about the crash didn't m... | non_test | ld decode crash decoding domesday nationalb clv file mnt library bbc aiv domesday domesday domesday nationalb pp clv pal ldf log note that the important information about the crash didn t make it into the log file output from cli field phaseid sequence mismatch player may... | 0 |
242,453 | 20,249,970,461 | IssuesEvent | 2022-02-14 16:57:01 | mennaelkashef/eShop | https://api.github.com/repos/mennaelkashef/eShop | opened | No description entered by the user. | Hello! RULE-GOT-APPLIED DOES-NOT-CONTAIN-STRING Rule-works-on-convert-to-bug test instabug | # :clipboard: Bug Details
>No description entered by the user.
key | value
--|--
Reported At | 2022-02-14 16:56:14 UTC
Email | kgomaa@instabug.com
Categories | Report a bug
Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug
App Version | 1.1 (1)
Session... | 1.0 | No description entered by the user. - # :clipboard: Bug Details
>No description entered by the user.
key | value
--|--
Reported At | 2022-02-14 16:56:14 UTC
Email | kgomaa@instabug.com
Categories | Report a bug
Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, in... | test | no description entered by the user clipboard bug details no description entered by the user key value reported at utc email kgomaa instabug com categories report a bug tags test hello rule got applied does not contain string rule works on convert to bug instabug ... | 1 |
408,495 | 11,948,024,593 | IssuesEvent | 2020-04-03 11:02:00 | grpc/grpc | https://api.github.com/repos/grpc/grpc | opened | cmake gRPC_BUILD_TESTS build failing | kind/bug priority/P2 | On current master (46838d1a0446356f2b9ca69052dc2d29afcfd82e), `cmake -DgRPC_BUILD_TESTS=ON && make` fails with:
```
[ 97%] Building CXX object third_party/benchmark/test/CMakeFiles/cxx03_test.dir/cxx03_test.cc.o
/tmp/grpc/third_party/benchmark/test/cxx03_test.cc:8:2: error: #error C++11 or greater detected. Should... | 1.0 | cmake gRPC_BUILD_TESTS build failing - On current master (46838d1a0446356f2b9ca69052dc2d29afcfd82e), `cmake -DgRPC_BUILD_TESTS=ON && make` fails with:
```
[ 97%] Building CXX object third_party/benchmark/test/CMakeFiles/cxx03_test.dir/cxx03_test.cc.o
/tmp/grpc/third_party/benchmark/test/cxx03_test.cc:8:2: error: #... | non_test | cmake grpc build tests build failing on current master cmake dgrpc build tests on make fails with building cxx object third party benchmark test cmakefiles test dir test cc o tmp grpc third party benchmark test test cc error error c or greater detected should be c ... | 0 |
40,075 | 10,442,173,128 | IssuesEvent | 2019-09-18 12:33:01 | deltachat/deltachat-node | https://api.github.com/repos/deltachat/deltachat-node | closed | Env var for debug builds | build enhancement | useful for development, needed for https://github.com/deltachat/deltachat-desktop-dev-env/issues/12
The idea is to have an environment variable to toggle (dc-core-rs) debug builds and linking to those debug builds. | 1.0 | Env var for debug builds - useful for development, needed for https://github.com/deltachat/deltachat-desktop-dev-env/issues/12
The idea is to have an environment variable to toggle (dc-core-rs) debug builds and linking to those debug builds. | non_test | env var for debug builds useful for development needed for the idea is to have an environment variable to toggle dc core rs debug builds and linking to those debug builds | 0 |
223,759 | 17,628,337,008 | IssuesEvent | 2021-08-19 02:55:10 | USEPA-OAQPS/emf | https://api.github.com/repos/USEPA-OAQPS/emf | closed | View/Edit QA Step: disabled checkboxes aren't accessible | accessibility test plan high priority | The View QA Step window (ViewQAStepWindow.java) and the Edit QA Step window (EditQAStepWindow.java) use disabled checkboxes to show "Arguments same as template?" and "Current Output?" status fields. These disabled checkboxes aren't part of the focus loop, so they can't be tabbed through or read by the screen reader. Sw... | 1.0 | View/Edit QA Step: disabled checkboxes aren't accessible - The View QA Step window (ViewQAStepWindow.java) and the Edit QA Step window (EditQAStepWindow.java) use disabled checkboxes to show "Arguments same as template?" and "Current Output?" status fields. These disabled checkboxes aren't part of the focus loop, so th... | test | view edit qa step disabled checkboxes aren t accessible the view qa step window viewqastepwindow java and the edit qa step window editqastepwindow java use disabled checkboxes to show arguments same as template and current output status fields these disabled checkboxes aren t part of the focus loop so th... | 1 |
249,081 | 21,098,882,258 | IssuesEvent | 2022-04-04 12:57:18 | apache/camel-quarkus | https://api.github.com/repos/apache/camel-quarkus | opened | Test Azure routes with `autowiredEnabled=false` | test | The blob and queue tests create a client bean that is autowired into the camel component. We should also test with autowiring disabled and pass the Azure credentials as URI options. | 1.0 | Test Azure routes with `autowiredEnabled=false` - The blob and queue tests create a client bean that is autowired into the camel component. We should also test with autowiring disabled and pass the Azure credentials as URI options. | test | test azure routes with autowiredenabled false the blob and queue tests create a client bean that is autowired into the camel component we should also test with autowiring disabled and pass the azure credentials as uri options | 1 |
297,278 | 25,716,495,401 | IssuesEvent | 2022-12-07 10:41:37 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | com.hazelcast.jet.impl.connector.WriteJdbcPTest.test_external_datastore_config [HZ-1869] | Type: Test-Failure Source: Internal Module: Jet to-jira Team: Platform | _master_ (commit 2e152898593c1c9d0960524b1d43b118df4739ba)
Failed on IbmJDK8-fips: https://jenkins.hazelcast.com/job/Hazelcast-master-IbmJDK8-fips-nightly/487/testReport/junit/com.hazelcast.jet.impl.connector/WriteJdbcPTest/test_external_datastore_config/
<details><summary>Stacktrace:</summary>
```
java.util.co... | 1.0 | com.hazelcast.jet.impl.connector.WriteJdbcPTest.test_external_datastore_config [HZ-1869] - _master_ (commit 2e152898593c1c9d0960524b1d43b118df4739ba)
Failed on IbmJDK8-fips: https://jenkins.hazelcast.com/job/Hazelcast-master-IbmJDK8-fips-nightly/487/testReport/junit/com.hazelcast.jet.impl.connector/WriteJdbcPTest/te... | test | com hazelcast jet impl connector writejdbcptest test external datastore config master commit failed on fips stacktrace java util concurrent completionexception com hazelcast jet jetexception exception in processortasklet jdbcsink java lang assertionerror pgstatement getconn... | 1 |
116,021 | 9,818,719,904 | IssuesEvent | 2019-06-13 20:00:30 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | reopened | EnCWhileDebuggingFromImmediateWindow fails with focus error | Area-IDE Integration-Test Urgency-Now | **Version Used**: 16.2.0 Preview 2.0
Starting with a recent update to the integration test machines, the `EnCWhileDebuggingFromImmediateWindow` test fails because focus is changed to the Output window instead of leaving it on the source document. | 1.0 | EnCWhileDebuggingFromImmediateWindow fails with focus error - **Version Used**: 16.2.0 Preview 2.0
Starting with a recent update to the integration test machines, the `EnCWhileDebuggingFromImmediateWindow` test fails because focus is changed to the Output window instead of leaving it on the source document. | test | encwhiledebuggingfromimmediatewindow fails with focus error version used preview starting with a recent update to the integration test machines the encwhiledebuggingfromimmediatewindow test fails because focus is changed to the output window instead of leaving it on the source document | 1 |
34,314 | 4,912,733,148 | IssuesEvent | 2016-11-23 10:06:17 | owncloud/client | https://api.github.com/repos/owncloud/client | closed | owncloud folder is shared across different user accounts (permissions issue) | bug ReadyToTest sev2-high | <!---
Please try to only report a bug if it happens with the latest version
The latest version can be seen by checking the ChangeLog: https://owncloud.org/changelog/desktop/
For support try: https://central.owncloud.org/c/help/desktop-file-sync
--->
### Expected behavior
For example, if you create a standard account... | 1.0 | owncloud folder is shared across different user accounts (permissions issue) - <!---
Please try to only report a bug if it happens with the latest version
The latest version can be seen by checking the ChangeLog: https://owncloud.org/changelog/desktop/
For support try: https://central.owncloud.org/c/help/desktop-file... | test | owncloud folder is shared across different user accounts permissions issue please try to only report a bug if it happens with the latest version the latest version can be seen by checking the changelog for support try expected behavior for example if you create a standard account or admin a... | 1 |
63,334 | 17,599,524,029 | IssuesEvent | 2021-08-17 10:01:59 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Jooq Translating trunc() to date_trunc() | T: Defect | ### Expected behavior
When truncating a number, the trunc function should be left as is.
### Actual behavior
Actually, the trunc() function is parsed to date_trunc()
### Steps to reproduce the problem
Oracle Query :
select trunc(((rn__p - 1) / 500) + 1) numPage from (select t__p.*, rownum rn__p from (
sel... | 1.0 | Jooq Translating trunc() to date_trunc() - ### Expected behavior
When truncating a number, the trunc function should be left as is.
### Actual behavior
Actually, the trunc() function is parsed to date_trunc()
### Steps to reproduce the problem
Oracle Query :
select trunc(((rn__p - 1) / 500) + 1) numPage fr... | non_test | jooq translating trunc to date trunc expected behavior when truncating a number the trunc function should be left as is actual behavior actually the trunc function is parsed to date trunc steps to reproduce the problem oracle query select trunc rn p numpage from... | 0 |
159,196 | 12,466,485,872 | IssuesEvent | 2020-05-28 15:32:55 | BEXIS2/Core | https://api.github.com/repos/BEXIS2/Core | closed | Lock Data Type by Unit - Fail | TestQuality bug | **Step 1 Pass**
Navigate to Create or Edit a Unit via Unit Manager
**Step 2 Pass**
Fill mandatory fields.
**Step 3 Pass**
Tick a non-locked Data Type.
**Step 4 Fail**
<span lang="EN-US">Click </span>
“Save”
**datatype is't locked.** | 1.0 | Lock Data Type by Unit - Fail - **Step 1 Pass**
Navigate to Create or Edit a Unit via Unit Manager
**Step 2 Pass**
Fill mandatory fields.
**Step 3 Pass**
Tick a non-locked Data Type.
**Step 4 Fail**
<span lang="EN-US">Click </span>
“Save”
**datatype is't locked.** | test | lock data type by unit fail step pass navigate to create or edit a unit via unit manager step pass fill mandatory fields step pass tick a non locked data type step fail click nbsp “save” datatype is t locked | 1 |
276,854 | 30,557,301,129 | IssuesEvent | 2023-07-20 12:33:45 | hinoshiba/news | https://api.github.com/repos/hinoshiba/news | closed | [SecurityWeek] Norway Threatens $100,000 Daily Fine on Meta Over Data | SecurityWeek Stale |
Norway's data protection agency wants to ban Facebook and Instagram owner Meta from using the personal information of users for targeted advertising, threatening a $100,000 daily fine if the company continues.
The post [Norway Threatens $100,000 Daily Fine on Meta Over Data](https://www.securityweek.com/norway-threa... | True | [SecurityWeek] Norway Threatens $100,000 Daily Fine on Meta Over Data -
Norway's data protection agency wants to ban Facebook and Instagram owner Meta from using the personal information of users for targeted advertising, threatening a $100,000 daily fine if the company continues.
The post [Norway Threatens $100,000... | non_test | norway threatens daily fine on meta over data norway s data protection agency wants to ban facebook and instagram owner meta from using the personal information of users for targeted advertising threatening a daily fine if the company continues the post appeared first on | 0 |
49,928 | 6,045,846,434 | IssuesEvent | 2017-06-12 10:20:51 | wesnoth/wesnoth | https://api.github.com/repos/wesnoth/wesnoth | closed | [part]s won't be shown if [story] doesn't have [part] as a child | bug ready for testing WML | (This is different from the issue I recently posted at the forum)
If [story] does not have [part] as a direct child like the following example, no story text will be shown. (If another [part] is added outside the [if] block, either one of pre-existing [part] in addition to the newly added one will be shown.)
```
[... | 1.0 | [part]s won't be shown if [story] doesn't have [part] as a child - (This is different from the issue I recently posted at the forum)
If [story] does not have [part] as a direct child like the following example, no story text will be shown. (If another [part] is added outside the [if] block, either one of pre-existing ... | test | s won t be shown if doesn t have as a child this is different from the issue i recently posted at the forum if does not have as a direct child like the following example no story text will be shown if another is added outside the block either one of pre existing in addition to the newly added on... | 1 |
152,287 | 12,100,316,078 | IssuesEvent | 2020-04-20 13:37:33 | amitdavidson234/test-repo | https://api.github.com/repos/amitdavidson234/test-repo | opened | Test TestRunIncidentSetInParallelWithVeryLongTask is failing | Test Failure | The test failed here: https://circleci.com/gh/demisto/server/70323#tests/containers/6
The logs are:
```
--- FAIL: TestFetchNewIncidentsWithAttachmentsOnEngine (199.94s)
Integrationutil.go:545:
Error Trace: Integrationutil.go:545
Integrationutil.go:530
e... | 1.0 | Test TestRunIncidentSetInParallelWithVeryLongTask is failing - The test failed here: https://circleci.com/gh/demisto/server/70323#tests/containers/6
The logs are:
```
--- FAIL: TestFetchNewIncidentsWithAttachmentsOnEngine (199.94s)
Integrationutil.go:545:
Error Trace: Integrationutil.go:545
... | test | test testrunincidentsetinparallelwithverylongtask is failing the test failed here the logs are fail testfetchnewincidentswithattachmentsonengine integrationutil go error trace integrationutil go integrationutil go engine tes... | 1 |
344,159 | 30,721,902,765 | IssuesEvent | 2023-07-27 16:31:34 | gradle/gradle | https://api.github.com/repos/gradle/gradle | closed | Print Android Studio logs in the performance tests on sync failure | @execution in:performance-test | Currently if sync fails we don't log Android Studio logs. That is annoying since when upgrading Android Studio and test fails due to build failure.
Let's do a better job here and print also Android Studio logs. | 1.0 | Print Android Studio logs in the performance tests on sync failure - Currently if sync fails we don't log Android Studio logs. That is annoying since when upgrading Android Studio and test fails due to build failure.
Let's do a better job here and print also Android Studio logs. | test | print android studio logs in the performance tests on sync failure currently if sync fails we don t log android studio logs that is annoying since when upgrading android studio and test fails due to build failure let s do a better job here and print also android studio logs | 1 |
127,194 | 10,454,840,762 | IssuesEvent | 2019-09-19 19:50:24 | mattermost/mattermost-server | https://api.github.com/repos/mattermost/mattermost-server | opened | UI Automation: Write an automated test using Cypress for ""Message too long" warning text" | Area/E2E Tests Difficulty/1:Easy Help Wanted Tech/JavaScript Up For Grabs |
**Test Key:** M18689
**Title:** "Message too long" warning text
**Steps:**
1. Post a message in any center channel.
2. Create a reply thread by clicking the {{Reply}} button on the post.
3. In the reply box on RHS, type (paste) a long comment longer than the number of characters allowed.16383
**Expect... | 1.0 | UI Automation: Write an automated test using Cypress for ""Message too long" warning text" -
**Test Key:** M18689
**Title:** "Message too long" warning text
**Steps:**
1. Post a message in any center channel.
2. Create a reply thread by clicking the {{Reply}} button on the post.
3. In the reply box on RHS, typ... | test | ui automation write an automated test using cypress for message too long warning text test key title message too long warning text steps post a message in any center channel create a reply thread by clicking the reply button on the post in the reply box on rhs type pa... | 1 |
206,619 | 15,762,146,088 | IssuesEvent | 2021-03-31 10:45:15 | quarkusio/quarkus | https://api.github.com/repos/quarkusio/quarkus | closed | Add KeycloakTestResourceLifecycleManager | area/oidc area/testing | **Description**
In many OIDC related tests we have to add `QuarkusTestResourceLifecycleManager` implementations which setup Keycloak - realm, client, users.
@stuartwdouglas has proposed that we provide the one which can be reused in tests, which is a nice idea.
**Implementation ideas**
Users who would like to tes... | 1.0 | Add KeycloakTestResourceLifecycleManager - **Description**
In many OIDC related tests we have to add `QuarkusTestResourceLifecycleManager` implementations which setup Keycloak - realm, client, users.
@stuartwdouglas has proposed that we provide the one which can be reused in tests, which is a nice idea.
**Impleme... | test | add keycloaktestresourcelifecyclemanager description in many oidc related tests we have to add quarkustestresourcelifecyclemanager implementations which setup keycloak realm client users stuartwdouglas has proposed that we provide the one which can be reused in tests which is a nice idea impleme... | 1 |
40,433 | 5,291,374,316 | IssuesEvent | 2017-02-08 22:20:48 | afragen/github-updater | https://api.github.com/repos/afragen/github-updater | closed | empty white pages after activation | fixed testing | Hello,
I have a problem with "GitHub Updater". After activating the plugin, an empty white page appears. The "Update" and "Settings" page are also affected:
wp-admin/plugins.php
wp-admin/update-core.php
wp-admin/options-general.php
This problem only occurs if the folder for "GitHub Updater" is named "github-... | 1.0 | empty white pages after activation - Hello,
I have a problem with "GitHub Updater". After activating the plugin, an empty white page appears. The "Update" and "Settings" page are also affected:
wp-admin/plugins.php
wp-admin/update-core.php
wp-admin/options-general.php
This problem only occurs if the folder f... | test | empty white pages after activation hello i have a problem with github updater after activating the plugin an empty white page appears the update and settings page are also affected wp admin plugins php wp admin update core php wp admin options general php this problem only occurs if the folder f... | 1 |
560,599 | 16,600,293,563 | IssuesEvent | 2021-06-01 18:26:48 | airbytehq/airbyte | https://api.github.com/repos/airbytehq/airbyte | closed | UI should enforce setting cursor field on streams configured for incremental. | area/frontend priority/high type/bug | ## Expected Behavior
* For incremental, when source_defined_cursor = false, the UI should force the user to set the cursor field.
* For incremental, when source_defined_cursor = true, the UI should _not_ let the user set a cursor field.
## Current Behavior
* Regardless of source_defined_cursor being true or false they... | 1.0 | UI should enforce setting cursor field on streams configured for incremental. - ## Expected Behavior
* For incremental, when source_defined_cursor = false, the UI should force the user to set the cursor field.
* For incremental, when source_defined_cursor = true, the UI should _not_ let the user set a cursor field.
##... | non_test | ui should enforce setting cursor field on streams configured for incremental expected behavior for incremental when source defined cursor false the ui should force the user to set the cursor field for incremental when source defined cursor true the ui should not let the user set a cursor field ... | 0 |
116,109 | 9,820,129,566 | IssuesEvent | 2019-06-14 01:04:09 | PrideInLondon/pride-london-web | https://api.github.com/repos/PrideInLondon/pride-london-web | closed | [QA] Spacing doesn't match design at start and end of letter | Medium Parade Groups QA TestQuality | <p>The design has less spacing between the grey box and the first group and more spacing after the last group and the next grey box. Please check.</p><p><br></p><p><img src="blob:https://prideinlondon.testquality.com/f59daf60-a602-43cd-aa5f-2a3a7f3ddc0f" style="width: 300px;" class="fr-fic fr-dib"><img src="blob:https:... | 1.0 | [QA] Spacing doesn't match design at start and end of letter - <p>The design has less spacing between the grey box and the first group and more spacing after the last group and the next grey box. Please check.</p><p><br></p><p><img src="blob:https://prideinlondon.testquality.com/f59daf60-a602-43cd-aa5f-2a3a7f3ddc0f" st... | test | spacing doesn t match design at start and end of letter the design has less spacing between the grey box and the first group and more spacing after the last group and the next grey box please check | 1 |
36,146 | 8,055,917,469 | IssuesEvent | 2018-08-02 10:52:19 | open-learning-exchange/planet | https://api.github.com/repos/open-learning-exchange/planet | closed | ConfigurationComponent has too many functions | Code Quality in progress | I think we can split this file into a ConfigurationService with the functions that handle data manipulation moved there to make this file more manageable. | 1.0 | ConfigurationComponent has too many functions - I think we can split this file into a ConfigurationService with the functions that handle data manipulation moved there to make this file more manageable. | non_test | configurationcomponent has too many functions i think we can split this file into a configurationservice with the functions that handle data manipulation moved there to make this file more manageable | 0 |
353,646 | 10,555,402,557 | IssuesEvent | 2019-10-03 21:47:21 | aiidateam/aiida-core | https://api.github.com/repos/aiidateam/aiida-core | closed | Rules for deleting Nodes | aiida-core 1.x priority/critical-blocking topic/provenance topic/verdi type/accepted feature | Following an offline discussion of issue #1762 these are the rules we have decided on concerning Node deletion.
Note, the Node types in bold symbolize the Node that is currently being deleted, i.e., the table answers the question "should I follow the found provenance graph edge/link and delete the Linked Node?"
**L... | 1.0 | Rules for deleting Nodes - Following an offline discussion of issue #1762 these are the rules we have decided on concerning Node deletion.
Note, the Node types in bold symbolize the Node that is currently being deleted, i.e., the table answers the question "should I follow the found provenance graph edge/link and dele... | non_test | rules for deleting nodes following an offline discussion of issue these are the rules we have decided on concerning node deletion note the node types in bold symbolize the node that is currently being deleted i e the table answers the question should i follow the found provenance graph edge link and delete ... | 0 |
221,400 | 17,348,752,115 | IssuesEvent | 2021-07-29 05:27:04 | WPChill/strong-testimonials | https://api.github.com/repos/WPChill/strong-testimonials | closed | the field for “Company Name” on by default when creating a new view | bug need testing tested | **Describe the bug**
I’ve noticed that the field for “Company Name” always appears in the list of default fields when creating a new view, even if it has been removed via the form editor. I know it’s just a few quick steps to remove it from my view, but it’s frustrating always seeing “Company Name < ERROR – not found ... | 2.0 | the field for “Company Name” on by default when creating a new view - **Describe the bug**
I’ve noticed that the field for “Company Name” always appears in the list of default fields when creating a new view, even if it has been removed via the form editor. I know it’s just a few quick steps to remove it from my view,... | test | the field for “company name” on by default when creating a new view describe the bug i’ve noticed that the field for “company name” always appears in the list of default fields when creating a new view even if it has been removed via the form editor i know it’s just a few quick steps to remove it from my view ... | 1 |
152,769 | 12,126,142,300 | IssuesEvent | 2020-04-22 16:33:14 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | acceptance: TestComposeFlyway failed | C-test-failure O-robot branch-provisional_202004210018_v20.1.0 | [(acceptance).TestComposeFlyway failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1891142&tab=buildLog) on [provisional_202004210018_v20.1.0@c0f00d2a156295a1cb79ed960940c167cb03ccbc](https://github.com/cockroachdb/cockroach/commits/c0f00d2a156295a1cb79ed960940c167cb03ccbc):
```
=== RUN TestComposeFlyway
... | 1.0 | acceptance: TestComposeFlyway failed - [(acceptance).TestComposeFlyway failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1891142&tab=buildLog) on [provisional_202004210018_v20.1.0@c0f00d2a156295a1cb79ed960940c167cb03ccbc](https://github.com/cockroachdb/cockroach/commits/c0f00d2a156295a1cb79ed960940c167cb03c... | test | acceptance testcomposeflyway failed on run testcomposeflyway fail testcomposeflyway compose test go using exit code from implies abort on container exit creating network flyway default with the default driver pulling flyway boxfuse flyway beta ... | 1 |
309,255 | 9,465,930,787 | IssuesEvent | 2019-04-18 02:00:32 | Microsoft/AI | https://api.github.com/repos/Microsoft/AI | closed | Virtual Assistant: for 1 participant utterance by user, VA prompts to ask if user wants to include another participant/recipient for a new meeting/email | Priority: High Status: Backlog Status: Investigation | ## Project
**Name**: VA<!--Virtual Assistant, Skills, Enterprise Bot Template, or Customer Support Template-->
**Language**: C#<!-- C#, TypeScript -->
## Description
<!--A clear and concise description of what the bug is.-->
When a user in their smart utterance include a/1 participant for setting up a new me... | 1.0 | Virtual Assistant: for 1 participant utterance by user, VA prompts to ask if user wants to include another participant/recipient for a new meeting/email - ## Project
**Name**: VA<!--Virtual Assistant, Skills, Enterprise Bot Template, or Customer Support Template-->
**Language**: C#<!-- C#, TypeScript -->
## De... | non_test | virtual assistant for participant utterance by user va prompts to ask if user wants to include another participant recipient for a new meeting email project name va language c description when a user in their smart utterance include a participant for setting up a new meeting va ... | 0 |
13,970 | 8,758,359,175 | IssuesEvent | 2018-12-15 02:54:14 | uiowa-cs-5800-0001-fall-2018/the-vikings | https://api.github.com/repos/uiowa-cs-5800-0001-fall-2018/the-vikings | opened | Blockly pen editor: forking someone else's project after making changes to it loses all your changes | bug usability | Should either disallow making changes before forking or transfer unsaved changes made to the original to the fork (see e.g. CodePen). | True | Blockly pen editor: forking someone else's project after making changes to it loses all your changes - Should either disallow making changes before forking or transfer unsaved changes made to the original to the fork (see e.g. CodePen). | non_test | blockly pen editor forking someone else s project after making changes to it loses all your changes should either disallow making changes before forking or transfer unsaved changes made to the original to the fork see e g codepen | 0 |
154,043 | 5,907,973,915 | IssuesEvent | 2017-05-19 19:05:14 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | Can't cancel a crafting project in 5.6, no valid inventory | High Priority | 
Means the crafting table is hosed basically.
| 1.0 | Can't cancel a crafting project in 5.6, no valid inventory - 
Means the crafting table is hosed basically.
| non_test | can t cancel a crafting project in no valid inventory means the crafting table is hosed basically | 0 |
4,130 | 3,296,519,825 | IssuesEvent | 2015-11-01 22:20:53 | quicklisp/quicklisp-projects | https://api.github.com/repos/quicklisp/quicklisp-projects | closed | lisp-critic? | canbuild | I copied the lisp-critic tarball from your website. I untarred it in local-projects/. It worked just fine out of the box. Same goes for this from github: https://github.com/g000001/lisp-critic.git
| 1.0 | lisp-critic? - I copied the lisp-critic tarball from your website. I untarred it in local-projects/. It worked just fine out of the box. Same goes for this from github: https://github.com/g000001/lisp-critic.git
| non_test | lisp critic i copied the lisp critic tarball from your website i untarred it in local projects it worked just fine out of the box same goes for this from github | 0 |
162,269 | 12,641,690,987 | IssuesEvent | 2020-06-16 06:45:35 | ToniBiro/Interseco | https://api.github.com/repos/ToniBiro/Interseco | closed | Testare front end cu Selenium | frontend testing | Selenium este o bibliotecă populară care îți dă posibilitatea să controlezi o instanță de browser folosind cod Python.
În acel browser poți să deschizi pagina și să interacționezi cu interfața aplicației, de parcă ai fi un utilizator real.
## Resurse
- [Getting Started with Selenium for Automated Website Testi... | 1.0 | Testare front end cu Selenium - Selenium este o bibliotecă populară care îți dă posibilitatea să controlezi o instanță de browser folosind cod Python.
În acel browser poți să deschizi pagina și să interacționezi cu interfața aplicației, de parcă ai fi un utilizator real.
## Resurse
- [Getting Started with Sele... | test | testare front end cu selenium selenium este o bibliotecă populară care îți dă posibilitatea să controlezi o instanță de browser folosind cod python în acel browser poți să deschizi pagina și să interacționezi cu interfața aplicației de parcă ai fi un utilizator real resurse al proiectulu... | 1 |
127,319 | 27,025,659,383 | IssuesEvent | 2023-02-11 15:16:16 | jsvine/pdfplumber | https://api.github.com/repos/jsvine/pdfplumber | closed | TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' | bug awaiting-code-or-pdf | ## Describe the bug
I am extracting annotations from a pdf file. It is giving me the `TypeError` when accessing the `.annots`. When I updated each annotations manually (just adding/deleting one extra character ), it didn't give me this error. I am suspecting the **original text encoding of the annotation** is diffe... | 1.0 | TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' - ## Describe the bug
I am extracting annotations from a pdf file. It is giving me the `TypeError` when accessing the `.annots`. When I updated each annotations manually (just adding/deleting one extra character ), it didn't give me this error. I ... | non_test | typeerror unsupported operand type s for float and nonetype describe the bug i am extracting annotations from a pdf file it is giving me the typeerror when accessing the annots when i updated each annotations manually just adding deleting one extra character it didn t give me this error i ... | 0 |
765,578 | 26,852,811,187 | IssuesEvent | 2023-02-03 12:25:26 | GoogleCloudPlatform/python-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples | closed | hybrid_glossaries.hybrid_tutorial_test: test_vision_standard_format failed | priority: p1 type: bug samples flakybot: issue | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 78c86ecc6d7972f5a46dd52b8a43ec1397aea0ff
b... | 1.0 | hybrid_glossaries.hybrid_tutorial_test: test_vision_standard_format failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I w... | non_test | hybrid glossaries hybrid tutorial test test vision standard format failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output def test vision stand... | 0 |
154,471 | 12,215,476,516 | IssuesEvent | 2020-05-01 13:00:40 | ValveSoftware/steam-for-linux | https://api.github.com/repos/ValveSoftware/steam-for-linux | closed | PS4 controller not detected by Steam | Big Picture General controller / Steam Input Need Retest Need System Info | #### Your system information
* Steam client version (build number or date):
* Distribution (e.g. Ubuntu):
* Opted into Steam client beta?: [Yes/No]
* Have you checked for system updates?: [Yes/No]
#### Please describe your issue in as much detail as possible:
Describe what you _expected_ should happen and w... | 1.0 | PS4 controller not detected by Steam - #### Your system information
* Steam client version (build number or date):
* Distribution (e.g. Ubuntu):
* Opted into Steam client beta?: [Yes/No]
* Have you checked for system updates?: [Yes/No]
#### Please describe your issue in as much detail as possible:
Describe ... | test | controller not detected by steam your system information steam client version build number or date distribution e g ubuntu opted into steam client beta have you checked for system updates please describe your issue in as much detail as possible describe what you expect... | 1 |
86,316 | 8,031,913,769 | IssuesEvent | 2018-07-28 08:30:05 | rancher/longhorn | https://api.github.com/repos/rancher/longhorn | closed | RancherVM Live Migration support | area/manager area/test area/ui impact upgrade | Support RancherVM live migration.
It doesn't mean we're going to support Read-Write-Many mode. The assumption for the live migration is that once it stops writing to the disk on the original node and switches to the new node, it won't write anything back to the original node ever again. | 1.0 | RancherVM Live Migration support - Support RancherVM live migration.
It doesn't mean we're going to support Read-Write-Many mode. The assumption for the live migration is that once it stops writing to the disk on the original node and switches to the new node, it won't write anything back to the original node ever a... | test | ranchervm live migration support support ranchervm live migration it doesn t mean we re going to support read write many mode the assumption for the live migration is that once it stops writing to the disk on the original node and switches to the new node it won t write anything back to the original node ever a... | 1 |
250,138 | 18,874,167,923 | IssuesEvent | 2021-11-13 18:25:50 | adafruit/Adafruit_CircuitPython_APDS9960 | https://api.github.com/repos/adafruit/Adafruit_CircuitPython_APDS9960 | closed | Missing Type Annotations | good first issue documentation | There are missing type annotations for some functions in this library.
The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here:
```python
try:
from typing import List, Tuple
exce... | 1.0 | Missing Type Annotations - There are missing type annotations for some functions in this library.
The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here:
```python
try:
from typ... | non_test | missing type annotations there are missing type annotations for some functions in this library the typing module does not exist on circuitpython devices so the import needs to be wrapped in try except to catch the error for missing import there is an example of how that is done here python try from typ... | 0 |
224,021 | 17,651,916,295 | IssuesEvent | 2021-08-20 14:16:22 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | [test-failed]: Chrome X-Pack UI Functional Tests1.x-pack/test/functional/apps/advanced_settings/feature_controls/advanced_settings_security·ts - Advanced Settings security feature controls global advanced_settings read-only privileges "before all" hook for "shows Management navlink" | failed-test test-cloud | **Version: 7.15.0**
**Class: Chrome X-Pack UI Functional Tests1.x-pack/test/functional/apps/advanced_settings/feature_controls/advanced_settings_security·ts**
**Stack Trace:**
```
Error: timed out waiting for logout button visible -- last error: Error: retry.try timeout: Error: expected testSubject(userMenu) to exist
... | 2.0 | [test-failed]: Chrome X-Pack UI Functional Tests1.x-pack/test/functional/apps/advanced_settings/feature_controls/advanced_settings_security·ts - Advanced Settings security feature controls global advanced_settings read-only privileges "before all" hook for "shows Management navlink" - **Version: 7.15.0**
**Class: Chrom... | test | chrome x pack ui functional x pack test functional apps advanced settings feature controls advanced settings security·ts advanced settings security feature controls global advanced settings read only privileges before all hook for shows management navlink version class chrome x pack ui functi... | 1 |
65,902 | 6,978,122,401 | IssuesEvent | 2017-12-12 16:34:11 | jbush001/NyuziProcessor | https://api.github.com/repos/jbush001/NyuziProcessor | closed | Verilog unit test support | investigate test | Currently, the build structure only creates one verilator executable that simulates a complete processor. All of the tests do full integration tests against it. It might be nice to be able to run unit tests against individual verilog modules.
Building a verilog simulator is not lightweight. It requires a top level... | 1.0 | Verilog unit test support - Currently, the build structure only creates one verilator executable that simulates a complete processor. All of the tests do full integration tests against it. It might be nice to be able to run unit tests against individual verilog modules.
Building a verilog simulator is not lightwei... | test | verilog unit test support currently the build structure only creates one verilator executable that simulates a complete processor all of the tests do full integration tests against it it might be nice to be able to run unit tests against individual verilog modules building a verilog simulator is not lightwei... | 1 |
115,842 | 9,814,430,170 | IssuesEvent | 2019-06-13 10:10:45 | SAP/cloud-commerce-spartacus-storefront | https://api.github.com/repos/SAP/cloud-commerce-spartacus-storefront | closed | Failing E2E: Product Search Pricing Flow | e2e-tests type/bug | regression/product-search/product-search-pricing-flow.e2e-spec.ts is failing when running locally pointing to dev 17.
```CypressError: Timed out retrying: cy.click() failed because this element is not visible:
<a role="link" ng-reflect-router-link="/Open-Catalogue/Cameras/Digita" href="/electronics-spa/en/USD/Ope... | 1.0 | Failing E2E: Product Search Pricing Flow - regression/product-search/product-search-pricing-flow.e2e-spec.ts is failing when running locally pointing to dev 17.
```CypressError: Timed out retrying: cy.click() failed because this element is not visible:
<a role="link" ng-reflect-router-link="/Open-Catalogue/Camera... | test | failing product search pricing flow regression product search product search pricing flow spec ts is failing when running locally pointing to dev cypresserror timed out retrying cy click failed because this element is not visible compact this element is not visible because its parent... | 1 |
255,698 | 21,946,464,470 | IssuesEvent | 2022-05-24 01:31:40 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | Failing test: Plugin Functional Tests.test/plugin_functional/test_suites/saved_objects_hidden_type/import·ts - Saved objects with hidden type import "before all" hook for "imports objects with importableAndExportable type" | failed-test | A test failed on a tracked branch
```
Error: Forcing mocha to abort
at Object.next (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/run_tests.js:42:25)
at SafeSubscriber.__tryOrUnsub (node_modules/rxjs/src/internal/Subscriber.ts:265:10)
at SafeSubscriber.next (node_modules/rxjs/src/inte... | 1.0 | Failing test: Plugin Functional Tests.test/plugin_functional/test_suites/saved_objects_hidden_type/import·ts - Saved objects with hidden type import "before all" hook for "imports objects with importableAndExportable type" - A test failed on a tracked branch
```
Error: Forcing mocha to abort
at Object.next (node_m... | test | failing test plugin functional tests test plugin functional test suites saved objects hidden type import·ts saved objects with hidden type import before all hook for imports objects with importableandexportable type a test failed on a tracked branch error forcing mocha to abort at object next node m... | 1 |
197,290 | 14,917,106,252 | IssuesEvent | 2021-01-22 19:18:17 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | `amp-user-notification` visual diff test is flaky | Component: amp-user-notification Customer: Infra P2: Soon Related to: Flaky Tests Type: Bug WG: components | I've seen this test flake more often than usual in the past few days. From the [snapshot](https://percy.io/ampproject/amphtml/builds/7428747/view/423992155/400?mode=diff&browser=firefox&snapshot=423992155), it seems to be due to a non-static ad loading animation.
Any way to freeze that element before diffing? | 1.0 | `amp-user-notification` visual diff test is flaky - I've seen this test flake more often than usual in the past few days. From the [snapshot](https://percy.io/ampproject/amphtml/builds/7428747/view/423992155/400?mode=diff&browser=firefox&snapshot=423992155), it seems to be due to a non-static ad loading animation.
A... | test | amp user notification visual diff test is flaky i ve seen this test flake more often than usual in the past few days from the it seems to be due to a non static ad loading animation any way to freeze that element before diffing | 1 |
72,371 | 7,295,320,721 | IssuesEvent | 2018-02-26 06:09:19 | istio/istio | https://api.github.com/repos/istio/istio | closed | TestNewMetricsHandler fails race tests | area/policies and telemetry ci/circleci kind/test-failure | See #3206
This test fails race and it has been disabled for race tests.
@girishranganathan you are the author of this, please asses the cause of failure. | 1.0 | TestNewMetricsHandler fails race tests - See #3206
This test fails race and it has been disabled for race tests.
@girishranganathan you are the author of this, please asses the cause of failure. | test | testnewmetricshandler fails race tests see this test fails race and it has been disabled for race tests girishranganathan you are the author of this please asses the cause of failure | 1 |
108,746 | 9,330,111,210 | IssuesEvent | 2019-03-28 05:36:20 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Test failure: System.Globalization.Tests.KoreanCalenderTwoDigitYearMax.TwoDigitYearMax_Get fails | area-System.Globalization test-run-core | Ran on Windows 10 Pro x64 Insider Preview 1903 (Build No. 18362.1), Korean.
The assertion on line 17 fails: https://github.com/dotnet/corefx/blob/1453863bc998b63024987e13b1e7a45659b452de/src/System.Globalization.Calendars/tests/KoreanCalendar/KoreanCalendarTwoDigitYearMax.cs#L17
The actual value returned is 4382.... | 1.0 | Test failure: System.Globalization.Tests.KoreanCalenderTwoDigitYearMax.TwoDigitYearMax_Get fails - Ran on Windows 10 Pro x64 Insider Preview 1903 (Build No. 18362.1), Korean.
The assertion on line 17 fails: https://github.com/dotnet/corefx/blob/1453863bc998b63024987e13b1e7a45659b452de/src/System.Globalization.Calend... | test | test failure system globalization tests koreancalendertwodigityearmax twodigityearmax get fails ran on windows pro insider preview build no korean the assertion on line fails the actual value returned is it appears that this value is not completely unexpected as the assertion above check... | 1 |
227,911 | 18,109,018,475 | IssuesEvent | 2021-09-22 23:27:48 | cloud-custodian/cloud-custodian | https://api.github.com/repos/cloud-custodian/cloud-custodian | closed | releng - switch ci to poetry | area/test-infra | ci is typically taking about 5-6m for individual elements of matrix runs, of that approximately 2.5 minutes is for dependency installation. this seems to be due to poor cache affinity with tox. For reasons that aren't clear, tox always seems to be recreating the virtualenv instead of using the cached one, which causes ... | 1.0 | releng - switch ci to poetry - ci is typically taking about 5-6m for individual elements of matrix runs, of that approximately 2.5 minutes is for dependency installation. this seems to be due to poor cache affinity with tox. For reasons that aren't clear, tox always seems to be recreating the virtualenv instead of usin... | test | releng switch ci to poetry ci is typically taking about for individual elements of matrix runs of that approximately minutes is for dependency installation this seems to be due to poor cache affinity with tox for reasons that aren t clear tox always seems to be recreating the virtualenv instead of using... | 1 |
525,943 | 15,269,489,582 | IssuesEvent | 2021-02-22 12:52:12 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | TypeSignature returns null for BallerinaSingletonType | Area/Compiler Priority/Blocker SwanLakeDump Team/CompilerFE Type/Bug | **Description:**
Consider the following source,
```
import ballerina/http;
function testFunction() {
http:<cursor>
}
```
Add the above in VSCode with alpha2 and execute the completions.
| 1.0 | TypeSignature returns null for BallerinaSingletonType - **Description:**
Consider the following source,
```
import ballerina/http;
function testFunction() {
http:<cursor>
}
```
Add the above in VSCode with alpha2 and execute the completions.
| non_test | typesignature returns null for ballerinasingletontype description consider the following source import ballerina http function testfunction http add the above in vscode with and execute the completions | 0 |
129,251 | 27,431,193,957 | IssuesEvent | 2023-03-02 01:33:30 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | Codelab for Animated-Responsive-Layout - Step 4 wget Error | d: codelabs documentation | Pulls page HTML and gives it the .png extension instead of pulling the image. This may be user error but I noticed there was a 301 error and thought it may have affected the function.
Code that fails:
> `for name in avatar_1 avatar_2 avatar_3 avatar_4 \
> avatar_5 avatar_6 avatar_7 thumbnail_1; \
... | 1.0 | Codelab for Animated-Responsive-Layout - Step 4 wget Error - Pulls page HTML and gives it the .png extension instead of pulling the image. This may be user error but I noticed there was a 301 error and thought it may have affected the function.
Code that fails:
> `for name in avatar_1 avatar_2 avatar_3 avatar_4 \... | non_test | codelab for animated responsive layout step wget error pulls page html and gives it the png extension instead of pulling the image this may be user error but i noticed there was a error and thought it may have affected the function code that fails for name in avatar avatar avatar avatar ... | 0 |
11,306 | 7,156,509,343 | IssuesEvent | 2018-01-26 16:30:57 | hechoendrupal/drupal-console | https://api.github.com/repos/hechoendrupal/drupal-console | closed | Block plugin generation error messages are not helpful | usability | drupal-console generate:plugin:block
// Welcome to the Drupal Plugin Block generator
Enter the module name [block_class]:
> smartsheet_user_widget
[ERROR] Value "smartsheet_user_widget" is invalid
Turns out I do not yet have this module. I thought it'll be autogenerated. Or, if not, told at least what's ... | True | Block plugin generation error messages are not helpful - drupal-console generate:plugin:block
// Welcome to the Drupal Plugin Block generator
Enter the module name [block_class]:
> smartsheet_user_widget
[ERROR] Value "smartsheet_user_widget" is invalid
Turns out I do not yet have this module. I thought ... | non_test | block plugin generation error messages are not helpful drupal console generate plugin block welcome to the drupal plugin block generator enter the module name smartsheet user widget value smartsheet user widget is invalid turns out i do not yet have this module i thought it ll be autogener... | 0 |
592,380 | 17,877,082,138 | IssuesEvent | 2021-09-07 06:14:42 | code-ready/crc | https://api.github.com/repos/code-ready/crc | closed | Error in crc start | kind/bug priority/minor os/windows status/need more information status/stale | Please, would anyone help me? Ive got this after ./crc start in Windows 10 Pro:
```
PS C:\temp> ./crc start --log-level debug
DEBU CodeReady Containers version: 1.27.0+3d6bc39d
DEBU OpenShift version: 4.7.11 (embedded in executable)
DEBU Running 'crc start'
DEBU Total memory of system is 17178800128 bytes
DEBU N... | 1.0 | Error in crc start - Please, would anyone help me? Ive got this after ./crc start in Windows 10 Pro:
```
PS C:\temp> ./crc start --log-level debug
DEBU CodeReady Containers version: 1.27.0+3d6bc39d
DEBU OpenShift version: 4.7.11 (embedded in executable)
DEBU Running 'crc start'
DEBU Total memory of system is 1717... | non_test | error in crc start please would anyone help me ive got this after crc start in windows pro ps c temp crc start log level debug debu codeready containers version debu openshift version embedded in executable debu running crc start debu total memory of system is bytes debu ... | 0 |
165,415 | 12,841,851,705 | IssuesEvent | 2020-07-08 00:23:12 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | Invalid HTTP request when Conjur credential secret has a space in the name | component:api good first issue help wanted priority:medium state:needs_test type:bug | ##### ISSUE TYPE
- Bug Report
##### SUMMARY
Invalid HTTP request when Conjur credential secret has a space in the name
##### STEPS TO REPRODUCE
Create a conjur credential containing a space.
When retrieving the credential a 404 is returned from conjur.
The reason for this is because the conjur credential ... | 1.0 | Invalid HTTP request when Conjur credential secret has a space in the name - ##### ISSUE TYPE
- Bug Report
##### SUMMARY
Invalid HTTP request when Conjur credential secret has a space in the name
##### STEPS TO REPRODUCE
Create a conjur credential containing a space.
When retrieving the credential a 404 is... | test | invalid http request when conjur credential secret has a space in the name issue type bug report summary invalid http request when conjur credential secret has a space in the name steps to reproduce create a conjur credential containing a space when retrieving the credential a is r... | 1 |
51,135 | 6,148,795,172 | IssuesEvent | 2017-06-27 18:37:46 | JanusGraph/janusgraph | https://api.github.com/repos/JanusGraph/janusgraph | opened | Pull up privilegedMode setting to pipeline JSON file to make ES tests pass | elasticsearch testing | ES will not start if run as root. Allow pipeline build actions to choose whether or not to run as root. | 1.0 | Pull up privilegedMode setting to pipeline JSON file to make ES tests pass - ES will not start if run as root. Allow pipeline build actions to choose whether or not to run as root. | test | pull up privilegedmode setting to pipeline json file to make es tests pass es will not start if run as root allow pipeline build actions to choose whether or not to run as root | 1 |
49,205 | 6,017,056,970 | IssuesEvent | 2017-06-07 08:44:24 | red/red | https://api.github.com/repos/red/red | closed | integer ** percent value gives wrong result | status.built status.tested type.review | `**` is defined for two `number!` arguments. I tried all combinations
```
>> 2 ** 3
== 8
>> 2 ** 3.0
== 8.0
>> 2 ** 300%
== 1 ;; <------ wrong!!
>> 2.0 ** 3
== 8.0
>> 2.0 ** 3.0
== 8.0
>> 2.0 ** 300%
== 8.0
>> 200% ** 3
== 800%
>> 200% ** 3.0
== 800%
>> 200% ** 300%
== 800%
```
Conclusion: wi... | 1.0 | integer ** percent value gives wrong result - `**` is defined for two `number!` arguments. I tried all combinations
```
>> 2 ** 3
== 8
>> 2 ** 3.0
== 8.0
>> 2 ** 300%
== 1 ;; <------ wrong!!
>> 2.0 ** 3
== 8.0
>> 2.0 ** 3.0
== 8.0
>> 2.0 ** 300%
== 8.0
>> 200% ** 3
== 800%
>> 200% ** 3.0
== 800%
... | test | integer percent value gives wrong result is defined for two number arguments i tried all combinations wrong ... | 1 |
57,305 | 14,143,090,130 | IssuesEvent | 2020-11-10 14:52:33 | jgeraigery/micronaut-microservices-poc | https://api.github.com/repos/jgeraigery/micronaut-microservices-poc | opened | WS-2019-0318 (High) detected in handlebars-4.1.0.tgz | security vulnerability | ## WS-2019-0318 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates ef... | True | WS-2019-0318 (High) detected in handlebars-4.1.0.tgz - ## WS-2019-0318 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary>
<p>Handlebars provides the... | non_test | ws high detected in handlebars tgz ws high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file micronaut mic... | 0 |
470,435 | 13,537,370,836 | IssuesEvent | 2020-09-16 10:23:41 | usc-isi-i2/t2wml | https://api.github.com/repos/usc-isi-i2/t2wml | opened | Backend returns a 500 error when the yaml has issues | bug low priority | **Describe the bug**
Errors in the yaml are reported back to the UI properly but are returned in a 500 HTTP error, instead of 400.
| 1.0 | Backend returns a 500 error when the yaml has issues - **Describe the bug**
Errors in the yaml are reported back to the UI properly but are returned in a 500 HTTP error, instead of 400.
| non_test | backend returns a error when the yaml has issues describe the bug errors in the yaml are reported back to the ui properly but are returned in a http error instead of | 0 |
195,665 | 6,916,691,193 | IssuesEvent | 2017-11-29 04:08:56 | chef/chef | https://api.github.com/repos/chef/chef | closed | Windows: env LWRP with action :modify overwrites env variables | Area: Windows Priority: Medium Type: Bug | I've been trying to provision some windows VMs, and I'm trying to add a folder to the `PATH` environment variable. So far, this has not worked so well. In fact, it seems that chef completely ovewrites the environment variables even when I use `action :modify`
Here is the block I use:
``` ruby
env "Add java binaries t... | 1.0 | Windows: env LWRP with action :modify overwrites env variables - I've been trying to provision some windows VMs, and I'm trying to add a folder to the `PATH` environment variable. So far, this has not worked so well. In fact, it seems that chef completely ovewrites the environment variables even when I use `action :mod... | non_test | windows env lwrp with action modify overwrites env variables i ve been trying to provision some windows vms and i m trying to add a folder to the path environment variable so far this has not worked so well in fact it seems that chef completely ovewrites the environment variables even when i use action mod... | 0 |
140,547 | 11,350,490,969 | IssuesEvent | 2020-01-24 08:58:20 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | closed | Intermittent failures in getting started guide on call to _cat/health | :Core/Features/CAT APIs >docs >test-failure | There's been an intermittent failure since roughly Oct. 1 where a call to `GET _cat/health?v` (from the getting started guide) doesn't match the regex it should be matching.
[Build scan](https://gradle-enterprise.elastic.co/s/5os3yu7ddneb6/tests/jbm2x6tnwtxku-ior7e5flcvvj6)
Error:
```
Failure at [reference/gett... | 1.0 | Intermittent failures in getting started guide on call to _cat/health - There's been an intermittent failure since roughly Oct. 1 where a call to `GET _cat/health?v` (from the getting started guide) doesn't match the regex it should be matching.
[Build scan](https://gradle-enterprise.elastic.co/s/5os3yu7ddneb6/tests... | test | intermittent failures in getting started guide on call to cat health there s been an intermittent failure since roughly oct where a call to get cat health v from the getting started guide doesn t match the regex it should be matching error failure at field was expected to match the pro... | 1 |
456,223 | 13,147,270,253 | IssuesEvent | 2020-08-08 14:48:36 | croidzen/barbucket | https://api.github.com/repos/croidzen/barbucket | closed | Use 'requests' package for web scraping | priority | And replace 'Selenium'. Requests is smaller, faster and does not cause problems on web servers. Especially ib.com seems to block Selenium. | 1.0 | Use 'requests' package for web scraping - And replace 'Selenium'. Requests is smaller, faster and does not cause problems on web servers. Especially ib.com seems to block Selenium. | non_test | use requests package for web scraping and replace selenium requests is smaller faster and does not cause problems on web servers especially ib com seems to block selenium | 0 |
202,306 | 7,046,519,104 | IssuesEvent | 2018-01-02 08:30:02 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | detectportal.firefox.com - site is not usable | browser-firefox priority-normal type-stylo | <!-- @browser: Firefox 58.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @extra_label: type-stylo -->
**URL**: http://detectportal.firefox.com/success.txt
**Browser / Version**: Firefox 58.0
**Operating System**:... | 1.0 | detectportal.firefox.com - site is not usable - <!-- @browser: Firefox 58.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @extra_label: type-stylo -->
**URL**: http://detectportal.firefox.com/success.txt
**Browser... | non_test | detectportal firefox com site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description doesn t open steps to reproduce pop up show at a top off my browser when i click the butto... | 0 |
15,819 | 5,188,119,514 | IssuesEvent | 2017-01-20 18:56:56 | phetsims/unit-rates | https://api.github.com/repos/phetsims/unit-rates | closed | unfiltered for-in loops | dev:code-review type:wontfix | Code review #52.
IntelliJ IDEA flags unfiltered `for-in` loops as a potential error. These loops should typically have a `hasOwnProperty` check.
For example, in ItemCollection, line 42:
``` js
42 initializeArrays: function() {
43 for ( var key in ItemData ) {
44 var itemData = ItemData[ key ];
45 this.get... | 1.0 | unfiltered for-in loops - Code review #52.
IntelliJ IDEA flags unfiltered `for-in` loops as a potential error. These loops should typically have a `hasOwnProperty` check.
For example, in ItemCollection, line 42:
``` js
42 initializeArrays: function() {
43 for ( var key in ItemData ) {
44 var itemData = ItemDa... | non_test | unfiltered for in loops code review intellij idea flags unfiltered for in loops as a potential error these loops should typically have a hasownproperty check for example in itemcollection line js initializearrays function for var key in itemdata var itemdata itemdata ... | 0 |
512,361 | 14,894,930,236 | IssuesEvent | 2021-01-21 08:21:58 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.zeit.de - site is not usable | browser-firefox-mobile engine-gecko ml-needsdiagnosis-false ml-probability-high priority-important | <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/65975 -->
**URL**: https://www.zeit.de/zustimmung?url=https%3A%2F%2Fwww.zeit.de%2Findex
... | 1.0 | www.zeit.de - site is not usable - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/65975 -->
**URL**: https://www.zeit.de/zustimmung?url=... | non_test | site is not usable url browser version firefox mobile operating system android tested another browser no problem type site is not usable description missing items steps to reproduce no field loading to accept cookies view the screenshot im... | 0 |
342,255 | 24,735,204,734 | IssuesEvent | 2022-10-20 21:12:14 | AY2223S1-CS2103T-W16-2/tp | https://api.github.com/repos/AY2223S1-CS2103T-W16-2/tp | opened | Inconsistent spacing in DG | priority.High documentation.DeveloperGuide documentation bug | <img width="809" alt="image" src="https://user-images.githubusercontent.com/34370238/197059000-a0763440-7c63-4ad5-8657-5cb30065aa6c.png">
Caused by rendering inconsistencies due to line breaks. Related to #248. Let's fix this before this week's DG submission. | 2.0 | Inconsistent spacing in DG - <img width="809" alt="image" src="https://user-images.githubusercontent.com/34370238/197059000-a0763440-7c63-4ad5-8657-5cb30065aa6c.png">
Caused by rendering inconsistencies due to line breaks. Related to #248. Let's fix this before this week's DG submission. | non_test | inconsistent spacing in dg img width alt image src caused by rendering inconsistencies due to line breaks related to let s fix this before this week s dg submission | 0 |
107,847 | 9,231,717,943 | IssuesEvent | 2019-03-13 03:42:31 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | System.Net.Sockets Area Performance Tests | area-System.Net.Sockets tenet-performance test enhancement up-for-grabs | This is a tracking issue describing the current performance tests we have in the System.Net.Sockets area, and what coverage is missing. The work items below can be completed independently, and they are all of different priority.
When adding performance tests, please adhere to [the guidelines listed here](https://git... | 1.0 | System.Net.Sockets Area Performance Tests - This is a tracking issue describing the current performance tests we have in the System.Net.Sockets area, and what coverage is missing. The work items below can be completed independently, and they are all of different priority.
When adding performance tests, please adhere... | test | system net sockets area performance tests this is a tracking issue describing the current performance tests we have in the system net sockets area and what coverage is missing the work items below can be completed independently and they are all of different priority when adding performance tests please adhere... | 1 |
338,600 | 10,232,110,143 | IssuesEvent | 2019-08-18 14:59:01 | MatteoGabriele/vue-analytics | https://api.github.com/repos/MatteoGabriele/vue-analytics | closed | Perf issues on v-ga | P3: Important low priority refactor | This is more of a suggestion than a "bug" but there are issues performances and memory leak on v-ga because you add events but never remove them, so if for example I switch a component 10 times, the events are still somewhere in memory but not used. | 1.0 | Perf issues on v-ga - This is more of a suggestion than a "bug" but there are issues performances and memory leak on v-ga because you add events but never remove them, so if for example I switch a component 10 times, the events are still somewhere in memory but not used. | non_test | perf issues on v ga this is more of a suggestion than a bug but there are issues performances and memory leak on v ga because you add events but never remove them so if for example i switch a component times the events are still somewhere in memory but not used | 0 |
4,823 | 24,857,939,086 | IssuesEvent | 2022-10-27 05:15:40 | aws/aws-sam-cli | https://api.github.com/repos/aws/aws-sam-cli | closed | Bug: sam invoke local - Docker 404 Client Error: Not Found | type/question blocked/more-info-needed maintainer/need-followup | ### Description:
I'm having a hard time trying to locally invoking lambda code with hello-world templates
### Steps to reproduce:
`sam init -r python3.8`
`1`
`1`
`N`
`sam-app-py38`
`cd sam-app-py38`
`sam build --debug`
2022-10-19 19:05:12,888 | Telemetry endpoint conf... | True | Bug: sam invoke local - Docker 404 Client Error: Not Found - ### Description:
I'm having a hard time trying to locally invoking lambda code with hello-world templates
### Steps to reproduce:
`sam init -r python3.8`
`1`
`1`
`N`
`sam-app-py38`
`cd sam-app-py38`
`sam build --debug`
... | non_test | bug sam invoke local docker client error not found description i m having a hard time trying to locally invoking lambda code with hello world templates steps to reproduce sam init r n sam app cd sam app sam build debug ... | 0 |
326,165 | 24,074,372,568 | IssuesEvent | 2022-09-18 15:51:35 | devkristaps/Mortgage-Calculator | https://api.github.com/repos/devkristaps/Mortgage-Calculator | closed | In Customer class allow user to set the bank they want a mortgage from | documentation | Write a function that returns the users input of what bank they wish to apply for a mortgage. | 1.0 | In Customer class allow user to set the bank they want a mortgage from - Write a function that returns the users input of what bank they wish to apply for a mortgage. | non_test | in customer class allow user to set the bank they want a mortgage from write a function that returns the users input of what bank they wish to apply for a mortgage | 0 |
33,480 | 9,159,047,043 | IssuesEvent | 2019-03-01 00:44:57 | xlayers/xlayers | https://api.github.com/repos/xlayers/xlayers | closed | Duplicate entries in CHANGELOG | Priority: Medium Scope: Build State: accepted community-help effort1: easy (hours) good first issue type: enhancement | We should figure out the root cause of this and find a fix to avoid this in the future. | 1.0 | Duplicate entries in CHANGELOG - We should figure out the root cause of this and find a fix to avoid this in the future. | non_test | duplicate entries in changelog we should figure out the root cause of this and find a fix to avoid this in the future | 0 |
131,939 | 10,723,144,021 | IssuesEvent | 2019-10-27 16:45:33 | MrLever/SuperVoid | https://api.github.com/repos/MrLever/SuperVoid | opened | Improve Unit Test Coverage | Testing | Unit test coverage is severely lacking
- [ ] Identify key areas that need coverage
- [ ] Implement unit tests for those key areas | 1.0 | Improve Unit Test Coverage - Unit test coverage is severely lacking
- [ ] Identify key areas that need coverage
- [ ] Implement unit tests for those key areas | test | improve unit test coverage unit test coverage is severely lacking identify key areas that need coverage implement unit tests for those key areas | 1 |
374,170 | 26,103,599,411 | IssuesEvent | 2022-12-27 10:19:10 | surveyjs/survey-library | https://api.github.com/repos/surveyjs/survey-library | closed | When navigating back, the Skip to feature doesn't skip the specified question | enhancement update documentation | The "Skip to question" feature navigates forward to a specified page. However, if a user navigates back, the user may access the skipped question. The issue was reported in the following threads:
- [T10779 - Back button logic after logic "skip to question"](https://surveyjs.answerdesk.io/internal/ticket/details/T107... | 1.0 | When navigating back, the Skip to feature doesn't skip the specified question - The "Skip to question" feature navigates forward to a specified page. However, if a user navigates back, the user may access the skipped question. The issue was reported in the following threads:
- [T10779 - Back button logic after logic... | non_test | when navigating back the skip to feature doesn t skip the specified question the skip to question feature navigates forward to a specified page however if a user navigates back the user may access the skipped question the issue was reported in the following threads | 0 |
309,731 | 26,676,662,859 | IssuesEvent | 2023-01-26 14:45:14 | hyperledger/besu | https://api.github.com/repos/hyperledger/besu | closed | Placeholder: Support Shanghai in Retesteth | testing TeamGroot | Placeholder issue to save some info and track, maybe end up being more than one issue as I'm not sure of the scope of this yet.
https://github.com/ethereum/tests is being updated for Shanghai.
Dimitry (from ethereum/tests) asked about besu support: https://discord.com/channels/905194001349627914/1050442708587647006/1... | 1.0 | Placeholder: Support Shanghai in Retesteth - Placeholder issue to save some info and track, maybe end up being more than one issue as I'm not sure of the scope of this yet.
https://github.com/ethereum/tests is being updated for Shanghai.
Dimitry (from ethereum/tests) asked about besu support: https://discord.com/chan... | test | placeholder support shanghai in retesteth placeholder issue to save some info and track maybe end up being more than one issue as i m not sure of the scope of this yet is being updated for shanghai dimitry from ethereum tests asked about besu support besu client support test rpcs however test setchain... | 1 |
342,575 | 30,628,286,787 | IssuesEvent | 2023-07-24 13:01:34 | dotnet/maui | https://api.github.com/repos/dotnet/maui | closed | Border StrokeThickness="0" not working when parent is Grid | t/bug area/drawing ✏️ area/controls 🎮 control-border s/triaged s/try-latest-version | ### Description
Border that StrokeThickness=0 still render 1 pixel with transparent color when it is child of Grid
below image show you can see red color of BoxView (BoxView render correct but Border still have 1 border pixcel)
Installed Workload Id Manifest Version Installation Source
---------------... | 1.0 | Border StrokeThickness="0" not working when parent is Grid - ### Description
Border that StrokeThickness=0 still render 1 pixel with transparent color when it is child of Grid
below image show you can see red color of BoxView (BoxView render correct but Border still have 1 border pixcel)
Installed Workload Id ... | test | border strokethickness not working when parent is grid description border that strokethickness still render pixel with transparent color when it is child of grid below image show you can see red color of boxview boxview render correct but border still have border pixcel installed workload id ... | 1 |
226,857 | 18,045,368,922 | IssuesEvent | 2021-09-18 20:07:16 | gear-tech/gear | https://api.github.com/repos/gear-tech/gear | closed | Send and expect custom payload in tests | C1-feature D4-test D5-tooling | **Problem to Solve**
Custom payload in tests.
**Possible Solution**
Parse metadata from `.meta.wasm` and encode/decode data provided from `.yaml` with SCALE.
**Notes**
Something like this:
```yaml
title: meta
programs:
- id: 1
path: examples/target/wasm32-unknown-unknown/release/demo_meta.wasm
... | 1.0 | Send and expect custom payload in tests - **Problem to Solve**
Custom payload in tests.
**Possible Solution**
Parse metadata from `.meta.wasm` and encode/decode data provided from `.yaml` with SCALE.
**Notes**
Something like this:
```yaml
title: meta
programs:
- id: 1
path: examples/target/wasm32-... | test | send and expect custom payload in tests problem to solve custom payload in tests possible solution parse metadata from meta wasm and encode decode data provided from yaml with scale notes something like this yaml title meta programs id path examples target unkno... | 1 |
112,383 | 24,261,147,821 | IssuesEvent | 2022-09-27 22:58:22 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Unreachable Code in /tools/codegen/api/python.py | triaged small module: codegen | ## 🐛 Bug
I've found an unreachable portion of code in the following file and line.
https://github.com/pytorch/pytorch/blob/master/tools/codegen/api/python.py#L823-L824
## Additional context
The last line of code at 824 is unreachable as the variable **ret** should be returned regardless. It seems if the i... | 1.0 | Unreachable Code in /tools/codegen/api/python.py - ## 🐛 Bug
I've found an unreachable portion of code in the following file and line.
https://github.com/pytorch/pytorch/blob/master/tools/codegen/api/python.py#L823-L824
## Additional context
The last line of code at 824 is unreachable as the variable **ret... | non_test | unreachable code in tools codegen api python py 🐛 bug i ve found an unreachable portion of code in the following file and line additional context the last line of code at is unreachable as the variable ret should be returned regardless it seems if the input parameter t is not an ins... | 0 |
243,574 | 20,425,236,019 | IssuesEvent | 2022-02-24 02:36:46 | JarrodWil/Salesforce-Feb-2022-Release | https://api.github.com/repos/JarrodWil/Salesforce-Feb-2022-Release | closed | Management Fee showstopper: User unable to save after changes after applying Mgt Fee | Retest | Was doing a screen resolution test with Binu (he is on a 13 inch Macbook). He tried the management fee calculator and get the below error when trying to save. All users should be able to apply management fees to their records.
@jxhba have you been doing your testing under Admin account (i have and perhaps this is a ... | 1.0 | Management Fee showstopper: User unable to save after changes after applying Mgt Fee - Was doing a screen resolution test with Binu (he is on a 13 inch Macbook). He tried the management fee calculator and get the below error when trying to save. All users should be able to apply management fees to their records.
@jx... | test | management fee showstopper user unable to save after changes after applying mgt fee was doing a screen resolution test with binu he is on a inch macbook he tried the management fee calculator and get the below error when trying to save all users should be able to apply management fees to their records jxh... | 1 |
292,168 | 25,204,799,207 | IssuesEvent | 2022-11-13 14:55:06 | benoitkugler/maths-online | https://api.github.com/repos/benoitkugler/maths-online | closed | [server/expression] Problème de zéro | bug A tester | J'ai retourné dans tous les sens la variable &s& mais impossible : cela m'affiche -0 au lieu de 0 (bon c'est pareil mais ça va perturber un élève..).

| 1.0 | [server/expression] Problème de zéro - J'ai retourné dans tous les sens la variable &s& mais impossible : cela m'affiche -0 au lieu de 0 (bon c'est pareil mais ça va perturber un élève..).

| test | problème de zéro j ai retourné dans tous les sens la variable s mais impossible cela m affiche au lieu de bon c est pareil mais ça va perturber un élève | 1 |
13,493 | 3,343,044,147 | IssuesEvent | 2015-11-15 05:07:15 | hjwylde/git-fmt | https://api.github.com/repos/hjwylde/git-fmt | closed | Test Travis allow failure | existing: enhancement kind: tests state: awaiting release | I'd like to test out the Travis allow failure for the `--resolver lts` and `--resolver nightly` options.
Ideally if these builds failed then I don't care, but it'd be something I'd need to fix before bumping the resolver. | 1.0 | Test Travis allow failure - I'd like to test out the Travis allow failure for the `--resolver lts` and `--resolver nightly` options.
Ideally if these builds failed then I don't care, but it'd be something I'd need to fix before bumping the resolver. | test | test travis allow failure i d like to test out the travis allow failure for the resolver lts and resolver nightly options ideally if these builds failed then i don t care but it d be something i d need to fix before bumping the resolver | 1 |
189,642 | 14,517,000,234 | IssuesEvent | 2020-12-13 17:56:45 | kalexmills/github-vet-tests-dec2020 | https://api.github.com/repos/kalexmills/github-vet-tests-dec2020 | closed | go-graphite/carbonapi: expr/functions/mapSeries/function_test.go; 6 LoC | fresh test tiny |
Found a possible issue in [go-graphite/carbonapi](https://www.github.com/go-graphite/carbonapi) at [expr/functions/mapSeries/function_test.go](https://github.com/go-graphite/carbonapi/blob/286a7fab44b0bd5f69479982886a457de9e5a00d/expr/functions/mapSeries/function_test.go#L55-L60)
Below is the message reported by the ... | 1.0 | go-graphite/carbonapi: expr/functions/mapSeries/function_test.go; 6 LoC -
Found a possible issue in [go-graphite/carbonapi](https://www.github.com/go-graphite/carbonapi) at [expr/functions/mapSeries/function_test.go](https://github.com/go-graphite/carbonapi/blob/286a7fab44b0bd5f69479982886a457de9e5a00d/expr/functions/... | test | go graphite carbonapi expr functions mapseries function 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 ... | 1 |
315,267 | 27,060,816,957 | IssuesEvent | 2023-02-13 19:36:53 | getodk/central-backend | https://api.github.com/repos/getodk/central-backend | closed | Disallow string downcast for groups and repeat groups | needs testing | Right now, Backend will allow any field to be downcast to string. I just checked, and it looks like that includes groups and repeat groups. Is that something we want to prevent? My instinct is that it would make it easier to reason about types (and maybe also XML traversal?) if we could assume that structures never bec... | 1.0 | Disallow string downcast for groups and repeat groups - Right now, Backend will allow any field to be downcast to string. I just checked, and it looks like that includes groups and repeat groups. Is that something we want to prevent? My instinct is that it would make it easier to reason about types (and maybe also XML ... | test | disallow string downcast for groups and repeat groups right now backend will allow any field to be downcast to string i just checked and it looks like that includes groups and repeat groups is that something we want to prevent my instinct is that it would make it easier to reason about types and maybe also xml ... | 1 |
16,041 | 9,682,623,435 | IssuesEvent | 2019-05-23 09:34:50 | bkimminich/juice-shop | https://api.github.com/repos/bkimminich/juice-shop | closed | WS-2019-0064 (High) detected in handlebars-4.1.0.tgz, handlebars-4.0.12.tgz | security vulnerability | ## WS-2019-0064 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-4.1.0.tgz</b>, <b>handlebars-4.0.12.tgz</b></p></summary>
<p>
<details><summary><b>handlebars-4.1.0.tgz</b>... | True | WS-2019-0064 (High) detected in handlebars-4.1.0.tgz, handlebars-4.0.12.tgz - ## WS-2019-0064 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-4.1.0.tgz</b>, <b>handlebars-4... | non_test | ws high detected in handlebars tgz handlebars tgz ws high severity vulnerability vulnerable libraries handlebars tgz handlebars tgz handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frust... | 0 |
215,016 | 16,623,531,020 | IssuesEvent | 2021-06-03 06:36:58 | streamnative/pulsar | https://api.github.com/repos/streamnative/pulsar | opened | ISSUE-10796: Flaky-test: ManagedLedgerTest.testExpiredLedgerDeletionAfterManagedLedgerRestart | flaky-tests | Original Issue: apache/pulsar#10796
---
<!---
Instructions for reporting a flaky test using this issue template:
1. Replace [test class] in title and body with the test class name
2. Replace [test method] in title and body with the test method that failed. Multiple methods are flaky, remove the content that ... | 1.0 | ISSUE-10796: Flaky-test: ManagedLedgerTest.testExpiredLedgerDeletionAfterManagedLedgerRestart - Original Issue: apache/pulsar#10796
---
<!---
Instructions for reporting a flaky test using this issue template:
1. Replace [test class] in title and body with the test class name
2. Replace [test method] in title... | test | issue flaky test managedledgertest testexpiredledgerdeletionaftermanagedledgerrestart original issue apache pulsar instructions for reporting a flaky test using this issue template replace in title and body with the test class name replace in title and body with the test method ... | 1 |
227,903 | 18,108,498,338 | IssuesEvent | 2021-09-22 22:26:59 | ueberdosis/tiptap | https://api.github.com/repos/ueberdosis/tiptap | closed | Setting view.editable in Custom Node doesn't work as expected | bug should have a test in v2 | In the https://tiptap.scrumpy.io/embeds example, the iframe's input should only show if the tiptap editor is editable. When altering the demo and setting `this.view.editable = false` the input disappears as expected but click anywhere on the editor and the input suddenly appears and everything is editable again.
Her... | 1.0 | Setting view.editable in Custom Node doesn't work as expected - In the https://tiptap.scrumpy.io/embeds example, the iframe's input should only show if the tiptap editor is editable. When altering the demo and setting `this.view.editable = false` the input disappears as expected but click anywhere on the editor and the... | test | setting view editable in custom node doesn t work as expected in the example the iframe s input should only show if the tiptap editor is editable when altering the demo and setting this view editable false the input disappears as expected but click anywhere on the editor and the input suddenly appears and eve... | 1 |
4,154 | 2,711,679,027 | IssuesEvent | 2015-04-09 08:25:04 | socialappslab/appcivist-platform | https://api.github.com/repos/socialappslab/appcivist-platform | closed | Super simple assembly instance | demo test | Let's break this down into a much simpler example with
* Only Two services
* Only one operation per service
Let's detail this here, naming the services and the operations. | 1.0 | Super simple assembly instance - Let's break this down into a much simpler example with
* Only Two services
* Only one operation per service
Let's detail this here, naming the services and the operations. | test | super simple assembly instance let s break this down into a much simpler example with only two services only one operation per service let s detail this here naming the services and the operations | 1 |
250,694 | 21,327,694,543 | IssuesEvent | 2022-04-18 02:32:41 | gilhrpenner/COMP4350 | https://api.github.com/repos/gilhrpenner/COMP4350 | closed | Set up workflow to run SonarCloud in CI | dev task testing | ## Description
Although we have CodeQL, we want to have a more in-depth security analysis tool to provide a complete report of potential security issues with our project.
| 1.0 | Set up workflow to run SonarCloud in CI - ## Description
Although we have CodeQL, we want to have a more in-depth security analysis tool to provide a complete report of potential security issues with our project.
| test | set up workflow to run sonarcloud in ci description although we have codeql we want to have a more in depth security analysis tool to provide a complete report of potential security issues with our project | 1 |
54,068 | 6,362,864,858 | IssuesEvent | 2017-07-31 15:47:53 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | nightly test 5-3-ELM failed due to nimbus timeout - around 41 min spent on deploying testbed | component/test/nightly kind/bug priority/high | Seen on vsphere 6.5
[5-3-Enhanced-Linked-Mode.zip](https://github.com/vmware/vic/files/1082848/5-3-Enhanced-Linked-Mode.zip)
Start:
```
<robot generated="20170617 00:19:08.484" generator="Robot 3.0.2 (Python 2.7.9 on linux2)">
```
end
```
<status status="PASS" endtime="20170617 01:18:48.431" starttime="2017... | 1.0 | nightly test 5-3-ELM failed due to nimbus timeout - around 41 min spent on deploying testbed - Seen on vsphere 6.5
[5-3-Enhanced-Linked-Mode.zip](https://github.com/vmware/vic/files/1082848/5-3-Enhanced-Linked-Mode.zip)
Start:
```
<robot generated="20170617 00:19:08.484" generator="Robot 3.0.2 (Python 2.7.9 on ... | test | nightly test elm failed due to nimbus timeout around min spent on deploying testbed seen on vsphere start end most of the test time spent here returns the value specified with an index from list esx ips ip ... | 1 |
277,200 | 24,054,670,332 | IssuesEvent | 2022-09-16 15:41:10 | gradle/gradle | https://api.github.com/repos/gradle/gradle | closed | Redirect test's output streams to separate files | in:testing a:feature stale | ### Expected Behavior
When multiple tests run in parallel and use their stdout, Gradle does a great job of keeping separated each tests' output while printing it all interlaced to its own stdout. It would be great if this behavior was extended to write the stderr/stdout of each test to separate disk files.
### Curr... | 1.0 | Redirect test's output streams to separate files - ### Expected Behavior
When multiple tests run in parallel and use their stdout, Gradle does a great job of keeping separated each tests' output while printing it all interlaced to its own stdout. It would be great if this behavior was extended to write the stderr/stdo... | test | redirect test s output streams to separate files expected behavior when multiple tests run in parallel and use their stdout gradle does a great job of keeping separated each tests output while printing it all interlaced to its own stdout it would be great if this behavior was extended to write the stderr stdo... | 1 |
210,252 | 16,093,107,246 | IssuesEvent | 2021-04-26 19:19:52 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: sqlsmith/setup=rand-tables/setting=no-ddl failed | C-test-failure O-roachtest O-robot branch-master release-blocker | roachtest.sqlsmith/setup=rand-tables/setting=no-ddl [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2924709&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=2924709&tab=artifacts#/sqlsmith/setup=rand-tables/setting=no-ddl) on master @ [2dbd33ce319439bc424a52896a03e0a7c... | 2.0 | roachtest: sqlsmith/setup=rand-tables/setting=no-ddl failed - roachtest.sqlsmith/setup=rand-tables/setting=no-ddl [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2924709&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=2924709&tab=artifacts#/sqlsmith/setup=rand-tables/... | test | roachtest sqlsmith setup rand tables setting no ddl failed roachtest sqlsmith setup rand tables setting no ddl with on master with with col as select from values date trunc null string timestamp timestamp timestamp ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.