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
188,676
14,449,997,567
IssuesEvent
2020-12-08 08:58:48
mozilla-mobile/android-components
https://api.github.com/repos/mozilla-mobile/android-components
closed
SmokeTests: Assertion error
:iphone: sample ✅ testing
After fixing the leak our smoke tests for the sample browser pass. But they still seem to fail on API 21 for some kind of reason (https://github.com/mozilla-mobile/android-components/pull/6279): ``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.mozilla.samples.browser.SmokeTestsKt.verifyWebsiteContent(SmokeTests.kt:128) at org.mozilla.samples.browser.SmokeTestsKt.access$verifyWebsiteContent(SmokeTests.kt:1) at org.mozilla.samples.browser.SmokeTests.loadWebsitesInMultipleTabsTest(SmokeTests.kt:68) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at mozilla.components.support.android.test.leaks.LeakDetectionRule$apply$1.evaluate(LeakDetectionRule.kt:44) at androidx.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:531) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:104) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:56) at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:392) at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1837) ```
1.0
SmokeTests: Assertion error - After fixing the leak our smoke tests for the sample browser pass. But they still seem to fail on API 21 for some kind of reason (https://github.com/mozilla-mobile/android-components/pull/6279): ``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.mozilla.samples.browser.SmokeTestsKt.verifyWebsiteContent(SmokeTests.kt:128) at org.mozilla.samples.browser.SmokeTestsKt.access$verifyWebsiteContent(SmokeTests.kt:1) at org.mozilla.samples.browser.SmokeTests.loadWebsitesInMultipleTabsTest(SmokeTests.kt:68) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at mozilla.components.support.android.test.leaks.LeakDetectionRule$apply$1.evaluate(LeakDetectionRule.kt:44) at androidx.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:531) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at androidx.test.ext.junit.runners.AndroidJUnit4.run(AndroidJUnit4.java:104) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:56) at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:392) at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1837) ```
test
smoketests assertion error after fixing the leak our smoke tests for the sample browser pass but they still seem to fail on api for some kind of reason java lang assertionerror at org junit assert fail assert java at org junit assert asserttrue assert java at org junit assert asserttrue assert java at org mozilla samples browser smoketestskt verifywebsitecontent smoketests kt at org mozilla samples browser smoketestskt access verifywebsitecontent smoketests kt at org mozilla samples browser smoketests loadwebsitesinmultipletabstest smoketests kt at java lang reflect method invoke native method at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at mozilla components support android test leaks leakdetectionrule apply evaluate leakdetectionrule kt at androidx test rule activitytestrule activitystatement evaluate activitytestrule java at org junit rules testwatcher evaluate testwatcher java at org junit rules runrules evaluate runrules java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at androidx test ext junit runners run java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runner junitcore run junitcore java at org junit runner junitcore run junitcore java at androidx test internal runner testexecutor execute testexecutor java at androidx test runner androidjunitrunner onstart androidjunitrunner java at android app instrumentation instrumentationthread run instrumentation java
1
10,187
4,717,163,259
IssuesEvent
2016-10-16 13:31:19
DMSC-Instrument-Data/plankton
https://api.github.com/repos/DMSC-Instrument-Data/plankton
opened
Introduce "system tests"
build tools enhancement unit tests
We should think of a good way to implement system tests, meaning tests that involve communication with a device in a certain setup using the device protocol. We might do this either by spinning up a docker container with the device running in the configuration that is to be tested. We could use the python unit test framework and combine it with something like [docker-py](https://docker-py.readthedocs.io/en/latest/) to start containers etc.
1.0
Introduce "system tests" - We should think of a good way to implement system tests, meaning tests that involve communication with a device in a certain setup using the device protocol. We might do this either by spinning up a docker container with the device running in the configuration that is to be tested. We could use the python unit test framework and combine it with something like [docker-py](https://docker-py.readthedocs.io/en/latest/) to start containers etc.
non_test
introduce system tests we should think of a good way to implement system tests meaning tests that involve communication with a device in a certain setup using the device protocol we might do this either by spinning up a docker container with the device running in the configuration that is to be tested we could use the python unit test framework and combine it with something like to start containers etc
0
11,357
13,301,715,885
IssuesEvent
2020-08-25 13:20:35
dompdf/dompdf
https://api.github.com/repos/dompdf/dompdf
closed
stylesheet.cls.php error
php compatibility question
I'm having this error guys, can anyone help me, I'm using codeigniter and the version of DOM_PDF there was **DOMPDF 0.6.0 beta 3** ![image](https://user-images.githubusercontent.com/37571727/91153508-e368ed00-e6f2-11ea-9174-eaf68e8690a9.png)
True
stylesheet.cls.php error - I'm having this error guys, can anyone help me, I'm using codeigniter and the version of DOM_PDF there was **DOMPDF 0.6.0 beta 3** ![image](https://user-images.githubusercontent.com/37571727/91153508-e368ed00-e6f2-11ea-9174-eaf68e8690a9.png)
non_test
stylesheet cls php error i m having this error guys can anyone help me i m using codeigniter and the version of dom pdf there was dompdf beta
0
77,844
3,507,289,872
IssuesEvent
2016-01-08 12:25:39
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Quest killcount and itemcount (BB #826)
Category: Quests migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** smoldar **Original Date:** 16.03.2015 16:43:34 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/826 <hr> Sometimes player get bug on quest... in client side is marked as completed.. but player cant get reward, because in database is not completed.. it is problem of other quests, which have mobcount .. in database have 5/6 killed or other values and client must remove q and start it again... it is when player relogs how reproduce i dont know but this bug getting a lot of players.
1.0
Quest killcount and itemcount (BB #826) - This issue was migrated from bitbucket. **Original Reporter:** smoldar **Original Date:** 16.03.2015 16:43:34 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/826 <hr> Sometimes player get bug on quest... in client side is marked as completed.. but player cant get reward, because in database is not completed.. it is problem of other quests, which have mobcount .. in database have 5/6 killed or other values and client must remove q and start it again... it is when player relogs how reproduce i dont know but this bug getting a lot of players.
non_test
quest killcount and itemcount bb this issue was migrated from bitbucket original reporter smoldar original date gmt original priority major original type bug original state resolved direct link sometimes player get bug on quest in client side is marked as completed but player cant get reward because in database is not completed it is problem of other quests which have mobcount in database have killed or other values and client must remove q and start it again it is when player relogs how reproduce i dont know but this bug getting a lot of players
0
187,202
15,093,593,451
IssuesEvent
2021-02-07 01:26:28
masak/bel
https://api.github.com/repos/masak/bel
opened
Add an ARCHITECTURE document
documentation
As suggested [here](https://matklad.github.io//2021/02/06/ARCHITECTURE.md.html) ([HN discussion](https://news.ycombinator.com/item?id=26048784)). Add an overview of the project, a codemap, and a discussion of cross-cutting concerns.
1.0
Add an ARCHITECTURE document - As suggested [here](https://matklad.github.io//2021/02/06/ARCHITECTURE.md.html) ([HN discussion](https://news.ycombinator.com/item?id=26048784)). Add an overview of the project, a codemap, and a discussion of cross-cutting concerns.
non_test
add an architecture document as suggested add an overview of the project a codemap and a discussion of cross cutting concerns
0
333,083
29,508,057,862
IssuesEvent
2023-06-03 15:09:04
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix raw_ops.test_tensorflow_Sub
TensorFlow Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5102216882/jobs/9171635470" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5102216882/jobs/9171635470" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5102216882/jobs/9171635470" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5102216882/jobs/9171635470" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix raw_ops.test_tensorflow_Sub - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5102216882/jobs/9171635470" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5102216882/jobs/9171635470" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5102216882/jobs/9171635470" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5102216882/jobs/9171635470" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
test
fix raw ops test tensorflow sub tensorflow img src torch img src numpy img src jax img src paddle img src
1
333,402
29,581,449,375
IssuesEvent
2023-06-07 06:13:26
kyma-project/control-plane
https://api.github.com/repos/kyma-project/control-plane
closed
Add integration test for BTP Manager secret reconciliation
area/ci size/S area/tests 2023-Q2
**Description** E2E test about BTP Manager secret reconciliation by KEB. Implementation of that feature [here](https://github.com/kyma-project/control-plane/issues/2495). **AC** - [x] 1) Provision SKR on DEV environment with testing BTP Operator credentials. - [x] 2) Assert if a secret for BTP Manager is created and data equals point 1. - [x] 3) Simulate secret deletion in the SKR. Awaits till the secret is reconciled back to the proper one. - [x] 4) Simulate secret values change in the SKR. This will be not reverted by KEB.
1.0
Add integration test for BTP Manager secret reconciliation - **Description** E2E test about BTP Manager secret reconciliation by KEB. Implementation of that feature [here](https://github.com/kyma-project/control-plane/issues/2495). **AC** - [x] 1) Provision SKR on DEV environment with testing BTP Operator credentials. - [x] 2) Assert if a secret for BTP Manager is created and data equals point 1. - [x] 3) Simulate secret deletion in the SKR. Awaits till the secret is reconciled back to the proper one. - [x] 4) Simulate secret values change in the SKR. This will be not reverted by KEB.
test
add integration test for btp manager secret reconciliation description test about btp manager secret reconciliation by keb implementation of that feature ac provision skr on dev environment with testing btp operator credentials assert if a secret for btp manager is created and data equals point simulate secret deletion in the skr awaits till the secret is reconciled back to the proper one simulate secret values change in the skr this will be not reverted by keb
1
19,323
5,844,638,119
IssuesEvent
2017-05-10 12:28:40
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
PL/SQL Records not generated depending on the order of procedures in a package
C: Code Generation C: DB: Oracle P: High T: Defect
When a PL/SQL package is defined like the following: ```sql CREATE PACKAGE p AS TYPE r IS RECORD ... TYPE t IS TABLE OF r; PROCEDURE p1 (arg t); -- Referencing a type that depends on r ... PROCEDURE p2 (arg r); -- Prior to referencing the type r itself END p; / ``` Then, the relevant records are not generated because of the query that is documented here: https://blog.jooq.org/2016/11/08/use-jooq-to-read-write-oracle-plsql-record-types/ The query only considers the first subprogram_id that references the PL/SQL RECORD type through: ```sql SELECT ... MIN("a"."SUBPROGRAM_ID") KEEP (DENSE_RANK FIRST ORDER BY "a"."OWNER" ASC, "a"."PACKAGE_NAME" ASC, "a"."SUBPROGRAM_ID" ASC, "a"."SEQUENCE" ASC) "SUBPROGRAM_ID", ... GROUP BY "a"."TYPE_OWNER", "a"."TYPE_NAME", "a"."TYPE_SUBNAME" ```
1.0
PL/SQL Records not generated depending on the order of procedures in a package - When a PL/SQL package is defined like the following: ```sql CREATE PACKAGE p AS TYPE r IS RECORD ... TYPE t IS TABLE OF r; PROCEDURE p1 (arg t); -- Referencing a type that depends on r ... PROCEDURE p2 (arg r); -- Prior to referencing the type r itself END p; / ``` Then, the relevant records are not generated because of the query that is documented here: https://blog.jooq.org/2016/11/08/use-jooq-to-read-write-oracle-plsql-record-types/ The query only considers the first subprogram_id that references the PL/SQL RECORD type through: ```sql SELECT ... MIN("a"."SUBPROGRAM_ID") KEEP (DENSE_RANK FIRST ORDER BY "a"."OWNER" ASC, "a"."PACKAGE_NAME" ASC, "a"."SUBPROGRAM_ID" ASC, "a"."SEQUENCE" ASC) "SUBPROGRAM_ID", ... GROUP BY "a"."TYPE_OWNER", "a"."TYPE_NAME", "a"."TYPE_SUBNAME" ```
non_test
pl sql records not generated depending on the order of procedures in a package when a pl sql package is defined like the following sql create package p as type r is record type t is table of r procedure arg t referencing a type that depends on r procedure arg r prior to referencing the type r itself end p then the relevant records are not generated because of the query that is documented here the query only considers the first subprogram id that references the pl sql record type through sql select min a subprogram id keep dense rank first order by a owner asc a package name asc a subprogram id asc a sequence asc subprogram id group by a type owner a type name a type subname
0
8,577
11,745,709,568
IssuesEvent
2020-03-12 10:18:39
googleapis/gax-java
https://api.github.com/repos/googleapis/gax-java
opened
Java 7 CI broken
dependencies priority: p1 type: cleanup type: process
some sort of cert issue. Not a huge surprise. The Java 7 TLS certs are a little out of date. We might just need to update the java image we use to Zulu or some such. * What went wrong: A problem occurred configuring root project 'gax-java'. > Could not resolve all artifacts for configuration ':classpath'. > Could not resolve gradle.plugin.com.dorongold.plugins:task-tree:1.3.1. Required by: project : > Could not resolve gradle.plugin.com.dorongold.plugins:task-tree:1.3.1. > Could not get resource 'https://plugins.gradle.org/m2/gradle/plugin/com/dorongold/plugins/task-tree/1.3.1/task-tree-1.3.1.pom'. > Could not GET 'https://plugins.gradle.org/m2/gradle/plugin/com/dorongold/plugins/task-tree/1.3.1/task-tree-1.3.1.pom'. > sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
1.0
Java 7 CI broken - some sort of cert issue. Not a huge surprise. The Java 7 TLS certs are a little out of date. We might just need to update the java image we use to Zulu or some such. * What went wrong: A problem occurred configuring root project 'gax-java'. > Could not resolve all artifacts for configuration ':classpath'. > Could not resolve gradle.plugin.com.dorongold.plugins:task-tree:1.3.1. Required by: project : > Could not resolve gradle.plugin.com.dorongold.plugins:task-tree:1.3.1. > Could not get resource 'https://plugins.gradle.org/m2/gradle/plugin/com/dorongold/plugins/task-tree/1.3.1/task-tree-1.3.1.pom'. > Could not GET 'https://plugins.gradle.org/m2/gradle/plugin/com/dorongold/plugins/task-tree/1.3.1/task-tree-1.3.1.pom'. > sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
non_test
java ci broken some sort of cert issue not a huge surprise the java tls certs are a little out of date we might just need to update the java image we use to zulu or some such what went wrong a problem occurred configuring root project gax java could not resolve all artifacts for configuration classpath could not resolve gradle plugin com dorongold plugins task tree required by project could not resolve gradle plugin com dorongold plugins task tree could not get resource could not get sun security validator validatorexception pkix path validation failed java security cert certpathvalidatorexception signature check failed try run with stacktrace option to get the stack trace run with info or debug option to get more log output run with scan to get full insights
0
272,955
23,716,355,790
IssuesEvent
2022-08-30 12:07:47
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Manual test run on Linux for 1.43.x - Release
tests OS/Linux QA/Yes release-notes/exclude OS/Desktop
### Installer - [x] Check the installer is close to the size of the last release - [x] Check signature: - [ ] If macOS, using x64 binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [ ] If macOS, using universal binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [ ] If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window ### About pages - [x] Verify that both `chrome://` and `about://` forward to `brave://` (run through several internal pages) ### Importing - [x] Verify that you can import `History`, `Favorites/Bookmarks` and `Passwords` from Google Chrome - [x] Verify that you can import `History`, `Favorites/Bookmarks`, `Passwords`, `Search Engines` and `Autofill` from Firefox - [x] Verify that you can import `Favorites/Bookmarks` from Microsoft Edge - [x] Verify that importing bookmarks using `Bookmark HTML File` retains the folder structure on a clean profile ### Context menus - [x] Verify you can block a page element using `Block element via selector` context-menu item - [x] Verify selecting `Manage custom filters` opens `brave://adblock` in a NTP - [x] Verify removing the rule from `brave://adblock` reflects the change on the website, after reload ### Extensions/Plugins - [x] Verify pdfium, Torrent viewer extensions are installed automatically on fresh profile and cannot be disabled (they don't show up in `brave://extensions`) - [x] Verify older version of an extension gets updated to new version via Google server - [x] Verify older version of an extension gets updated to new version via Brave server - [x] Verify that `magnet` links and `.torrent` files correctly open WebTorrent and you're able to download the file(s) - **Tip:** Free torrents available via https://webtorrent.io/free-torrents ### Chrome Web Store (CWS) - [x] Verify that installing https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb from CWS displays the `Brave has not reviewed the extension.` warning via the "Add Extension" modal - [x] Verify that installing https://chrome.google.com/webstore/detail/lastpass-free-password-ma/hdokiejnpimakedhajhdlcegeplioahd from CWS doesn't display the `Brave has not reviewed the extension.` warning via the "Add Extension" modal ### PDF - [x] Test that you can print a PDF - [x] Test that PDF is loaded over HTTPS at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf - [x] Test that PDF is loaded over HTTP at http://www.pdf995.com/samples/pdf.pdf - [x] Test that https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.105.6357&rep=rep1&type=pdf opens without issues ### Widevine - [x] Verify `Widevine Notification` is shown when you visit Netflix for the first time - [x] Test that you can stream on Netflix on a fresh profile after installing Widevine - [x] Verify `Widevine Notification` is shown when you visit HBO Max for the first time - [x] Test that you can stream on HBO Max on a fresh profile after installing Widevine - [ ] If macOS, run the above Widevine tests for both `x64` and `universal` builds ### Geolocation - [x] Check that https://browserleaks.com/geo works and shows correct location - [x] Check that https://html5demos.com/geo/ works but doesn't require an accurate location ### Crash Reporting - [x] Check that loading `brave://crash` & `brave://gpucrash` causes the new tab to crash - [x] Check that `brave://crashes` lists the `Uploaded Crash Report ID` once the report has been submitted - [x] Verify the crash ID matches the report on Backtrace using `_rxid equal [ value ]` ### Bravery settings - [x] Verify that HTTPS Everywhere works by loading http://https-everywhere.badssl.com/ - [x] Turning HTTPS Everywhere off and Shields off both disable the redirect to https://https-everywhere.badssl.com/ - [x] Verify that toggling `Trackers & ads blocked` works as expected - [x] Visit https://testsafebrowsing.appspot.com/s/phishing.html, verify that Safe Browsing (via our Proxy) works for all the listed items - [x] Visit https://www.blizzard.com and then turn on script blocking, page should not load. - [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked - [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run) - [x] In `brave://settings/security`, choose a DNS provider from the providers listed under Use secure DNS, load `https://browserleaks.com/dns`, and verify your ISP's DNS resolvers aren't detected and shown; only your chosen DoH provider should appear. - [x] Open a New Private Window with Tor, load `https://browserleaks.com/dns`, and verify your ISP's DNS resolvers aren't detected and shown. ### TLS Pinning - [x] Visit https://ssl-pinning.someblog.org/ and verify a pinning error is displayed - [x] Visit https://pinning-test.badssl.com/ and verify a pinning error is **not** displayed ### Fingerprint Tests - [x] Test that https://diafygi.github.io/webrtc-ips/ doesn't leak IP address for each option under `Settings -> Privacy and Security -> WebRTC IP handling policy` ### Brave Ads - [x] Verify when you enable Rewards from panel or `brave://rewards`, Ads are enabled by default - [x] Verify Ads UI (panel, settings, etc) shows when in a region with Ads support - [x] Verify Ads UI (panel, settings, etc) does not show when in a region without Ads support. Verify the Ads panel does show the 'Sorry! Ads are not yet available in your region.' message. - [x] Verify when the system language is English, the Browser language is French, and you are in one of the supported regions, Ad notifications are still served to you. - [x] Verify you are served Ad notifications when Ads are enabled - [x] Verify ad earnings are reflected in the rewards widget on the NTP. - [x] Verify when Ads are toggled off, there are no Ad messages in the logs - [x] Verify when Rewards are toggled off (but Ads were not explicitly toggled off), there are no Ads logs recorded - [x] Verify view/click/dismiss/landed ad notifications show in `confirmations.json` - [x] Verify pages you browse to are being classified in the logs - [x] Verify tokens are redeemed by viewing the logs (you can use `--rewards=debug=true` to shorten redemption time) - [x] Verify Ad is not shown if a tab is playing media and is only shown after it stops playing ### Rewards - [x] Verify that none of the reward endpoints are being contacted when a user visits a media publisher (`youtube.com`, `reddit.com`, `twitter.com`, `github.com`) and hasn't interacted with rewards - [x] Verify that `rewards.brave.com`, `pcdn.brave.com`, `grant.rewards.brave.com` or `api.rewards.brave.com` are not being contacted - [x] Verify you are able to create a new Rewards profile. - [x] Verify you are able to restore an old Rewards profile. - [x] Verify Rewards balance shows correct BAT and USD value. - [x] Verify actions taken (claiming grant, tipping, auto-contribute) display in panel transactions list. - [x] Verify AC monthly budget shows correct BAT and USD value. - [x] Verify you are able to exclude a publisher from the auto-contribute table and popup list of sites. - [x] Verify you are able to exclude a publisher by using the toggle on the Rewards Panel. - [x] Verify you are able to perform an auto contribution. - [x] Verify auto contribution is reflected in the rewards widget on the new-tab page (NTP). - [x] Verify monthly statement shows expected data. - [x] Verify when you click on the BR panel while on a site, the panel displays site-specific information (site favicon, domain, attention %). - [x] Verify BR panel shows message about an unverified publisher. - [x] Verify one time and monthly tip banners show a message about unverified publisher. - [x] Verify one time tip and monthly tip banners show a verified checkmark for a verified creator. - [x] Verify when you click on `Send a tip`, the custom tip banner displays if set up. - [x] Verify custom tip banner is also displayed for monthly contribution. - [x] Verify you are able to make one-time tip and they display in Tips panel. - [x] Verify tip is reflected in the rewards widget on the NTP. - [x] Verify when you tip an unverified publisher, the one time tip is recorded in the Pending Contributions list. - [x] Verify you are able to make recurring tip and they display in Monthly Contributions panel. - [x] Verify you are able to adjust your recurring tip amount from the BR panel. - [x] Verify recurring tip is reflected in the rewards widget on the NTP. - [x] Verify you can tip a verified website. - [x] Verify the website displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified YouTube creator. - [x] Verify the YouTube creator displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified Vimeo creator. - [x] Verify the Vimeo creator displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified Twitch creator. - [x] Verify the Twitch creator displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified Twitter user from the panel. - [x] Verify you can tip a verified Twitter user via inline tip button. - [x] Verify the in-line tip button is spaced properly. - [x] Verify you can tip a verified GitHub user from the panel. - [x] Verify you can tip a verified GitHub user via inline tip button. - [x] Verify the GitHub creator displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified Reddit user from the panel. - [x] Verify you can tip a verified Reddit user via inline tip button. - [x] Verify if you disable auto-contribute you are still able to tip creators. - [x] Verify if auto-contribute is disabled AC does not occur. - [x] Verify if Rewards is disabled AC does not occur. - [x] Verify that disabling Rewards and enabling it again does not lose state. - [x] Adjust min visit/time in settings. Visit some sites to verify they are added to the table after the specified settings. - [x] Uphold cases - [x] Verify you are able to connect a KYC'd Uphold account to Rewards. - [x] Verify balance in Brave updates when BAT is added to the Brave Browser card. - [x] Verify if you only have user-controlled BAT (BAT in Uphold only), you can only tip KYC'd creators, any tips to non-KYC'd creators go to the Pending Contributions list. - [x] Verify connected (verified but not KYC'd) publishers display messaging on panel and tip banner. - [x] Verify you are able to perform an auto contribute using Uphold BAT. ### Social-media blocking settings - [x] Verify individual `Social media blocking` buttons works as intended when enabled/disabled by visiting https://fmarier.github.io/brave-testing/social-widgets.html - [x] visit `brave://settings/privacy` -> `Site and Shields Settings` -> `Cookies and site data` and ensure that - [x] both `https://[*.]firebaseapp.com` & `https://accounts.google.com` are added into `Sites that can always use cookies` when `Allow Google login buttons on third party sites` is enabled - [x] both `https://[*.]firebaseapp.com` & `https://accounts.google.com` are removed from `Sites that can always use cookies` when `Allow Google login buttons on third party sites` is disabled - [x] ensure that you can log in into https://www.expensify.com while `Allow Google login buttons on third party sites` is enabled - [x] ensure that once `Allow Google login buttons on third party sites` has been disabled, you can't log in into https://www.expensify.com ### Sync - [x] Verify you are able to create a sync chain and add a mobile/computer to the chain - [x] Verify you are able to join an existing sync chain using code words - [x] Verify the device name is shown properly when sync chain is created - [x] Verify you are able to add a new mobile device to the chain via QR code/code words - [x] Verify newly created bookmarks get sync'd to all devices on the sync chain - [x] Verify existing bookmarks on current profile gets sync'd to all devices on the sync chain - [x] Verify folder structure is retained after sync completes - [x] Verify bookmarks don't duplicate when sync'd from other devices - [x] Verify removing bookmark from device gets sync'd to all devices on the sync chain - [x] Verify adding/removing a bookmark in offline mode gets sync'd to all devices on the sync chain when device comes online - [x] With only two devices in chain, verify removing the other device resets the sync on b-c as well ### Tor Tabs - [x] Visit https://check.torproject.org in a Tor window, ensure it shows a success message for using a Tor exit node - [x] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Do a hard refresh (Ctrl+Shift+R/Cmd+Shift+R), ensure exit IP changes after page reloads - [x] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Click `New Tor connection for this site` in app menu, ensure the exit node IP address changes after page is reloaded - [x] Visit https://protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion, https://brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion/, and https://search.brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion/ in a Tor window and ensure all pages resolve - [x] Visit https://browserleaks.com/geo in a Tor window, ensure location isn't shown - [x] Verify Torrent viewer doesn't load in a Tor window - [x] Ensure you are able to download a file in a Tor window. Verify all Download/Cancel, Download/Retry and Download works in Tor window ### Cookie and Cache - [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the evercookie site does not remember the old evercookie value ### Chromium/Brave GPU - [x] Verify that `brave://gpu` (Brave) matches `chrome://gpu` (Chrome) when using the same Chromium version ### Startup & Components - [x] Verify that Brave is only contacting `*.brave.com` endpoints on first launch using either `Charles Proxy`, `Fiddler`, `Wireshark` or `LittleSnitch` (or a similar application) - [x] Verify that opening a NTP doesn't trigger any outbound connections related to widgets without user interaction - [x] Remove the following component folders and ensure that they're being re-downloaded after restarting the browser: - [x] `afalakplffnnnlkncjhbmahjfjhmlkal`: `AutoplayWhitelist.dat`, `ExtensionWhitelist.dat`, `ReferrerWhitelist.json` and `Greaselion.json` - [x] `CertificateRevocation` - [x] `cffkpbalmllkdoenhmdmpbkajipdjfam`: `rs-ABPFilterParserData.dat` & `regional_catalog.json` (AdBlock) - [x] `gccbbckogglekeggclmmekihdgdpdgoe`: (Sponsored New Tab Images) - [x] `jicbkmdloagakknpihibphagfckhjdih`: `speedreader-updater.dat` - [x] `oofiananboodjbbmdelgdommihjbkfag`: HTTPSE - [x] `Safe Browsing` - [x] Restart the browser, load `brave://components`, wait for 8 mins and verify that no component shows any errors **Note:** Always double check `brave://components` to make sure there's no errors/missing version numbers ### Session storage - [x] Temporarily move away your browser profile and test that a new profile is created on browser relaunch - macOS - `~/Library/Application\ Support/BraveSoftware/` - Windows - `%userprofile%\appdata\Local\BraveSoftware\` - Linux(Ubuntu) - `~/.config/BraveSoftware/` - [x] Test that both windows and tabs are being restored, including the current active tab - [x] Ensure that tabs are being lazy loaded when a previous session is being restored ### Upgrade - [x] Make sure that data from the last version appears in the new version OK - [x] Ensure that `brave://version` lists the expected Brave & Chromium versions - [x] With data from the last version, verify that: - [x] Bookmarks on the bookmark toolbar and bookmark folders can be opened - [x] Cookies are preserved - [x] Installed extensions are retained and work correctly - [x] Opened tabs can be reloaded - [x] Stored passwords are preserved - [x] Sync chain created in previous version is retained - [x] Social media-blocking buttons changes are retained - [x] Rewards - [x] BAT balance is retained - [x] Auto-contribute list is retained - [x] Both Tips and Monthly Contributions are retained - [x] Panel transactions list is retained - [x] Changes to rewards settings are retained - [x] Ensure that Auto Contribute is not being enabled when upgrading to a new version if AC was disabled - [x] Ads - [x] Both `Estimated pending rewards` & `Ad notifications received this month` are retained - [x] Changes to ads settings are retained - [x] Ensure that ads are not being enabled when upgrading to a new version if they were disabled - [x] Ensure that ads are not disabled when upgrading to a new version if they were enabled ## Hardware Wallet Test (To be checked on each major CR bump) - [ ] Verify you can link hardware wallet using Trezor and unlock the wallet - [ ] Verify you can link hardware wallet using Ledger Nano and unlock the wallet - [ ] Verify you can perform a transaction with hardware wallet using Ledger Nano or Trezor
1.0
Manual test run on Linux for 1.43.x - Release - ### Installer - [x] Check the installer is close to the size of the last release - [x] Check signature: - [ ] If macOS, using x64 binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [ ] If macOS, using universal binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [ ] If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window ### About pages - [x] Verify that both `chrome://` and `about://` forward to `brave://` (run through several internal pages) ### Importing - [x] Verify that you can import `History`, `Favorites/Bookmarks` and `Passwords` from Google Chrome - [x] Verify that you can import `History`, `Favorites/Bookmarks`, `Passwords`, `Search Engines` and `Autofill` from Firefox - [x] Verify that you can import `Favorites/Bookmarks` from Microsoft Edge - [x] Verify that importing bookmarks using `Bookmark HTML File` retains the folder structure on a clean profile ### Context menus - [x] Verify you can block a page element using `Block element via selector` context-menu item - [x] Verify selecting `Manage custom filters` opens `brave://adblock` in a NTP - [x] Verify removing the rule from `brave://adblock` reflects the change on the website, after reload ### Extensions/Plugins - [x] Verify pdfium, Torrent viewer extensions are installed automatically on fresh profile and cannot be disabled (they don't show up in `brave://extensions`) - [x] Verify older version of an extension gets updated to new version via Google server - [x] Verify older version of an extension gets updated to new version via Brave server - [x] Verify that `magnet` links and `.torrent` files correctly open WebTorrent and you're able to download the file(s) - **Tip:** Free torrents available via https://webtorrent.io/free-torrents ### Chrome Web Store (CWS) - [x] Verify that installing https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb from CWS displays the `Brave has not reviewed the extension.` warning via the "Add Extension" modal - [x] Verify that installing https://chrome.google.com/webstore/detail/lastpass-free-password-ma/hdokiejnpimakedhajhdlcegeplioahd from CWS doesn't display the `Brave has not reviewed the extension.` warning via the "Add Extension" modal ### PDF - [x] Test that you can print a PDF - [x] Test that PDF is loaded over HTTPS at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf - [x] Test that PDF is loaded over HTTP at http://www.pdf995.com/samples/pdf.pdf - [x] Test that https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.105.6357&rep=rep1&type=pdf opens without issues ### Widevine - [x] Verify `Widevine Notification` is shown when you visit Netflix for the first time - [x] Test that you can stream on Netflix on a fresh profile after installing Widevine - [x] Verify `Widevine Notification` is shown when you visit HBO Max for the first time - [x] Test that you can stream on HBO Max on a fresh profile after installing Widevine - [ ] If macOS, run the above Widevine tests for both `x64` and `universal` builds ### Geolocation - [x] Check that https://browserleaks.com/geo works and shows correct location - [x] Check that https://html5demos.com/geo/ works but doesn't require an accurate location ### Crash Reporting - [x] Check that loading `brave://crash` & `brave://gpucrash` causes the new tab to crash - [x] Check that `brave://crashes` lists the `Uploaded Crash Report ID` once the report has been submitted - [x] Verify the crash ID matches the report on Backtrace using `_rxid equal [ value ]` ### Bravery settings - [x] Verify that HTTPS Everywhere works by loading http://https-everywhere.badssl.com/ - [x] Turning HTTPS Everywhere off and Shields off both disable the redirect to https://https-everywhere.badssl.com/ - [x] Verify that toggling `Trackers & ads blocked` works as expected - [x] Visit https://testsafebrowsing.appspot.com/s/phishing.html, verify that Safe Browsing (via our Proxy) works for all the listed items - [x] Visit https://www.blizzard.com and then turn on script blocking, page should not load. - [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked - [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run) - [x] In `brave://settings/security`, choose a DNS provider from the providers listed under Use secure DNS, load `https://browserleaks.com/dns`, and verify your ISP's DNS resolvers aren't detected and shown; only your chosen DoH provider should appear. - [x] Open a New Private Window with Tor, load `https://browserleaks.com/dns`, and verify your ISP's DNS resolvers aren't detected and shown. ### TLS Pinning - [x] Visit https://ssl-pinning.someblog.org/ and verify a pinning error is displayed - [x] Visit https://pinning-test.badssl.com/ and verify a pinning error is **not** displayed ### Fingerprint Tests - [x] Test that https://diafygi.github.io/webrtc-ips/ doesn't leak IP address for each option under `Settings -> Privacy and Security -> WebRTC IP handling policy` ### Brave Ads - [x] Verify when you enable Rewards from panel or `brave://rewards`, Ads are enabled by default - [x] Verify Ads UI (panel, settings, etc) shows when in a region with Ads support - [x] Verify Ads UI (panel, settings, etc) does not show when in a region without Ads support. Verify the Ads panel does show the 'Sorry! Ads are not yet available in your region.' message. - [x] Verify when the system language is English, the Browser language is French, and you are in one of the supported regions, Ad notifications are still served to you. - [x] Verify you are served Ad notifications when Ads are enabled - [x] Verify ad earnings are reflected in the rewards widget on the NTP. - [x] Verify when Ads are toggled off, there are no Ad messages in the logs - [x] Verify when Rewards are toggled off (but Ads were not explicitly toggled off), there are no Ads logs recorded - [x] Verify view/click/dismiss/landed ad notifications show in `confirmations.json` - [x] Verify pages you browse to are being classified in the logs - [x] Verify tokens are redeemed by viewing the logs (you can use `--rewards=debug=true` to shorten redemption time) - [x] Verify Ad is not shown if a tab is playing media and is only shown after it stops playing ### Rewards - [x] Verify that none of the reward endpoints are being contacted when a user visits a media publisher (`youtube.com`, `reddit.com`, `twitter.com`, `github.com`) and hasn't interacted with rewards - [x] Verify that `rewards.brave.com`, `pcdn.brave.com`, `grant.rewards.brave.com` or `api.rewards.brave.com` are not being contacted - [x] Verify you are able to create a new Rewards profile. - [x] Verify you are able to restore an old Rewards profile. - [x] Verify Rewards balance shows correct BAT and USD value. - [x] Verify actions taken (claiming grant, tipping, auto-contribute) display in panel transactions list. - [x] Verify AC monthly budget shows correct BAT and USD value. - [x] Verify you are able to exclude a publisher from the auto-contribute table and popup list of sites. - [x] Verify you are able to exclude a publisher by using the toggle on the Rewards Panel. - [x] Verify you are able to perform an auto contribution. - [x] Verify auto contribution is reflected in the rewards widget on the new-tab page (NTP). - [x] Verify monthly statement shows expected data. - [x] Verify when you click on the BR panel while on a site, the panel displays site-specific information (site favicon, domain, attention %). - [x] Verify BR panel shows message about an unverified publisher. - [x] Verify one time and monthly tip banners show a message about unverified publisher. - [x] Verify one time tip and monthly tip banners show a verified checkmark for a verified creator. - [x] Verify when you click on `Send a tip`, the custom tip banner displays if set up. - [x] Verify custom tip banner is also displayed for monthly contribution. - [x] Verify you are able to make one-time tip and they display in Tips panel. - [x] Verify tip is reflected in the rewards widget on the NTP. - [x] Verify when you tip an unverified publisher, the one time tip is recorded in the Pending Contributions list. - [x] Verify you are able to make recurring tip and they display in Monthly Contributions panel. - [x] Verify you are able to adjust your recurring tip amount from the BR panel. - [x] Verify recurring tip is reflected in the rewards widget on the NTP. - [x] Verify you can tip a verified website. - [x] Verify the website displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified YouTube creator. - [x] Verify the YouTube creator displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified Vimeo creator. - [x] Verify the Vimeo creator displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified Twitch creator. - [x] Verify the Twitch creator displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified Twitter user from the panel. - [x] Verify you can tip a verified Twitter user via inline tip button. - [x] Verify the in-line tip button is spaced properly. - [x] Verify you can tip a verified GitHub user from the panel. - [x] Verify you can tip a verified GitHub user via inline tip button. - [x] Verify the GitHub creator displays in the auto-contribute list after specified amount of time/visits per settings. - [x] Verify you can tip a verified Reddit user from the panel. - [x] Verify you can tip a verified Reddit user via inline tip button. - [x] Verify if you disable auto-contribute you are still able to tip creators. - [x] Verify if auto-contribute is disabled AC does not occur. - [x] Verify if Rewards is disabled AC does not occur. - [x] Verify that disabling Rewards and enabling it again does not lose state. - [x] Adjust min visit/time in settings. Visit some sites to verify they are added to the table after the specified settings. - [x] Uphold cases - [x] Verify you are able to connect a KYC'd Uphold account to Rewards. - [x] Verify balance in Brave updates when BAT is added to the Brave Browser card. - [x] Verify if you only have user-controlled BAT (BAT in Uphold only), you can only tip KYC'd creators, any tips to non-KYC'd creators go to the Pending Contributions list. - [x] Verify connected (verified but not KYC'd) publishers display messaging on panel and tip banner. - [x] Verify you are able to perform an auto contribute using Uphold BAT. ### Social-media blocking settings - [x] Verify individual `Social media blocking` buttons works as intended when enabled/disabled by visiting https://fmarier.github.io/brave-testing/social-widgets.html - [x] visit `brave://settings/privacy` -> `Site and Shields Settings` -> `Cookies and site data` and ensure that - [x] both `https://[*.]firebaseapp.com` & `https://accounts.google.com` are added into `Sites that can always use cookies` when `Allow Google login buttons on third party sites` is enabled - [x] both `https://[*.]firebaseapp.com` & `https://accounts.google.com` are removed from `Sites that can always use cookies` when `Allow Google login buttons on third party sites` is disabled - [x] ensure that you can log in into https://www.expensify.com while `Allow Google login buttons on third party sites` is enabled - [x] ensure that once `Allow Google login buttons on third party sites` has been disabled, you can't log in into https://www.expensify.com ### Sync - [x] Verify you are able to create a sync chain and add a mobile/computer to the chain - [x] Verify you are able to join an existing sync chain using code words - [x] Verify the device name is shown properly when sync chain is created - [x] Verify you are able to add a new mobile device to the chain via QR code/code words - [x] Verify newly created bookmarks get sync'd to all devices on the sync chain - [x] Verify existing bookmarks on current profile gets sync'd to all devices on the sync chain - [x] Verify folder structure is retained after sync completes - [x] Verify bookmarks don't duplicate when sync'd from other devices - [x] Verify removing bookmark from device gets sync'd to all devices on the sync chain - [x] Verify adding/removing a bookmark in offline mode gets sync'd to all devices on the sync chain when device comes online - [x] With only two devices in chain, verify removing the other device resets the sync on b-c as well ### Tor Tabs - [x] Visit https://check.torproject.org in a Tor window, ensure it shows a success message for using a Tor exit node - [x] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Do a hard refresh (Ctrl+Shift+R/Cmd+Shift+R), ensure exit IP changes after page reloads - [x] Visit https://check.torproject.org in a Tor window, note down exit node IP address. Click `New Tor connection for this site` in app menu, ensure the exit node IP address changes after page is reloaded - [x] Visit https://protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion, https://brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion/, and https://search.brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion/ in a Tor window and ensure all pages resolve - [x] Visit https://browserleaks.com/geo in a Tor window, ensure location isn't shown - [x] Verify Torrent viewer doesn't load in a Tor window - [x] Ensure you are able to download a file in a Tor window. Verify all Download/Cancel, Download/Retry and Download works in Tor window ### Cookie and Cache - [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the evercookie site does not remember the old evercookie value ### Chromium/Brave GPU - [x] Verify that `brave://gpu` (Brave) matches `chrome://gpu` (Chrome) when using the same Chromium version ### Startup & Components - [x] Verify that Brave is only contacting `*.brave.com` endpoints on first launch using either `Charles Proxy`, `Fiddler`, `Wireshark` or `LittleSnitch` (or a similar application) - [x] Verify that opening a NTP doesn't trigger any outbound connections related to widgets without user interaction - [x] Remove the following component folders and ensure that they're being re-downloaded after restarting the browser: - [x] `afalakplffnnnlkncjhbmahjfjhmlkal`: `AutoplayWhitelist.dat`, `ExtensionWhitelist.dat`, `ReferrerWhitelist.json` and `Greaselion.json` - [x] `CertificateRevocation` - [x] `cffkpbalmllkdoenhmdmpbkajipdjfam`: `rs-ABPFilterParserData.dat` & `regional_catalog.json` (AdBlock) - [x] `gccbbckogglekeggclmmekihdgdpdgoe`: (Sponsored New Tab Images) - [x] `jicbkmdloagakknpihibphagfckhjdih`: `speedreader-updater.dat` - [x] `oofiananboodjbbmdelgdommihjbkfag`: HTTPSE - [x] `Safe Browsing` - [x] Restart the browser, load `brave://components`, wait for 8 mins and verify that no component shows any errors **Note:** Always double check `brave://components` to make sure there's no errors/missing version numbers ### Session storage - [x] Temporarily move away your browser profile and test that a new profile is created on browser relaunch - macOS - `~/Library/Application\ Support/BraveSoftware/` - Windows - `%userprofile%\appdata\Local\BraveSoftware\` - Linux(Ubuntu) - `~/.config/BraveSoftware/` - [x] Test that both windows and tabs are being restored, including the current active tab - [x] Ensure that tabs are being lazy loaded when a previous session is being restored ### Upgrade - [x] Make sure that data from the last version appears in the new version OK - [x] Ensure that `brave://version` lists the expected Brave & Chromium versions - [x] With data from the last version, verify that: - [x] Bookmarks on the bookmark toolbar and bookmark folders can be opened - [x] Cookies are preserved - [x] Installed extensions are retained and work correctly - [x] Opened tabs can be reloaded - [x] Stored passwords are preserved - [x] Sync chain created in previous version is retained - [x] Social media-blocking buttons changes are retained - [x] Rewards - [x] BAT balance is retained - [x] Auto-contribute list is retained - [x] Both Tips and Monthly Contributions are retained - [x] Panel transactions list is retained - [x] Changes to rewards settings are retained - [x] Ensure that Auto Contribute is not being enabled when upgrading to a new version if AC was disabled - [x] Ads - [x] Both `Estimated pending rewards` & `Ad notifications received this month` are retained - [x] Changes to ads settings are retained - [x] Ensure that ads are not being enabled when upgrading to a new version if they were disabled - [x] Ensure that ads are not disabled when upgrading to a new version if they were enabled ## Hardware Wallet Test (To be checked on each major CR bump) - [ ] Verify you can link hardware wallet using Trezor and unlock the wallet - [ ] Verify you can link hardware wallet using Ledger Nano and unlock the wallet - [ ] Verify you can perform a transaction with hardware wallet using Ledger Nano or Trezor
test
manual test run on linux for x release installer check the installer is close to the size of the last release check signature if macos using binary run spctl assess verbose for the installed version and make sure it returns accepted if macos using universal binary run spctl assess verbose for the installed version and make sure it returns accepted if windows right click on the brave installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window about pages verify that both chrome and about forward to brave run through several internal pages importing verify that you can import history favorites bookmarks and passwords from google chrome verify that you can import history favorites bookmarks passwords search engines and autofill from firefox verify that you can import favorites bookmarks from microsoft edge verify that importing bookmarks using bookmark html file retains the folder structure on a clean profile context menus verify you can block a page element using block element via selector context menu item verify selecting manage custom filters opens brave adblock in a ntp verify removing the rule from brave adblock reflects the change on the website after reload extensions plugins verify pdfium torrent viewer extensions are installed automatically on fresh profile and cannot be disabled they don t show up in brave extensions verify older version of an extension gets updated to new version via google server verify older version of an extension gets updated to new version via brave server verify that magnet links and torrent files correctly open webtorrent and you re able to download the file s tip free torrents available via chrome web store cws verify that installing from cws displays the brave has not reviewed the extension warning via the add extension modal verify that installing from cws doesn t display the brave has not reviewed the extension warning via the add extension modal pdf test that you can print a pdf test that pdf is loaded over https at test that pdf is loaded over http at test that opens without issues widevine verify widevine notification is shown when you visit netflix for the first time test that you can stream on netflix on a fresh profile after installing widevine verify widevine notification is shown when you visit hbo max for the first time test that you can stream on hbo max on a fresh profile after installing widevine if macos run the above widevine tests for both and universal builds geolocation check that works and shows correct location check that works but doesn t require an accurate location crash reporting check that loading brave crash brave gpucrash causes the new tab to crash check that brave crashes lists the uploaded crash report id once the report has been submitted verify the crash id matches the report on backtrace using rxid equal bravery settings verify that https everywhere works by loading turning https everywhere off and shields off both disable the redirect to verify that toggling trackers ads blocked works as expected visit verify that safe browsing via our proxy works for all the listed items visit and then turn on script blocking page should not load test that party storage results are blank at when party cookies are blocked and not blank when party cookies are unblocked test that shows up as grey not red no mixed content scripts are run in brave settings security choose a dns provider from the providers listed under use secure dns load and verify your isp s dns resolvers aren t detected and shown only your chosen doh provider should appear open a new private window with tor load and verify your isp s dns resolvers aren t detected and shown tls pinning visit and verify a pinning error is displayed visit and verify a pinning error is not displayed fingerprint tests test that doesn t leak ip address for each option under settings privacy and security webrtc ip handling policy brave ads verify when you enable rewards from panel or brave rewards ads are enabled by default verify ads ui panel settings etc shows when in a region with ads support verify ads ui panel settings etc does not show when in a region without ads support verify the ads panel does show the sorry ads are not yet available in your region message verify when the system language is english the browser language is french and you are in one of the supported regions ad notifications are still served to you verify you are served ad notifications when ads are enabled verify ad earnings are reflected in the rewards widget on the ntp verify when ads are toggled off there are no ad messages in the logs verify when rewards are toggled off but ads were not explicitly toggled off there are no ads logs recorded verify view click dismiss landed ad notifications show in confirmations json verify pages you browse to are being classified in the logs verify tokens are redeemed by viewing the logs you can use rewards debug true to shorten redemption time verify ad is not shown if a tab is playing media and is only shown after it stops playing rewards verify that none of the reward endpoints are being contacted when a user visits a media publisher youtube com reddit com twitter com github com and hasn t interacted with rewards verify that rewards brave com pcdn brave com grant rewards brave com or api rewards brave com are not being contacted verify you are able to create a new rewards profile verify you are able to restore an old rewards profile verify rewards balance shows correct bat and usd value verify actions taken claiming grant tipping auto contribute display in panel transactions list verify ac monthly budget shows correct bat and usd value verify you are able to exclude a publisher from the auto contribute table and popup list of sites verify you are able to exclude a publisher by using the toggle on the rewards panel verify you are able to perform an auto contribution verify auto contribution is reflected in the rewards widget on the new tab page ntp verify monthly statement shows expected data verify when you click on the br panel while on a site the panel displays site specific information site favicon domain attention verify br panel shows message about an unverified publisher verify one time and monthly tip banners show a message about unverified publisher verify one time tip and monthly tip banners show a verified checkmark for a verified creator verify when you click on send a tip the custom tip banner displays if set up verify custom tip banner is also displayed for monthly contribution verify you are able to make one time tip and they display in tips panel verify tip is reflected in the rewards widget on the ntp verify when you tip an unverified publisher the one time tip is recorded in the pending contributions list verify you are able to make recurring tip and they display in monthly contributions panel verify you are able to adjust your recurring tip amount from the br panel verify recurring tip is reflected in the rewards widget on the ntp verify you can tip a verified website verify the website displays in the auto contribute list after specified amount of time visits per settings verify you can tip a verified youtube creator verify the youtube creator displays in the auto contribute list after specified amount of time visits per settings verify you can tip a verified vimeo creator verify the vimeo creator displays in the auto contribute list after specified amount of time visits per settings verify you can tip a verified twitch creator verify the twitch creator displays in the auto contribute list after specified amount of time visits per settings verify you can tip a verified twitter user from the panel verify you can tip a verified twitter user via inline tip button verify the in line tip button is spaced properly verify you can tip a verified github user from the panel verify you can tip a verified github user via inline tip button verify the github creator displays in the auto contribute list after specified amount of time visits per settings verify you can tip a verified reddit user from the panel verify you can tip a verified reddit user via inline tip button verify if you disable auto contribute you are still able to tip creators verify if auto contribute is disabled ac does not occur verify if rewards is disabled ac does not occur verify that disabling rewards and enabling it again does not lose state adjust min visit time in settings visit some sites to verify they are added to the table after the specified settings uphold cases verify you are able to connect a kyc d uphold account to rewards verify balance in brave updates when bat is added to the brave browser card verify if you only have user controlled bat bat in uphold only you can only tip kyc d creators any tips to non kyc d creators go to the pending contributions list verify connected verified but not kyc d publishers display messaging on panel and tip banner verify you are able to perform an auto contribute using uphold bat social media blocking settings verify individual social media blocking buttons works as intended when enabled disabled by visiting visit brave settings privacy site and shields settings cookies and site data and ensure that both https firebaseapp com are added into sites that can always use cookies when allow google login buttons on third party sites is enabled both https firebaseapp com are removed from sites that can always use cookies when allow google login buttons on third party sites is disabled ensure that you can log in into while allow google login buttons on third party sites is enabled ensure that once allow google login buttons on third party sites has been disabled you can t log in into sync verify you are able to create a sync chain and add a mobile computer to the chain verify you are able to join an existing sync chain using code words verify the device name is shown properly when sync chain is created verify you are able to add a new mobile device to the chain via qr code code words verify newly created bookmarks get sync d to all devices on the sync chain verify existing bookmarks on current profile gets sync d to all devices on the sync chain verify folder structure is retained after sync completes verify bookmarks don t duplicate when sync d from other devices verify removing bookmark from device gets sync d to all devices on the sync chain verify adding removing a bookmark in offline mode gets sync d to all devices on the sync chain when device comes online with only two devices in chain verify removing the other device resets the sync on b c as well tor tabs visit in a tor window ensure it shows a success message for using a tor exit node visit in a tor window note down exit node ip address do a hard refresh ctrl shift r cmd shift r ensure exit ip changes after page reloads visit in a tor window note down exit node ip address click new tor connection for this site in app menu ensure the exit node ip address changes after page is reloaded visit and in a tor window and ensure all pages resolve visit in a tor window ensure location isn t shown verify torrent viewer doesn t load in a tor window ensure you are able to download a file in a tor window verify all download cancel download retry and download works in tor window cookie and cache go to and set an evercookie check that going to prefs clearing site data and cache and going back to the evercookie site does not remember the old evercookie value chromium brave gpu verify that brave gpu brave matches chrome gpu chrome when using the same chromium version startup components verify that brave is only contacting brave com endpoints on first launch using either charles proxy fiddler wireshark or littlesnitch or a similar application verify that opening a ntp doesn t trigger any outbound connections related to widgets without user interaction remove the following component folders and ensure that they re being re downloaded after restarting the browser afalakplffnnnlkncjhbmahjfjhmlkal autoplaywhitelist dat extensionwhitelist dat referrerwhitelist json and greaselion json certificaterevocation cffkpbalmllkdoenhmdmpbkajipdjfam rs abpfilterparserdata dat regional catalog json adblock gccbbckogglekeggclmmekihdgdpdgoe sponsored new tab images jicbkmdloagakknpihibphagfckhjdih speedreader updater dat oofiananboodjbbmdelgdommihjbkfag httpse safe browsing restart the browser load brave components wait for mins and verify that no component shows any errors note always double check brave components to make sure there s no errors missing version numbers session storage temporarily move away your browser profile and test that a new profile is created on browser relaunch macos library application support bravesoftware windows userprofile appdata local bravesoftware linux ubuntu config bravesoftware test that both windows and tabs are being restored including the current active tab ensure that tabs are being lazy loaded when a previous session is being restored upgrade make sure that data from the last version appears in the new version ok ensure that brave version lists the expected brave chromium versions with data from the last version verify that bookmarks on the bookmark toolbar and bookmark folders can be opened cookies are preserved installed extensions are retained and work correctly opened tabs can be reloaded stored passwords are preserved sync chain created in previous version is retained social media blocking buttons changes are retained rewards bat balance is retained auto contribute list is retained both tips and monthly contributions are retained panel transactions list is retained changes to rewards settings are retained ensure that auto contribute is not being enabled when upgrading to a new version if ac was disabled ads both estimated pending rewards ad notifications received this month are retained changes to ads settings are retained ensure that ads are not being enabled when upgrading to a new version if they were disabled ensure that ads are not disabled when upgrading to a new version if they were enabled hardware wallet test to be checked on each major cr bump verify you can link hardware wallet using trezor and unlock the wallet verify you can link hardware wallet using ledger nano and unlock the wallet verify you can perform a transaction with hardware wallet using ledger nano or trezor
1
12,457
8,680,593,041
IssuesEvent
2018-12-01 12:03:37
yaseenkadir/etchedjournal
https://api.github.com/repos/yaseenkadir/etchedjournal
closed
Migrate to PGP
backend enhancement frontend security
It feels like I'm adding functionality around AES that can actually be more easily achieved by using PGP encryption.
True
Migrate to PGP - It feels like I'm adding functionality around AES that can actually be more easily achieved by using PGP encryption.
non_test
migrate to pgp it feels like i m adding functionality around aes that can actually be more easily achieved by using pgp encryption
0
238,911
7,784,443,844
IssuesEvent
2018-06-06 13:18:30
fgpv-vpgf/fgpa-apgf
https://api.github.com/repos/fgpv-vpgf/fgpa-apgf
closed
Set default/full/maximum extent by extent set
bug-type: confusing bug-type: unexpected behavior priority: medium
Currently we reproject the extent from the choosen projection to the other. Because we reproject a bounding box, it creates bad values. We need to be able to set the extent for each projection.
1.0
Set default/full/maximum extent by extent set - Currently we reproject the extent from the choosen projection to the other. Because we reproject a bounding box, it creates bad values. We need to be able to set the extent for each projection.
non_test
set default full maximum extent by extent set currently we reproject the extent from the choosen projection to the other because we reproject a bounding box it creates bad values we need to be able to set the extent for each projection
0
118,673
9,998,795,179
IssuesEvent
2019-07-12 09:04:09
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestIT.testBasic fails reproducibly
:Distributed/Distributed >test-failure
This test looks to have started failing in a reproducible fashion. [CI Build Failure](https://scans.gradle.com/s/3fhpqhhkjmvl2/tests/kyv2y2z3r4v7m-gcbn3z5towxwe) [Local Build Failure](https://gradle-enterprise.elastic.dev/s/3ekvw6sxgldle/tests/kyv2y2z3r4v7m-gcbn3z5towxwe) ``` REPRODUCE WITH: ./gradlew :server:integTest --tests "org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestIT.testBasic" -Dtests.seed=581777D24BADB2E9 -Dtests.security.manager=true -Dtests.locale=es-PE -Dtests.timezone=Africa/Maseru -Dcompiler.java=12 -Druntime.java=11 ```
1.0
org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestIT.testBasic fails reproducibly - This test looks to have started failing in a reproducible fashion. [CI Build Failure](https://scans.gradle.com/s/3fhpqhhkjmvl2/tests/kyv2y2z3r4v7m-gcbn3z5towxwe) [Local Build Failure](https://gradle-enterprise.elastic.dev/s/3ekvw6sxgldle/tests/kyv2y2z3r4v7m-gcbn3z5towxwe) ``` REPRODUCE WITH: ./gradlew :server:integTest --tests "org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestIT.testBasic" -Dtests.seed=581777D24BADB2E9 -Dtests.security.manager=true -Dtests.locale=es-PE -Dtests.timezone=Africa/Maseru -Dcompiler.java=12 -Druntime.java=11 ```
test
org elasticsearch action admin indices shards indicesshardstorerequestit testbasic fails reproducibly this test looks to have started failing in a reproducible fashion reproduce with gradlew server integtest tests org elasticsearch action admin indices shards indicesshardstorerequestit testbasic dtests seed dtests security manager true dtests locale es pe dtests timezone africa maseru dcompiler java druntime java
1
83,712
7,880,310,866
IssuesEvent
2018-06-26 15:35:25
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Manual test run on Linux for 0.23.x (Beta Channel)
OS/unix-like/linux release-notes/exclude tests
## Per release specialty tests - [x] Tab size change should have transition animation.([#7001](https://github.com/brave/browser-laptop/issues/7001)) - [x] Replace all CSS and l10n selectors with data-test-id for webdriver tests.([#8735](https://github.com/brave/browser-laptop/issues/8735)) - [x] Refactor safebrowsing.js with Aphrodite.([#9025](https://github.com/brave/browser-laptop/issues/9025)) - [x] Replace moment with date-fns for date helpers.([#11061](https://github.com/brave/browser-laptop/issues/11061)) - [x] Refresh Swedish language strings.([#11298](https://github.com/brave/browser-laptop/issues/11298)) - [x] Download bar cannot be closed with an active download.([#11923](https://github.com/brave/browser-laptop/issues/11923)) - [x] Closing fixed-width tabs and then moving mouse away animates tabs past bounds of tab-bar.([#12566](https://github.com/brave/browser-laptop/issues/12566)) - [x] [hackerone] 317931.([#13214](https://github.com/brave/browser-laptop/issues/13214)) - [x] Deny geolocation permission in tor mode.([#13447](https://github.com/brave/browser-laptop/issues/13447)) - [ ] Refine Toolbar UI with New Icons and styling refinements.([#13981](https://github.com/brave/browser-laptop/issues/13981)) - [x] When using Tor for private tabs, need UI changes that take Tor process startup time into account.([#14043](https://github.com/brave/browser-laptop/issues/14043)) - [x] WebRTC not fully disabled with Tor.([#14091](https://github.com/brave/browser-laptop/issues/14091)) - [x] Change styling of box outline and fonts in private tabs page.([#14167](https://github.com/brave/browser-laptop/issues/14167)) - [x] WebRTC block sometimes not working on private tabs running tor.([#14174](https://github.com/brave/browser-laptop/issues/14174)) - [x] No immediate visual feedback from URL bar before page starts to load.([#14207](https://github.com/brave/browser-laptop/issues/14207)) - [x] Visiting Netflix in a private tab shows Widevine notification on normal tabs.([#14227](https://github.com/brave/browser-laptop/issues/14227)) - [x] Contribution statement value differs from actual contribution amount.([#14319](https://github.com/brave/browser-laptop/issues/14319)) - [x] Brave Stopped playing Facebook videos.([#14358](https://github.com/brave/browser-laptop/issues/14358)) - [x] Private tab icon is overlapping on the favicon when there are too many tabs opened.([#14373](https://github.com/brave/browser-laptop/issues/14373)) - [x] Verify that we get site isolation in Tor.([#14390](https://github.com/brave/browser-laptop/issues/14390)) - [x] Tor connection crashed after upgrade.([#14399](https://github.com/brave/browser-laptop/issues/14399)) - [x] Learn more link on Private or Tor tab opens a regular tab.([#14400](https://github.com/brave/browser-laptop/issues/14400)) - [x] Save file/Export file renames to Downloads instead of actual file name.([#14407](https://github.com/brave/browser-laptop/issues/14407)) - [x] Contribution notification displays 'undefined' instead of 'BAT'.([#14417](https://github.com/brave/browser-laptop/issues/14417)) - [x] Allow $SITE to run flash notifications should not appear on tor tabs.([#14480](https://github.com/brave/browser-laptop/issues/14480)) - [x] Not being able to reconnect after receiving" Error: tor: CLOCK_JUMPED".([#14483](https://github.com/brave/browser-laptop/issues/14483)) - [x] Adding Tor version into "about:brave".([#14539](https://github.com/brave/browser-laptop/issues/14539)) - [x] Private Tabs with Tor feature needs to be labeled as beta (#14541) - [x] Shields icon needs fill color (#14551) ## Installer - [x] Check that installer is close to the size of last release. - [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window. - [x] Check Brave, muon, and libchromiumcontent version in `about:brave` and make sure it is EXACTLY as expected. ## Last changeset test - [x] Test what is covered by the last changeset (you can find this by clicking on the SHA in about:brave) ## Data - [x] Make sure that data from the last version appears in the new version OK - [x] With data from the last version, test that - [x] cookies are preserved - [x] pinned tabs can be opened - [x] pinned tabs can be unpinned - [x] unpinned tabs can be re-pinned - [x] opened tabs can be reloaded - [x] bookmarks on the bookmark toolbar can be opened - [x] bookmarks in the bookmark folder toolbar can be opened ## About pages - [x] Test that about:adblock loads - [x] Test that about:autofill loads - [x] Test that about:bookmarks loads bookmarks - [x] Test that about:downloads loads downloads - [x] Test that about:extensions loads - [x] Test that about:history loads history - [x] Test that about:passwords loads - [x] Test that about:styles loads - [x] Test that about:welcome loads - [x] Test that about:preferences changing a preference takes effect right away - [x] Test that about:preferences language change takes effect on re-start ## Bookmarks - [x] Test that creating a bookmark on the bookmarks toolbar with the star button works - [x] Test that creating a bookmark on the bookmarks toolbar by dragging the un/lock icon works - [x] Test that creating a bookmark folder on the bookmarks toolbar works - [x] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works - [x] Test that clicking a bookmark in the toolbar loads the bookmark. - [x] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark. - [x] Test that a bookmark on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark in a bookmark folder on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark subfolder can be removed via context menu - [x] Test that a bookmark folder on the bookmark toolbar can be removed via context menu ## Context menus - [x] Make sure context menu items in the URL bar work - [x] Make sure context menu items on content work with no selected text - [x] Make sure context menu items on content work with selected text - [x] Make sure context menu items on content work inside an editable control on `about:styles` (input, textarea, or contenteditable) ## Find on page - [x] Ensure search box is shown with shortcut - [x] Test successful find - [x] Test forward and backward find navigation - [x] Test failed find shows 0 results - [x] Test match case find ## Keyboard Shortcuts - [x] Open a new window: `Command` + `N` (macOS) || `Ctrl` + `N` (Win/Linux) - [x] Open a new tab: `Command` + `T` (macOS) || `Ctrl` + `T` (Win/Linux) - [x] Open a new private tab: `Command` + `Shift` + `P` (macOS) || `Ctrl` + `Shift` + `P` (Win/Linux) - [x] Reopen the latest closed tab: `Command` + `Shift` + `t` (macOS) || `Ctrl` + `Shift` + `t` (Win/Linux) - [x] Reopen the latest closed window: `Command` + `Shift` + `Option` + `T` (macOS) || `Ctrl` + `Shift` + `Alt` + `T` (Win/Linux) - [x] Jump to the next tab: `Command` + `Option` + `->` (macOS) || `Ctrl` + `PgDn` (Win/Linux) - [x] Jump to the previous tab: `Command` + `Option` + `<-` (macOS) || `Ctrl` + `PgUp` (Win/Linux) - [x] Jump to the next tab: `Ctrl` + `Tab` (macOS/Win/Linux) - [x] Jump to the previous tab: `Ctrl` + `Shift` + `Tab` (macOS/Win/Linux) - [x] Open Brave preferences: `Command` + `,` (macOS) || `Ctrl` + `,` (Win/Linux) - [x] Jump into the URL bar: `Command` + `L` (macOS) || `Ctrl` + `L` (Win/Linux) - [x] Reload page: `Command` + `R` (macOS) || `Ctrl` + `R` (Win/Linux) - [x] Select All: `Command` + `A` (macOS) || `Ctrl` + `A` (Win/Linux) - [x] Copying text: `Command` + `C` (macOS) || `Ctrl` + `C` (Win/Linux) - [x] Pasting text: `Command` + `V` (macOS) || `Ctrl` + `V` (Win/Linux) - [x] Minimize Brave: `Command` + `M` (macOS) || `Ctrl` + `M` (Win/Linux) - [x] Quit Brave: `Command` + `Q` (macOS) || `Ctrl` + `Q` (Win/Linux) ## Tabs, Pinning and Tear off tabs - [x] Test that tabs are pinnable - [x] Test that tabs are unpinnable - [x] Test that tabs are draggable to same tabset - [x] Test that tabs are draggable to alternate tabset - [x] Test that tabs can be teared off into a new window - [x] Test that you are able to reattach a tab that is teared off into a new window - [x] Test that tab pages can be closed - [x] Test that tab pages can be muted - [x] Test that tabs can be cloned ## Downloads - [x] Test downloading a file works and that all actions on the download item works ## Fullscreen - [x] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc) - [x] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com) ## Zoom - [x] Test zoom in / out shortcut works - [x] Test hamburger menu zooms - [x] Test zoom saved when you close the browser and restore on a single site - [x] Test zoom saved when you navigate within a single origin site - [x] Test that navigating to a different origin resets the zoom ## Printing - [x] Test that you can print a PDF ## Extensions/Plugins tests - [x] Enable each extension one by one under `about:preferences#extensions` and ensure that the browser doesn't become unresponsive ### Widevine - [ ] Test that you can log into Netflix and start a show ### Flash tests - [ ] Test that flash placeholder appears on http://www.homestarrunner.com - [ ] Test with flash enabled in preferences, auto play option is shown when visiting http://www.homestarrunner.com ## Autofill tests - [x] Test that autofill works on http://www.roboform.com/filling-test-all-fields - [x] Verify clicking `Next` button on https://www.paypal.com/signin doesn't crash the browser ## Geolocation - [x] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation is blocked due to cross-origin iframes - [x] Check that https://browserleaks.com/geo works and shows correct location - [x] Check that https://html5demos.com/geo/ works but doesn't require an accurate location ## Crash Reporting - [ ] Check that loading `chrome://crash` causes the new tab to crash - [ ] Check that `chrome://crashes` lists all the crashes and includes both Crash Report ID & Local Crash ID - [ ] Verify the crash ID matches the report on brave stats ## Performance test _Each start should take less than 7 seconds_ - [x] Enable only sync (new sync group). - [x] Enable only sync with a large sync group (many entries). - [x] Enable only payments. - [x] Only import a large set of bookmarks. - [x] Combine sync, payments, and a large set of bookmarks. ## Bravery settings - [x] Check that HTTPS Everywhere works by loading http://https-everywhere.badssl.com/ - [x] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/ - [ ] Check that ad replacement works on http://slashdot.org - [x] Check that toggling to blocking and allow ads works as expected - [x] Test that clicking through a cert error in https://badssl.com/ works - [x] Test that Safe Browsing works (https://www.raisegame.com/) - [x] Turning Safe Browsing off and shields off both disable safe browsing for https://www.raisegame.com/ - [x] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work - [x] Test that about:preferences default Bravery settings take effect on pages with no site settings - [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked ### Fingerprint Tests - [x] Visit https://jsfiddle.net/bkf50r8v/13/, ensure 3 blocked items are listed in shields. Result window should show `got canvas fingerprint 0` and `got webgl fingerprint 00` - [x] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ only when `Block all fingerprinting protection` is on - [x] Test that Brave browser isn't detected on https://extensions.inrialpes.fr/brave/ - [x] Test that https://diafygi.github.io/webrtc-ips/ doesn't leak IP address when `Block all fingerprinting protection` is on ## Content tests - [x] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab - [x] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows - [x] Go to https://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown - [x] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the saved credentials aren't autofilled instead shows saved id as a dropdown under the login field - [x] Open `about:styles` and type some misspellings on a textbox, make sure they are underlined. - [x] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text - [x] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded - [x] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works - [x] Test that PDF is loaded over https at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf - [x] Test that PDF is loaded over http at http://www.pdf995.com/samples/pdf.pdf - [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run). - [x] Test that hovering the cursor over a link changes the cursor into a pointer (hand) - [x] Visit https://dlptest.com/ftp-test/ and ensure that basic authentication is working by clicking on ftp://ftp.dlptest.com/ and ensuring you're prompted for credentials - [x] Test that WebSockets are working by ensuring http://slither.io/ runs once "Play" has been clicked. ## Ledger - [x] Verify wallet is auto created after enabling payments - [x] Verify monthly budget and account balance shows correct BAT and USD value - [x] Click on `add funds` and click on each currency and verify it shows wallet address and QR Code - [x] Verify that Brave BAT wallet address can be copied - [ ] Verify adding funds via any of the currencies flows into BAT Wallet after specified amount of time - [ ] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately - [x] Change min visit and min time in advance setting and verify if the publisher list gets updated based on new setting - [x] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table - [x] Check that disabling payments and enabling them again does not lose state - [x] Generate 500 ledger table entries using `npm run add-simulated-synopsis-visits 500` - [x] ensure that disabling/enabling Brave Payments several times doesn't cause any issues - [x] visit `about:preferences` and switch through all the available preference pages including Payments and ensure they're loading without issues - [x] ensure that loading/viewing `about:preferences#payments` doesn't cause the CPU to reach 100% of usage and cause performance issues - [x] ensure that both `Minimum page time` & `Minimum visits` work correctly with the large list of ledger entries - [x] ensure that you can sort the ledger table using `Site`, `Include`, `Views`, `Time Spent` and `%` - [x] Upgrade from older version - [x] Verify the wallet isn't corrupted upon upgrade (balance is retained and wallet backup code isn't corrupted) - [x] Verify publishers list is not lost after upgrade ### Ledger Media (To be verified on YouTube and Twitch) - [x] Visit any YouTube/Twitch video in a normal/session tab and ensure the video publisher name is listed in ledger table - [x] Visit any YouTube/Twitch video in a private tab and ensure the video publisher name is not listed in ledger table - [x] Visit any live YouTube/Twitch video and ensure the time spent is shown under ledger table - [x] Visit any embeded YouTube/Twitch video and ensure the video publisher name is listed in ledger table - [x] Ensure total time spent is correctly calculated for each publisher video - [x] Ensure total time spent is correctly calculated when switching to YouTube/Twitch video from an embeded video - [x] Ensure YouTube/Twitch publishers are not listed when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure existing YouTube/Twitch publishers are not lost when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure YouTube/Twitch publishers is listed but not included when `auto-include` is disabled - [x] Update Advanced settings to different time/visit value and ensure YouTube/Twitch videos are added to ledger table once criteria is met - [ ] Perform a contribution while YouTube/Twitch channels are included on the ledger. Ensure the channels are listed on the contribution statement - [x] Verify that you are able to delete YouTube/Twitch publishers from ledger table - [x] Verify that you are able to re-add YouTube/Twitch publishers to ledger table - [x] Verify if you minimize a Twitch video (Stream/VOD) and navigate around the site, the video is counted in ledger ## Sync - [x] Verify you are able to sync two devices using the secret code - [x] Visit a site on device 1 and change shield setting, ensure that the saved site preference is synced to device 2 - [x] Enable Browsing history sync on device 1, ensure the history is shown on device 2 - [ ] Clear browsing history on device 1, ensure the history is sync back on device 1 from device 2 - [x] Import/Add bookmarks on device 1, ensure it is synced on device 2 - [x] Ensure imported bookmark folder structure is maintained on device 2 - [x] Ensure bookmark favicons are shown after sync ## Session storage Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder. - [x] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) - [x] Test that windows and tabs restore when closed, including active tab. - [x] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) ## Cookie and Cache - [x] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified. - [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value. ## Update tests - [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly. - [ ] Test that using `BRAVE_ENABLE_PREVIEW_UPDATES=TRUE` env variable works and prompts for preview build updates.
1.0
Manual test run on Linux for 0.23.x (Beta Channel) - ## Per release specialty tests - [x] Tab size change should have transition animation.([#7001](https://github.com/brave/browser-laptop/issues/7001)) - [x] Replace all CSS and l10n selectors with data-test-id for webdriver tests.([#8735](https://github.com/brave/browser-laptop/issues/8735)) - [x] Refactor safebrowsing.js with Aphrodite.([#9025](https://github.com/brave/browser-laptop/issues/9025)) - [x] Replace moment with date-fns for date helpers.([#11061](https://github.com/brave/browser-laptop/issues/11061)) - [x] Refresh Swedish language strings.([#11298](https://github.com/brave/browser-laptop/issues/11298)) - [x] Download bar cannot be closed with an active download.([#11923](https://github.com/brave/browser-laptop/issues/11923)) - [x] Closing fixed-width tabs and then moving mouse away animates tabs past bounds of tab-bar.([#12566](https://github.com/brave/browser-laptop/issues/12566)) - [x] [hackerone] 317931.([#13214](https://github.com/brave/browser-laptop/issues/13214)) - [x] Deny geolocation permission in tor mode.([#13447](https://github.com/brave/browser-laptop/issues/13447)) - [ ] Refine Toolbar UI with New Icons and styling refinements.([#13981](https://github.com/brave/browser-laptop/issues/13981)) - [x] When using Tor for private tabs, need UI changes that take Tor process startup time into account.([#14043](https://github.com/brave/browser-laptop/issues/14043)) - [x] WebRTC not fully disabled with Tor.([#14091](https://github.com/brave/browser-laptop/issues/14091)) - [x] Change styling of box outline and fonts in private tabs page.([#14167](https://github.com/brave/browser-laptop/issues/14167)) - [x] WebRTC block sometimes not working on private tabs running tor.([#14174](https://github.com/brave/browser-laptop/issues/14174)) - [x] No immediate visual feedback from URL bar before page starts to load.([#14207](https://github.com/brave/browser-laptop/issues/14207)) - [x] Visiting Netflix in a private tab shows Widevine notification on normal tabs.([#14227](https://github.com/brave/browser-laptop/issues/14227)) - [x] Contribution statement value differs from actual contribution amount.([#14319](https://github.com/brave/browser-laptop/issues/14319)) - [x] Brave Stopped playing Facebook videos.([#14358](https://github.com/brave/browser-laptop/issues/14358)) - [x] Private tab icon is overlapping on the favicon when there are too many tabs opened.([#14373](https://github.com/brave/browser-laptop/issues/14373)) - [x] Verify that we get site isolation in Tor.([#14390](https://github.com/brave/browser-laptop/issues/14390)) - [x] Tor connection crashed after upgrade.([#14399](https://github.com/brave/browser-laptop/issues/14399)) - [x] Learn more link on Private or Tor tab opens a regular tab.([#14400](https://github.com/brave/browser-laptop/issues/14400)) - [x] Save file/Export file renames to Downloads instead of actual file name.([#14407](https://github.com/brave/browser-laptop/issues/14407)) - [x] Contribution notification displays 'undefined' instead of 'BAT'.([#14417](https://github.com/brave/browser-laptop/issues/14417)) - [x] Allow $SITE to run flash notifications should not appear on tor tabs.([#14480](https://github.com/brave/browser-laptop/issues/14480)) - [x] Not being able to reconnect after receiving" Error: tor: CLOCK_JUMPED".([#14483](https://github.com/brave/browser-laptop/issues/14483)) - [x] Adding Tor version into "about:brave".([#14539](https://github.com/brave/browser-laptop/issues/14539)) - [x] Private Tabs with Tor feature needs to be labeled as beta (#14541) - [x] Shields icon needs fill color (#14551) ## Installer - [x] Check that installer is close to the size of last release. - [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window. - [x] Check Brave, muon, and libchromiumcontent version in `about:brave` and make sure it is EXACTLY as expected. ## Last changeset test - [x] Test what is covered by the last changeset (you can find this by clicking on the SHA in about:brave) ## Data - [x] Make sure that data from the last version appears in the new version OK - [x] With data from the last version, test that - [x] cookies are preserved - [x] pinned tabs can be opened - [x] pinned tabs can be unpinned - [x] unpinned tabs can be re-pinned - [x] opened tabs can be reloaded - [x] bookmarks on the bookmark toolbar can be opened - [x] bookmarks in the bookmark folder toolbar can be opened ## About pages - [x] Test that about:adblock loads - [x] Test that about:autofill loads - [x] Test that about:bookmarks loads bookmarks - [x] Test that about:downloads loads downloads - [x] Test that about:extensions loads - [x] Test that about:history loads history - [x] Test that about:passwords loads - [x] Test that about:styles loads - [x] Test that about:welcome loads - [x] Test that about:preferences changing a preference takes effect right away - [x] Test that about:preferences language change takes effect on re-start ## Bookmarks - [x] Test that creating a bookmark on the bookmarks toolbar with the star button works - [x] Test that creating a bookmark on the bookmarks toolbar by dragging the un/lock icon works - [x] Test that creating a bookmark folder on the bookmarks toolbar works - [x] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works - [x] Test that clicking a bookmark in the toolbar loads the bookmark. - [x] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark. - [x] Test that a bookmark on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark in a bookmark folder on the bookmark toolbar can be removed via context menu - [x] Test that a bookmark subfolder can be removed via context menu - [x] Test that a bookmark folder on the bookmark toolbar can be removed via context menu ## Context menus - [x] Make sure context menu items in the URL bar work - [x] Make sure context menu items on content work with no selected text - [x] Make sure context menu items on content work with selected text - [x] Make sure context menu items on content work inside an editable control on `about:styles` (input, textarea, or contenteditable) ## Find on page - [x] Ensure search box is shown with shortcut - [x] Test successful find - [x] Test forward and backward find navigation - [x] Test failed find shows 0 results - [x] Test match case find ## Keyboard Shortcuts - [x] Open a new window: `Command` + `N` (macOS) || `Ctrl` + `N` (Win/Linux) - [x] Open a new tab: `Command` + `T` (macOS) || `Ctrl` + `T` (Win/Linux) - [x] Open a new private tab: `Command` + `Shift` + `P` (macOS) || `Ctrl` + `Shift` + `P` (Win/Linux) - [x] Reopen the latest closed tab: `Command` + `Shift` + `t` (macOS) || `Ctrl` + `Shift` + `t` (Win/Linux) - [x] Reopen the latest closed window: `Command` + `Shift` + `Option` + `T` (macOS) || `Ctrl` + `Shift` + `Alt` + `T` (Win/Linux) - [x] Jump to the next tab: `Command` + `Option` + `->` (macOS) || `Ctrl` + `PgDn` (Win/Linux) - [x] Jump to the previous tab: `Command` + `Option` + `<-` (macOS) || `Ctrl` + `PgUp` (Win/Linux) - [x] Jump to the next tab: `Ctrl` + `Tab` (macOS/Win/Linux) - [x] Jump to the previous tab: `Ctrl` + `Shift` + `Tab` (macOS/Win/Linux) - [x] Open Brave preferences: `Command` + `,` (macOS) || `Ctrl` + `,` (Win/Linux) - [x] Jump into the URL bar: `Command` + `L` (macOS) || `Ctrl` + `L` (Win/Linux) - [x] Reload page: `Command` + `R` (macOS) || `Ctrl` + `R` (Win/Linux) - [x] Select All: `Command` + `A` (macOS) || `Ctrl` + `A` (Win/Linux) - [x] Copying text: `Command` + `C` (macOS) || `Ctrl` + `C` (Win/Linux) - [x] Pasting text: `Command` + `V` (macOS) || `Ctrl` + `V` (Win/Linux) - [x] Minimize Brave: `Command` + `M` (macOS) || `Ctrl` + `M` (Win/Linux) - [x] Quit Brave: `Command` + `Q` (macOS) || `Ctrl` + `Q` (Win/Linux) ## Tabs, Pinning and Tear off tabs - [x] Test that tabs are pinnable - [x] Test that tabs are unpinnable - [x] Test that tabs are draggable to same tabset - [x] Test that tabs are draggable to alternate tabset - [x] Test that tabs can be teared off into a new window - [x] Test that you are able to reattach a tab that is teared off into a new window - [x] Test that tab pages can be closed - [x] Test that tab pages can be muted - [x] Test that tabs can be cloned ## Downloads - [x] Test downloading a file works and that all actions on the download item works ## Fullscreen - [x] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc) - [x] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com) ## Zoom - [x] Test zoom in / out shortcut works - [x] Test hamburger menu zooms - [x] Test zoom saved when you close the browser and restore on a single site - [x] Test zoom saved when you navigate within a single origin site - [x] Test that navigating to a different origin resets the zoom ## Printing - [x] Test that you can print a PDF ## Extensions/Plugins tests - [x] Enable each extension one by one under `about:preferences#extensions` and ensure that the browser doesn't become unresponsive ### Widevine - [ ] Test that you can log into Netflix and start a show ### Flash tests - [ ] Test that flash placeholder appears on http://www.homestarrunner.com - [ ] Test with flash enabled in preferences, auto play option is shown when visiting http://www.homestarrunner.com ## Autofill tests - [x] Test that autofill works on http://www.roboform.com/filling-test-all-fields - [x] Verify clicking `Next` button on https://www.paypal.com/signin doesn't crash the browser ## Geolocation - [x] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation is blocked due to cross-origin iframes - [x] Check that https://browserleaks.com/geo works and shows correct location - [x] Check that https://html5demos.com/geo/ works but doesn't require an accurate location ## Crash Reporting - [ ] Check that loading `chrome://crash` causes the new tab to crash - [ ] Check that `chrome://crashes` lists all the crashes and includes both Crash Report ID & Local Crash ID - [ ] Verify the crash ID matches the report on brave stats ## Performance test _Each start should take less than 7 seconds_ - [x] Enable only sync (new sync group). - [x] Enable only sync with a large sync group (many entries). - [x] Enable only payments. - [x] Only import a large set of bookmarks. - [x] Combine sync, payments, and a large set of bookmarks. ## Bravery settings - [x] Check that HTTPS Everywhere works by loading http://https-everywhere.badssl.com/ - [x] Turning HTTPS Everywhere off and shields off both disable the redirect to https://https-everywhere.badssl.com/ - [ ] Check that ad replacement works on http://slashdot.org - [x] Check that toggling to blocking and allow ads works as expected - [x] Test that clicking through a cert error in https://badssl.com/ works - [x] Test that Safe Browsing works (https://www.raisegame.com/) - [x] Turning Safe Browsing off and shields off both disable safe browsing for https://www.raisegame.com/ - [x] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work - [x] Test that about:preferences default Bravery settings take effect on pages with no site settings - [x] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked ### Fingerprint Tests - [x] Visit https://jsfiddle.net/bkf50r8v/13/, ensure 3 blocked items are listed in shields. Result window should show `got canvas fingerprint 0` and `got webgl fingerprint 00` - [x] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ only when `Block all fingerprinting protection` is on - [x] Test that Brave browser isn't detected on https://extensions.inrialpes.fr/brave/ - [x] Test that https://diafygi.github.io/webrtc-ips/ doesn't leak IP address when `Block all fingerprinting protection` is on ## Content tests - [x] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab - [x] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows - [x] Go to https://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown - [x] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the saved credentials aren't autofilled instead shows saved id as a dropdown under the login field - [x] Open `about:styles` and type some misspellings on a textbox, make sure they are underlined. - [x] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text - [x] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded - [x] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works - [x] Test that PDF is loaded over https at https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf - [x] Test that PDF is loaded over http at http://www.pdf995.com/samples/pdf.pdf - [x] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run). - [x] Test that hovering the cursor over a link changes the cursor into a pointer (hand) - [x] Visit https://dlptest.com/ftp-test/ and ensure that basic authentication is working by clicking on ftp://ftp.dlptest.com/ and ensuring you're prompted for credentials - [x] Test that WebSockets are working by ensuring http://slither.io/ runs once "Play" has been clicked. ## Ledger - [x] Verify wallet is auto created after enabling payments - [x] Verify monthly budget and account balance shows correct BAT and USD value - [x] Click on `add funds` and click on each currency and verify it shows wallet address and QR Code - [x] Verify that Brave BAT wallet address can be copied - [ ] Verify adding funds via any of the currencies flows into BAT Wallet after specified amount of time - [ ] Verify adding funds to an existing wallet with amount, adjusts the BAT value appropriately - [x] Change min visit and min time in advance setting and verify if the publisher list gets updated based on new setting - [x] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table - [x] Check that disabling payments and enabling them again does not lose state - [x] Generate 500 ledger table entries using `npm run add-simulated-synopsis-visits 500` - [x] ensure that disabling/enabling Brave Payments several times doesn't cause any issues - [x] visit `about:preferences` and switch through all the available preference pages including Payments and ensure they're loading without issues - [x] ensure that loading/viewing `about:preferences#payments` doesn't cause the CPU to reach 100% of usage and cause performance issues - [x] ensure that both `Minimum page time` & `Minimum visits` work correctly with the large list of ledger entries - [x] ensure that you can sort the ledger table using `Site`, `Include`, `Views`, `Time Spent` and `%` - [x] Upgrade from older version - [x] Verify the wallet isn't corrupted upon upgrade (balance is retained and wallet backup code isn't corrupted) - [x] Verify publishers list is not lost after upgrade ### Ledger Media (To be verified on YouTube and Twitch) - [x] Visit any YouTube/Twitch video in a normal/session tab and ensure the video publisher name is listed in ledger table - [x] Visit any YouTube/Twitch video in a private tab and ensure the video publisher name is not listed in ledger table - [x] Visit any live YouTube/Twitch video and ensure the time spent is shown under ledger table - [x] Visit any embeded YouTube/Twitch video and ensure the video publisher name is listed in ledger table - [x] Ensure total time spent is correctly calculated for each publisher video - [x] Ensure total time spent is correctly calculated when switching to YouTube/Twitch video from an embeded video - [x] Ensure YouTube/Twitch publishers are not listed when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure existing YouTube/Twitch publishers are not lost when `Allow contributions to video` is disabled in adavanced settings - [x] Ensure YouTube/Twitch publishers is listed but not included when `auto-include` is disabled - [x] Update Advanced settings to different time/visit value and ensure YouTube/Twitch videos are added to ledger table once criteria is met - [ ] Perform a contribution while YouTube/Twitch channels are included on the ledger. Ensure the channels are listed on the contribution statement - [x] Verify that you are able to delete YouTube/Twitch publishers from ledger table - [x] Verify that you are able to re-add YouTube/Twitch publishers to ledger table - [x] Verify if you minimize a Twitch video (Stream/VOD) and navigate around the site, the video is counted in ledger ## Sync - [x] Verify you are able to sync two devices using the secret code - [x] Visit a site on device 1 and change shield setting, ensure that the saved site preference is synced to device 2 - [x] Enable Browsing history sync on device 1, ensure the history is shown on device 2 - [ ] Clear browsing history on device 1, ensure the history is sync back on device 1 from device 2 - [x] Import/Add bookmarks on device 1, ensure it is synced on device 2 - [x] Ensure imported bookmark folder structure is maintained on device 2 - [x] Ensure bookmark favicons are shown after sync ## Session storage Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder. - [x] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) - [x] Test that windows and tabs restore when closed, including active tab. - [x] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave` in Windows, `./config/brave` in Ubuntu) ## Cookie and Cache - [x] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified. - [x] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value. ## Update tests - [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly. - [ ] Test that using `BRAVE_ENABLE_PREVIEW_UPDATES=TRUE` env variable works and prompts for preview build updates.
test
manual test run on linux for x beta channel per release specialty tests tab size change should have transition animation replace all css and selectors with data test id for webdriver tests refactor safebrowsing js with aphrodite replace moment with date fns for date helpers refresh swedish language strings download bar cannot be closed with an active download closing fixed width tabs and then moving mouse away animates tabs past bounds of tab bar deny geolocation permission in tor mode refine toolbar ui with new icons and styling refinements when using tor for private tabs need ui changes that take tor process startup time into account webrtc not fully disabled with tor change styling of box outline and fonts in private tabs page webrtc block sometimes not working on private tabs running tor no immediate visual feedback from url bar before page starts to load visiting netflix in a private tab shows widevine notification on normal tabs contribution statement value differs from actual contribution amount brave stopped playing facebook videos private tab icon is overlapping on the favicon when there are too many tabs opened verify that we get site isolation in tor tor connection crashed after upgrade learn more link on private or tor tab opens a regular tab save file export file renames to downloads instead of actual file name contribution notification displays undefined instead of bat allow site to run flash notifications should not appear on tor tabs not being able to reconnect after receiving error tor clock jumped adding tor version into about brave private tabs with tor feature needs to be labeled as beta shields icon needs fill color installer check that installer is close to the size of last release check signature if os run spctl assess verbose applications brave app and make sure it returns accepted if windows right click on the installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window check brave muon and libchromiumcontent version in about brave and make sure it is exactly as expected last changeset test test what is covered by the last changeset you can find this by clicking on the sha in about brave data make sure that data from the last version appears in the new version ok with data from the last version test that cookies are preserved pinned tabs can be opened pinned tabs can be unpinned unpinned tabs can be re pinned opened tabs can be reloaded bookmarks on the bookmark toolbar can be opened bookmarks in the bookmark folder toolbar can be opened about pages test that about adblock loads test that about autofill loads test that about bookmarks loads bookmarks test that about downloads loads downloads test that about extensions loads test that about history loads history test that about passwords loads test that about styles loads test that about welcome loads test that about preferences changing a preference takes effect right away test that about preferences language change takes effect on re start bookmarks test that creating a bookmark on the bookmarks toolbar with the star button works test that creating a bookmark on the bookmarks toolbar by dragging the un lock icon works test that creating a bookmark folder on the bookmarks toolbar works test that moving a bookmark into a folder by drag and drop on the bookmarks folder works test that clicking a bookmark in the toolbar loads the bookmark test that clicking a bookmark in a bookmark toolbar folder loads the bookmark test that a bookmark on the bookmark toolbar can be removed via context menu test that a bookmark in a bookmark folder on the bookmark toolbar can be removed via context menu test that a bookmark subfolder can be removed via context menu test that a bookmark folder on the bookmark toolbar can be removed via context menu context menus make sure context menu items in the url bar work make sure context menu items on content work with no selected text make sure context menu items on content work with selected text make sure context menu items on content work inside an editable control on about styles input textarea or contenteditable find on page ensure search box is shown with shortcut test successful find test forward and backward find navigation test failed find shows results test match case find keyboard shortcuts open a new window command n macos ctrl n win linux open a new tab command t macos ctrl t win linux open a new private tab command shift p macos ctrl shift p win linux reopen the latest closed tab command shift t macos ctrl shift t win linux reopen the latest closed window command shift option t macos ctrl shift alt t win linux jump to the next tab command option macos ctrl pgdn win linux jump to the previous tab command option macos ctrl pgup win linux jump to the next tab ctrl tab macos win linux jump to the previous tab ctrl shift tab macos win linux open brave preferences command macos ctrl win linux jump into the url bar command l macos ctrl l win linux reload page command r macos ctrl r win linux select all command a macos ctrl a win linux copying text command c macos ctrl c win linux pasting text command v macos ctrl v win linux minimize brave command m macos ctrl m win linux quit brave command q macos ctrl q win linux tabs pinning and tear off tabs test that tabs are pinnable test that tabs are unpinnable test that tabs are draggable to same tabset test that tabs are draggable to alternate tabset test that tabs can be teared off into a new window test that you are able to reattach a tab that is teared off into a new window test that tab pages can be closed test that tab pages can be muted test that tabs can be cloned downloads test downloading a file works and that all actions on the download item works fullscreen test that entering full screen window works view toggle full screen and exit back not esc test that entering full screen works and esc to go back youtube com zoom test zoom in out shortcut works test hamburger menu zooms test zoom saved when you close the browser and restore on a single site test zoom saved when you navigate within a single origin site test that navigating to a different origin resets the zoom printing test that you can print a pdf extensions plugins tests enable each extension one by one under about preferences extensions and ensure that the browser doesn t become unresponsive widevine test that you can log into netflix and start a show flash tests test that flash placeholder appears on test with flash enabled in preferences auto play option is shown when visiting autofill tests test that autofill works on verify clicking next button on doesn t crash the browser geolocation check that is blocked due to cross origin iframes check that works and shows correct location check that works but doesn t require an accurate location crash reporting check that loading chrome crash causes the new tab to crash check that chrome crashes lists all the crashes and includes both crash report id local crash id verify the crash id matches the report on brave stats performance test each start should take less than seconds enable only sync new sync group enable only sync with a large sync group many entries enable only payments only import a large set of bookmarks combine sync payments and a large set of bookmarks bravery settings check that https everywhere works by loading turning https everywhere off and shields off both disable the redirect to check that ad replacement works on check that toggling to blocking and allow ads works as expected test that clicking through a cert error in works test that safe browsing works turning safe browsing off and shields off both disable safe browsing for visit and then turn on script blocking nothing should load allow it from the script blocking ui in the url bar and it should work test that about preferences default bravery settings take effect on pages with no site settings test that party storage results are blank at when party cookies are blocked and not blank when party cookies are unblocked fingerprint tests visit ensure blocked items are listed in shields result window should show got canvas fingerprint and got webgl fingerprint test that audio fingerprint is blocked at only when block all fingerprinting protection is on test that brave browser isn t detected on test that doesn t leak ip address when block all fingerprinting protection is on content tests go to and click on the twitter icon on the top right test that context menus work in the new twitter tab load twitter and click on a tweet so the popup div shows click to dismiss and repeat with another div make sure it shows go to and test that clicking on show pops up a notification asking for permission make sure that clicking deny leads to no notifications being shown go to and make sure that the password can be saved make sure the saved password shows up in about passwords then reload and make sure the saved credentials aren t autofilled instead shows saved id as a dropdown under the login field open about styles and type some misspellings on a textbox make sure they are underlined make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text make sure that command click control click on windows control click on ubuntu on a link opens a new tab but does not switch to it click on it and make sure it is already loaded open an email on or inbox google com and click on a link make sure it works test that pdf is loaded over https at test that pdf is loaded over http at test that shows up as grey not red no mixed content scripts are run test that hovering the cursor over a link changes the cursor into a pointer hand visit and ensure that basic authentication is working by clicking on ftp ftp dlptest com and ensuring you re prompted for credentials test that websockets are working by ensuring runs once play has been clicked ledger verify wallet is auto created after enabling payments verify monthly budget and account balance shows correct bat and usd value click on add funds and click on each currency and verify it shows wallet address and qr code verify that brave bat wallet address can be copied verify adding funds via any of the currencies flows into bat wallet after specified amount of time verify adding funds to an existing wallet with amount adjusts the bat value appropriately change min visit and min time in advance setting and verify if the publisher list gets updated based on new setting visit nytimes com for a few seconds and make sure it shows up in the payments table check that disabling payments and enabling them again does not lose state generate ledger table entries using npm run add simulated synopsis visits ensure that disabling enabling brave payments several times doesn t cause any issues visit about preferences and switch through all the available preference pages including payments and ensure they re loading without issues ensure that loading viewing about preferences payments doesn t cause the cpu to reach of usage and cause performance issues ensure that both minimum page time minimum visits work correctly with the large list of ledger entries ensure that you can sort the ledger table using site include views time spent and upgrade from older version verify the wallet isn t corrupted upon upgrade balance is retained and wallet backup code isn t corrupted verify publishers list is not lost after upgrade ledger media to be verified on youtube and twitch visit any youtube twitch video in a normal session tab and ensure the video publisher name is listed in ledger table visit any youtube twitch video in a private tab and ensure the video publisher name is not listed in ledger table visit any live youtube twitch video and ensure the time spent is shown under ledger table visit any embeded youtube twitch video and ensure the video publisher name is listed in ledger table ensure total time spent is correctly calculated for each publisher video ensure total time spent is correctly calculated when switching to youtube twitch video from an embeded video ensure youtube twitch publishers are not listed when allow contributions to video is disabled in adavanced settings ensure existing youtube twitch publishers are not lost when allow contributions to video is disabled in adavanced settings ensure youtube twitch publishers is listed but not included when auto include is disabled update advanced settings to different time visit value and ensure youtube twitch videos are added to ledger table once criteria is met perform a contribution while youtube twitch channels are included on the ledger ensure the channels are listed on the contribution statement verify that you are able to delete youtube twitch publishers from ledger table verify that you are able to re add youtube twitch publishers to ledger table verify if you minimize a twitch video stream vod and navigate around the site the video is counted in ledger sync verify you are able to sync two devices using the secret code visit a site on device and change shield setting ensure that the saved site preference is synced to device enable browsing history sync on device ensure the history is shown on device clear browsing history on device ensure the history is sync back on device from device import add bookmarks on device ensure it is synced on device ensure imported bookmark folder structure is maintained on device ensure bookmark favicons are shown after sync session storage do not forget to make a backup of your entire library application support brave folder temporarily move away your library application support brave session store and test that clean session storage works appdata brave in windows config brave in ubuntu test that windows and tabs restore when closed including active tab move away your entire library application support brave folder appdata brave in windows config brave in ubuntu cookie and cache make a backup of your profile turn on all clearing in preferences and shut down make sure when you bring the browser back up everything is gone that is specified go to and set an evercookie check that going to prefs clearing site data and cache and going back to the evercookie site does not remember the old evercookie value update tests test that updating using brave update version env variable works correctly test that using brave enable preview updates true env variable works and prompts for preview build updates
1
83,208
7,867,926,626
IssuesEvent
2018-06-23 15:05:12
jbeard4/SCION
https://api.github.com/repos/jbeard4/SCION
closed
fail test/scxml-test-framework/test/w3c-ecma/test554.txml.scxml
2.0.0 Node v0.10.24 Tests fail feature:invoke
[https://github.com/jbeard4/scxml-test-framework/tree/master/test/scxml-test-framework/test/w3c-ecma/test554.txml.scxml](https://github.com/jbeard4/scxml-test-framework/tree/master/test/scxml-test-framework/test/w3c-ecma/test554.txml.scxml) **Error** <code><pre>{ "name": "AssertionError", "actual": [ "subFinal" ], "expected": [ "pass" ], "operator": "deepEqual", "message": "[\"subFinal\"] deepEqual [\"pass\"]" }</code></pre> **Data**: <code><pre>{ "sessionToken": 434, "nextConfiguration": [ "subFinal" ] }</code></pre> **scxml**: ``` xml <?xml version="1.0" encoding="UTF-8"?> <!-- test that if the evaluation of <invoke>'s args causes an error, the invocation is cancelled. In this test, that means that we don't get done.invoke before the timer goes off. --> <scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="ecmascript"> <state id="s0"> <onentry> <send event="timer" delay="2s"/> </onentry> <!-- namelist references an undeclared variable --> <invoke type="http://www.w3.org/TR/scxml/" namelist="Var2"> <content> <scxml initial="subFinal" version="1.0" datamodel="ecmascript"> <final id="subFinal"/> </scxml> </content> </invoke> <transition event="timer" target="pass"/> <transition event="done.invoke" target="fail"/> </state> <final id="pass"><onentry><log label="Outcome" expr="'pass'"/></onentry></final> <final id="fail"><onentry><log label="Outcome" expr="'fail'"/></onentry></final> </scxml> ``` **JSON**: <code><pre>{ "initialConfiguration": [ "pass" ], "events": [] }</code></pre>
1.0
fail test/scxml-test-framework/test/w3c-ecma/test554.txml.scxml - [https://github.com/jbeard4/scxml-test-framework/tree/master/test/scxml-test-framework/test/w3c-ecma/test554.txml.scxml](https://github.com/jbeard4/scxml-test-framework/tree/master/test/scxml-test-framework/test/w3c-ecma/test554.txml.scxml) **Error** <code><pre>{ "name": "AssertionError", "actual": [ "subFinal" ], "expected": [ "pass" ], "operator": "deepEqual", "message": "[\"subFinal\"] deepEqual [\"pass\"]" }</code></pre> **Data**: <code><pre>{ "sessionToken": 434, "nextConfiguration": [ "subFinal" ] }</code></pre> **scxml**: ``` xml <?xml version="1.0" encoding="UTF-8"?> <!-- test that if the evaluation of <invoke>'s args causes an error, the invocation is cancelled. In this test, that means that we don't get done.invoke before the timer goes off. --> <scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="ecmascript"> <state id="s0"> <onentry> <send event="timer" delay="2s"/> </onentry> <!-- namelist references an undeclared variable --> <invoke type="http://www.w3.org/TR/scxml/" namelist="Var2"> <content> <scxml initial="subFinal" version="1.0" datamodel="ecmascript"> <final id="subFinal"/> </scxml> </content> </invoke> <transition event="timer" target="pass"/> <transition event="done.invoke" target="fail"/> </state> <final id="pass"><onentry><log label="Outcome" expr="'pass'"/></onentry></final> <final id="fail"><onentry><log label="Outcome" expr="'fail'"/></onentry></final> </scxml> ``` **JSON**: <code><pre>{ "initialConfiguration": [ "pass" ], "events": [] }</code></pre>
test
fail test scxml test framework test ecma txml scxml error name assertionerror actual subfinal expected pass operator deepequal message deepequal data sessiontoken nextconfiguration subfinal scxml xml s args causes an error the invocation is cancelled in this test that means that we don t get done invoke before the timer goes off json initialconfiguration pass events
1
501,271
14,524,882,189
IssuesEvent
2020-12-14 12:05:28
CAU-Kiel-Tech-Inf/gui
https://api.github.com/repos/CAU-Kiel-Tech-Inf/gui
closed
Support for manually started clients
enhancement priority: high
When the user wants to start a game with a client which should not be started by the GUI directly but e.g. from an IDE, the GUI has to create a game without reservations and wait for the external client to join (displaying a message to the user that the client shoud now be started) and then joining the second player (in case the first player is manually startet) *or* joining the first player and then waiting (in case the second player is manually starting) *or* waiting until both manually started players are joined. This is because without reservations we can't determine which client joins in which slot of the game. The first client which joins always gets the first slot.
1.0
Support for manually started clients - When the user wants to start a game with a client which should not be started by the GUI directly but e.g. from an IDE, the GUI has to create a game without reservations and wait for the external client to join (displaying a message to the user that the client shoud now be started) and then joining the second player (in case the first player is manually startet) *or* joining the first player and then waiting (in case the second player is manually starting) *or* waiting until both manually started players are joined. This is because without reservations we can't determine which client joins in which slot of the game. The first client which joins always gets the first slot.
non_test
support for manually started clients when the user wants to start a game with a client which should not be started by the gui directly but e g from an ide the gui has to create a game without reservations and wait for the external client to join displaying a message to the user that the client shoud now be started and then joining the second player in case the first player is manually startet or joining the first player and then waiting in case the second player is manually starting or waiting until both manually started players are joined this is because without reservations we can t determine which client joins in which slot of the game the first client which joins always gets the first slot
0
280,125
24,280,268,168
IssuesEvent
2022-09-28 16:46:22
Ascentroid/Ascentroid
https://api.github.com/repos/Ascentroid/Ascentroid
closed
Sync death messages
enhancement fixed needs testing
Right now, death messages are client-only and not network sync'd. We should sync them.
1.0
Sync death messages - Right now, death messages are client-only and not network sync'd. We should sync them.
test
sync death messages right now death messages are client only and not network sync d we should sync them
1
97,252
8,651,580,745
IssuesEvent
2018-11-27 03:52:50
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
closed
projecttest16 : ApiV1TestSuitesProjectIdIdCoverageGetPathParamIdMysqlSqlInjectionTimebound
projecttest16
Project : projecttest16 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=ODU5YTY2MjUtZjc4Yy00YjBkLWEzMzMtNTk5ZGNhYWUwODll; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 16 Nov 2018 05:42:41 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/project-id//coverage Request : Response : { "timestamp" : "2018-11-16T05:42:41.780+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/test-suites/project-id/coverage" } Logs : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [1071 < 7000 OR 1071 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed] --- FX Bot ---
1.0
projecttest16 : ApiV1TestSuitesProjectIdIdCoverageGetPathParamIdMysqlSqlInjectionTimebound - Project : projecttest16 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=ODU5YTY2MjUtZjc4Yy00YjBkLWEzMzMtNTk5ZGNhYWUwODll; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 16 Nov 2018 05:42:41 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/project-id//coverage Request : Response : { "timestamp" : "2018-11-16T05:42:41.780+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/test-suites/project-id/coverage" } Logs : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [1071 < 7000 OR 1071 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed] --- FX Bot ---
test
project job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api test suites project id coverage logs assertion resolved to result assertion resolved to result fx bot
1
322,781
27,633,585,670
IssuesEvent
2023-03-10 12:49:45
ita-social-projects/SpaceToStudy-Client
https://api.github.com/repos/ita-social-projects/SpaceToStudy-Client
closed
(SP: 1) Add Unit tests for `enhanced-table-head` component
Frontend part test
Add Unit tests for enhanced-table-head component
1.0
(SP: 1) Add Unit tests for `enhanced-table-head` component - Add Unit tests for enhanced-table-head component
test
sp add unit tests for enhanced table head component add unit tests for enhanced table head component
1
819,038
30,717,524,727
IssuesEvent
2023-07-27 13:56:06
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[DocDB] Add Node task fails after Backup/Restores with EAR rotations
kind/bug area/docdb priority/medium 2.18 Backport Required
Jira Link: [DB-7062](https://yugabyte.atlassian.net/browse/DB-7062) ### Description The Update Universe Task fails after the following operations on a EAR Enabled universe: Create a 3 RF and 4 node universe Run Sample Apps Take Backup Rotate KMS key Restore in the same universe by renaming the keyspace Take backup of the new keyspace Disable EAR Restore in the same universe by renaming the keyspace Take Backup of the new keyspace Enable EAR Restore in the same universe by renaming the keyspace Take Backup of the new keyspace Restore in the same universe by renaming the keyspace (without any rotations) Add node (Update Universe) task will fail with the following logs: ``` Failed to execute task {"platformVersion":"2.19.1.0-b189","sleepAfterMasterRestartMillis":180000,"sleepAfterTServerRestartMillis":180000,"nodeExporterUser":"prometheus","universeUUID":"7e756665-30e5-419e-9284-a3ec33a3cd82","enableYbc":false,"installYbc":false,"ybcInstalled":false,"encryptionAtRestConfig":{"encryptionAtRestEnabled":false,"opType":"UNDEFINED","type":"DATA_KEY"},"communicationPorts":{"masterHttpPort":7000,"masterRpcPort":7100,"tserverHttpPort":9000,"tserverRpcPort":9100,"ybControllerHttpPort":14000,"y..., hit error: WaitForServer(7e756665-30e5-419e-9284-a3ec33a3cd82, yb-dev-ui-auto-aws-21910-b189-kms-114-n5, type=TSERVER) did not respond in the set time.. ``` ``` W0627 18:17:42.236019 65736 tablet_server.cc:417] Getting full universe key registry from master Leader failed: 'Not found (yb/master/encryption_manager.cc:246): Could not find key with version '. Attempts: 2294, Total Time: 6859638200092ms. Retrying... ``` ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-7062]: https://yugabyte.atlassian.net/browse/DB-7062?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[DocDB] Add Node task fails after Backup/Restores with EAR rotations - Jira Link: [DB-7062](https://yugabyte.atlassian.net/browse/DB-7062) ### Description The Update Universe Task fails after the following operations on a EAR Enabled universe: Create a 3 RF and 4 node universe Run Sample Apps Take Backup Rotate KMS key Restore in the same universe by renaming the keyspace Take backup of the new keyspace Disable EAR Restore in the same universe by renaming the keyspace Take Backup of the new keyspace Enable EAR Restore in the same universe by renaming the keyspace Take Backup of the new keyspace Restore in the same universe by renaming the keyspace (without any rotations) Add node (Update Universe) task will fail with the following logs: ``` Failed to execute task {"platformVersion":"2.19.1.0-b189","sleepAfterMasterRestartMillis":180000,"sleepAfterTServerRestartMillis":180000,"nodeExporterUser":"prometheus","universeUUID":"7e756665-30e5-419e-9284-a3ec33a3cd82","enableYbc":false,"installYbc":false,"ybcInstalled":false,"encryptionAtRestConfig":{"encryptionAtRestEnabled":false,"opType":"UNDEFINED","type":"DATA_KEY"},"communicationPorts":{"masterHttpPort":7000,"masterRpcPort":7100,"tserverHttpPort":9000,"tserverRpcPort":9100,"ybControllerHttpPort":14000,"y..., hit error: WaitForServer(7e756665-30e5-419e-9284-a3ec33a3cd82, yb-dev-ui-auto-aws-21910-b189-kms-114-n5, type=TSERVER) did not respond in the set time.. ``` ``` W0627 18:17:42.236019 65736 tablet_server.cc:417] Getting full universe key registry from master Leader failed: 'Not found (yb/master/encryption_manager.cc:246): Could not find key with version '. Attempts: 2294, Total Time: 6859638200092ms. Retrying... ``` ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-7062]: https://yugabyte.atlassian.net/browse/DB-7062?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
non_test
add node task fails after backup restores with ear rotations jira link description the update universe task fails after the following operations on a ear enabled universe create a rf and node universe run sample apps take backup rotate kms key restore in the same universe by renaming the keyspace take backup of the new keyspace disable ear restore in the same universe by renaming the keyspace take backup of the new keyspace enable ear restore in the same universe by renaming the keyspace take backup of the new keyspace restore in the same universe by renaming the keyspace without any rotations add node update universe task will fail with the following logs failed to execute task platformversion sleepaftermasterrestartmillis sleepaftertserverrestartmillis nodeexporteruser prometheus universeuuid enableybc false installybc false ybcinstalled false encryptionatrestconfig encryptionatrestenabled false optype undefined type data key communicationports masterhttpport masterrpcport tserverhttpport tserverrpcport ybcontrollerhttpport y hit error waitforserver yb dev ui auto aws kms type tserver did not respond in the set time tablet server cc getting full universe key registry from master leader failed not found yb master encryption manager cc could not find key with version attempts total time retrying warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information
0
561,389
16,616,421,891
IssuesEvent
2021-06-02 17:16:54
airbytehq/airbyte
https://api.github.com/repos/airbytehq/airbyte
closed
show when the UI is disconnected from the API server
area/frontend priority/low type/enhancement
## Tell us about the problem you're trying to solve If you have an airbyte webapp window open and turn off the server, the behavior isn't handled well in a few places. Selecting a source in onboarding just silently fails for example. Instead of solving each of these cases (which I imagine is very time consuming) we could just have an indicator at the top of the page when we are unable to poll the server after a few seconds. ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1200367912513076/1200368214661251) by [Unito](https://www.unito.io)
1.0
show when the UI is disconnected from the API server - ## Tell us about the problem you're trying to solve If you have an airbyte webapp window open and turn off the server, the behavior isn't handled well in a few places. Selecting a source in onboarding just silently fails for example. Instead of solving each of these cases (which I imagine is very time consuming) we could just have an indicator at the top of the page when we are unable to poll the server after a few seconds. ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1200367912513076/1200368214661251) by [Unito](https://www.unito.io)
non_test
show when the ui is disconnected from the api server tell us about the problem you re trying to solve if you have an airbyte webapp window open and turn off the server the behavior isn t handled well in a few places selecting a source in onboarding just silently fails for example instead of solving each of these cases which i imagine is very time consuming we could just have an indicator at the top of the page when we are unable to poll the server after a few seconds ┆issue is synchronized with this by
0
176,502
14,589,356,557
IssuesEvent
2020-12-19 01:34:16
andres-alvarado/beisbol-analitica
https://api.github.com/repos/andres-alvarado/beisbol-analitica
closed
Problema en documentación de Instalación de la Base de Datos en Windows
documentation invalid
en [https://github.com/andres-alvarado/beisbol-analitica/wiki/Instalaci%C3%B3n-de-la-Base-de-Datos.](url) en el paso 7 luego de crear la base de datos y antes de cargar el archivo dump.sql es necesario hacer: `use nombre_de_la_base_de_datos`
1.0
Problema en documentación de Instalación de la Base de Datos en Windows - en [https://github.com/andres-alvarado/beisbol-analitica/wiki/Instalaci%C3%B3n-de-la-Base-de-Datos.](url) en el paso 7 luego de crear la base de datos y antes de cargar el archivo dump.sql es necesario hacer: `use nombre_de_la_base_de_datos`
non_test
problema en documentación de instalación de la base de datos en windows en url en el paso luego de crear la base de datos y antes de cargar el archivo dump sql es necesario hacer use nombre de la base de datos
0
176,536
28,112,561,424
IssuesEvent
2023-03-31 08:21:20
HYF-Class19/RCP-Team
https://api.github.com/repos/HYF-Class19/RCP-Team
closed
34 - figma wishlist - v3
design
## Figma design - design the wishlist page - add a screenshot to the `readme.md`
1.0
34 - figma wishlist - v3 - ## Figma design - design the wishlist page - add a screenshot to the `readme.md`
non_test
figma wishlist figma design design the wishlist page add a screenshot to the readme md
0
304,782
26,333,757,894
IssuesEvent
2023-01-10 12:52:25
WPChill/strong-testimonials
https://api.github.com/repos/WPChill/strong-testimonials
closed
Check for addons license
enhancement need testing
Check for each plugin license and hide admin settings if no license or insufiicient permissions are available.
1.0
Check for addons license - Check for each plugin license and hide admin settings if no license or insufiicient permissions are available.
test
check for addons license check for each plugin license and hide admin settings if no license or insufiicient permissions are available
1
168,953
20,827,977,099
IssuesEvent
2022-03-19 01:10:32
samq-ghdemo/wixplosives-sample-monorepo
https://api.github.com/repos/samq-ghdemo/wixplosives-sample-monorepo
opened
CVE-2021-44906 (Medium) detected in minimist-1.2.5.tgz
security vulnerability
## CVE-2021-44906 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-1.2.5.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - webpack-dev-server-4.6.0.tgz (Root Library) - portfinder-1.0.28.tgz - mkdirp-0.5.5.tgz - :x: **minimist-1.2.5.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). <p>Publish Date: 2022-03-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906>CVE-2021-44906</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-44906">https://nvd.nist.gov/vuln/detail/CVE-2021-44906</a></p> <p>Release Date: 2022-03-17</p> <p>Fix Resolution: BumperLane.Public.Service.Contracts - 0.23.35.214-prerelease;cloudscribe.templates - 5.2.0;Virteom.Tenant.Mobile.Bluetooth - 0.21.29.159-prerelease;ShowingVault.DotNet.Sdk - 0.13.41.190-prerelease;Envisia.DotNet.Templates - 3.0.1;Yarnpkg.Yarn - 0.26.1;Virteom.Tenant.Mobile.Framework.UWP - 0.20.41.103-prerelease;Virteom.Tenant.Mobile.Framework.iOS - 0.20.41.103-prerelease;BumperLane.Public.Api.V2.ClientModule - 0.23.35.214-prerelease;VueJS.NetCore - 1.1.1;Dianoga - 4.0.0,3.0.0-RC02;Virteom.Tenant.Mobile.Bluetooth.iOS - 0.20.41.103-prerelease;Virteom.Public.Utilities - 0.23.37.212-prerelease;Indianadavy.VueJsWebAPITemplate.CSharp - 1.0.1;NorDroN.AngularTemplate - 0.1.6;Virteom.Tenant.Mobile.Framework - 0.21.29.159-prerelease;Virteom.Tenant.Mobile.Bluetooth.Android - 0.20.41.103-prerelease;z4a-dotnet-scaffold - 1.0.0.2;Raml.Parser - 1.0.7;CoreVueWebTest - 3.0.101;dotnetng.template - 1.0.0.4;SitecoreMaster.TrueDynamicPlaceholders - 1.0.3;Virteom.Tenant.Mobile.Framework.Android - 0.20.41.103-prerelease;Fable.Template.Elmish.React - 0.1.6;BlazorPolyfill.Build - 6.0.100.2;Fable.Snowpack.Template - 2.1.0;BumperLane.Public.Api.Client - 0.23.35.214-prerelease;Yarn.MSBuild - 0.22.0,0.24.6;Blazor.TailwindCSS.BUnit - 1.0.2;Bridge.AWS - 0.3.30.36;tslint - 5.6.0;SAFE.Template - 3.0.1;GR.PageRender.Razor - 1.8.0;MIDIator.WebClient - 1.0.105</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"1.2.5","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"webpack-dev-server:4.6.0;portfinder:1.0.28;mkdirp:0.5.5;minimist:1.2.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"BumperLane.Public.Service.Contracts - 0.23.35.214-prerelease;cloudscribe.templates - 5.2.0;Virteom.Tenant.Mobile.Bluetooth - 0.21.29.159-prerelease;ShowingVault.DotNet.Sdk - 0.13.41.190-prerelease;Envisia.DotNet.Templates - 3.0.1;Yarnpkg.Yarn - 0.26.1;Virteom.Tenant.Mobile.Framework.UWP - 0.20.41.103-prerelease;Virteom.Tenant.Mobile.Framework.iOS - 0.20.41.103-prerelease;BumperLane.Public.Api.V2.ClientModule - 0.23.35.214-prerelease;VueJS.NetCore - 1.1.1;Dianoga - 4.0.0,3.0.0-RC02;Virteom.Tenant.Mobile.Bluetooth.iOS - 0.20.41.103-prerelease;Virteom.Public.Utilities - 0.23.37.212-prerelease;Indianadavy.VueJsWebAPITemplate.CSharp - 1.0.1;NorDroN.AngularTemplate - 0.1.6;Virteom.Tenant.Mobile.Framework - 0.21.29.159-prerelease;Virteom.Tenant.Mobile.Bluetooth.Android - 0.20.41.103-prerelease;z4a-dotnet-scaffold - 1.0.0.2;Raml.Parser - 1.0.7;CoreVueWebTest - 3.0.101;dotnetng.template - 1.0.0.4;SitecoreMaster.TrueDynamicPlaceholders - 1.0.3;Virteom.Tenant.Mobile.Framework.Android - 0.20.41.103-prerelease;Fable.Template.Elmish.React - 0.1.6;BlazorPolyfill.Build - 6.0.100.2;Fable.Snowpack.Template - 2.1.0;BumperLane.Public.Api.Client - 0.23.35.214-prerelease;Yarn.MSBuild - 0.22.0,0.24.6;Blazor.TailwindCSS.BUnit - 1.0.2;Bridge.AWS - 0.3.30.36;tslint - 5.6.0;SAFE.Template - 3.0.1;GR.PageRender.Razor - 1.8.0;MIDIator.WebClient - 1.0.105","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-44906","vulnerabilityDetails":"Minimist \u003c\u003d1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-44906 (Medium) detected in minimist-1.2.5.tgz - ## CVE-2021-44906 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-1.2.5.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - webpack-dev-server-4.6.0.tgz (Root Library) - portfinder-1.0.28.tgz - mkdirp-0.5.5.tgz - :x: **minimist-1.2.5.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). <p>Publish Date: 2022-03-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906>CVE-2021-44906</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-44906">https://nvd.nist.gov/vuln/detail/CVE-2021-44906</a></p> <p>Release Date: 2022-03-17</p> <p>Fix Resolution: BumperLane.Public.Service.Contracts - 0.23.35.214-prerelease;cloudscribe.templates - 5.2.0;Virteom.Tenant.Mobile.Bluetooth - 0.21.29.159-prerelease;ShowingVault.DotNet.Sdk - 0.13.41.190-prerelease;Envisia.DotNet.Templates - 3.0.1;Yarnpkg.Yarn - 0.26.1;Virteom.Tenant.Mobile.Framework.UWP - 0.20.41.103-prerelease;Virteom.Tenant.Mobile.Framework.iOS - 0.20.41.103-prerelease;BumperLane.Public.Api.V2.ClientModule - 0.23.35.214-prerelease;VueJS.NetCore - 1.1.1;Dianoga - 4.0.0,3.0.0-RC02;Virteom.Tenant.Mobile.Bluetooth.iOS - 0.20.41.103-prerelease;Virteom.Public.Utilities - 0.23.37.212-prerelease;Indianadavy.VueJsWebAPITemplate.CSharp - 1.0.1;NorDroN.AngularTemplate - 0.1.6;Virteom.Tenant.Mobile.Framework - 0.21.29.159-prerelease;Virteom.Tenant.Mobile.Bluetooth.Android - 0.20.41.103-prerelease;z4a-dotnet-scaffold - 1.0.0.2;Raml.Parser - 1.0.7;CoreVueWebTest - 3.0.101;dotnetng.template - 1.0.0.4;SitecoreMaster.TrueDynamicPlaceholders - 1.0.3;Virteom.Tenant.Mobile.Framework.Android - 0.20.41.103-prerelease;Fable.Template.Elmish.React - 0.1.6;BlazorPolyfill.Build - 6.0.100.2;Fable.Snowpack.Template - 2.1.0;BumperLane.Public.Api.Client - 0.23.35.214-prerelease;Yarn.MSBuild - 0.22.0,0.24.6;Blazor.TailwindCSS.BUnit - 1.0.2;Bridge.AWS - 0.3.30.36;tslint - 5.6.0;SAFE.Template - 3.0.1;GR.PageRender.Razor - 1.8.0;MIDIator.WebClient - 1.0.105</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"1.2.5","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"webpack-dev-server:4.6.0;portfinder:1.0.28;mkdirp:0.5.5;minimist:1.2.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"BumperLane.Public.Service.Contracts - 0.23.35.214-prerelease;cloudscribe.templates - 5.2.0;Virteom.Tenant.Mobile.Bluetooth - 0.21.29.159-prerelease;ShowingVault.DotNet.Sdk - 0.13.41.190-prerelease;Envisia.DotNet.Templates - 3.0.1;Yarnpkg.Yarn - 0.26.1;Virteom.Tenant.Mobile.Framework.UWP - 0.20.41.103-prerelease;Virteom.Tenant.Mobile.Framework.iOS - 0.20.41.103-prerelease;BumperLane.Public.Api.V2.ClientModule - 0.23.35.214-prerelease;VueJS.NetCore - 1.1.1;Dianoga - 4.0.0,3.0.0-RC02;Virteom.Tenant.Mobile.Bluetooth.iOS - 0.20.41.103-prerelease;Virteom.Public.Utilities - 0.23.37.212-prerelease;Indianadavy.VueJsWebAPITemplate.CSharp - 1.0.1;NorDroN.AngularTemplate - 0.1.6;Virteom.Tenant.Mobile.Framework - 0.21.29.159-prerelease;Virteom.Tenant.Mobile.Bluetooth.Android - 0.20.41.103-prerelease;z4a-dotnet-scaffold - 1.0.0.2;Raml.Parser - 1.0.7;CoreVueWebTest - 3.0.101;dotnetng.template - 1.0.0.4;SitecoreMaster.TrueDynamicPlaceholders - 1.0.3;Virteom.Tenant.Mobile.Framework.Android - 0.20.41.103-prerelease;Fable.Template.Elmish.React - 0.1.6;BlazorPolyfill.Build - 6.0.100.2;Fable.Snowpack.Template - 2.1.0;BumperLane.Public.Api.Client - 0.23.35.214-prerelease;Yarn.MSBuild - 0.22.0,0.24.6;Blazor.TailwindCSS.BUnit - 1.0.2;Bridge.AWS - 0.3.30.36;tslint - 5.6.0;SAFE.Template - 3.0.1;GR.PageRender.Razor - 1.8.0;MIDIator.WebClient - 1.0.105","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-44906","vulnerabilityDetails":"Minimist \u003c\u003d1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
non_test
cve medium detected in minimist tgz cve medium severity vulnerability vulnerable library minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules minimist package json dependency hierarchy webpack dev server tgz root library portfinder tgz mkdirp tgz x minimist tgz vulnerable library found in base branch master vulnerability details minimist is vulnerable to prototype pollution via file index js function setkey lines publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution bumperlane public service contracts prerelease cloudscribe templates virteom tenant mobile bluetooth prerelease showingvault dotnet sdk prerelease envisia dotnet templates yarnpkg yarn virteom tenant mobile framework uwp prerelease virteom tenant mobile framework ios prerelease bumperlane public api clientmodule prerelease vuejs netcore dianoga virteom tenant mobile bluetooth ios prerelease virteom public utilities prerelease indianadavy vuejswebapitemplate csharp nordron angulartemplate virteom tenant mobile framework prerelease virteom tenant mobile bluetooth android prerelease dotnet scaffold raml parser corevuewebtest dotnetng template sitecoremaster truedynamicplaceholders virteom tenant mobile framework android prerelease fable template elmish react blazorpolyfill build fable snowpack template bumperlane public api client prerelease yarn msbuild blazor tailwindcss bunit bridge aws tslint safe template gr pagerender razor midiator webclient isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree webpack dev server portfinder mkdirp minimist isminimumfixversionavailable true minimumfixversion bumperlane public service contracts prerelease cloudscribe templates virteom tenant mobile bluetooth prerelease showingvault dotnet sdk prerelease envisia dotnet templates yarnpkg yarn virteom tenant mobile framework uwp prerelease virteom tenant mobile framework ios prerelease bumperlane public api clientmodule prerelease vuejs netcore dianoga virteom tenant mobile bluetooth ios prerelease virteom public utilities prerelease indianadavy vuejswebapitemplate csharp nordron angulartemplate virteom tenant mobile framework prerelease virteom tenant mobile bluetooth android prerelease dotnet scaffold raml parser corevuewebtest dotnetng template sitecoremaster truedynamicplaceholders virteom tenant mobile framework android prerelease fable template elmish react blazorpolyfill build fable snowpack template bumperlane public api client prerelease yarn msbuild blazor tailwindcss bunit bridge aws tslint safe template gr pagerender razor midiator webclient isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails minimist is vulnerable to prototype pollution via file index js function setkey lines vulnerabilityurl
0
93,049
15,872,989,940
IssuesEvent
2021-04-09 01:16:38
rishimehta365/YEET.ME.API
https://api.github.com/repos/rishimehta365/YEET.ME.API
opened
CVE-2020-7754 (High) detected in npm-user-validate-1.0.0.tgz
security vulnerability
## CVE-2020-7754 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-user-validate-1.0.0.tgz</b></p></summary> <p>User validations for npm</p> <p>Library home page: <a href="https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-1.0.0.tgz">https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-1.0.0.tgz</a></p> <p>Path to dependency file: YEET.ME.API/package.json</p> <p>Path to vulnerable library: YEET.ME.API/node_modules/npm/node_modules/npm-user-validate/package.json</p> <p> Dependency Hierarchy: - npm-6.14.6.tgz (Root Library) - :x: **npm-user-validate-1.0.0.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package npm-user-validate before 1.0.1. The regex that validates user emails took exponentially longer to process long input strings beginning with @ characters. <p>Publish Date: 2020-10-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7754>CVE-2020-7754</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7754">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7754</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: 1.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-7754 (High) detected in npm-user-validate-1.0.0.tgz - ## CVE-2020-7754 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-user-validate-1.0.0.tgz</b></p></summary> <p>User validations for npm</p> <p>Library home page: <a href="https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-1.0.0.tgz">https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-1.0.0.tgz</a></p> <p>Path to dependency file: YEET.ME.API/package.json</p> <p>Path to vulnerable library: YEET.ME.API/node_modules/npm/node_modules/npm-user-validate/package.json</p> <p> Dependency Hierarchy: - npm-6.14.6.tgz (Root Library) - :x: **npm-user-validate-1.0.0.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package npm-user-validate before 1.0.1. The regex that validates user emails took exponentially longer to process long input strings beginning with @ characters. <p>Publish Date: 2020-10-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7754>CVE-2020-7754</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7754">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7754</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: 1.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in npm user validate tgz cve high severity vulnerability vulnerable library npm user validate tgz user validations for npm library home page a href path to dependency file yeet me api package json path to vulnerable library yeet me api node modules npm node modules npm user validate package json dependency hierarchy npm tgz root library x npm user validate tgz vulnerable library found in base branch master vulnerability details this affects the package npm user validate before the regex that validates user emails took exponentially longer to process long input strings beginning with characters publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
124,394
10,310,576,486
IssuesEvent
2019-08-29 15:26:04
golang/go
https://api.github.com/repos/golang/go
closed
x/text/message/pipeline: TestFullCycle missing a Skip if the `go` command cannot be executed
NeedsFix Testing
`golang.org/x/text/message/pipeline.TestFullCycle` is persistently failing on the `illumos-amd64-joyent` and `js-wasm` builders, apparently due to the inability to execute the `go` command as a subprocess. The test should probably use `exec.LookPath` to explicitly check for a `go` binary, and should call `t.Skip` instead of failing if the binary is not available.
1.0
x/text/message/pipeline: TestFullCycle missing a Skip if the `go` command cannot be executed - `golang.org/x/text/message/pipeline.TestFullCycle` is persistently failing on the `illumos-amd64-joyent` and `js-wasm` builders, apparently due to the inability to execute the `go` command as a subprocess. The test should probably use `exec.LookPath` to explicitly check for a `go` binary, and should call `t.Skip` instead of failing if the binary is not available.
test
x text message pipeline testfullcycle missing a skip if the go command cannot be executed golang org x text message pipeline testfullcycle is persistently failing on the illumos joyent and js wasm builders apparently due to the inability to execute the go command as a subprocess the test should probably use exec lookpath to explicitly check for a go binary and should call t skip instead of failing if the binary is not available
1
165,271
20,574,409,193
IssuesEvent
2022-03-04 01:54:21
panasalap/linux-4.19.72_1
https://api.github.com/repos/panasalap/linux-4.19.72_1
closed
CVE-2019-12379 (Medium) detected in linuxv5.0 - autoclosed
security vulnerability
## CVE-2019-12379 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.19.72/commit/c5a08fe8179013aad614165d792bc5b436591df6">c5a08fe8179013aad614165d792bc5b436591df6</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/consolemap.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/consolemap.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> ** DISPUTED ** An issue was discovered in con_insert_unipair in drivers/tty/vt/consolemap.c in the Linux kernel through 5.1.5. There is a memory leak in a certain case of an ENOMEM outcome of kmalloc. NOTE: This id is disputed as not being an issue. <p>Publish Date: 2019-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12379>CVE-2019-12379</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12379">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12379</a></p> <p>Release Date: 2019-05-28</p> <p>Fix Resolution: v5.1-rc6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-12379 (Medium) detected in linuxv5.0 - autoclosed - ## CVE-2019-12379 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.19.72/commit/c5a08fe8179013aad614165d792bc5b436591df6">c5a08fe8179013aad614165d792bc5b436591df6</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/consolemap.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/consolemap.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> ** DISPUTED ** An issue was discovered in con_insert_unipair in drivers/tty/vt/consolemap.c in the Linux kernel through 5.1.5. There is a memory leak in a certain case of an ENOMEM outcome of kmalloc. NOTE: This id is disputed as not being an issue. <p>Publish Date: 2019-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12379>CVE-2019-12379</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12379">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12379</a></p> <p>Release Date: 2019-05-28</p> <p>Fix Resolution: v5.1-rc6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in autoclosed cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch master vulnerable source files drivers tty vt consolemap c drivers tty vt consolemap c vulnerability details disputed an issue was discovered in con insert unipair in drivers tty vt consolemap c in the linux kernel through there is a memory leak in a certain case of an enomem outcome of kmalloc note this id is disputed as not being an issue publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
284,677
24,614,980,690
IssuesEvent
2022-10-15 07:24:16
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: transfer-leases/drain failed
C-test-failure O-robot O-roachtest release-blocker branch-release-22.2
roachtest.transfer-leases/drain [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6953767?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6953767?buildTab=artifacts#/transfer-leases/drain) on release-22.2 @ [cffe9bc440988894abe9a598ea6b2f15e1b7df93](https://github.com/cockroachdb/cockroach/commits/cffe9bc440988894abe9a598ea6b2f15e1b7df93): ``` test artifacts and logs in: /artifacts/transfer-leases/drain/run_1 quit.go:72,quit.go:323,soon.go:69,retry.go:208,soon.go:75,soon.go:48,quit.go:228,quit.go:95,quit.go:154,context.go:91,quit.go:153,quit.go:95,quit.go:54,quit.go:359,test_runner.go:930: (1) ranges with no lease outside of node 1: []string{"43"} ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> <details><summary>Same failure on other branches</summary> <p> - #89962 roachtest: transfer-leases/drain-other-node failed [C-test-failure O-roachtest O-robot T-kv branch-release-22.2.0 release-blocker] - #89568 roachtest: transfer-leases/drain-other-node failed [C-test-failure O-roachtest O-robot T-kv branch-master] - #87770 roachtest: transfer-leases/drain-other-node failed [C-test-failure GA-blocker O-roachtest O-robot T-kv branch-release-22.1 no-test-failure-activity] </p> </details> /cc @cockroachdb/kv-triage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*transfer-leases/drain.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: transfer-leases/drain failed - roachtest.transfer-leases/drain [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6953767?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6953767?buildTab=artifacts#/transfer-leases/drain) on release-22.2 @ [cffe9bc440988894abe9a598ea6b2f15e1b7df93](https://github.com/cockroachdb/cockroach/commits/cffe9bc440988894abe9a598ea6b2f15e1b7df93): ``` test artifacts and logs in: /artifacts/transfer-leases/drain/run_1 quit.go:72,quit.go:323,soon.go:69,retry.go:208,soon.go:75,soon.go:48,quit.go:228,quit.go:95,quit.go:154,context.go:91,quit.go:153,quit.go:95,quit.go:54,quit.go:359,test_runner.go:930: (1) ranges with no lease outside of node 1: []string{"43"} ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> <details><summary>Same failure on other branches</summary> <p> - #89962 roachtest: transfer-leases/drain-other-node failed [C-test-failure O-roachtest O-robot T-kv branch-release-22.2.0 release-blocker] - #89568 roachtest: transfer-leases/drain-other-node failed [C-test-failure O-roachtest O-robot T-kv branch-master] - #87770 roachtest: transfer-leases/drain-other-node failed [C-test-failure GA-blocker O-roachtest O-robot T-kv branch-release-22.1 no-test-failure-activity] </p> </details> /cc @cockroachdb/kv-triage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*transfer-leases/drain.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest transfer leases drain failed roachtest transfer leases drain with on release test artifacts and logs in artifacts transfer leases drain run quit go quit go soon go retry go soon go soon go quit go quit go quit go context go quit go quit go quit go quit go test runner go ranges with no lease outside of node string parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest ssd help see see same failure on other branches roachtest transfer leases drain other node failed roachtest transfer leases drain other node failed roachtest transfer leases drain other node failed cc cockroachdb kv triage
1
46,953
2,967,638,614
IssuesEvent
2015-07-13 02:15:04
roughwood/DrainDirector
https://api.github.com/repos/roughwood/DrainDirector
closed
Handle Multiple devices with the same model/name
enhancement priority-high Server
Generate a unique ID upon app launch and use it as identifier instead of model name
1.0
Handle Multiple devices with the same model/name - Generate a unique ID upon app launch and use it as identifier instead of model name
non_test
handle multiple devices with the same model name generate a unique id upon app launch and use it as identifier instead of model name
0
44,636
5,637,399,023
IssuesEvent
2017-04-06 09:04:00
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
The createClone task fails on Windows
test
``` :distribution:bwc-zip:createClone (Thread[main,5,main]) started. :distribution:bwc-zip:createClone Putting task artifact state for task ':distribution:bwc-zip:createClone' into context took 0.0 secs. Executing task ':distribution:bwc-zip:createClone' (up-to-date check took 0.0 secs) due to: Task has not declared any outputs. Starting process 'command 'git''. Working directory: C:\jenkins\workspace\es_core_master_windows-2012-r2\distribution\bwc-zip Command: git clone C:\jenkins\workspace\es_core_master_windows-2012-r2 C:\jenkins\workspace\es_core_master_windows-2012-r2\distribution\bwc-zip\build\bwc\checkout-5.x :distribution:bwc-zip:createClone FAILED :distribution:bwc-zip:createClone (Thread[main,5,main]) completed. Took 0.004 secs. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':distribution:bwc-zip:createClone'. > A problem occurred starting process 'command 'git'' * Try: Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. BUILD FAILED ``` I'm unsure what the cause of the problem is as it isn't printed in the console. Build urls: * http://build-us-00.elastic.co/job/es_core_master_windows-2012-r2/5217/ * http://build-us-00.elastic.co/job/es_core_master_windows-2012-r2/5218/ * http://build-us-00.elastic.co/job/es_core_master_windows-2012-r2/5219/
1.0
The createClone task fails on Windows - ``` :distribution:bwc-zip:createClone (Thread[main,5,main]) started. :distribution:bwc-zip:createClone Putting task artifact state for task ':distribution:bwc-zip:createClone' into context took 0.0 secs. Executing task ':distribution:bwc-zip:createClone' (up-to-date check took 0.0 secs) due to: Task has not declared any outputs. Starting process 'command 'git''. Working directory: C:\jenkins\workspace\es_core_master_windows-2012-r2\distribution\bwc-zip Command: git clone C:\jenkins\workspace\es_core_master_windows-2012-r2 C:\jenkins\workspace\es_core_master_windows-2012-r2\distribution\bwc-zip\build\bwc\checkout-5.x :distribution:bwc-zip:createClone FAILED :distribution:bwc-zip:createClone (Thread[main,5,main]) completed. Took 0.004 secs. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':distribution:bwc-zip:createClone'. > A problem occurred starting process 'command 'git'' * Try: Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. BUILD FAILED ``` I'm unsure what the cause of the problem is as it isn't printed in the console. Build urls: * http://build-us-00.elastic.co/job/es_core_master_windows-2012-r2/5217/ * http://build-us-00.elastic.co/job/es_core_master_windows-2012-r2/5218/ * http://build-us-00.elastic.co/job/es_core_master_windows-2012-r2/5219/
test
the createclone task fails on windows distribution bwc zip createclone thread started distribution bwc zip createclone putting task artifact state for task distribution bwc zip createclone into context took secs executing task distribution bwc zip createclone up to date check took secs due to task has not declared any outputs starting process command git working directory c jenkins workspace es core master windows distribution bwc zip command git clone c jenkins workspace es core master windows c jenkins workspace es core master windows distribution bwc zip build bwc checkout x distribution bwc zip createclone failed distribution bwc zip createclone thread completed took secs failure build failed with an exception what went wrong execution failed for task distribution bwc zip createclone a problem occurred starting process command git try run with stacktrace option to get the stack trace run with debug option to get more log output build failed i m unsure what the cause of the problem is as it isn t printed in the console build urls
1
175,394
13,549,318,914
IssuesEvent
2020-09-17 08:01:40
SwissClinicalTrialOrganisation/secuTrialR_validation
https://api.github.com/repos/SwissClinicalTrialOrganisation/secuTrialR_validation
opened
Transform secuTrial objects into a data frame
Test
**Test objectives:** Check if `secuTrialdata` objects are correctly converted into a `data.frame` **Test type 1:** Check BMD ? **Test type 2:** Check if errors and warnings get correctly triggered **Technical test source:** [test-asdataframe.R](https://github.com/SwissClinicalTrialOrganisation/secuTrialR/blob/master/tests/testthat/test-asdataframe.R) **Linkage to related documents:** User requirement: #21 Functional specification: #22
1.0
Transform secuTrial objects into a data frame - **Test objectives:** Check if `secuTrialdata` objects are correctly converted into a `data.frame` **Test type 1:** Check BMD ? **Test type 2:** Check if errors and warnings get correctly triggered **Technical test source:** [test-asdataframe.R](https://github.com/SwissClinicalTrialOrganisation/secuTrialR/blob/master/tests/testthat/test-asdataframe.R) **Linkage to related documents:** User requirement: #21 Functional specification: #22
test
transform secutrial objects into a data frame test objectives check if secutrialdata objects are correctly converted into a data frame test type check bmd test type check if errors and warnings get correctly triggered technical test source linkage to related documents user requirement functional specification
1
118,104
9,975,129,792
IssuesEvent
2019-07-09 12:23:21
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
closed
Enable contributors to run integration tests locally/on their projects
meta/testing
Except for the cloud specific tests - e.g. GCB builder - most of the integration tests should be runnable on a minikube + docker setup. It would be very useful for all of these to be moved off of GKE clusters so that contributors can run them too locally or potentially even on travis.
1.0
Enable contributors to run integration tests locally/on their projects - Except for the cloud specific tests - e.g. GCB builder - most of the integration tests should be runnable on a minikube + docker setup. It would be very useful for all of these to be moved off of GKE clusters so that contributors can run them too locally or potentially even on travis.
test
enable contributors to run integration tests locally on their projects except for the cloud specific tests e g gcb builder most of the integration tests should be runnable on a minikube docker setup it would be very useful for all of these to be moved off of gke clusters so that contributors can run them too locally or potentially even on travis
1
31,236
4,698,804,293
IssuesEvent
2016-10-12 14:03:33
GeoSmartCity-CIP/gsc-datacatalogue
https://api.github.com/repos/GeoSmartCity-CIP/gsc-datacatalogue
closed
Need to be able to select 'current organization' for logged in user
bug ready for testing
**Q**: Configuration of data is strictly connected to organization. One user of an organization cannot see data of another organization. Use an admin account to create data for different organization is a bit an error, but in this case we need a combo where we can set the organization so the admin can see data for this specific organization and no others. **A**: I will add a drop-down that permits users to select the current organization id of theirs if they have several.
1.0
Need to be able to select 'current organization' for logged in user - **Q**: Configuration of data is strictly connected to organization. One user of an organization cannot see data of another organization. Use an admin account to create data for different organization is a bit an error, but in this case we need a combo where we can set the organization so the admin can see data for this specific organization and no others. **A**: I will add a drop-down that permits users to select the current organization id of theirs if they have several.
test
need to be able to select current organization for logged in user q configuration of data is strictly connected to organization one user of an organization cannot see data of another organization use an admin account to create data for different organization is a bit an error but in this case we need a combo where we can set the organization so the admin can see data for this specific organization and no others a i will add a drop down that permits users to select the current organization id of theirs if they have several
1
7,698
18,893,522,698
IssuesEvent
2021-11-15 15:32:32
MicrosoftDocs/architecture-center
https://api.github.com/repos/MicrosoftDocs/architecture-center
closed
number1
cxp needs-more-info triaged architecture-center/svc azure-guide/subsvc
[Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 * Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 * Content: [Build solutions with Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) * Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) * Service: **architecture-center** * Sub-service: **azure-guide** * GitHub Login: @EdPrice-MSFT * Microsoft Alias: **pnp**
1.0
number1 - [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: f815c98d-c54b-a6cb-b77b-27c9fa99b3a3 * Version Independent ID: f78699f2-a847-f5cc-54bb-2730faf0b755 * Content: [Build solutions with Availability Zones - High Availability](https://docs.microsoft.com/en-us/azure/architecture/high-availability/building-solutions-for-high-availability) * Content Source: [docs/high-availability/building-solutions-for-high-availability.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/high-availability/building-solutions-for-high-availability.md) * Service: **architecture-center** * Sub-service: **azure-guide** * GitHub Login: @EdPrice-MSFT * Microsoft Alias: **pnp**
non_test
document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login edprice msft microsoft alias pnp
0
70,138
9,378,953,169
IssuesEvent
2019-04-04 13:59:27
Ericsson/codechecker
https://api.github.com/repos/Ericsson/codechecker
closed
__clang_analyzer__ macro is never defined
Analyzer Discussion Documentation Question
There are 2 issues in the false positive guide in section https://github.com/Ericsson/codechecker/blob/master/docs/false_positives.md#-alternative-implementations The example goes like this ```cpp #ifndef __clang_analyzer__ unsigned f(unsigned x) { return (x >> 1) & 1; } #else unsigned f(unsigned x) { return (x / 2) % 2; } #endif ``` 1) `__clang_analyzer__` macro is never seems to be defined even when we run clang sa!? So always the first is taken. 2) `(x >> 1) & 1` can be modeled properly by clang (at least by clang 5.0) so the example is not so good. What about putting this example instead?: ```cpp //EX: Alternative implementations !!__clang_analyzer__ macro is not defined!! #ifndef __clang_analyzer__ //original implementation char* fantastic_strcpy(char *to,const char *from){ char *to_start=to; while (*from != 0){ *to=*from; to++; from++; } *to=*from; return to_start; } #else //Simplified implementation for the analyzer char* fantastic_strcpy(char *to,const char *from){ return strcpy(to,from); } #endif void caller_fantastic_strcpy(){ char txt[]="Hello World!"; char *buf=(char*) malloc(5); fantastic_strcpy(buf,txt);//err:Buffer overflow DETECTED } ``` Another fundamental question is that how the programmer knows whether his function is "properly" modeled by the analyzer?
1.0
__clang_analyzer__ macro is never defined - There are 2 issues in the false positive guide in section https://github.com/Ericsson/codechecker/blob/master/docs/false_positives.md#-alternative-implementations The example goes like this ```cpp #ifndef __clang_analyzer__ unsigned f(unsigned x) { return (x >> 1) & 1; } #else unsigned f(unsigned x) { return (x / 2) % 2; } #endif ``` 1) `__clang_analyzer__` macro is never seems to be defined even when we run clang sa!? So always the first is taken. 2) `(x >> 1) & 1` can be modeled properly by clang (at least by clang 5.0) so the example is not so good. What about putting this example instead?: ```cpp //EX: Alternative implementations !!__clang_analyzer__ macro is not defined!! #ifndef __clang_analyzer__ //original implementation char* fantastic_strcpy(char *to,const char *from){ char *to_start=to; while (*from != 0){ *to=*from; to++; from++; } *to=*from; return to_start; } #else //Simplified implementation for the analyzer char* fantastic_strcpy(char *to,const char *from){ return strcpy(to,from); } #endif void caller_fantastic_strcpy(){ char txt[]="Hello World!"; char *buf=(char*) malloc(5); fantastic_strcpy(buf,txt);//err:Buffer overflow DETECTED } ``` Another fundamental question is that how the programmer knows whether his function is "properly" modeled by the analyzer?
non_test
clang analyzer macro is never defined there are issues in the false positive guide in section the example goes like this cpp ifndef clang analyzer unsigned f unsigned x return x else unsigned f unsigned x return x endif clang analyzer macro is never seems to be defined even when we run clang sa so always the first is taken x can be modeled properly by clang at least by clang so the example is not so good what about putting this example instead cpp ex alternative implementations clang analyzer macro is not defined ifndef clang analyzer original implementation char fantastic strcpy char to const char from char to start to while from to from to from to from return to start else simplified implementation for the analyzer char fantastic strcpy char to const char from return strcpy to from endif void caller fantastic strcpy char txt hello world char buf char malloc fantastic strcpy buf txt err buffer overflow detected another fundamental question is that how the programmer knows whether his function is properly modeled by the analyzer
0
129,407
27,485,446,422
IssuesEvent
2023-03-04 02:47:45
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
closed
mem::replace don't actually mutate the destination on Android
A-codegen O-android T-compiler A-simd C-bug
I have a [branch of Servo](https://github.com/jdm/servo/tree/layoutstuff) which crashes when run on Android because a [key use of mem::replace](https://github.com/jdm/servo/blob/layoutstuff/components/layout/inline.rs#L274-L283) does not actually cause the destination to change values. When I add `println!("{:?}", self.pending_line)` before and after the mem::replace, on desktop the values are updated as expected, but on Android the original value remains. When I use either of the following instead: ```rust self.pending_line = Line::new(self.floats.writing_mode, &self.minimum_metrics); ``` or ```rust let mut new_line = Line::new(self.floats.writing_mode, &self.minimum_metrics); mem::swap(&mut self.pending_line, &mut new_line); ``` then `self.pending` is updated as expected and Servo does not crash on Android.
1.0
mem::replace don't actually mutate the destination on Android - I have a [branch of Servo](https://github.com/jdm/servo/tree/layoutstuff) which crashes when run on Android because a [key use of mem::replace](https://github.com/jdm/servo/blob/layoutstuff/components/layout/inline.rs#L274-L283) does not actually cause the destination to change values. When I add `println!("{:?}", self.pending_line)` before and after the mem::replace, on desktop the values are updated as expected, but on Android the original value remains. When I use either of the following instead: ```rust self.pending_line = Line::new(self.floats.writing_mode, &self.minimum_metrics); ``` or ```rust let mut new_line = Line::new(self.floats.writing_mode, &self.minimum_metrics); mem::swap(&mut self.pending_line, &mut new_line); ``` then `self.pending` is updated as expected and Servo does not crash on Android.
non_test
mem replace don t actually mutate the destination on android i have a which crashes when run on android because a does not actually cause the destination to change values when i add println self pending line before and after the mem replace on desktop the values are updated as expected but on android the original value remains when i use either of the following instead rust self pending line line new self floats writing mode self minimum metrics or rust let mut new line line new self floats writing mode self minimum metrics mem swap mut self pending line mut new line then self pending is updated as expected and servo does not crash on android
0
25,893
3,971,943,231
IssuesEvent
2016-05-04 13:51:34
bikeanjo/bikeanjo
https://api.github.com/repos/bikeanjo/bikeanjo
closed
Fluxo de Pedidos - E-mail
ajuste back end design
Estou compilando aqui os e-mails que a plataforma tem que disparar automaticamente de acordo com o fluxo de pedidos que havíamos feito: https://www.mindmeister.com/521170718/regra-fluxo-pedido Já havia passado o layout, mas agora estou compilando também o assunto que o e-mail deve ter, para facilitar. BIKE ANJO EMAIL-BA-Mensagem-Nova Assunto: "Você tem uma nova mensagem de {Nome Solicitante}" https://drive.google.com/open?id=0BxiVb7ORD1-_T0RvdkNKMV9CWDA&authuser=0 EMAIL-BA-Pedido-Novo-Lembrete Assunto: "Lembrete: você ainda não aceitou o pedido de bike anjo de {Nome_Solicitante}" https://drive.google.com/open?id=0BxiVb7ORD1-_OWZoanBjY0VhUFk&authuser=0 EMAIL-BA-Pedido-Novo https://drive.google.com/open?id=0BxiVb7ORD1-_VC1ieFo1dlZZSzQ&authuser=0 Assunto: "Você tem um novo pedido de bike anjo de {Nome_Solicitante}" SOLICITANTE EMAIL-Solicitante-Match Assunto: "O Bike Anjo achou alguém para te ajudar!" https://drive.google.com/open?id=0BxiVb7ORD1-_cC1TaF9tTENualk&authuser=0 EMAIL-Solicitante-Mensagem-Nova Assunto: "Você recebeu uma nova mensagem de {Nome Bike Anjo}" https://drive.google.com/open?id=0BxiVb7ORD1-_UGhSNXJMWFV6TzQ&authuser=0 EMAIL-Solicitante-Nao-Achou Assunto: "Ainda não achamos seu bike anjo, mas queremos te ajudar!" https://drive.google.com/open?id=0BxiVb7ORD1-_TGlBc2o2d2h3MWc&authuser=0 EMAIL-Solicitante-Pedido Atendido Assunto: "Seu pedido de Bike Anjo foi atendido por {Nome Bike Anjo}?" https://drive.google.com/open?id=0BxiVb7ORD1-_ZjBHZTBySU9Hb0k&authuser=0 EMAIL-Solicitante-Pedido Cancelado-automatico Assunto: "Seu pedido de bike anjo foi cancelado por {Nome Bike Anjo}" https://drive.google.com/open?id=0BxiVb7ORD1-_M2ljazl3NTdUdWM&authuser=0 EMAIL-Solicitante-Pedido Cancelado Assunto: "Seu pedido de bike anjo foi cancelado por {Nome Bike Anjo}" https://drive.google.com/open?id=0BxiVb7ORD1-_R0FLXzVhR0RDQmc&authuser=0
1.0
Fluxo de Pedidos - E-mail - Estou compilando aqui os e-mails que a plataforma tem que disparar automaticamente de acordo com o fluxo de pedidos que havíamos feito: https://www.mindmeister.com/521170718/regra-fluxo-pedido Já havia passado o layout, mas agora estou compilando também o assunto que o e-mail deve ter, para facilitar. BIKE ANJO EMAIL-BA-Mensagem-Nova Assunto: "Você tem uma nova mensagem de {Nome Solicitante}" https://drive.google.com/open?id=0BxiVb7ORD1-_T0RvdkNKMV9CWDA&authuser=0 EMAIL-BA-Pedido-Novo-Lembrete Assunto: "Lembrete: você ainda não aceitou o pedido de bike anjo de {Nome_Solicitante}" https://drive.google.com/open?id=0BxiVb7ORD1-_OWZoanBjY0VhUFk&authuser=0 EMAIL-BA-Pedido-Novo https://drive.google.com/open?id=0BxiVb7ORD1-_VC1ieFo1dlZZSzQ&authuser=0 Assunto: "Você tem um novo pedido de bike anjo de {Nome_Solicitante}" SOLICITANTE EMAIL-Solicitante-Match Assunto: "O Bike Anjo achou alguém para te ajudar!" https://drive.google.com/open?id=0BxiVb7ORD1-_cC1TaF9tTENualk&authuser=0 EMAIL-Solicitante-Mensagem-Nova Assunto: "Você recebeu uma nova mensagem de {Nome Bike Anjo}" https://drive.google.com/open?id=0BxiVb7ORD1-_UGhSNXJMWFV6TzQ&authuser=0 EMAIL-Solicitante-Nao-Achou Assunto: "Ainda não achamos seu bike anjo, mas queremos te ajudar!" https://drive.google.com/open?id=0BxiVb7ORD1-_TGlBc2o2d2h3MWc&authuser=0 EMAIL-Solicitante-Pedido Atendido Assunto: "Seu pedido de Bike Anjo foi atendido por {Nome Bike Anjo}?" https://drive.google.com/open?id=0BxiVb7ORD1-_ZjBHZTBySU9Hb0k&authuser=0 EMAIL-Solicitante-Pedido Cancelado-automatico Assunto: "Seu pedido de bike anjo foi cancelado por {Nome Bike Anjo}" https://drive.google.com/open?id=0BxiVb7ORD1-_M2ljazl3NTdUdWM&authuser=0 EMAIL-Solicitante-Pedido Cancelado Assunto: "Seu pedido de bike anjo foi cancelado por {Nome Bike Anjo}" https://drive.google.com/open?id=0BxiVb7ORD1-_R0FLXzVhR0RDQmc&authuser=0
non_test
fluxo de pedidos e mail estou compilando aqui os e mails que a plataforma tem que disparar automaticamente de acordo com o fluxo de pedidos que havíamos feito já havia passado o layout mas agora estou compilando também o assunto que o e mail deve ter para facilitar bike anjo email ba mensagem nova assunto você tem uma nova mensagem de nome solicitante email ba pedido novo lembrete assunto lembrete você ainda não aceitou o pedido de bike anjo de nome solicitante email ba pedido novo assunto você tem um novo pedido de bike anjo de nome solicitante solicitante email solicitante match assunto o bike anjo achou alguém para te ajudar email solicitante mensagem nova assunto você recebeu uma nova mensagem de nome bike anjo email solicitante nao achou assunto ainda não achamos seu bike anjo mas queremos te ajudar email solicitante pedido atendido assunto seu pedido de bike anjo foi atendido por nome bike anjo email solicitante pedido cancelado automatico assunto seu pedido de bike anjo foi cancelado por nome bike anjo email solicitante pedido cancelado assunto seu pedido de bike anjo foi cancelado por nome bike anjo
0
185,906
21,876,270,385
IssuesEvent
2022-05-19 10:25:23
turkdevops/graphql-tools
https://api.github.com/repos/turkdevops/graphql-tools
closed
WS-2021-0379 (High) detected in mixme-0.4.0.tgz - autoclosed
security vulnerability
## WS-2021-0379 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mixme-0.4.0.tgz</b></p></summary> <p>A library for recursive merging of Javascript objects</p> <p>Library home page: <a href="https://registry.npmjs.org/mixme/-/mixme-0.4.0.tgz">https://registry.npmjs.org/mixme/-/mixme-0.4.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/mixme/package.json</p> <p> Dependency Hierarchy: - cli-2.16.0.tgz (Root Library) - tty-table-2.8.13.tgz - csv-5.4.0.tgz - stream-transform-2.0.4.tgz - :x: **mixme-0.4.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/graphql-tools/commit/522129ce265decf86028571eea566ef21c50fd7f">522129ce265decf86028571eea566ef21c50fd7f</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Node.js mixme, prior to v0.5.2,When copying properties from a source object to a target object, the target object can gain access to certain properties of the source object and modify their content. <p>Publish Date: 2021-09-19 <p>URL: <a href=https://github.com/adaltas/node-mixme/commit/db70fe9bcbba451e9f8bd794a9fa7cdfa00125ad>WS-2021-0379</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-84p7-fh9c-6g8h">https://github.com/advisories/GHSA-84p7-fh9c-6g8h</a></p> <p>Release Date: 2021-09-19</p> <p>Fix Resolution (mixme): 0.5.2</p> <p>Direct dependency fix Resolution (@changesets/cli): 2.17.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2021-0379 (High) detected in mixme-0.4.0.tgz - autoclosed - ## WS-2021-0379 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mixme-0.4.0.tgz</b></p></summary> <p>A library for recursive merging of Javascript objects</p> <p>Library home page: <a href="https://registry.npmjs.org/mixme/-/mixme-0.4.0.tgz">https://registry.npmjs.org/mixme/-/mixme-0.4.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/mixme/package.json</p> <p> Dependency Hierarchy: - cli-2.16.0.tgz (Root Library) - tty-table-2.8.13.tgz - csv-5.4.0.tgz - stream-transform-2.0.4.tgz - :x: **mixme-0.4.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/graphql-tools/commit/522129ce265decf86028571eea566ef21c50fd7f">522129ce265decf86028571eea566ef21c50fd7f</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Node.js mixme, prior to v0.5.2,When copying properties from a source object to a target object, the target object can gain access to certain properties of the source object and modify their content. <p>Publish Date: 2021-09-19 <p>URL: <a href=https://github.com/adaltas/node-mixme/commit/db70fe9bcbba451e9f8bd794a9fa7cdfa00125ad>WS-2021-0379</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-84p7-fh9c-6g8h">https://github.com/advisories/GHSA-84p7-fh9c-6g8h</a></p> <p>Release Date: 2021-09-19</p> <p>Fix Resolution (mixme): 0.5.2</p> <p>Direct dependency fix Resolution (@changesets/cli): 2.17.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
ws high detected in mixme tgz autoclosed ws high severity vulnerability vulnerable library mixme tgz a library for recursive merging of javascript objects library home page a href path to dependency file package json path to vulnerable library node modules mixme package json dependency hierarchy cli tgz root library tty table tgz csv tgz stream transform tgz x mixme tgz vulnerable library found in head commit a href found in base branch master vulnerability details in node js mixme prior to when copying properties from a source object to a target object the target object can gain access to certain properties of the source object and modify their content publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact low availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution mixme direct dependency fix resolution changesets cli step up your open source security game with whitesource
0
45,016
5,681,149,482
IssuesEvent
2017-04-13 04:57:24
servo/servo
https://api.github.com/repos/servo/servo
closed
Layout assertion visiting google accounts help page
A-layout/inline C-has-manual-testcase I-panic
STR: visit http://www.google.com/support/accounts?hl=en ``` assertion failed: ellipsis_fragments.len() == 1 (thread LayoutThread PipelineId { namespace_id: PipelineNamespaceId(0), index: PipelineIndex(3) }, at /Users/jdm/src/servo/components/layout/fragment.rs:772) stack backtrace: 0: 0x10f0c55b1 - backtrace::backtrace::trace::hf69d5756c40bafc7 1: 0x10f0c5c58 - backtrace::capture::Backtrace::new::h92e5f83ad3bb233c 2: 0x10ed5c4fc - servo::main::{{closure}}::hf6443ebf81e66199 3: 0x114361273 - std::panicking::rust_panic_with_hook::h3e771863e3ed8403 4: 0x10fec2573 - std::panicking::begin_panic::h94258923a88c8674 5: 0x11003d35a - layout::fragment::Fragment::transform_into_ellipsis::h438ff44d3bf59d07 6: 0x110056c58 - layout::inline::LineBreaker::push_fragment_to_line::hd83cfdc26114cb54 7: 0x110057622 - layout::inline::LineBreaker::split_line_at_last_known_good_position::h0c67809371a9c3a9 8: 0x1100554c8 - layout::inline::LineBreaker::reflow_fragment::h40ff0b65cb4f02a2 9: 0x110052625 - layout::inline::LineBreaker::reflow_fragments::hf1ae70c705b24d94 10: 0x110051f82 - layout::inline::LineBreaker::scan_for_lines::h9de4388d261c6025 11: 0x11005c7cc - <layout::inline::InlineFlow as layout::flow::Flow>::assign_block_size::h5d58d839c7d217d8 12: 0x11008ff8b - <layout::traversal::AssignBSizes<'a> as layout::flow::PostorderFlowTraversal>::process::h3477b9c360ab6b67 13: 0x11006aea6 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 14: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 15: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 16: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 17: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 18: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 19: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 20: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 21: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 22: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 23: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 24: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 25: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 26: 0x11006ac75 - layout::sequential::traverse_flow_tree_preorder::h9f05d6a9353cbd7d 27: 0x10fdca22a - layout_thread::LayoutThread::solve_constraints::h8dc9cd0782aa6e1f 28: 0x10fdd2117 - layout_thread::LayoutThread::perform_post_style_recalc_layout_passes::{{closure}}::h7be30c3a18ebf344 29: 0x10fb9df7f - profile_traits::time::profile::h6c261d3b1b8f3ed4 30: 0x10fdd1a60 - layout_thread::LayoutThread::perform_post_style_recalc_layout_passes::h479b2d2e6dbf3969 31: 0x10fdceb63 - layout_thread::LayoutThread::handle_reflow::h72f2ec2961f891a9 32: 0x10fdc81bd - layout_thread::LayoutThread::handle_request_helper::{{closure}}::hc7d47ef9d243a171 33: 0x10fb9cf4f - profile_traits::time::profile::h020b1a8ee21efe70 34: 0x10fdc76d2 - layout_thread::LayoutThread::handle_request_helper::h5d54f483bb96d08d 35: 0x10fdc63bf - layout_thread::LayoutThread::handle_request::h93b84d371f279dcd 36: 0x10fdc5315 - layout_thread::LayoutThread::start::h9b0152470f35579a 37: 0x10fdc171d - <layout_thread::LayoutThread as layout_traits::LayoutThreadFactory>::create::{{closure}}::{{closure}}::he99659b3fbde1add 38: 0x10fb9c9dd - profile_traits::mem::ProfilerChan::run_with_memory_reporting::hda8d984d87c7a0a2 39: 0x10fdc1de2 - <layout_thread::LayoutThread as layout_traits::LayoutThreadFactory>::create::{{closure}}::h1be44ea9032c35c8 40: 0x10fd970bb - <std::panic::AssertUnwindSafe<F> as core::ops::FnOnce<()>>::call_once::h3bcd7ab5878ed8ee 41: 0x10fc1a1af - std::panicking::try::do_call::ha8f59e88188b6f4c 42: 0x11436214a - __rust_maybe_catch_panic 43: 0x10fc19670 - std::panicking::try::hfcf4e4e0772d1f1c 44: 0x10fc17375 - std::panic::catch_unwind::h75c6658c00c4d757 45: 0x10fc18250 - std::thread::Builder::spawn::{{closure}}::ha2723455ecd04240 46: 0x10fcaa669 - <F as alloc::boxed::FnBox<A>>::call_box::hc6c860102f3f90f1 47: 0x1143601f4 - std::sys::imp::thread::Thread::new::thread_start::h5f22426d80277e16 48: 0x7fff8e409898 - _pthread_body 49: 0x7fff8e409729 - _pthread_start ```
1.0
Layout assertion visiting google accounts help page - STR: visit http://www.google.com/support/accounts?hl=en ``` assertion failed: ellipsis_fragments.len() == 1 (thread LayoutThread PipelineId { namespace_id: PipelineNamespaceId(0), index: PipelineIndex(3) }, at /Users/jdm/src/servo/components/layout/fragment.rs:772) stack backtrace: 0: 0x10f0c55b1 - backtrace::backtrace::trace::hf69d5756c40bafc7 1: 0x10f0c5c58 - backtrace::capture::Backtrace::new::h92e5f83ad3bb233c 2: 0x10ed5c4fc - servo::main::{{closure}}::hf6443ebf81e66199 3: 0x114361273 - std::panicking::rust_panic_with_hook::h3e771863e3ed8403 4: 0x10fec2573 - std::panicking::begin_panic::h94258923a88c8674 5: 0x11003d35a - layout::fragment::Fragment::transform_into_ellipsis::h438ff44d3bf59d07 6: 0x110056c58 - layout::inline::LineBreaker::push_fragment_to_line::hd83cfdc26114cb54 7: 0x110057622 - layout::inline::LineBreaker::split_line_at_last_known_good_position::h0c67809371a9c3a9 8: 0x1100554c8 - layout::inline::LineBreaker::reflow_fragment::h40ff0b65cb4f02a2 9: 0x110052625 - layout::inline::LineBreaker::reflow_fragments::hf1ae70c705b24d94 10: 0x110051f82 - layout::inline::LineBreaker::scan_for_lines::h9de4388d261c6025 11: 0x11005c7cc - <layout::inline::InlineFlow as layout::flow::Flow>::assign_block_size::h5d58d839c7d217d8 12: 0x11008ff8b - <layout::traversal::AssignBSizes<'a> as layout::flow::PostorderFlowTraversal>::process::h3477b9c360ab6b67 13: 0x11006aea6 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 14: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 15: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 16: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 17: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 18: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 19: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 20: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 21: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 22: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 23: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 24: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 25: 0x11006ae84 - layout::sequential::traverse_flow_tree_preorder::doit::h9ef088d634ad02b3 26: 0x11006ac75 - layout::sequential::traverse_flow_tree_preorder::h9f05d6a9353cbd7d 27: 0x10fdca22a - layout_thread::LayoutThread::solve_constraints::h8dc9cd0782aa6e1f 28: 0x10fdd2117 - layout_thread::LayoutThread::perform_post_style_recalc_layout_passes::{{closure}}::h7be30c3a18ebf344 29: 0x10fb9df7f - profile_traits::time::profile::h6c261d3b1b8f3ed4 30: 0x10fdd1a60 - layout_thread::LayoutThread::perform_post_style_recalc_layout_passes::h479b2d2e6dbf3969 31: 0x10fdceb63 - layout_thread::LayoutThread::handle_reflow::h72f2ec2961f891a9 32: 0x10fdc81bd - layout_thread::LayoutThread::handle_request_helper::{{closure}}::hc7d47ef9d243a171 33: 0x10fb9cf4f - profile_traits::time::profile::h020b1a8ee21efe70 34: 0x10fdc76d2 - layout_thread::LayoutThread::handle_request_helper::h5d54f483bb96d08d 35: 0x10fdc63bf - layout_thread::LayoutThread::handle_request::h93b84d371f279dcd 36: 0x10fdc5315 - layout_thread::LayoutThread::start::h9b0152470f35579a 37: 0x10fdc171d - <layout_thread::LayoutThread as layout_traits::LayoutThreadFactory>::create::{{closure}}::{{closure}}::he99659b3fbde1add 38: 0x10fb9c9dd - profile_traits::mem::ProfilerChan::run_with_memory_reporting::hda8d984d87c7a0a2 39: 0x10fdc1de2 - <layout_thread::LayoutThread as layout_traits::LayoutThreadFactory>::create::{{closure}}::h1be44ea9032c35c8 40: 0x10fd970bb - <std::panic::AssertUnwindSafe<F> as core::ops::FnOnce<()>>::call_once::h3bcd7ab5878ed8ee 41: 0x10fc1a1af - std::panicking::try::do_call::ha8f59e88188b6f4c 42: 0x11436214a - __rust_maybe_catch_panic 43: 0x10fc19670 - std::panicking::try::hfcf4e4e0772d1f1c 44: 0x10fc17375 - std::panic::catch_unwind::h75c6658c00c4d757 45: 0x10fc18250 - std::thread::Builder::spawn::{{closure}}::ha2723455ecd04240 46: 0x10fcaa669 - <F as alloc::boxed::FnBox<A>>::call_box::hc6c860102f3f90f1 47: 0x1143601f4 - std::sys::imp::thread::Thread::new::thread_start::h5f22426d80277e16 48: 0x7fff8e409898 - _pthread_body 49: 0x7fff8e409729 - _pthread_start ```
test
layout assertion visiting google accounts help page str visit assertion failed ellipsis fragments len thread layoutthread pipelineid namespace id pipelinenamespaceid index pipelineindex at users jdm src servo components layout fragment rs stack backtrace backtrace backtrace trace backtrace capture backtrace new servo main closure std panicking rust panic with hook std panicking begin panic layout fragment fragment transform into ellipsis layout inline linebreaker push fragment to line layout inline linebreaker split line at last known good position layout inline linebreaker reflow fragment layout inline linebreaker reflow fragments layout inline linebreaker scan for lines assign block size as layout flow postorderflowtraversal process layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder doit layout sequential traverse flow tree preorder layout thread layoutthread solve constraints layout thread layoutthread perform post style recalc layout passes closure profile traits time profile layout thread layoutthread perform post style recalc layout passes layout thread layoutthread handle reflow layout thread layoutthread handle request helper closure profile traits time profile layout thread layoutthread handle request helper layout thread layoutthread handle request layout thread layoutthread start create closure closure profile traits mem profilerchan run with memory reporting create closure as core ops fnonce call once std panicking try do call rust maybe catch panic std panicking try std panic catch unwind std thread builder spawn closure call box std sys imp thread thread new thread start pthread body pthread start
1
44,656
9,620,482,905
IssuesEvent
2019-05-14 08:28:13
HGustavs/LenaSYS
https://api.github.com/repos/HGustavs/LenaSYS
closed
Codeviewer: Add documentation
CodeViewer documentation gruppC2019
Codeviewer could use some better documentation to make it easier to work with
1.0
Codeviewer: Add documentation - Codeviewer could use some better documentation to make it easier to work with
non_test
codeviewer add documentation codeviewer could use some better documentation to make it easier to work with
0
295,844
25,508,488,023
IssuesEvent
2022-11-28 11:16:31
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
sql/opt/opbench: TestOpBench failed
C-test-failure O-robot branch-master
sql/opt/opbench.TestOpBench [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7727052?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7727052?buildTab=artifacts#/) on master @ [1a6e9f885baa124d5ff2996adb966ea15a1a9b2b](https://github.com/cockroachdb/cockroach/commits/1a6e9f885baa124d5ff2996adb966ea15a1a9b2b): Fatal error: ``` panic: test timed out after 55s ``` Stack: ``` goroutine 4585743 [running]: testing.(*M).startAlarm.func1() GOROOT/src/testing/testing.go:2036 +0x8e created by time.goFunc GOROOT/src/time/sleep.go:176 +0x32 ``` <details><summary>Log preceding fatal error</summary> <p> ``` === RUN TestOpBench === RUN TestOpBench/tpch-hash-join === RUN TestOpBench/tpch-merge-join ``` </p> </details> <p>Parameters: <code>TAGS=bazel,gss,deadlock</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestOpBench.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
1.0
sql/opt/opbench: TestOpBench failed - sql/opt/opbench.TestOpBench [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7727052?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7727052?buildTab=artifacts#/) on master @ [1a6e9f885baa124d5ff2996adb966ea15a1a9b2b](https://github.com/cockroachdb/cockroach/commits/1a6e9f885baa124d5ff2996adb966ea15a1a9b2b): Fatal error: ``` panic: test timed out after 55s ``` Stack: ``` goroutine 4585743 [running]: testing.(*M).startAlarm.func1() GOROOT/src/testing/testing.go:2036 +0x8e created by time.goFunc GOROOT/src/time/sleep.go:176 +0x32 ``` <details><summary>Log preceding fatal error</summary> <p> ``` === RUN TestOpBench === RUN TestOpBench/tpch-hash-join === RUN TestOpBench/tpch-merge-join ``` </p> </details> <p>Parameters: <code>TAGS=bazel,gss,deadlock</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestOpBench.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
sql opt opbench testopbench failed sql opt opbench testopbench with on master fatal error panic test timed out after stack goroutine testing m startalarm goroot src testing testing go created by time gofunc goroot src time sleep go log preceding fatal error run testopbench run testopbench tpch hash join run testopbench tpch merge join parameters tags bazel gss deadlock help see also cc cockroachdb sql queries
1
139,167
5,357,690,626
IssuesEvent
2017-02-20 19:24:11
CCAFS/MARLO
https://api.github.com/repos/CCAFS/MARLO
closed
Change Typos and wording in deliverables section
Priority - Medium Type -Task
Under Partners contributing to this deliverable, change to "Please indicate who is responsible for producing this deliverable."
1.0
Change Typos and wording in deliverables section - Under Partners contributing to this deliverable, change to "Please indicate who is responsible for producing this deliverable."
non_test
change typos and wording in deliverables section under partners contributing to this deliverable change to please indicate who is responsible for producing this deliverable
0
296,795
22,324,737,216
IssuesEvent
2022-06-14 09:37:01
SDU-eScience/UCloud
https://api.github.com/repos/SDU-eScience/UCloud
closed
[e2e] Update the connection API to allow for optional signing
enhancement backend documentation
This will expand the documentation to include information about how to attach a signing key as part of the `$provider.im.connect` procedure.
1.0
[e2e] Update the connection API to allow for optional signing - This will expand the documentation to include information about how to attach a signing key as part of the `$provider.im.connect` procedure.
non_test
update the connection api to allow for optional signing this will expand the documentation to include information about how to attach a signing key as part of the provider im connect procedure
0
765,566
26,852,136,195
IssuesEvent
2023-02-03 11:54:55
Zapit-Optostim/zapit
https://api.github.com/repos/Zapit-Optostim/zapit
opened
Can not issue "sendSamples" within 300 ms of "stopOptoStim"
Low priority Known obvious issue
Can not issue `zapit.pointer.sendSamples` within 300 ms of `zapit.pointer.stopOptoStim`. This is because there is a 300 ms delay before the task is stopped (e.g. be2fa1e95128f779f83787a73a937882963afe00). This might never be a problem in practice but if it is we could have a property that signals when the task is ready. Ideally, though we just tell people not to call these commands one after the other.
1.0
Can not issue "sendSamples" within 300 ms of "stopOptoStim" - Can not issue `zapit.pointer.sendSamples` within 300 ms of `zapit.pointer.stopOptoStim`. This is because there is a 300 ms delay before the task is stopped (e.g. be2fa1e95128f779f83787a73a937882963afe00). This might never be a problem in practice but if it is we could have a property that signals when the task is ready. Ideally, though we just tell people not to call these commands one after the other.
non_test
can not issue sendsamples within ms of stopoptostim can not issue zapit pointer sendsamples within ms of zapit pointer stopoptostim this is because there is a ms delay before the task is stopped e g this might never be a problem in practice but if it is we could have a property that signals when the task is ready ideally though we just tell people not to call these commands one after the other
0
343,567
30,673,206,860
IssuesEvent
2023-07-26 01:29:06
longhorn/longhorn
https://api.github.com/repos/longhorn/longhorn
opened
[TEST][IMPROVEMENT] Automatically remount read-only RWO volume to read-write
kind/test
adding/updating auto e2e test cases for https://github.com/longhorn/longhorn/issues/6386 if they can be automated cc @longhorn/qa
1.0
[TEST][IMPROVEMENT] Automatically remount read-only RWO volume to read-write - adding/updating auto e2e test cases for https://github.com/longhorn/longhorn/issues/6386 if they can be automated cc @longhorn/qa
test
automatically remount read only rwo volume to read write adding updating auto test cases for if they can be automated cc longhorn qa
1
53,926
3,054,208,856
IssuesEvent
2015-08-13 00:11:08
KIZI/EasyMiner-EasyMinerCenter
https://api.github.com/repos/KIZI/EasyMiner-EasyMinerCenter
closed
Podpora většího množství parametrů při importu CSV
priority: normal state: accepted type: enhancement
- [x] encoding - [x] separator, closure, escape - [x] null values (seznam hodnot, které budou interpretovány jako null) - [ ] opravit styly pro layout na stránce nastavení CSV importu
1.0
Podpora většího množství parametrů při importu CSV - - [x] encoding - [x] separator, closure, escape - [x] null values (seznam hodnot, které budou interpretovány jako null) - [ ] opravit styly pro layout na stránce nastavení CSV importu
non_test
podpora většího množství parametrů při importu csv encoding separator closure escape null values seznam hodnot které budou interpretovány jako null opravit styly pro layout na stránce nastavení csv importu
0
136,602
11,053,725,681
IssuesEvent
2019-12-10 12:00:58
tomas962/AdvertSite
https://api.github.com/repos/tomas962/AdvertSite
closed
Skelbimo patvirtinimas
test
``` Administratoriui paspaudus mygtuką "Patvirtinti": Skelbimas yra patvirtinamas ir matomas visiem vartotojams. Administratoriui paspaudus mygtuką "Atmesti": Skelbimas yra pašalinamas iš sistemos. Vartotojui, neturinčiam administratoriaus teisių, bandant patvirtinti ar atmesti skelbimą: Atvaizduojama autorizacijos klaida
1.0
Skelbimo patvirtinimas - ``` Administratoriui paspaudus mygtuką "Patvirtinti": Skelbimas yra patvirtinamas ir matomas visiem vartotojams. Administratoriui paspaudus mygtuką "Atmesti": Skelbimas yra pašalinamas iš sistemos. Vartotojui, neturinčiam administratoriaus teisių, bandant patvirtinti ar atmesti skelbimą: Atvaizduojama autorizacijos klaida
test
skelbimo patvirtinimas administratoriui paspaudus mygtuką patvirtinti skelbimas yra patvirtinamas ir matomas visiem vartotojams administratoriui paspaudus mygtuką atmesti skelbimas yra pašalinamas iš sistemos vartotojui neturinčiam administratoriaus teisių bandant patvirtinti ar atmesti skelbimą atvaizduojama autorizacijos klaida
1
65,814
6,975,737,303
IssuesEvent
2017-12-12 08:31:39
MajkiIT/polish-ads-filter
https://api.github.com/repos/MajkiIT/polish-ads-filter
closed
konflikty.pl
dodać reguły gotowe/testowanie reklama
![2017-12-12 01_08_56-konflikty pl](https://user-images.githubusercontent.com/5884000/33860484-5138f78c-ded9-11e7-8942-48837c71389e.png) moje filtry https://gist.github.com/mat41997/809ef17633ba86197db6df03d6790f16 Nano Adblocker 1.0.0.9 Nano Defender 13.0 Chrome 63.0.3239.84
1.0
konflikty.pl - ![2017-12-12 01_08_56-konflikty pl](https://user-images.githubusercontent.com/5884000/33860484-5138f78c-ded9-11e7-8942-48837c71389e.png) moje filtry https://gist.github.com/mat41997/809ef17633ba86197db6df03d6790f16 Nano Adblocker 1.0.0.9 Nano Defender 13.0 Chrome 63.0.3239.84
test
konflikty pl moje filtry nano adblocker nano defender chrome
1
351,170
31,987,055,512
IssuesEvent
2023-09-21 00:49:01
opensearch-project/cross-cluster-replication
https://api.github.com/repos/opensearch-project/cross-cluster-replication
closed
[AUTOCUT] Integration Test failed for cross-cluster-replication: 2.10.0 tar distribution
untriaged autocut integ-test-failure v2.10.0
The integration test failed at distribution level for component cross-cluster-replication<br>Version: 2.10.0<br>Distribution: tar<br>Architecture: arm64<br>Platform: linux<br><br>Please check the logs: https://build.ci.opensearch.org/job/integ-test/6080/display/redirect<br><br> * Test-report manifest:*<br> - https://ci.opensearch.org/ci/dbc/integ-test/2.10.0/8515/linux/arm64/tar/test-results/6080/integ-test/test-report.yml <br><br> _Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest. <br>Instructions of this test-report manifest can be found [here](https://github.com/opensearch-project/opensearch-build/tree/main/src/report_workflow#guide-on-test-report-manifest-from-ci)._
1.0
[AUTOCUT] Integration Test failed for cross-cluster-replication: 2.10.0 tar distribution - The integration test failed at distribution level for component cross-cluster-replication<br>Version: 2.10.0<br>Distribution: tar<br>Architecture: arm64<br>Platform: linux<br><br>Please check the logs: https://build.ci.opensearch.org/job/integ-test/6080/display/redirect<br><br> * Test-report manifest:*<br> - https://ci.opensearch.org/ci/dbc/integ-test/2.10.0/8515/linux/arm64/tar/test-results/6080/integ-test/test-report.yml <br><br> _Note: Steps to reproduce, additional logs and other files can be found within the above test-report manifest. <br>Instructions of this test-report manifest can be found [here](https://github.com/opensearch-project/opensearch-build/tree/main/src/report_workflow#guide-on-test-report-manifest-from-ci)._
test
integration test failed for cross cluster replication tar distribution the integration test failed at distribution level for component cross cluster replication version distribution tar architecture platform linux please check the logs test report manifest note steps to reproduce additional logs and other files can be found within the above test report manifest instructions of this test report manifest can be found
1
225,743
17,891,162,099
IssuesEvent
2021-09-08 00:44:07
DannyMichaels/LoL-scrims-finder
https://api.github.com/repos/DannyMichaels/LoL-scrims-finder
opened
Write tests for the front-end React App
Front-End tests
Right now the front-end has no tests at all. We can use the following libraries: - Enzyme - react-testing-library - jest Not every file needs a test, but mostly what I'm looking for is to test the life cycle of: - scrims being fetched and state changing. - user being verified and state changing - when countdown timer reaches 0, gameStarted state for the scrim changes.
1.0
Write tests for the front-end React App - Right now the front-end has no tests at all. We can use the following libraries: - Enzyme - react-testing-library - jest Not every file needs a test, but mostly what I'm looking for is to test the life cycle of: - scrims being fetched and state changing. - user being verified and state changing - when countdown timer reaches 0, gameStarted state for the scrim changes.
test
write tests for the front end react app right now the front end has no tests at all we can use the following libraries enzyme react testing library jest not every file needs a test but mostly what i m looking for is to test the life cycle of scrims being fetched and state changing user being verified and state changing when countdown timer reaches gamestarted state for the scrim changes
1
97,467
3,993,786,332
IssuesEvent
2016-05-10 09:42:56
thesgc/chembiohub_helpdesk
https://api.github.com/repos/thesgc/chembiohub_helpdesk
opened
Forced to add at least one project data field
bug priority: Low
When I create a new project, I'm forced to add a data field. I can delete the field and it will then save with no name, so when I look at the configuration it's there with blank field name. Won't save until I add a name or delete (as before - doesn't actually delete).
1.0
Forced to add at least one project data field - When I create a new project, I'm forced to add a data field. I can delete the field and it will then save with no name, so when I look at the configuration it's there with blank field name. Won't save until I add a name or delete (as before - doesn't actually delete).
non_test
forced to add at least one project data field when i create a new project i m forced to add a data field i can delete the field and it will then save with no name so when i look at the configuration it s there with blank field name won t save until i add a name or delete as before doesn t actually delete
0
818,112
30,671,473,831
IssuesEvent
2023-07-25 23:04:17
AZMAG/map-Wickenburg
https://api.github.com/repos/AZMAG/map-Wickenburg
opened
Update Floodways layer
Status: In-Progress Priority: High Issue: Maintenance
1. For the Flood Zone layer, it looks like only the “FW” zone is showing now. The map should also include the other zones in a single group (A, AE, etc). 2. The layer called Flood Zone Pending should be removed from the map. These appear to have been adopted by FEMA. 3. In the legend for Flood Zone, we should have two classes, as we do now, but shown thusly: a. Floodway b. 100 Year Floodplain 4. The Flood Zone Definitions link can probably stay since the definitions show up if you identify on the flood zones. However, in this dialog the info on the Pending Flood Zone should be commented out.
1.0
Update Floodways layer - 1. For the Flood Zone layer, it looks like only the “FW” zone is showing now. The map should also include the other zones in a single group (A, AE, etc). 2. The layer called Flood Zone Pending should be removed from the map. These appear to have been adopted by FEMA. 3. In the legend for Flood Zone, we should have two classes, as we do now, but shown thusly: a. Floodway b. 100 Year Floodplain 4. The Flood Zone Definitions link can probably stay since the definitions show up if you identify on the flood zones. However, in this dialog the info on the Pending Flood Zone should be commented out.
non_test
update floodways layer for the flood zone layer it looks like only the “fw” zone is showing now the map should also include the other zones in a single group a ae etc the layer called flood zone pending should be removed from the map these appear to have been adopted by fema in the legend for flood zone we should have two classes as we do now but shown thusly a floodway b year floodplain the flood zone definitions link can probably stay since the definitions show up if you identify on the flood zones however in this dialog the info on the pending flood zone should be commented out
0
39,522
5,239,318,858
IssuesEvent
2017-01-31 09:26:45
QualiSystems/OpenStack-Shell
https://api.github.com/repos/QualiSystems/OpenStack-Shell
closed
Support for connecting two Apps through VLAN
7.2 F-App_Connectivity In Testing
When two applications are deployed in a Reservation, it should be possible to use "Connectivity Service" (VLAN) provided by Cloudshell to connect those applications - [x] Implement Apply Connectivity Operation - [ ] Implement Prepare Connectivity Operation (eg. creating a network that uses provider VLANs?) - [x] Add an interface on the network to deployed VMs - [ ] Assign OpenStack Subnet to the interface - [ ] Verify connectivity support using basic SSH Ping A more detailed discussion about connectivity 1. L2 connectivity using VLANs is possible - we have verified following - On the same compute node, isolation is provided using Linux network namespaces - On different compute nodes and between VMs to Physical nodes isolation is provided using VLANs (it can be GRE Tunnels/VxLANs etc. eg. Quali Office Openstack deployment uses VxLAN) 2a. It is possible to have L2 broadcast domains spanning across VMs and physical networks - 2b. However - pure L2 connectivity is not possible in OpenStack - What this means is - - We can not simply define L2 networks with VLAN IDs and forget. We need to assign subnet and some L3 IP Addresses with DHCP - This may be because - openstack is managing things like Floating IPs for instances, for this it needs to know about L3 addresses that are assigned to interfaces. 1. What we have also observed is - in a given broadcast domain it is possible to assign a subset of IPs using DHCP and other IPs can be 'externally managed' (note: however that we cannot have 2 DHCP Servers on the network - that'd create mess. So physical resources should have IP addresses assigned by non-DHCP mechanism). This is one limitation that we have to work with. 2. What this means for floating IPs - Floating IPs - it's important to know the use-case. It is possible in Openstack to assign 'floating IP to a particular fixed IP' or otherwise it gets assigned to nic with lexicographically smallest UUID. 3. Security groups are not required (at openstack level) to connect between physical resources and virtual resources that are on the 'same VLAN and hence on the same L2 network'. However it's likely that the VMs may implement some firewalls themselves, that limits seamless connectivity.
1.0
Support for connecting two Apps through VLAN - When two applications are deployed in a Reservation, it should be possible to use "Connectivity Service" (VLAN) provided by Cloudshell to connect those applications - [x] Implement Apply Connectivity Operation - [ ] Implement Prepare Connectivity Operation (eg. creating a network that uses provider VLANs?) - [x] Add an interface on the network to deployed VMs - [ ] Assign OpenStack Subnet to the interface - [ ] Verify connectivity support using basic SSH Ping A more detailed discussion about connectivity 1. L2 connectivity using VLANs is possible - we have verified following - On the same compute node, isolation is provided using Linux network namespaces - On different compute nodes and between VMs to Physical nodes isolation is provided using VLANs (it can be GRE Tunnels/VxLANs etc. eg. Quali Office Openstack deployment uses VxLAN) 2a. It is possible to have L2 broadcast domains spanning across VMs and physical networks - 2b. However - pure L2 connectivity is not possible in OpenStack - What this means is - - We can not simply define L2 networks with VLAN IDs and forget. We need to assign subnet and some L3 IP Addresses with DHCP - This may be because - openstack is managing things like Floating IPs for instances, for this it needs to know about L3 addresses that are assigned to interfaces. 1. What we have also observed is - in a given broadcast domain it is possible to assign a subset of IPs using DHCP and other IPs can be 'externally managed' (note: however that we cannot have 2 DHCP Servers on the network - that'd create mess. So physical resources should have IP addresses assigned by non-DHCP mechanism). This is one limitation that we have to work with. 2. What this means for floating IPs - Floating IPs - it's important to know the use-case. It is possible in Openstack to assign 'floating IP to a particular fixed IP' or otherwise it gets assigned to nic with lexicographically smallest UUID. 3. Security groups are not required (at openstack level) to connect between physical resources and virtual resources that are on the 'same VLAN and hence on the same L2 network'. However it's likely that the VMs may implement some firewalls themselves, that limits seamless connectivity.
test
support for connecting two apps through vlan when two applications are deployed in a reservation it should be possible to use connectivity service vlan provided by cloudshell to connect those applications implement apply connectivity operation implement prepare connectivity operation eg creating a network that uses provider vlans add an interface on the network to deployed vms assign openstack subnet to the interface verify connectivity support using basic ssh ping a more detailed discussion about connectivity connectivity using vlans is possible we have verified following on the same compute node isolation is provided using linux network namespaces on different compute nodes and between vms to physical nodes isolation is provided using vlans it can be gre tunnels vxlans etc eg quali office openstack deployment uses vxlan it is possible to have broadcast domains spanning across vms and physical networks however pure connectivity is not possible in openstack what this means is we can not simply define networks with vlan ids and forget we need to assign subnet and some ip addresses with dhcp this may be because openstack is managing things like floating ips for instances for this it needs to know about addresses that are assigned to interfaces what we have also observed is in a given broadcast domain it is possible to assign a subset of ips using dhcp and other ips can be externally managed note however that we cannot have dhcp servers on the network that d create mess so physical resources should have ip addresses assigned by non dhcp mechanism this is one limitation that we have to work with what this means for floating ips floating ips it s important to know the use case it is possible in openstack to assign floating ip to a particular fixed ip or otherwise it gets assigned to nic with lexicographically smallest uuid security groups are not required at openstack level to connect between physical resources and virtual resources that are on the same vlan and hence on the same network however it s likely that the vms may implement some firewalls themselves that limits seamless connectivity
1
472,906
13,632,920,393
IssuesEvent
2020-09-24 20:28:57
pxblue/icons
https://api.github.com/repos/pxblue/icons
closed
Remove the Power Plug icon
bug high-priority
#### Describe the bug Need to remove the Power Plug icon. It is already available through Material icons. #### What is the expected behavior? No duplicates.
1.0
Remove the Power Plug icon - #### Describe the bug Need to remove the Power Plug icon. It is already available through Material icons. #### What is the expected behavior? No duplicates.
non_test
remove the power plug icon describe the bug need to remove the power plug icon it is already available through material icons what is the expected behavior no duplicates
0
235,923
19,471,496,952
IssuesEvent
2021-12-24 02:27:20
elastic/kibana
https://api.github.com/repos/elastic/kibana
reopened
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/lens/rollup·ts - lens app lens rollup tests "after all" hook for "should allow to switch from regular index to rollup index retaining config"
Team:VisEditors failed-test Feature:Lens
A test failed on a tracked branch ``` Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:52395 at ClientRequest.<anonymous> (/dev/shm/workspace/parallel/4/kibana/node_modules/selenium-webdriver/http/index.js:262:15) at ClientRequest.emit (node:events:390:28) at Socket.socketErrorListener (node:_http_client:447:9) at Socket.emit (node:events:390:28) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) ``` First failure: [CI Build - master](https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/2062/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/lens/rollup·ts","test.name":"lens app lens rollup tests \"after all\" hook for \"should allow to switch from regular index to rollup index retaining config\"","test.failCount":4}} -->
1.0
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/lens/rollup·ts - lens app lens rollup tests "after all" hook for "should allow to switch from regular index to rollup index retaining config" - A test failed on a tracked branch ``` Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:52395 at ClientRequest.<anonymous> (/dev/shm/workspace/parallel/4/kibana/node_modules/selenium-webdriver/http/index.js:262:15) at ClientRequest.emit (node:events:390:28) at Socket.socketErrorListener (node:_http_client:447:9) at Socket.emit (node:events:390:28) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) ``` First failure: [CI Build - master](https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/2062/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/lens/rollup·ts","test.name":"lens app lens rollup tests \"after all\" hook for \"should allow to switch from regular index to rollup index retaining config\"","test.failCount":4}} -->
test
failing test chrome x pack ui functional tests x pack test functional apps lens rollup·ts lens app lens rollup tests after all hook for should allow to switch from regular index to rollup index retaining config a test failed on a tracked branch error econnrefused connect econnrefused at clientrequest dev shm workspace parallel kibana node modules selenium webdriver http index js at clientrequest emit node events at socket socketerrorlistener node http client at socket emit node events at emiterrornt node internal streams destroy at emiterrorclosent node internal streams destroy at processticksandrejections node internal process task queues first failure
1
327,443
28,064,198,804
IssuesEvent
2023-03-29 14:25:08
eclipse-sirius/sirius-components
https://api.github.com/repos/eclipse-sirius/sirius-components
closed
Add integration tests based on Papaya
difficulty: medium package: diagrams type: tests
In `sirius-web-sample-application`, we should have a test suite which starts by creating a project with both the Papaya domain and view and another project in which we will create a Papaya model and a blank diagram. This test will look a bit like `DiagramEventProcessorTests#testEmitDiagramOnRefresh`
1.0
Add integration tests based on Papaya - In `sirius-web-sample-application`, we should have a test suite which starts by creating a project with both the Papaya domain and view and another project in which we will create a Papaya model and a blank diagram. This test will look a bit like `DiagramEventProcessorTests#testEmitDiagramOnRefresh`
test
add integration tests based on papaya in sirius web sample application we should have a test suite which starts by creating a project with both the papaya domain and view and another project in which we will create a papaya model and a blank diagram this test will look a bit like diagrameventprocessortests testemitdiagramonrefresh
1
281,327
24,383,629,106
IssuesEvent
2022-10-04 09:52:47
dynawo/dynaflow-launcher
https://api.github.com/repos/dynawo/dynaflow-launcher
closed
Fix SA nrt so that contingencies do disconnect something
enhancement tests/nrts
Some contingencies cannot be truly applied due to internalConnections in the nrt iidm
1.0
Fix SA nrt so that contingencies do disconnect something - Some contingencies cannot be truly applied due to internalConnections in the nrt iidm
test
fix sa nrt so that contingencies do disconnect something some contingencies cannot be truly applied due to internalconnections in the nrt iidm
1
248,879
21,081,952,260
IssuesEvent
2022-04-03 02:41:37
PolarisSS13/Polaris
https://api.github.com/repos/PolarisSS13/Polaris
closed
Technomancer Doesn't Spawn
Bug Needs Retesting
#### Brief description of the issue Technomancer (and possible all off-station antags) do not spawn at round beginning. #### What you expected to happen To spawn. #### What actually happened Screen acted weird, had to DC because wouldn't load, came back and was at the lobby screen. #### Steps to reproduce Ready up as Technomancer. #### Additional info: - **Server Revision**: 52799474f8af80ef15a0cddaeaa5f5a8c8ea3bf6
1.0
Technomancer Doesn't Spawn - #### Brief description of the issue Technomancer (and possible all off-station antags) do not spawn at round beginning. #### What you expected to happen To spawn. #### What actually happened Screen acted weird, had to DC because wouldn't load, came back and was at the lobby screen. #### Steps to reproduce Ready up as Technomancer. #### Additional info: - **Server Revision**: 52799474f8af80ef15a0cddaeaa5f5a8c8ea3bf6
test
technomancer doesn t spawn brief description of the issue technomancer and possible all off station antags do not spawn at round beginning what you expected to happen to spawn what actually happened screen acted weird had to dc because wouldn t load came back and was at the lobby screen steps to reproduce ready up as technomancer additional info server revision
1
107,163
16,751,643,181
IssuesEvent
2021-06-12 01:36:21
gms-ws-demo/nibrs
https://api.github.com/repos/gms-ws-demo/nibrs
opened
CVE-2019-9514 (High) detected in netty-codec-http2-4.1.36.Final.jar
security vulnerability
## CVE-2019-9514 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http2-4.1.36.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="http://netty.io/">http://netty.io/</a></p> <p>Path to dependency file: nibrs/tools/nibrs-summary-report-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/io/netty/netty-codec-http2/4.1.36.Final/netty-codec-http2-4.1.36.Final.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-webflux-2.1.5.RELEASE.jar (Root Library) - spring-boot-starter-reactor-netty-2.1.5.RELEASE.jar - reactor-netty-0.8.8.RELEASE.jar - :x: **netty-codec-http2-4.1.36.Final.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/gms-ws-demo/nibrs/commit/9fb1c19bd26c2113d1961640de126a33eacdc946">9fb1c19bd26c2113d1961640de126a33eacdc946</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both. <p>Publish Date: 2019-08-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-9514>CVE-2019-9514</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9514">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9514</a></p> <p>Release Date: 2019-08-13</p> <p>Fix Resolution: 7.1.7,8.0.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"io.netty","packageName":"netty-codec-http2","packageVersion":"4.1.36.Final","packageFilePaths":["/tools/nibrs-summary-report-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-webflux:2.1.5.RELEASE;org.springframework.boot:spring-boot-starter-reactor-netty:2.1.5.RELEASE;io.projectreactor.netty:reactor-netty:0.8.8.RELEASE;io.netty:netty-codec-http2:4.1.36.Final","isMinimumFixVersionAvailable":true,"minimumFixVersion":"7.1.7,8.0.4"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-9514","vulnerabilityDetails":"Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-9514","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-9514 (High) detected in netty-codec-http2-4.1.36.Final.jar - ## CVE-2019-9514 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-http2-4.1.36.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="http://netty.io/">http://netty.io/</a></p> <p>Path to dependency file: nibrs/tools/nibrs-summary-report-common/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/io/netty/netty-codec-http2/4.1.36.Final/netty-codec-http2-4.1.36.Final.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-webflux-2.1.5.RELEASE.jar (Root Library) - spring-boot-starter-reactor-netty-2.1.5.RELEASE.jar - reactor-netty-0.8.8.RELEASE.jar - :x: **netty-codec-http2-4.1.36.Final.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/gms-ws-demo/nibrs/commit/9fb1c19bd26c2113d1961640de126a33eacdc946">9fb1c19bd26c2113d1961640de126a33eacdc946</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both. <p>Publish Date: 2019-08-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-9514>CVE-2019-9514</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9514">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9514</a></p> <p>Release Date: 2019-08-13</p> <p>Fix Resolution: 7.1.7,8.0.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"io.netty","packageName":"netty-codec-http2","packageVersion":"4.1.36.Final","packageFilePaths":["/tools/nibrs-summary-report-common/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-webflux:2.1.5.RELEASE;org.springframework.boot:spring-boot-starter-reactor-netty:2.1.5.RELEASE;io.projectreactor.netty:reactor-netty:0.8.8.RELEASE;io.netty:netty-codec-http2:4.1.36.Final","isMinimumFixVersionAvailable":true,"minimumFixVersion":"7.1.7,8.0.4"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-9514","vulnerabilityDetails":"Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-9514","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_test
cve high detected in netty codec final jar cve high severity vulnerability vulnerable library netty codec final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients library home page a href path to dependency file nibrs tools nibrs summary report common pom xml path to vulnerable library home wss scanner repository io netty netty codec final netty codec final jar dependency hierarchy spring boot starter webflux release jar root library spring boot starter reactor netty release jar reactor netty release jar x netty codec final jar vulnerable library found in head commit a href found in base branch master vulnerability details some http implementations are vulnerable to a reset flood potentially leading to a denial of service the attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of rst stream frames from the peer depending on how the peer queues the rst stream frames this can consume excess memory cpu or both publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org springframework boot spring boot starter webflux release org springframework boot spring boot starter reactor netty release io projectreactor netty reactor netty release io netty netty codec final isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails some http implementations are vulnerable to a reset flood potentially leading to a denial of service the attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of rst stream frames from the peer depending on how the peer queues the rst stream frames this can consume excess memory cpu or both vulnerabilityurl
0
406,225
27,556,633,501
IssuesEvent
2023-03-07 18:27:02
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Add our custom CM Document fields to the CM Document View
Enhancement documentation CMS Team
## User Story or Problem Statement As someone concerned with the content model, I want the content model documentation View to show me information from some of our custom fields so that I can better understand how things fit together. This is currently blocked by this [upstream bug](https://www.drupal.org/project/content_model_documentation/issues/3344052) ![image](https://user-images.githubusercontent.com/5752113/220973543-7b4a8cf0-8839-4743-aef1-911876ab6b7e.png) ## Acceptance Criteria When I am on /admin/structure/cm_document I should see: - [x] I should not see a published column (it means nothing for our use) - [x] I should see a column for stakeholders - [x] I should see a column for "pushed to" - [x] I should see a column for "pulled from" - [ ] I should able to filter by pushed to, pulled from and stakeholders ## Design principles Veteran-centered - [ ] `Single source of truth`: Increase reliability and consistency of content on VA.gov by providing a single source of truth. - [ ] `Accessible, plain language`: Provide guardrails and guidelines to ensure content quality. - [ ] `Purposely structured content`: Ensure Content API can deliver content whose meaning matches its structure. - [ ] `Content lifecycle governance`: Produce tools, processes and policies to maintain content quality throughout its lifecycle. Editor-centered - [ ] `Purpose-driven`: Create an opportunity to involve the editor community in VA’s mission and content strategy goals. - [ ] `Efficient`: Remove distractions and create clear, straightforward paths to get the job done. - [ ] `Approachable`: Offer friendly guidance over authoritative instruction. - [ ] `Consistent`: Reduce user’s mental load by allowing them to fall back on pattern recognition to complete tasks. - [ ] `Empowering`: Provide clear information to help editors make decisions about their work. ### Team Please check the team(s) that will do this work. - [ ] `CMS Team` - [ ] `Public Websites` - [ ] `Facilities` - [ ] `User support`
1.0
Add our custom CM Document fields to the CM Document View - ## User Story or Problem Statement As someone concerned with the content model, I want the content model documentation View to show me information from some of our custom fields so that I can better understand how things fit together. This is currently blocked by this [upstream bug](https://www.drupal.org/project/content_model_documentation/issues/3344052) ![image](https://user-images.githubusercontent.com/5752113/220973543-7b4a8cf0-8839-4743-aef1-911876ab6b7e.png) ## Acceptance Criteria When I am on /admin/structure/cm_document I should see: - [x] I should not see a published column (it means nothing for our use) - [x] I should see a column for stakeholders - [x] I should see a column for "pushed to" - [x] I should see a column for "pulled from" - [ ] I should able to filter by pushed to, pulled from and stakeholders ## Design principles Veteran-centered - [ ] `Single source of truth`: Increase reliability and consistency of content on VA.gov by providing a single source of truth. - [ ] `Accessible, plain language`: Provide guardrails and guidelines to ensure content quality. - [ ] `Purposely structured content`: Ensure Content API can deliver content whose meaning matches its structure. - [ ] `Content lifecycle governance`: Produce tools, processes and policies to maintain content quality throughout its lifecycle. Editor-centered - [ ] `Purpose-driven`: Create an opportunity to involve the editor community in VA’s mission and content strategy goals. - [ ] `Efficient`: Remove distractions and create clear, straightforward paths to get the job done. - [ ] `Approachable`: Offer friendly guidance over authoritative instruction. - [ ] `Consistent`: Reduce user’s mental load by allowing them to fall back on pattern recognition to complete tasks. - [ ] `Empowering`: Provide clear information to help editors make decisions about their work. ### Team Please check the team(s) that will do this work. - [ ] `CMS Team` - [ ] `Public Websites` - [ ] `Facilities` - [ ] `User support`
non_test
add our custom cm document fields to the cm document view user story or problem statement as someone concerned with the content model i want the content model documentation view to show me information from some of our custom fields so that i can better understand how things fit together this is currently blocked by this acceptance criteria when i am on admin structure cm document i should see i should not see a published column it means nothing for our use i should see a column for stakeholders i should see a column for pushed to i should see a column for pulled from i should able to filter by pushed to pulled from and stakeholders design principles veteran centered single source of truth increase reliability and consistency of content on va gov by providing a single source of truth accessible plain language provide guardrails and guidelines to ensure content quality purposely structured content ensure content api can deliver content whose meaning matches its structure content lifecycle governance produce tools processes and policies to maintain content quality throughout its lifecycle editor centered purpose driven create an opportunity to involve the editor community in va’s mission and content strategy goals efficient remove distractions and create clear straightforward paths to get the job done approachable offer friendly guidance over authoritative instruction consistent reduce user’s mental load by allowing them to fall back on pattern recognition to complete tasks empowering provide clear information to help editors make decisions about their work team please check the team s that will do this work cms team public websites facilities user support
0
1,734
6,612,266,712
IssuesEvent
2017-09-20 02:39:11
LearnersGuild/echo
https://api.github.com/repos/LearnersGuild/echo
closed
Slack cache refresh too inefficient
architecture bug
When a slack cache miss occurs, an entire set of users or channels is refreshed. So if you attempt to operations on a collection of users or channels at once (and there are multiple misses) there will be multiple attempts to retrieve entire sets of users or channels. In some cases, this causes the system to exceed the rate limit for Slack API calls. --- ``` APIError: API Error 429 (Too Many Requests) trying to invoke API (url = 'https://slack.com/api/users.list?token=xoxp-135758843363-169551488658-169551937890-6141fd640f3a3ee39e1d1ee8909c557c') ``` <img width="848" alt="screen shot 2017-08-28 at 12 30 45 pm" src="https://user-images.githubusercontent.com/1890882/29783012-c7498b8e-8bec-11e7-9fb9-038d3b2e2cd2.png"> https://sentry.io/learners-guild/game/issues/327130181/
1.0
Slack cache refresh too inefficient - When a slack cache miss occurs, an entire set of users or channels is refreshed. So if you attempt to operations on a collection of users or channels at once (and there are multiple misses) there will be multiple attempts to retrieve entire sets of users or channels. In some cases, this causes the system to exceed the rate limit for Slack API calls. --- ``` APIError: API Error 429 (Too Many Requests) trying to invoke API (url = 'https://slack.com/api/users.list?token=xoxp-135758843363-169551488658-169551937890-6141fd640f3a3ee39e1d1ee8909c557c') ``` <img width="848" alt="screen shot 2017-08-28 at 12 30 45 pm" src="https://user-images.githubusercontent.com/1890882/29783012-c7498b8e-8bec-11e7-9fb9-038d3b2e2cd2.png"> https://sentry.io/learners-guild/game/issues/327130181/
non_test
slack cache refresh too inefficient when a slack cache miss occurs an entire set of users or channels is refreshed so if you attempt to operations on a collection of users or channels at once and there are multiple misses there will be multiple attempts to retrieve entire sets of users or channels in some cases this causes the system to exceed the rate limit for slack api calls apierror api error too many requests trying to invoke api url img width alt screen shot at pm src
0
25,857
6,717,013,830
IssuesEvent
2017-10-14 16:06:24
BarkleyBG/LCC
https://api.github.com/repos/BarkleyBG/LCC
closed
Delete keywords for non-letter keywords
code
Special characters like `_`, `/` are highlighted in listings for `R` script listings environment. They should be removed. I'll refer to [this text.SX post](https://tex.stackexchange.com/questions/186092/how-can-i-delete-non-letter-keywords-such-as/186095#186095) as follows: > > ` > otherkeywords={!,!=,~,$,*,\&,\%/\%,\%*\%,\%\%,<-,<<-,_,/}` > > "Other keywords" defined with that key cannot be deleted using the deletekeywords key. > A solution > > Sadly, there is no `deleteotherkeywords` key. The only way to delete such "other keywords" is to reinitialise the value associated to the `otherkeywords` key > ` > otherkeywords={},`
1.0
Delete keywords for non-letter keywords - Special characters like `_`, `/` are highlighted in listings for `R` script listings environment. They should be removed. I'll refer to [this text.SX post](https://tex.stackexchange.com/questions/186092/how-can-i-delete-non-letter-keywords-such-as/186095#186095) as follows: > > ` > otherkeywords={!,!=,~,$,*,\&,\%/\%,\%*\%,\%\%,<-,<<-,_,/}` > > "Other keywords" defined with that key cannot be deleted using the deletekeywords key. > A solution > > Sadly, there is no `deleteotherkeywords` key. The only way to delete such "other keywords" is to reinitialise the value associated to the `otherkeywords` key > ` > otherkeywords={},`
non_test
delete keywords for non letter keywords special characters like are highlighted in listings for r script listings environment they should be removed i ll refer to as follows otherkeywords other keywords defined with that key cannot be deleted using the deletekeywords key a solution sadly there is no deleteotherkeywords key the only way to delete such other keywords is to reinitialise the value associated to the otherkeywords key otherkeywords
0
94,095
3,918,985,529
IssuesEvent
2016-04-21 14:23:53
CoderDojo/community-platform
https://api.github.com/repos/CoderDojo/community-platform
closed
Error in dojos service about roles
bug dojo listings high priority
This came into the logs late last night ``` Message: seneca: Action cmd:update,role:cd-dojos failed: Cannot read property 'roles' of undefined. Code: act_execute Details: { id: 'ceu1rdsg6a80/2fsoygrilys2', gate: false, ungate: true, desc: 'cmd:update,role:cd-dojos', cb: [Function], plugin: { name: 'cd-dojos', tag: '-' }, fn: [Function], time: { start: 1453329689451 }, 'orig$': [TypeError: Cannot read property 'roles' of undefined], 'message$': 'Cannot read property \'roles\' of undefined', message: 'Cannot read property \'roles\' of undefined', pattern: 'cmd:update,role:cd-dojos', instance: 'Seneca/0.7.2/445m07l55hc4/1453315315675/2203/-' } Stack: at checkUserDojoPermissions (/opt/zen/cp-dojos-service/dojos.js:926:24) at /opt/zen/cp-dojos-service/dojos.js:974:7 at /opt/zen/cp-dojos-service/dojos.js:967:16 at /opt/zen/cp-dojos-service/dojos.js:948:14 at Entity.load$ (/opt/zen/cp-dojos-service/node_modules/seneca/lib/entity.js:184:12) at checkDojoExists (/opt/zen/cp-dojos-service/dojos.js:946:29) at Seneca.<anonymous> (/opt/zen/cp-dojos-service/dojos.js:964:7) at Object.execspec.fn (/opt/zen/cp-dojos-service/node_modules/seneca/seneca.js:1608:24) at Object.<anonymous> (/opt/zen/cp-dojos-service/node_modules/seneca/node_modules/gate-executor/gate-executor.js:108:14) at Object.wrapped [as _onImmediate] (/opt/zen/cp-dojos-service/node_modules/newrelic/lib/transaction/tracer/index.js:157:28) ```
1.0
Error in dojos service about roles - This came into the logs late last night ``` Message: seneca: Action cmd:update,role:cd-dojos failed: Cannot read property 'roles' of undefined. Code: act_execute Details: { id: 'ceu1rdsg6a80/2fsoygrilys2', gate: false, ungate: true, desc: 'cmd:update,role:cd-dojos', cb: [Function], plugin: { name: 'cd-dojos', tag: '-' }, fn: [Function], time: { start: 1453329689451 }, 'orig$': [TypeError: Cannot read property 'roles' of undefined], 'message$': 'Cannot read property \'roles\' of undefined', message: 'Cannot read property \'roles\' of undefined', pattern: 'cmd:update,role:cd-dojos', instance: 'Seneca/0.7.2/445m07l55hc4/1453315315675/2203/-' } Stack: at checkUserDojoPermissions (/opt/zen/cp-dojos-service/dojos.js:926:24) at /opt/zen/cp-dojos-service/dojos.js:974:7 at /opt/zen/cp-dojos-service/dojos.js:967:16 at /opt/zen/cp-dojos-service/dojos.js:948:14 at Entity.load$ (/opt/zen/cp-dojos-service/node_modules/seneca/lib/entity.js:184:12) at checkDojoExists (/opt/zen/cp-dojos-service/dojos.js:946:29) at Seneca.<anonymous> (/opt/zen/cp-dojos-service/dojos.js:964:7) at Object.execspec.fn (/opt/zen/cp-dojos-service/node_modules/seneca/seneca.js:1608:24) at Object.<anonymous> (/opt/zen/cp-dojos-service/node_modules/seneca/node_modules/gate-executor/gate-executor.js:108:14) at Object.wrapped [as _onImmediate] (/opt/zen/cp-dojos-service/node_modules/newrelic/lib/transaction/tracer/index.js:157:28) ```
non_test
error in dojos service about roles this came into the logs late last night message seneca action cmd update role cd dojos failed cannot read property roles of undefined code act execute details id gate false ungate true desc cmd update role cd dojos cb plugin name cd dojos tag fn time start orig message cannot read property roles of undefined message cannot read property roles of undefined pattern cmd update role cd dojos instance seneca stack at checkuserdojopermissions opt zen cp dojos service dojos js at opt zen cp dojos service dojos js at opt zen cp dojos service dojos js at opt zen cp dojos service dojos js at entity load opt zen cp dojos service node modules seneca lib entity js at checkdojoexists opt zen cp dojos service dojos js at seneca opt zen cp dojos service dojos js at object execspec fn opt zen cp dojos service node modules seneca seneca js at object opt zen cp dojos service node modules seneca node modules gate executor gate executor js at object wrapped opt zen cp dojos service node modules newrelic lib transaction tracer index js
0
196,927
14,896,250,856
IssuesEvent
2021-01-21 10:09:33
ckeditor/ckeditor4
https://api.github.com/repos/ckeditor/ckeditor4
closed
The 'pastetools/filter/functions' fails in IE8
browser:ie8 plugin:pastetools status:confirmed type:failingtest
## Type of report Failing tests ## Provide detailed reproduction steps (if any) <!-- Including a simple sample reproducing the issue is also a good idea. It can drastically decrease the time needed to reproduce the issue by our team, which means it can speed up helping you! You can use one of our samples to create the reproduction sample: * CodePen: https://codepen.io/Comandeer/pen/ExaMgpz?editors=1010 * JSFiddle: https://jsfiddle.net/Comandeer/d6ey8a2w * JSBin: https://jsbin.com/keqekef/1/edit?html,js,output * StackBlitz: https://stackblitz.com/edit/js-vcqfw3 --> 1. Run `http://localhost:1030/tests/plugins/pastetools/filter/functions` ### Expected result All tests passing. ### Actual result All tests failing :see_no_evil: ## Other details ![image](https://user-images.githubusercontent.com/1061942/105333915-8ce6d880-5bd6-11eb-93d2-519afd0f287b.png) Could be related to * Browser: IE8 * OS: Windows * CKEditor version: `467cc95b6` (`4.16.0`) * Installed CKEditor plugins: `pastetools`
1.0
The 'pastetools/filter/functions' fails in IE8 - ## Type of report Failing tests ## Provide detailed reproduction steps (if any) <!-- Including a simple sample reproducing the issue is also a good idea. It can drastically decrease the time needed to reproduce the issue by our team, which means it can speed up helping you! You can use one of our samples to create the reproduction sample: * CodePen: https://codepen.io/Comandeer/pen/ExaMgpz?editors=1010 * JSFiddle: https://jsfiddle.net/Comandeer/d6ey8a2w * JSBin: https://jsbin.com/keqekef/1/edit?html,js,output * StackBlitz: https://stackblitz.com/edit/js-vcqfw3 --> 1. Run `http://localhost:1030/tests/plugins/pastetools/filter/functions` ### Expected result All tests passing. ### Actual result All tests failing :see_no_evil: ## Other details ![image](https://user-images.githubusercontent.com/1061942/105333915-8ce6d880-5bd6-11eb-93d2-519afd0f287b.png) Could be related to * Browser: IE8 * OS: Windows * CKEditor version: `467cc95b6` (`4.16.0`) * Installed CKEditor plugins: `pastetools`
test
the pastetools filter functions fails in type of report failing tests provide detailed reproduction steps if any including a simple sample reproducing the issue is also a good idea it can drastically decrease the time needed to reproduce the issue by our team which means it can speed up helping you you can use one of our samples to create the reproduction sample codepen jsfiddle jsbin stackblitz run expected result all tests passing actual result all tests failing see no evil other details could be related to browser os windows ckeditor version installed ckeditor plugins pastetools
1
355,944
25,176,068,834
IssuesEvent
2022-11-11 09:22:27
domoberzin/pe
https://api.github.com/repos/domoberzin/pe
opened
Little diagrams in DG
type.DocumentationBug severity.Medium
There is only one sequence diagram of a sample execution of the delete contact command. There is no such diagram for other commands such as adding a contact, adding or deleting a task etc. May be good to have some for the different commands so the reader can see the differences between the various commands' execution <!--session: 1668152369213-3a5dd7dd-3795-4ca3-b475-d951537b6bde--> <!--Version: Web v3.4.4-->
1.0
Little diagrams in DG - There is only one sequence diagram of a sample execution of the delete contact command. There is no such diagram for other commands such as adding a contact, adding or deleting a task etc. May be good to have some for the different commands so the reader can see the differences between the various commands' execution <!--session: 1668152369213-3a5dd7dd-3795-4ca3-b475-d951537b6bde--> <!--Version: Web v3.4.4-->
non_test
little diagrams in dg there is only one sequence diagram of a sample execution of the delete contact command there is no such diagram for other commands such as adding a contact adding or deleting a task etc may be good to have some for the different commands so the reader can see the differences between the various commands execution
0
205,130
15,592,562,993
IssuesEvent
2021-03-18 11:52:00
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Code coverage for Java dependant Ballerina code
Area/Testerina Later Team/DevTools Team/TestFramework Type/Improvement
**Description:** When using Java interop with Ballerina, it is difficult to figure out if the Java code is being covered using the Ballerina tests and the code coverage report. One possible solution would be an improvement to the report which covers the Java code as well. Currently, it is advised to write separate Unit tests in Java and generate a separate coverage report **Steps to reproduce:** **Affected Versions:** **OS, DB, other environment details and versions:** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
2.0
Code coverage for Java dependant Ballerina code - **Description:** When using Java interop with Ballerina, it is difficult to figure out if the Java code is being covered using the Ballerina tests and the code coverage report. One possible solution would be an improvement to the report which covers the Java code as well. Currently, it is advised to write separate Unit tests in Java and generate a separate coverage report **Steps to reproduce:** **Affected Versions:** **OS, DB, other environment details and versions:** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
test
code coverage for java dependant ballerina code description when using java interop with ballerina it is difficult to figure out if the java code is being covered using the ballerina tests and the code coverage report one possible solution would be an improvement to the report which covers the java code as well currently it is advised to write separate unit tests in java and generate a separate coverage report steps to reproduce affected versions os db other environment details and versions related issues optional suggested labels optional suggested assignees optional
1
42,518
5,439,753,958
IssuesEvent
2017-03-06 14:16:53
Firebottle/Firebot
https://api.github.com/repos/Firebottle/Firebot
closed
Auto-select last board
Feature Request Needs Testing
When you start up the app the selected board always defaults to whatever is at the top of the selected board list. Need to set it up so that it automatically selects whatever board you used last.
1.0
Auto-select last board - When you start up the app the selected board always defaults to whatever is at the top of the selected board list. Need to set it up so that it automatically selects whatever board you used last.
test
auto select last board when you start up the app the selected board always defaults to whatever is at the top of the selected board list need to set it up so that it automatically selects whatever board you used last
1
144,867
19,318,599,497
IssuesEvent
2021-12-14 01:04:40
ifmeorg/ifme
https://api.github.com/repos/ifmeorg/ifme
closed
Possible injection vulnerability
security
<!--[ Thank you for contributing! Please use this issue template. Contributor Blurb: https://github.com/ifmeorg/ifme/wiki/Contributor-Blurb Join Our Slack: https://github.com/ifmeorg/ifme/wiki/Join-Our-Slack Issue creation is a contribution! Need help? Post in the #dev channel on Slack Please use the appropriate labels to tag this issue ]--> # Description Upon running an automated scan, Nessus was able to to inject innocuous strings into CGI parameters and read them back in the HTTP response. This doesn't necessarily mean that there is any vulnerability, however it would be worth extended pen testing considering the parameter in question is an authenticity token. For details, see the screenshot. <!--[Description of issue, this includes a feature suggestion, bug report, code cleanup, and refactoring idea]--> # Reproduction Steps Run a Nessus web application scan on www.if-me.org or a localhost application https://www.tenable.com/downloads/nessus <!--[Steps to reproduce bugs (provide as many details as possible including browser and operating system), remove if not applicable]--> # Screenshots ![image](https://user-images.githubusercontent.com/43491270/45967174-04de6d00-bfe2-11e8-83a2-16809888afd8.png) <!--[ Screenshots (required for user interface work), remove if not applicable Create a GIF: https://www.cockos.com/licecap ]--> --- Please assign yourself (via the Assignees dropdown), if you do want to work on this issue. Can't find yourself? You need to [join our organization](https://github.com/ifmeorg/ifme/wiki/Join-Our-Slack). Check out our [Picking Up Issues](https://github.com/ifmeorg/ifme/wiki/Picking-Up-Issues) guide if you haven't already!
True
Possible injection vulnerability - <!--[ Thank you for contributing! Please use this issue template. Contributor Blurb: https://github.com/ifmeorg/ifme/wiki/Contributor-Blurb Join Our Slack: https://github.com/ifmeorg/ifme/wiki/Join-Our-Slack Issue creation is a contribution! Need help? Post in the #dev channel on Slack Please use the appropriate labels to tag this issue ]--> # Description Upon running an automated scan, Nessus was able to to inject innocuous strings into CGI parameters and read them back in the HTTP response. This doesn't necessarily mean that there is any vulnerability, however it would be worth extended pen testing considering the parameter in question is an authenticity token. For details, see the screenshot. <!--[Description of issue, this includes a feature suggestion, bug report, code cleanup, and refactoring idea]--> # Reproduction Steps Run a Nessus web application scan on www.if-me.org or a localhost application https://www.tenable.com/downloads/nessus <!--[Steps to reproduce bugs (provide as many details as possible including browser and operating system), remove if not applicable]--> # Screenshots ![image](https://user-images.githubusercontent.com/43491270/45967174-04de6d00-bfe2-11e8-83a2-16809888afd8.png) <!--[ Screenshots (required for user interface work), remove if not applicable Create a GIF: https://www.cockos.com/licecap ]--> --- Please assign yourself (via the Assignees dropdown), if you do want to work on this issue. Can't find yourself? You need to [join our organization](https://github.com/ifmeorg/ifme/wiki/Join-Our-Slack). Check out our [Picking Up Issues](https://github.com/ifmeorg/ifme/wiki/Picking-Up-Issues) guide if you haven't already!
non_test
possible injection vulnerability thank you for contributing please use this issue template contributor blurb join our slack issue creation is a contribution need help post in the dev channel on slack please use the appropriate labels to tag this issue description upon running an automated scan nessus was able to to inject innocuous strings into cgi parameters and read them back in the http response this doesn t necessarily mean that there is any vulnerability however it would be worth extended pen testing considering the parameter in question is an authenticity token for details see the screenshot reproduction steps run a nessus web application scan on or a localhost application screenshots screenshots required for user interface work remove if not applicable create a gif please assign yourself via the assignees dropdown if you do want to work on this issue can t find yourself you need to check out our guide if you haven t already
0
304,591
26,290,438,192
IssuesEvent
2023-01-08 10:45:23
Farida-Hamid/Recipe-App
https://api.github.com/repos/Farida-Hamid/Recipe-App
closed
[ 2pt ] - Implement the Test Using RSPec and Capybara - Part 2
enhancement Testing
# Individual Task #13 - Implement the Test Using RSpec and Capybara - Part 2 - Add the `tests` for: - `Food-List` - `Public-Recipe`. - `General Shopping List`
1.0
[ 2pt ] - Implement the Test Using RSPec and Capybara - Part 2 - # Individual Task #13 - Implement the Test Using RSpec and Capybara - Part 2 - Add the `tests` for: - `Food-List` - `Public-Recipe`. - `General Shopping List`
test
implement the test using rspec and capybara part individual task implement the test using rspec and capybara part add the tests for food list public recipe general shopping list
1
163,574
25,838,854,496
IssuesEvent
2022-12-12 22:04:26
sul-dlss/happy-heron
https://api.github.com/repos/sul-dlss/happy-heron
closed
Add a page/Google doc with instructions for users on how to sign up for Globus and link to it
design needed
Users who have never used globus before but want to select that as an upload option need to have logged in at least once so they will be known to the API. We need to provide them with some instructions that can be linked to from the work edit page if they select that option. Ask @amyehodge for some verbiage for this page.
1.0
Add a page/Google doc with instructions for users on how to sign up for Globus and link to it - Users who have never used globus before but want to select that as an upload option need to have logged in at least once so they will be known to the API. We need to provide them with some instructions that can be linked to from the work edit page if they select that option. Ask @amyehodge for some verbiage for this page.
non_test
add a page google doc with instructions for users on how to sign up for globus and link to it users who have never used globus before but want to select that as an upload option need to have logged in at least once so they will be known to the api we need to provide them with some instructions that can be linked to from the work edit page if they select that option ask amyehodge for some verbiage for this page
0
79,545
28,366,892,029
IssuesEvent
2023-04-12 14:25:12
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-1: Benefit summary and service verification letter accordion has critical heading, labelling, and responsive defects
508/Accessibility 508-defect-1 508-issue-headings Letters benefits-crew benefits-team-1 squad-1
## Point of contact Josh Kim ## List of issues by severity I've grouped these issues together as they're closely related and dependent on one another. Whatever solution we consider will likely need to take into account all of these issues together from a holistic perspective @skylerschain ### Table isn't responsive (Critical) The first table is not responsive and doesn't follow VA design system guidance <img width="740" alt="responsivetables" src="https://user-images.githubusercontent.com/14154792/184412722-c1ae3049-6bb7-41fc-8bcb-8e289d2cca41.png"> ### Headings aren't logically ordered (Major) "Choose the information..." is a `h3` despite its parent being a `h3`; depending on intent, this may not be a heading at all. <img width="1537" alt="headings" src="https://user-images.githubusercontent.com/14154792/184410904-effee184-6438-4033-ba4a-ba6a62bc5e82.png"> ### No group labels (Major) Several labelling issues exist with the way this accordion was designed: - "Choose the information" isn't a `legend` within a `fieldset` nor a group label for the checkboxes below; screen reader users may critically miss important context on the purpose of those checkboxes as the key instruction "Choose the information" is not programmatically linked to the checkboxes. - Similar to the rest of this page, the button is generically labelled ### Table checkbox pattern is too verbose for the aural experience (Major) Due to the design, this pattern was coded in a manner where the aural experience is incredibly verbose. A screen reader user may hear the same labels repeated several times over along with row and column announcements. https://user-images.githubusercontent.com/14154792/184919125-52872f6f-c229-4356-9aa5-1e622f0c52b4.MP4 ### Download button needs review (Moderate) The user is both generating the pdf and being navigated to a new page. We should clarify this in the language and styling of the component. https://user-images.githubusercontent.com/14154792/184921694-3315ebc4-e781-447b-a942-357839887299.MP4 ### Instructions rely on visual symbols (Moderate) The first paragraph instructs users to expand boxes with "+"- a visual symbol that is not announced to screen reader users in the accordions. An immediate bandaid fix may be to align the aural experience with the instructions e.g., "To see an explanation of each letter, expand the _buttons_ below." However, this is likely a workaround to make up for an suboptimal design pattern. https://user-images.githubusercontent.com/14154792/184918282-e7d465e0-0081-4fda-baed-65d5eaefcd53.MP4 ### Responsive bugs (Moderate) Buttons and tables cut off on mobile view. Alert is too narrow to read. <img width="452" alt="responsivebug" src="https://user-images.githubusercontent.com/14154792/184414632-f53be4ff-7f27-4668-9197-2db6fe0a7fff.png"> <img width="407" alt="Screen Shot 2022-08-12 at 12 43 09 PM" src="https://user-images.githubusercontent.com/14154792/184414635-19a894e9-4770-40f7-9b73-872e46a6d973.png"> ## Reproduction steps 1. [Log in as user 299 and get to step 2](https://staging.va.gov/records/download-va-letters/letters/letter-list) 2. Open the benefit summary accordion ## Proposed solution or next steps TBD, this requires further exploration with design, engineering, and content. My immediate thoughts are: - we should look into past research on why the designers choose the accordion and table pattern (for example, how complex can these tables be? e.g. for military service history); if no strong design reasons exist, we may want to consider redesigning this - we should consider using plain checkboxes (instead of checkboxes within a table) - depending on the length of this, it may deserve to live on a separate page ## Type of issue - [x] Screenreader - [x] Keyboard - [ ] Focus - [x] Headings - [ ] Color - [x] Zoom - [x] Semantics - [ ] Axe-core - [ ] Something else
1.0
508-defect-1: Benefit summary and service verification letter accordion has critical heading, labelling, and responsive defects - ## Point of contact Josh Kim ## List of issues by severity I've grouped these issues together as they're closely related and dependent on one another. Whatever solution we consider will likely need to take into account all of these issues together from a holistic perspective @skylerschain ### Table isn't responsive (Critical) The first table is not responsive and doesn't follow VA design system guidance <img width="740" alt="responsivetables" src="https://user-images.githubusercontent.com/14154792/184412722-c1ae3049-6bb7-41fc-8bcb-8e289d2cca41.png"> ### Headings aren't logically ordered (Major) "Choose the information..." is a `h3` despite its parent being a `h3`; depending on intent, this may not be a heading at all. <img width="1537" alt="headings" src="https://user-images.githubusercontent.com/14154792/184410904-effee184-6438-4033-ba4a-ba6a62bc5e82.png"> ### No group labels (Major) Several labelling issues exist with the way this accordion was designed: - "Choose the information" isn't a `legend` within a `fieldset` nor a group label for the checkboxes below; screen reader users may critically miss important context on the purpose of those checkboxes as the key instruction "Choose the information" is not programmatically linked to the checkboxes. - Similar to the rest of this page, the button is generically labelled ### Table checkbox pattern is too verbose for the aural experience (Major) Due to the design, this pattern was coded in a manner where the aural experience is incredibly verbose. A screen reader user may hear the same labels repeated several times over along with row and column announcements. https://user-images.githubusercontent.com/14154792/184919125-52872f6f-c229-4356-9aa5-1e622f0c52b4.MP4 ### Download button needs review (Moderate) The user is both generating the pdf and being navigated to a new page. We should clarify this in the language and styling of the component. https://user-images.githubusercontent.com/14154792/184921694-3315ebc4-e781-447b-a942-357839887299.MP4 ### Instructions rely on visual symbols (Moderate) The first paragraph instructs users to expand boxes with "+"- a visual symbol that is not announced to screen reader users in the accordions. An immediate bandaid fix may be to align the aural experience with the instructions e.g., "To see an explanation of each letter, expand the _buttons_ below." However, this is likely a workaround to make up for an suboptimal design pattern. https://user-images.githubusercontent.com/14154792/184918282-e7d465e0-0081-4fda-baed-65d5eaefcd53.MP4 ### Responsive bugs (Moderate) Buttons and tables cut off on mobile view. Alert is too narrow to read. <img width="452" alt="responsivebug" src="https://user-images.githubusercontent.com/14154792/184414632-f53be4ff-7f27-4668-9197-2db6fe0a7fff.png"> <img width="407" alt="Screen Shot 2022-08-12 at 12 43 09 PM" src="https://user-images.githubusercontent.com/14154792/184414635-19a894e9-4770-40f7-9b73-872e46a6d973.png"> ## Reproduction steps 1. [Log in as user 299 and get to step 2](https://staging.va.gov/records/download-va-letters/letters/letter-list) 2. Open the benefit summary accordion ## Proposed solution or next steps TBD, this requires further exploration with design, engineering, and content. My immediate thoughts are: - we should look into past research on why the designers choose the accordion and table pattern (for example, how complex can these tables be? e.g. for military service history); if no strong design reasons exist, we may want to consider redesigning this - we should consider using plain checkboxes (instead of checkboxes within a table) - depending on the length of this, it may deserve to live on a separate page ## Type of issue - [x] Screenreader - [x] Keyboard - [ ] Focus - [x] Headings - [ ] Color - [x] Zoom - [x] Semantics - [ ] Axe-core - [ ] Something else
non_test
defect benefit summary and service verification letter accordion has critical heading labelling and responsive defects point of contact josh kim list of issues by severity i ve grouped these issues together as they re closely related and dependent on one another whatever solution we consider will likely need to take into account all of these issues together from a holistic perspective skylerschain table isn t responsive critical the first table is not responsive and doesn t follow va design system guidance img width alt responsivetables src headings aren t logically ordered major choose the information is a despite its parent being a depending on intent this may not be a heading at all img width alt headings src no group labels major several labelling issues exist with the way this accordion was designed choose the information isn t a legend within a fieldset nor a group label for the checkboxes below screen reader users may critically miss important context on the purpose of those checkboxes as the key instruction choose the information is not programmatically linked to the checkboxes similar to the rest of this page the button is generically labelled table checkbox pattern is too verbose for the aural experience major due to the design this pattern was coded in a manner where the aural experience is incredibly verbose a screen reader user may hear the same labels repeated several times over along with row and column announcements download button needs review moderate the user is both generating the pdf and being navigated to a new page we should clarify this in the language and styling of the component instructions rely on visual symbols moderate the first paragraph instructs users to expand boxes with a visual symbol that is not announced to screen reader users in the accordions an immediate bandaid fix may be to align the aural experience with the instructions e g to see an explanation of each letter expand the buttons below however this is likely a workaround to make up for an suboptimal design pattern responsive bugs moderate buttons and tables cut off on mobile view alert is too narrow to read img width alt responsivebug src img width alt screen shot at pm src reproduction steps open the benefit summary accordion proposed solution or next steps tbd this requires further exploration with design engineering and content my immediate thoughts are we should look into past research on why the designers choose the accordion and table pattern for example how complex can these tables be e g for military service history if no strong design reasons exist we may want to consider redesigning this we should consider using plain checkboxes instead of checkboxes within a table depending on the length of this it may deserve to live on a separate page type of issue screenreader keyboard focus headings color zoom semantics axe core something else
0
2,704
5,072,181,602
IssuesEvent
2016-12-26 20:09:15
artfcl-intlgnce/NarcoWars
https://api.github.com/repos/artfcl-intlgnce/NarcoWars
opened
Finalize & Configure Events
Admin Team Community Manager Priority 1 requirement for initial launch
Need to finalize event calendar and configure plugins to support events (KOTH etc)
1.0
Finalize & Configure Events - Need to finalize event calendar and configure plugins to support events (KOTH etc)
non_test
finalize configure events need to finalize event calendar and configure plugins to support events koth etc
0
7,463
2,904,837,147
IssuesEvent
2015-06-18 20:16:18
GoogleCloudPlatform/kubernetes
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
closed
Nodes Network should survive network partition. (Failed 4 times in the last 20 runs. Stability: 80 %)
priority/P0 team/testing
Master tracking bug: #9312
1.0
Nodes Network should survive network partition. (Failed 4 times in the last 20 runs. Stability: 80 %) - Master tracking bug: #9312
test
nodes network should survive network partition failed times in the last runs stability master tracking bug
1
335,652
30,079,246,782
IssuesEvent
2023-06-29 00:43:44
tModLoader/tModLoader
https://api.github.com/repos/tModLoader/tModLoader
closed
Vanity Wings
Bug Needs Further Testing Requestor-Player
### Version Latest 1.4-stable ### OS Windows ### Platform Steam ### This bug affects Gameplay as a Player ### Description In the vanilla game, you can equip as many wings in the vanity slots. In Tmodloader, you can only equip one. This is mostly only relevant for Yoraiz0r's Spell and its special eye glow effect. ### Log File _No response_ ### Steps to reproduce 1. Equip Yoraiz0r's Spell (or any wing accessory) in one vanity slot 2. Try to put another wing accessory in a vanity slot ### Expected Behavior You should be able to equip as many wings in the vanity slots ### Actual Behavior You can only have one wing accessory at a time in the vanity slot ### Reproduction frequency Every time ### Additional Information _No response_
1.0
Vanity Wings - ### Version Latest 1.4-stable ### OS Windows ### Platform Steam ### This bug affects Gameplay as a Player ### Description In the vanilla game, you can equip as many wings in the vanity slots. In Tmodloader, you can only equip one. This is mostly only relevant for Yoraiz0r's Spell and its special eye glow effect. ### Log File _No response_ ### Steps to reproduce 1. Equip Yoraiz0r's Spell (or any wing accessory) in one vanity slot 2. Try to put another wing accessory in a vanity slot ### Expected Behavior You should be able to equip as many wings in the vanity slots ### Actual Behavior You can only have one wing accessory at a time in the vanity slot ### Reproduction frequency Every time ### Additional Information _No response_
test
vanity wings version latest stable os windows platform steam this bug affects gameplay as a player description in the vanilla game you can equip as many wings in the vanity slots in tmodloader you can only equip one this is mostly only relevant for s spell and its special eye glow effect log file no response steps to reproduce equip s spell or any wing accessory in one vanity slot try to put another wing accessory in a vanity slot expected behavior you should be able to equip as many wings in the vanity slots actual behavior you can only have one wing accessory at a time in the vanity slot reproduction frequency every time additional information no response
1
214,445
16,589,844,207
IssuesEvent
2021-06-01 06:04:58
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Test new notebook renderer API
testplan-item
Refs: https://github.com/microsoft/vscode/issues/123540 - [ ] anyOS @aeschli - [ ] anyOS @andreamah Complexity: 4 Authors: @connor4312, @mjbvz [Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23125015%0A%0A) --- The issue provides a good description of the problems and features. You can test this with an existing extension, like [github-issues-notebooks](https://github.com/microsoft/vscode-github-issue-notebooks), or create your own renderer via `npm install -g generator-code && yo code --insiders` Verify that the API and described typings work as expected. Note that messaging is separate (https://github.com/microsoft/vscode/issues/123601)
1.0
Test new notebook renderer API - Refs: https://github.com/microsoft/vscode/issues/123540 - [ ] anyOS @aeschli - [ ] anyOS @andreamah Complexity: 4 Authors: @connor4312, @mjbvz [Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23125015%0A%0A) --- The issue provides a good description of the problems and features. You can test this with an existing extension, like [github-issues-notebooks](https://github.com/microsoft/vscode-github-issue-notebooks), or create your own renderer via `npm install -g generator-code && yo code --insiders` Verify that the API and described typings work as expected. Note that messaging is separate (https://github.com/microsoft/vscode/issues/123601)
test
test new notebook renderer api refs anyos aeschli anyos andreamah complexity authors mjbvz the issue provides a good description of the problems and features you can test this with an existing extension like or create your own renderer via npm install g generator code yo code insiders verify that the api and described typings work as expected note that messaging is separate
1
815,140
30,538,463,158
IssuesEvent
2023-07-19 19:16:09
GoogleCloudPlatform/golang-samples
https://api.github.com/repos/GoogleCloudPlatform/golang-samples
closed
compute: TestStartStopSnippets failed
type: bug priority: p1 api: compute 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: e4eddad4457dc10f0fabb1b6f4c1906bea46aedc buildURL: [Build Status](https://source.cloud.google.com/results/invocations/33a7ff37-d950-4f08-aab3-15ec079cd42a), [Sponge](http://sponge2/33a7ff37-d950-4f08-aab3-15ec079cd42a) status: failed <details><summary>Test output</summary><br><pre> start_stop_instances_test.go:170: unable to wait for the operation: googleapi: Error 503: SERVICE UNAVAILABLE: errors:{code:"ZONE_RESOURCE_POOL_EXHAUSTED_WITH_DETAILS" error_details:{help:{links:{description:"Troubleshooting documentation" url:"https://cloud.google.com/compute/docs/resource-error"}}} error_details:{localized_message:{locale:"en-US" message:"A n1-standard-1 VM instance is currently unavailable in the europe-central2-b zone. Consider trying your request in the europe-central2-c zone(s), which currently has capacity to accommodate your request. Alternatively, you can try your request again with a different VM hardware configuration or at a later time. For more information, see the troubleshooting documentation."}} error_details:{error_info:{domain:"compute.googleapis.com" metadatas:{key:"attachment" value:""} metadatas:{key:"vmType" value:"n1-standard-1"} metadatas:{key:"zone" value:"europe-central2-b"} metadatas:{key:"zonesAvailable" value:"europe-central2-c"} reason:"resource_availability"}} message:"The zone 'projects/golang-samples-tests/zones/europe-central2-b' does not have enough resources available to fulfill the request. '(resource type:compute)'."} start_stop_instances_test.go:176: stopInstance got err: unable to wait for the operation: googleapi: Error 404: NOT FOUND: errors:{code:"RESOURCE_NOT_FOUND" message:"The resource 'projects/golang-samples-tests/zones/europe-central2-b/instances/test-instance-70585163237266728' was not found"} start_stop_instances_test.go:181: unable to get instance: googleapi: Error 404: The resource 'projects/golang-samples-tests/zones/europe-central2-b/instances/test-instance-70585163237266728' was not found</pre></details>
1.0
compute: TestStartStopSnippets 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 will stop commenting. --- commit: e4eddad4457dc10f0fabb1b6f4c1906bea46aedc buildURL: [Build Status](https://source.cloud.google.com/results/invocations/33a7ff37-d950-4f08-aab3-15ec079cd42a), [Sponge](http://sponge2/33a7ff37-d950-4f08-aab3-15ec079cd42a) status: failed <details><summary>Test output</summary><br><pre> start_stop_instances_test.go:170: unable to wait for the operation: googleapi: Error 503: SERVICE UNAVAILABLE: errors:{code:"ZONE_RESOURCE_POOL_EXHAUSTED_WITH_DETAILS" error_details:{help:{links:{description:"Troubleshooting documentation" url:"https://cloud.google.com/compute/docs/resource-error"}}} error_details:{localized_message:{locale:"en-US" message:"A n1-standard-1 VM instance is currently unavailable in the europe-central2-b zone. Consider trying your request in the europe-central2-c zone(s), which currently has capacity to accommodate your request. Alternatively, you can try your request again with a different VM hardware configuration or at a later time. For more information, see the troubleshooting documentation."}} error_details:{error_info:{domain:"compute.googleapis.com" metadatas:{key:"attachment" value:""} metadatas:{key:"vmType" value:"n1-standard-1"} metadatas:{key:"zone" value:"europe-central2-b"} metadatas:{key:"zonesAvailable" value:"europe-central2-c"} reason:"resource_availability"}} message:"The zone 'projects/golang-samples-tests/zones/europe-central2-b' does not have enough resources available to fulfill the request. '(resource type:compute)'."} start_stop_instances_test.go:176: stopInstance got err: unable to wait for the operation: googleapi: Error 404: NOT FOUND: errors:{code:"RESOURCE_NOT_FOUND" message:"The resource 'projects/golang-samples-tests/zones/europe-central2-b/instances/test-instance-70585163237266728' was not found"} start_stop_instances_test.go:181: unable to get instance: googleapi: Error 404: The resource 'projects/golang-samples-tests/zones/europe-central2-b/instances/test-instance-70585163237266728' was not found</pre></details>
non_test
compute teststartstopsnippets 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 start stop instances test go unable to wait for the operation googleapi error service unavailable errors code zone resource pool exhausted with details error details help links description troubleshooting documentation url error details localized message locale en us message a standard vm instance is currently unavailable in the europe b zone consider trying your request in the europe c zone s which currently has capacity to accommodate your request alternatively you can try your request again with a different vm hardware configuration or at a later time for more information see the troubleshooting documentation error details error info domain compute googleapis com metadatas key attachment value metadatas key vmtype value standard metadatas key zone value europe b metadatas key zonesavailable value europe c reason resource availability message the zone projects golang samples tests zones europe b does not have enough resources available to fulfill the request resource type compute start stop instances test go stopinstance got err unable to wait for the operation googleapi error not found errors code resource not found message the resource projects golang samples tests zones europe b instances test instance was not found start stop instances test go unable to get instance googleapi error the resource projects golang samples tests zones europe b instances test instance was not found
0
336,337
24,494,097,699
IssuesEvent
2022-10-10 06:59:40
baschi29/streetlife
https://api.github.com/repos/baschi29/streetlife
closed
UML-Diagram
documentation
For the deadline a *huge* UML diagram is needed. Maybe use a creator/tool of some sort
1.0
UML-Diagram - For the deadline a *huge* UML diagram is needed. Maybe use a creator/tool of some sort
non_test
uml diagram for the deadline a huge uml diagram is needed maybe use a creator tool of some sort
0
107,733
9,221,865,231
IssuesEvent
2019-03-11 21:05:47
phetsims/capacitor-lab-basics
https://api.github.com/repos/phetsims/capacitor-lab-basics
closed
Cannot read property 'toStateObject' of undefined
dev:phet-io status:on-hold type:automated-testing
CT issue ``` capacitor-lab-basics : fuzz : built-phet-io : load Uncaught TypeError: Cannot read property 'toStateObject' of undefined TypeError: Cannot read property 'toStateObject' of undefined at e._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:32640) at e.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:32476) at e.set (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:32139) at https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:766500 at e.link (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:33118) at new e (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:766475) at e [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:858805) at new e (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:861223) at new e (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:997541) at e.createView (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:1006403) Approximately 7/31/2018, 11:02:19 PM ```
1.0
Cannot read property 'toStateObject' of undefined - CT issue ``` capacitor-lab-basics : fuzz : built-phet-io : load Uncaught TypeError: Cannot read property 'toStateObject' of undefined TypeError: Cannot read property 'toStateObject' of undefined at e._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:32640) at e.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:32476) at e.set (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:32139) at https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:766500 at e.link (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:33118) at new e (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:766475) at e [as constructor] (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:858805) at new e (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:861223) at new e (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:997541) at e.createView (https://bayes.colorado.edu/continuous-testing/snapshot-1533099739392-phet-io/capacitor-lab-basics/build/phet-io/capacitor-lab-basics_all_phet-io.html?postMessageOnLoad&postMessageOnError&postMessageOnBeforeUnload&fuzzMouse&fuzzTouch&phetioStandalone:1066:1006403) Approximately 7/31/2018, 11:02:19 PM ```
test
cannot read property tostateobject of undefined ct issue capacitor lab basics fuzz built phet io load uncaught typeerror cannot read property tostateobject of undefined typeerror cannot read property tostateobject of undefined at e notifylisteners at e setvalueandnotifylisteners at e set at at e link at new e at e at new e at new e at e createview approximately pm
1
33,244
12,195,176,936
IssuesEvent
2020-04-29 16:56:32
solana-labs/solana
https://api.github.com/repos/solana-labs/solana
closed
EpochSlots Flate2 not safe against untrusted input
security
#### Problem Crash reproducible on 1.1.7: ``` memory allocation of 1315084351418925131 bytes failed./multinode-demo/validator.sh: line 318: 28534 Aborted (core dumped) $program "${args[@]}" ``` ``` (gdb) bt #0 0x00007f93364648df in raise () from /lib64/libc.so.6 #1 0x00007f933644ecf5 in abort () from /lib64/libc.so.6 #2 0x000055718fea3587 in std::sys::unix::abort_internal () at src/libstd/sys/unix/mod.rs:165 #3 0x000055718fe97fbd in rust_oom () at src/libstd/alloc.rs:213 #4 0x000055718feb5e37 in alloc::alloc::handle_alloc_error () at src/liballoc/alloc.rs:240 #5 0x000055718f676b55 in alloc::raw_vec::RawVec<T,A>::allocate_in (capacity=1315084351418925131, zeroed=false, a=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/raw_vec.rs:91 #6 0x000055718f676936 in alloc::raw_vec::RawVec<T>::with_capacity (capacity=1315084351418925131) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/raw_vec.rs:140 #7 0x000055718f677874 in alloc::vec::Vec<T>::with_capacity (capacity=1315084351418925131) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/vec.rs:355 #8 0x000055718d1ae9ab in solana_core::epoch_slots::Flate2::inflate (self=0x7f8f93bf7c98) at core/src/epoch_slots.rs:60 #9 0x000055718d1ae5f3 in solana_core::epoch_slots::Flate2::deflate (unc=...) at core/src/epoch_slots.rs:55 #10 0x000055718d1af766 in solana_core::epoch_slots::CompressedSlots::deflate (self=0x7f919880b180) at core/src/epoch_slots.rs:164 #11 0x000055718d1affc4 in solana_core::epoch_slots::EpochSlots::deflate (self=0x7f8f93bf84d0) at core/src/epoch_slots.rs:221 #12 0x000055718d1afc4d in solana_core::epoch_slots::EpochSlots::fill (self=0x7f8f93bf84d0, slots=..., now=1587715404326) at core/src/epoch_slots.rs:195 #13 0x000055718d2d5b94 in solana_core::cluster_info::ClusterInfo::push_epoch_slots (self=0x7f910cefc010, update=...) at core/src/cluster_info.rs:477 #14 0x000055718d17d4f8 in solana_core::repair_service::RepairService::update_completed_slots (completed_slots_receiver=0x7f8f93bf94c0, cluster_info=0x7f910cefc010) at core/src/repair_service.rs:329 #15 0x000055718d17bb64 in solana_core::repair_service::RepairService::run (blockstore=0x7f9334afc510, exit=0x7f92d6015190, repair_socket=0x7f90e882d7d0, cluster_info=0x7f8f93bf9550, repair_strategy=..., cluster_slots=0x7f8f93bf95a0) at core/src/repair_service.rs:151 #16 0x000055718d0fc2a0 in solana_core::repair_service::RepairService::new::{{closure}} () at core/src/repair_service.rs:91 #17 0x000055718d1216b5 in std::sys_common::backtrace::__rust_begin_short_backtrace (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/sys_common/backtrace.rs:129 #18 0x000055718d09af66 in std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/thread/mod.rs:475 #19 0x000055718d645eb4 in <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #20 0x000055718d769083 in std::panicking::try::do_call (data=0x7f8f93bf9880 "\000") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #21 0x000055718fea3dd7 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #22 0x000055718d763868 in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #23 0x000055718d647916 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #24 0x000055718d099a62 in std::thread::Builder::spawn_unchecked::{{closure}} () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/thread/mod.rs:474 #25 0x000055718d24ea94 in core::ops::function::FnOnce::call_once{{vtable-shim}} () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:232 #26 0x000055718fe8461f in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/boxed.rs:1015 #27 0x000055718fea2f30 in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/boxed.rs:1015 #28 std::sys_common::thread::start_thread () at src/libstd/sys_common/thread.rs:13 #29 std::sys::unix::thread::Thread::new::thread_start () at src/libstd/sys/unix/thread.rs:80 #30 0x00007f93371912de in start_thread () from /lib64/libpthread.so.0 #31 0x00007f9336529133 in clone () from /lib64/libc.so.6 ``` https://github.com/solana-labs/solana/blob/1cc2f6739188e2c41b60496557f069466745e8b7/core/src/epoch_slots.rs#L60 I'm not sure if this is exploitable - my understanding is that it would require an attacker-controller Flate2 CompressedSlot to be inflated, while passing the existing checks on `num`? #### Proposed Solution TBD
True
EpochSlots Flate2 not safe against untrusted input - #### Problem Crash reproducible on 1.1.7: ``` memory allocation of 1315084351418925131 bytes failed./multinode-demo/validator.sh: line 318: 28534 Aborted (core dumped) $program "${args[@]}" ``` ``` (gdb) bt #0 0x00007f93364648df in raise () from /lib64/libc.so.6 #1 0x00007f933644ecf5 in abort () from /lib64/libc.so.6 #2 0x000055718fea3587 in std::sys::unix::abort_internal () at src/libstd/sys/unix/mod.rs:165 #3 0x000055718fe97fbd in rust_oom () at src/libstd/alloc.rs:213 #4 0x000055718feb5e37 in alloc::alloc::handle_alloc_error () at src/liballoc/alloc.rs:240 #5 0x000055718f676b55 in alloc::raw_vec::RawVec<T,A>::allocate_in (capacity=1315084351418925131, zeroed=false, a=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/raw_vec.rs:91 #6 0x000055718f676936 in alloc::raw_vec::RawVec<T>::with_capacity (capacity=1315084351418925131) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/raw_vec.rs:140 #7 0x000055718f677874 in alloc::vec::Vec<T>::with_capacity (capacity=1315084351418925131) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/vec.rs:355 #8 0x000055718d1ae9ab in solana_core::epoch_slots::Flate2::inflate (self=0x7f8f93bf7c98) at core/src/epoch_slots.rs:60 #9 0x000055718d1ae5f3 in solana_core::epoch_slots::Flate2::deflate (unc=...) at core/src/epoch_slots.rs:55 #10 0x000055718d1af766 in solana_core::epoch_slots::CompressedSlots::deflate (self=0x7f919880b180) at core/src/epoch_slots.rs:164 #11 0x000055718d1affc4 in solana_core::epoch_slots::EpochSlots::deflate (self=0x7f8f93bf84d0) at core/src/epoch_slots.rs:221 #12 0x000055718d1afc4d in solana_core::epoch_slots::EpochSlots::fill (self=0x7f8f93bf84d0, slots=..., now=1587715404326) at core/src/epoch_slots.rs:195 #13 0x000055718d2d5b94 in solana_core::cluster_info::ClusterInfo::push_epoch_slots (self=0x7f910cefc010, update=...) at core/src/cluster_info.rs:477 #14 0x000055718d17d4f8 in solana_core::repair_service::RepairService::update_completed_slots (completed_slots_receiver=0x7f8f93bf94c0, cluster_info=0x7f910cefc010) at core/src/repair_service.rs:329 #15 0x000055718d17bb64 in solana_core::repair_service::RepairService::run (blockstore=0x7f9334afc510, exit=0x7f92d6015190, repair_socket=0x7f90e882d7d0, cluster_info=0x7f8f93bf9550, repair_strategy=..., cluster_slots=0x7f8f93bf95a0) at core/src/repair_service.rs:151 #16 0x000055718d0fc2a0 in solana_core::repair_service::RepairService::new::{{closure}} () at core/src/repair_service.rs:91 #17 0x000055718d1216b5 in std::sys_common::backtrace::__rust_begin_short_backtrace (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/sys_common/backtrace.rs:129 #18 0x000055718d09af66 in std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/thread/mod.rs:475 #19 0x000055718d645eb4 in <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once (self=..., _args=()) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:318 #20 0x000055718d769083 in std::panicking::try::do_call (data=0x7f8f93bf9880 "\000") at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:305 #21 0x000055718fea3dd7 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86 #22 0x000055718d763868 in std::panicking::try (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panicking.rs:281 #23 0x000055718d647916 in std::panic::catch_unwind (f=...) at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/panic.rs:394 #24 0x000055718d099a62 in std::thread::Builder::spawn_unchecked::{{closure}} () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/thread/mod.rs:474 #25 0x000055718d24ea94 in core::ops::function::FnOnce::call_once{{vtable-shim}} () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/ops/function.rs:232 #26 0x000055718fe8461f in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/boxed.rs:1015 #27 0x000055718fea2f30 in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/liballoc/boxed.rs:1015 #28 std::sys_common::thread::start_thread () at src/libstd/sys_common/thread.rs:13 #29 std::sys::unix::thread::Thread::new::thread_start () at src/libstd/sys/unix/thread.rs:80 #30 0x00007f93371912de in start_thread () from /lib64/libpthread.so.0 #31 0x00007f9336529133 in clone () from /lib64/libc.so.6 ``` https://github.com/solana-labs/solana/blob/1cc2f6739188e2c41b60496557f069466745e8b7/core/src/epoch_slots.rs#L60 I'm not sure if this is exploitable - my understanding is that it would require an attacker-controller Flate2 CompressedSlot to be inflated, while passing the existing checks on `num`? #### Proposed Solution TBD
non_test
epochslots not safe against untrusted input problem crash reproducible on memory allocation of bytes failed multinode demo validator sh line aborted core dumped program args gdb bt in raise from libc so in abort from libc so in std sys unix abort internal at src libstd sys unix mod rs in rust oom at src libstd alloc rs in alloc alloc handle alloc error at src liballoc alloc rs in alloc raw vec rawvec allocate in capacity zeroed false a at rustc src liballoc raw vec rs in alloc raw vec rawvec with capacity capacity at rustc src liballoc raw vec rs in alloc vec vec with capacity capacity at rustc src liballoc vec rs in solana core epoch slots inflate self at core src epoch slots rs in solana core epoch slots deflate unc at core src epoch slots rs in solana core epoch slots compressedslots deflate self at core src epoch slots rs in solana core epoch slots epochslots deflate self at core src epoch slots rs in solana core epoch slots epochslots fill self slots now at core src epoch slots rs in solana core cluster info clusterinfo push epoch slots self update at core src cluster info rs in solana core repair service repairservice update completed slots completed slots receiver cluster info at core src repair service rs in solana core repair service repairservice run blockstore exit repair socket cluster info repair strategy cluster slots at core src repair service rs in solana core repair service repairservice new closure at core src repair service rs in std sys common backtrace rust begin short backtrace f at rustc src libstd sys common backtrace rs in std thread builder spawn unchecked closure closure at rustc src libstd thread mod rs in as core ops function fnonce call once self args at rustc src libstd panic rs in std panicking try do call data at rustc src libstd panicking rs in rust maybe catch panic at src libpanic unwind lib rs in std panicking try f at rustc src libstd panicking rs in std panic catch unwind f at rustc src libstd panic rs in std thread builder spawn unchecked closure at rustc src libstd thread mod rs in core ops function fnonce call once vtable shim at rustc src libcore ops function rs in as core ops function fnonce call once at rustc src liballoc boxed rs in as core ops function fnonce call once at rustc src liballoc boxed rs std sys common thread start thread at src libstd sys common thread rs std sys unix thread thread new thread start at src libstd sys unix thread rs in start thread from libpthread so in clone from libc so i m not sure if this is exploitable my understanding is that it would require an attacker controller compressedslot to be inflated while passing the existing checks on num proposed solution tbd
0
51,401
7,698,376,105
IssuesEvent
2018-05-18 22:55:24
zeppelinos/zos-cli
https://api.github.com/repos/zeppelinos/zos-cli
closed
Document package.zos.json files structure
kind:documentation
Add documentation (not in the README) on the structure of package.zos.json and package.zos.network.json files, and how they are affected by each command. Consider adding them in a separate md file or wiki, and then move it to the central doc site.
1.0
Document package.zos.json files structure - Add documentation (not in the README) on the structure of package.zos.json and package.zos.network.json files, and how they are affected by each command. Consider adding them in a separate md file or wiki, and then move it to the central doc site.
non_test
document package zos json files structure add documentation not in the readme on the structure of package zos json and package zos network json files and how they are affected by each command consider adding them in a separate md file or wiki and then move it to the central doc site
0
791,978
27,883,653,047
IssuesEvent
2023-03-21 21:31:47
fivetran/dbt_recurly
https://api.github.com/repos/fivetran/dbt_recurly
closed
[Feature] dbt.current_timestamp() functions should be dbt.current_timestamp_backcompat
type:enhancement priority:p3 update_type:feature
### Is there an existing feature request for this? - [X] I have searched the existing issues ### Describe the Feature `dbt.current_timestamp` needs to be `dbt.current_timestamp_backcompat()` to ensure backwards compatibility for [Postgres and Snowflake for the latests dbt_utils upgrade](https://docs.getdbt.com/guides/migration/versions/upgrading-to-dbt-utils-v1.0 ). ### Describe alternatives you've considered _No response_ ### Are you interested in contributing this feature? - [X] Yes. - [ ] Yes, but I will need assistance and will schedule time during your [office hours](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) for guidance. - [ ] No. ### Anything else? Models impacted are [here](https://github.com/fivetran/dbt_recurly/blob/main/models/recurly__account_overview.sql#L26) and [here](https://github.com/fivetran/dbt_recurly/blob/main/models/intermediate/int_recurly__account_cumulatives.sql#L16-L40).
1.0
[Feature] dbt.current_timestamp() functions should be dbt.current_timestamp_backcompat - ### Is there an existing feature request for this? - [X] I have searched the existing issues ### Describe the Feature `dbt.current_timestamp` needs to be `dbt.current_timestamp_backcompat()` to ensure backwards compatibility for [Postgres and Snowflake for the latests dbt_utils upgrade](https://docs.getdbt.com/guides/migration/versions/upgrading-to-dbt-utils-v1.0 ). ### Describe alternatives you've considered _No response_ ### Are you interested in contributing this feature? - [X] Yes. - [ ] Yes, but I will need assistance and will schedule time during your [office hours](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) for guidance. - [ ] No. ### Anything else? Models impacted are [here](https://github.com/fivetran/dbt_recurly/blob/main/models/recurly__account_overview.sql#L26) and [here](https://github.com/fivetran/dbt_recurly/blob/main/models/intermediate/int_recurly__account_cumulatives.sql#L16-L40).
non_test
dbt current timestamp functions should be dbt current timestamp backcompat is there an existing feature request for this i have searched the existing issues describe the feature dbt current timestamp needs to be dbt current timestamp backcompat to ensure backwards compatibility for describe alternatives you ve considered no response are you interested in contributing this feature yes yes but i will need assistance and will schedule time during your for guidance no anything else models impacted are and
0
50,876
13,187,930,516
IssuesEvent
2020-08-13 05:03:45
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
MuonGun Track.Harvest bug (Trac #1583)
Migrated from Trac combo simulation defect
Energy deposited at some point along the track sometimes returns nonsensical negative energy. File below (located at DESY Zeuthen) contains I3MCTree and MMCTrackList for several example events. /lustre/fs11/group/icecube/blotsd/muon_gun/muon_gun_testcase.i3.bz2 Relevant information about the file: **Generation** model.flux.max_multiplicity = 1 spectrum = MuonGun.OffsetPowerLaw(5,100*I3Units.TeV, 1*I3Units.GeV,1*I3Units.TeV) outer = MuonGun.Cylinder(1600*I3Units.m, 800*I3Units.m) model = MuonGun.load_model('GaisserH4a_atmod12_SIBYLL') generator = MuonGun.Floodlight(outer, spectrum, 0.99,1.0) ***Propagation*** muprop = I3PropagatorServicePROPOSAL(type=dataclasses.I3Particle.MuMinus, cylinderHeight=1600, cylinderRadius=800) If I try to get the deposited energy in the volume as below sometimes its negative. for track in MuonGun.Track.harvest(frame['I3MCTree'], frame['MMCTrackList']): # Find distance to entrance and exit from sampling volume intersections = outer.intersection(track.pos, track.dir) # Get the corresponding energies e0, e1 = track.get_energy(intersections.first)/I3Units.GeV, track.get_energy(intersections.second)/I3Units.GeV Sometimes e1 < 0 and that means that e0 - e1 > 1 TeV (maximum generated energy) <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1583">https://code.icecube.wisc.edu/ticket/1583</a>, reported by summer.blot and owned by jvansanten</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:10", "description": "Energy deposited at some point along the track sometimes returns nonsensical negative energy. File below (located at DESY Zeuthen) contains I3MCTree and MMCTrackList for several example events. \n\n/lustre/fs11/group/icecube/blotsd/muon_gun/muon_gun_testcase.i3.bz2\n\nRelevant information about the file:\n\n**Generation**\nmodel.flux.max_multiplicity = 1\nspectrum = MuonGun.OffsetPowerLaw(5,100*I3Units.TeV, 1*I3Units.GeV,1*I3Units.TeV)\nouter = MuonGun.Cylinder(1600*I3Units.m, 800*I3Units.m)\nmodel = MuonGun.load_model('GaisserH4a_atmod12_SIBYLL')\ngenerator = MuonGun.Floodlight(outer, spectrum, 0.99,1.0)\n\n***Propagation***\nmuprop = I3PropagatorServicePROPOSAL(type=dataclasses.I3Particle.MuMinus, cylinderHeight=1600, cylinderRadius=800)\n\n\nIf I try to get the deposited energy in the volume as below sometimes its negative.\n\nfor track in MuonGun.Track.harvest(frame['I3MCTree'], frame['MMCTrackList']):\n # Find distance to entrance and exit from sampling volume\n intersections = outer.intersection(track.pos, track.dir)\n # Get the corresponding energies\n e0, e1 = track.get_energy(intersections.first)/I3Units.GeV, track.get_energy(intersections.second)/I3Units.GeV\n\nSometimes e1 < 0 \nand that means that e0 - e1 > 1 TeV (maximum generated energy)\n", "reporter": "summer.blot", "cc": "thomas.kintscher@desy.de", "resolution": "fixed", "_ts": "1550067190995086", "component": "combo simulation", "summary": "MuonGun Track.Harvest bug", "priority": "normal", "keywords": "MuonGun", "time": "2016-03-10T13:44:14", "milestone": "", "owner": "jvansanten", "type": "defect" } ``` </p> </details>
1.0
MuonGun Track.Harvest bug (Trac #1583) - Energy deposited at some point along the track sometimes returns nonsensical negative energy. File below (located at DESY Zeuthen) contains I3MCTree and MMCTrackList for several example events. /lustre/fs11/group/icecube/blotsd/muon_gun/muon_gun_testcase.i3.bz2 Relevant information about the file: **Generation** model.flux.max_multiplicity = 1 spectrum = MuonGun.OffsetPowerLaw(5,100*I3Units.TeV, 1*I3Units.GeV,1*I3Units.TeV) outer = MuonGun.Cylinder(1600*I3Units.m, 800*I3Units.m) model = MuonGun.load_model('GaisserH4a_atmod12_SIBYLL') generator = MuonGun.Floodlight(outer, spectrum, 0.99,1.0) ***Propagation*** muprop = I3PropagatorServicePROPOSAL(type=dataclasses.I3Particle.MuMinus, cylinderHeight=1600, cylinderRadius=800) If I try to get the deposited energy in the volume as below sometimes its negative. for track in MuonGun.Track.harvest(frame['I3MCTree'], frame['MMCTrackList']): # Find distance to entrance and exit from sampling volume intersections = outer.intersection(track.pos, track.dir) # Get the corresponding energies e0, e1 = track.get_energy(intersections.first)/I3Units.GeV, track.get_energy(intersections.second)/I3Units.GeV Sometimes e1 < 0 and that means that e0 - e1 > 1 TeV (maximum generated energy) <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1583">https://code.icecube.wisc.edu/ticket/1583</a>, reported by summer.blot and owned by jvansanten</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:10", "description": "Energy deposited at some point along the track sometimes returns nonsensical negative energy. File below (located at DESY Zeuthen) contains I3MCTree and MMCTrackList for several example events. \n\n/lustre/fs11/group/icecube/blotsd/muon_gun/muon_gun_testcase.i3.bz2\n\nRelevant information about the file:\n\n**Generation**\nmodel.flux.max_multiplicity = 1\nspectrum = MuonGun.OffsetPowerLaw(5,100*I3Units.TeV, 1*I3Units.GeV,1*I3Units.TeV)\nouter = MuonGun.Cylinder(1600*I3Units.m, 800*I3Units.m)\nmodel = MuonGun.load_model('GaisserH4a_atmod12_SIBYLL')\ngenerator = MuonGun.Floodlight(outer, spectrum, 0.99,1.0)\n\n***Propagation***\nmuprop = I3PropagatorServicePROPOSAL(type=dataclasses.I3Particle.MuMinus, cylinderHeight=1600, cylinderRadius=800)\n\n\nIf I try to get the deposited energy in the volume as below sometimes its negative.\n\nfor track in MuonGun.Track.harvest(frame['I3MCTree'], frame['MMCTrackList']):\n # Find distance to entrance and exit from sampling volume\n intersections = outer.intersection(track.pos, track.dir)\n # Get the corresponding energies\n e0, e1 = track.get_energy(intersections.first)/I3Units.GeV, track.get_energy(intersections.second)/I3Units.GeV\n\nSometimes e1 < 0 \nand that means that e0 - e1 > 1 TeV (maximum generated energy)\n", "reporter": "summer.blot", "cc": "thomas.kintscher@desy.de", "resolution": "fixed", "_ts": "1550067190995086", "component": "combo simulation", "summary": "MuonGun Track.Harvest bug", "priority": "normal", "keywords": "MuonGun", "time": "2016-03-10T13:44:14", "milestone": "", "owner": "jvansanten", "type": "defect" } ``` </p> </details>
non_test
muongun track harvest bug trac energy deposited at some point along the track sometimes returns nonsensical negative energy file below located at desy zeuthen contains and mmctracklist for several example events lustre group icecube blotsd muon gun muon gun testcase relevant information about the file generation model flux max multiplicity spectrum muongun offsetpowerlaw tev gev tev outer muongun cylinder m m model muongun load model sibyll generator muongun floodlight outer spectrum propagation muprop type dataclasses muminus cylinderheight cylinderradius if i try to get the deposited energy in the volume as below sometimes its negative for track in muongun track harvest frame frame find distance to entrance and exit from sampling volume intersections outer intersection track pos track dir get the corresponding energies track get energy intersections first gev track get energy intersections second gev sometimes and that means that tev maximum generated energy migrated from json status closed changetime description energy deposited at some point along the track sometimes returns nonsensical negative energy file below located at desy zeuthen contains and mmctracklist for several example events n n lustre group icecube blotsd muon gun muon gun testcase n nrelevant information about the file n n generation nmodel flux max multiplicity nspectrum muongun offsetpowerlaw tev gev tev nouter muongun cylinder m m nmodel muongun load model sibyll ngenerator muongun floodlight outer spectrum n n propagation nmuprop type dataclasses muminus cylinderheight cylinderradius n n nif i try to get the deposited energy in the volume as below sometimes its negative n nfor track in muongun track harvest frame frame n find distance to entrance and exit from sampling volume n intersections outer intersection track pos track dir n get the corresponding energies n track get energy intersections first gev track get energy intersections second gev n nsometimes tev maximum generated energy n reporter summer blot cc thomas kintscher desy de resolution fixed ts component combo simulation summary muongun track harvest bug priority normal keywords muongun time milestone owner jvansanten type defect
0
86,805
8,050,718,825
IssuesEvent
2018-08-01 14:13:21
khartec/waltz
https://api.github.com/repos/khartec/waltz
closed
Flow Diagram: Show PENDING flows on flow diagram
DDL change fixed (test & close) noteworthy waiting on client
Replace `is_removed` with `entity_lifecycle_status`
1.0
Flow Diagram: Show PENDING flows on flow diagram - Replace `is_removed` with `entity_lifecycle_status`
test
flow diagram show pending flows on flow diagram replace is removed with entity lifecycle status
1
59
2,914,117,179
IssuesEvent
2015-06-23 01:16:56
magnumripper/JohnTheRipper
https://api.github.com/repos/magnumripper/JohnTheRipper
closed
PBKDF2-HMAC-SHA512-opencl fails on OSX
portability
These are driver bugs, but I'll see if I can work around them. CPU device works fine but HD4000 and GT650M fails *building*. ``` Device 2: GeForce GT 650M Options used: -I ../run/kernels -cl-mad-enable -DAPPLE -DDEVICE_INFO=18 -D_OPENCL_COMPILER -DDEV_VER_MAJOR=10 -DDEV_VER_MINOR=2 -DHASH_LOOPS=250 -DPLAINTEXT_LENGTH=110 -DMAX_SALT_SIZE=107 Build log: Error getting function data from server Error -11 building kernel $JOHN/kernels/pbkdf2_hmac_sha512_kernel.cl. DEVICE_INFO=18 OpenCL error (CL_BUILD_PROGRAM_FAILURE) in file (common-opencl.c) at line (964) - (clBuildProgram failed.) Device 1: HD Graphics 4000 Options used: -I ../run/kernels -cl-mad-enable -DAPPLE -DDEVICE_INFO=34 -D_OPENCL_COMPILER -DDEV_VER_MAJOR=1 -DDEV_VER_MINOR=2 -DHASH_LOOPS=250 -DPLAINTEXT_LENGTH=110 -DMAX_SALT_SIZE=107 Build log: Error: internal error. Error -11 building kernel $JOHN/kernels/pbkdf2_hmac_sha512_kernel.cl. DEVICE_INFO=34 OpenCL error (CL_BUILD_PROGRAM_FAILURE) in file (common-opencl.c) at line (964) - (clBuildProgram failed.) ```
True
PBKDF2-HMAC-SHA512-opencl fails on OSX - These are driver bugs, but I'll see if I can work around them. CPU device works fine but HD4000 and GT650M fails *building*. ``` Device 2: GeForce GT 650M Options used: -I ../run/kernels -cl-mad-enable -DAPPLE -DDEVICE_INFO=18 -D_OPENCL_COMPILER -DDEV_VER_MAJOR=10 -DDEV_VER_MINOR=2 -DHASH_LOOPS=250 -DPLAINTEXT_LENGTH=110 -DMAX_SALT_SIZE=107 Build log: Error getting function data from server Error -11 building kernel $JOHN/kernels/pbkdf2_hmac_sha512_kernel.cl. DEVICE_INFO=18 OpenCL error (CL_BUILD_PROGRAM_FAILURE) in file (common-opencl.c) at line (964) - (clBuildProgram failed.) Device 1: HD Graphics 4000 Options used: -I ../run/kernels -cl-mad-enable -DAPPLE -DDEVICE_INFO=34 -D_OPENCL_COMPILER -DDEV_VER_MAJOR=1 -DDEV_VER_MINOR=2 -DHASH_LOOPS=250 -DPLAINTEXT_LENGTH=110 -DMAX_SALT_SIZE=107 Build log: Error: internal error. Error -11 building kernel $JOHN/kernels/pbkdf2_hmac_sha512_kernel.cl. DEVICE_INFO=34 OpenCL error (CL_BUILD_PROGRAM_FAILURE) in file (common-opencl.c) at line (964) - (clBuildProgram failed.) ```
non_test
hmac opencl fails on osx these are driver bugs but i ll see if i can work around them cpu device works fine but and fails building device geforce gt options used i run kernels cl mad enable dapple ddevice info d opencl compiler ddev ver major ddev ver minor dhash loops dplaintext length dmax salt size build log error getting function data from server error building kernel john kernels hmac kernel cl device info opencl error cl build program failure in file common opencl c at line clbuildprogram failed device hd graphics options used i run kernels cl mad enable dapple ddevice info d opencl compiler ddev ver major ddev ver minor dhash loops dplaintext length dmax salt size build log error internal error error building kernel john kernels hmac kernel cl device info opencl error cl build program failure in file common opencl c at line clbuildprogram failed
0
15,144
3,442,173,885
IssuesEvent
2015-12-14 21:30:23
sciserver/SkyServer
https://api.github.com/repos/sciserver/SkyServer
closed
All search tools: Upload to SAS does not upload objects
bug needstest sciserver_v1_5_1
On all the search tools, once you get the search results, there is a Submit button at the bottom of the page to upload a list of fields/spectra to the SAS. Clicking the button opens the appropriate SAS form, but DOES NOT pre-load query results into that form, which is what we promise in the button label.
1.0
All search tools: Upload to SAS does not upload objects - On all the search tools, once you get the search results, there is a Submit button at the bottom of the page to upload a list of fields/spectra to the SAS. Clicking the button opens the appropriate SAS form, but DOES NOT pre-load query results into that form, which is what we promise in the button label.
test
all search tools upload to sas does not upload objects on all the search tools once you get the search results there is a submit button at the bottom of the page to upload a list of fields spectra to the sas clicking the button opens the appropriate sas form but does not pre load query results into that form which is what we promise in the button label
1
251,205
21,445,395,998
IssuesEvent
2022-04-25 05:28:04
astronomer/astronomer-providers
https://api.github.com/repos/astronomer/astronomer-providers
closed
Enhance Integration Test Suite
testing
**Acceptance Criteria:** - [x] Automate spinning staging instance daily at the scheduled time from circleci so that integration test will run on updated code - [ ] Create and delete staging env - [ ] Create staging env from circleci - [ ] Automate creating connections(maybe through circleCI env variables or any other alternative approach) and - [ ] delete staging env from circle ci - [x] Remove redundant example code from amazon emr - [x] Integrate the integration tests with astro-cloud - [ ] Publish a more informative and clean test report - [ ] Decide whether to manually register dag in master dag or automatic trigger it - [ ] Check the feasibility of using the Turbulence Framework
1.0
Enhance Integration Test Suite - **Acceptance Criteria:** - [x] Automate spinning staging instance daily at the scheduled time from circleci so that integration test will run on updated code - [ ] Create and delete staging env - [ ] Create staging env from circleci - [ ] Automate creating connections(maybe through circleCI env variables or any other alternative approach) and - [ ] delete staging env from circle ci - [x] Remove redundant example code from amazon emr - [x] Integrate the integration tests with astro-cloud - [ ] Publish a more informative and clean test report - [ ] Decide whether to manually register dag in master dag or automatic trigger it - [ ] Check the feasibility of using the Turbulence Framework
test
enhance integration test suite acceptance criteria automate spinning staging instance daily at the scheduled time from circleci so that integration test will run on updated code create and delete staging env create staging env from circleci automate creating connections maybe through circleci env variables or any other alternative approach and delete staging env from circle ci remove redundant example code from amazon emr integrate the integration tests with astro cloud publish a more informative and clean test report decide whether to manually register dag in master dag or automatic trigger it check the feasibility of using the turbulence framework
1
369,126
10,888,463,320
IssuesEvent
2019-11-18 16:18:40
CredentialEngine/CredentialRegistry
https://api.github.com/repos/CredentialEngine/CredentialRegistry
opened
CRITICAL: Production search/resources/envelopes request fails with "undefined method `secured?' ... "
Blocker High Priority
@excelsior @edgarf @science All direct requests to the production registry are failing. It appears that a recent update resulted in the addition of a security check like that should only be used for the navy community. https://credentialengineregistry.org/ce-registry/search?resource_type=credential https://credentialengineregistry.org/resources/ce-9fab4187-d8e7-11e9-8250-782bcb5df6ac ![image](https://user-images.githubusercontent.com/26332112/69069306-ddb7db80-09eb-11ea-956d-7d9df3d75116.png)
1.0
CRITICAL: Production search/resources/envelopes request fails with "undefined method `secured?' ... " - @excelsior @edgarf @science All direct requests to the production registry are failing. It appears that a recent update resulted in the addition of a security check like that should only be used for the navy community. https://credentialengineregistry.org/ce-registry/search?resource_type=credential https://credentialengineregistry.org/resources/ce-9fab4187-d8e7-11e9-8250-782bcb5df6ac ![image](https://user-images.githubusercontent.com/26332112/69069306-ddb7db80-09eb-11ea-956d-7d9df3d75116.png)
non_test
critical production search resources envelopes request fails with undefined method secured excelsior edgarf science all direct requests to the production registry are failing it appears that a recent update resulted in the addition of a security check like that should only be used for the navy community
0
155,679
12,266,577,005
IssuesEvent
2020-05-07 09:11:45
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
SearchableSnapshotDirectoryTests.testIndexSearcher can fail with assertion error
:Distributed/Snapshot/Restore >test-failure Team:Distributed
The failure consistently reproduces for me. Command: ``` ./gradlew ':x-pack:plugin:searchable-snapshots:test' \ --tests "org.elasticsearch.index.store.SearchableSnapshotDirectoryTests.testIndexSearcher" \ -Dtests.seed=4ADEC076A04B379C -Dtests.security.manager=true -Dtests.locale=fr-FR \ -Dtests.timezone=America/Hermosillo -Dcompiler.java=14 -Druntime.java=11 ``` Build scan: https://gradle-enterprise.elastic.co/s/gee7fullo3xhm Relevant excerpt from the logs: ``` java.lang.AssertionError: current thread [Thread[LuceneTestCase-1-thread-2,5,TGRP-SearchableSnapshotDirectoryTests]] may not read [name: __UmWBMwYMTo6pUM37x8biLg, numberOfParts: 1, partSize: 868b, partBytes: 868, metadata: name [_0_Lucene84_1.doc], length [682], checksum [1pi9tjs], writtenBy [8.5.1]] at org.elasticsearch.index.store.BaseSearchableSnapshotIndexInput.assertCurrentThreadMayAccessBlobStore(BaseSearchableSnapshotIndexInput.java:148) at org.elasticsearch.index.store.direct.DirectBlobContainerIndexInput.openBlobStream(DirectBlobContainerIndexInput.java:343) at org.elasticsearch.index.store.direct.DirectBlobContainerIndexInput.readInternalBytes(DirectBlobContainerIndexInput.java:133) at org.elasticsearch.index.store.direct.DirectBlobContainerIndexInput.readInternal(DirectBlobContainerIndexInput.java:105) ```
1.0
SearchableSnapshotDirectoryTests.testIndexSearcher can fail with assertion error - The failure consistently reproduces for me. Command: ``` ./gradlew ':x-pack:plugin:searchable-snapshots:test' \ --tests "org.elasticsearch.index.store.SearchableSnapshotDirectoryTests.testIndexSearcher" \ -Dtests.seed=4ADEC076A04B379C -Dtests.security.manager=true -Dtests.locale=fr-FR \ -Dtests.timezone=America/Hermosillo -Dcompiler.java=14 -Druntime.java=11 ``` Build scan: https://gradle-enterprise.elastic.co/s/gee7fullo3xhm Relevant excerpt from the logs: ``` java.lang.AssertionError: current thread [Thread[LuceneTestCase-1-thread-2,5,TGRP-SearchableSnapshotDirectoryTests]] may not read [name: __UmWBMwYMTo6pUM37x8biLg, numberOfParts: 1, partSize: 868b, partBytes: 868, metadata: name [_0_Lucene84_1.doc], length [682], checksum [1pi9tjs], writtenBy [8.5.1]] at org.elasticsearch.index.store.BaseSearchableSnapshotIndexInput.assertCurrentThreadMayAccessBlobStore(BaseSearchableSnapshotIndexInput.java:148) at org.elasticsearch.index.store.direct.DirectBlobContainerIndexInput.openBlobStream(DirectBlobContainerIndexInput.java:343) at org.elasticsearch.index.store.direct.DirectBlobContainerIndexInput.readInternalBytes(DirectBlobContainerIndexInput.java:133) at org.elasticsearch.index.store.direct.DirectBlobContainerIndexInput.readInternal(DirectBlobContainerIndexInput.java:105) ```
test
searchablesnapshotdirectorytests testindexsearcher can fail with assertion error the failure consistently reproduces for me command gradlew x pack plugin searchable snapshots test tests org elasticsearch index store searchablesnapshotdirectorytests testindexsearcher dtests seed dtests security manager true dtests locale fr fr dtests timezone america hermosillo dcompiler java druntime java build scan relevant excerpt from the logs java lang assertionerror current thread may not read length checksum writtenby at org elasticsearch index store basesearchablesnapshotindexinput assertcurrentthreadmayaccessblobstore basesearchablesnapshotindexinput java at org elasticsearch index store direct directblobcontainerindexinput openblobstream directblobcontainerindexinput java at org elasticsearch index store direct directblobcontainerindexinput readinternalbytes directblobcontainerindexinput java at org elasticsearch index store direct directblobcontainerindexinput readinternal directblobcontainerindexinput java
1
31,811
4,726,322,054
IssuesEvent
2016-10-18 09:49:58
baansconsulting/InsurPoint
https://api.github.com/repos/baansconsulting/InsurPoint
closed
Claim field search - need help
Ready for Test
Hi Kevin, Please share whats fields we should search for to show search result. This is with reference to demo you gave on quickbase
1.0
Claim field search - need help - Hi Kevin, Please share whats fields we should search for to show search result. This is with reference to demo you gave on quickbase
test
claim field search need help hi kevin please share whats fields we should search for to show search result this is with reference to demo you gave on quickbase
1
81,129
7,768,169,232
IssuesEvent
2018-06-03 15:10:06
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Investigate flaky pseudo-tty/test-tty-wrap
CI / flaky test
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: 10.0.0-pre * **Platform**: ppcle-ubuntu1404 * **Subsystem**: test tty <!-- Enter your issue details below this comment. --> Looks like maybe the error output breaks TAP too? https://ci.nodejs.org/job/node-test-commit-plinux/16559/nodes=ppcle-ubuntu1404/console ```console ok 2204 pseudo-tty/test-tty-wrap --- duration_ms: 0.107 ... make[1]: *** [test-ci] Error 1 make[1]: Leaving directory `/home/iojs/build/workspace/node-test-commit-plinux/nodes/ppcle-ubuntu1404' make: *** [run-ci] Error 2 Build step 'Execute shell' marked build as failure Run condition [Always] enabling perform for step [[]] TAP Reports Processing: START Looking for TAP results report in workspace using pattern: *.tap Saving reports... Processing '/var/lib/jenkins/jobs/node-test-commit-plinux/configurations/axis-nodes/ppcle-ubuntu1404/builds/16559/tap-master-files/cctest.tap' Parsing TAP test result [/var/lib/jenkins/jobs/node-test-commit-plinux/configurations/axis-nodes/ppcle-ubuntu1404/builds/16559/tap-master-files/cctest.tap]. Processing '/var/lib/jenkins/jobs/node-test-commit-plinux/configurations/axis-nodes/ppcle-ubuntu1404/builds/16559/tap-master-files/test.tap' Parsing TAP test result [/var/lib/jenkins/jobs/node-test-commit-plinux/configurations/axis-nodes/ppcle-ubuntu1404/builds/16559/tap-master-files/test.tap]. org.tap4j.parser.ParserException: Error parsing TAP Stream: Error parsing YAML [ duration_ms: 0.116 severity: fail stack: |- oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo ooooooooooooooooooooooooO ]: special characters are not allowed at org.tap4j.parser.Tap13Parser.parseTapStream(Tap13Parser.java:230) at org.tap4j.parser.Tap13Parser.parseFile(Tap13Parser.java:193) at org.tap4j.plugin.TapParser.parse(TapParser.java:167) at org.tap4j.plugin.TapPublisher.loadResults(TapPublisher.java:540) at org.tap4j.plugin.TapPublisher.performImpl(TapPublisher.java:412) at org.tap4j.plugin.TapPublisher.perform(TapPublisher.java:371) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1752) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused by: org.tap4j.parser.ParserException: Error parsing YAML [ duration_ms: 0.116 severity: fail stack: |- oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo ooooooooooooooooooooooooO ]: special characters are not allowed at org.tap4j.parser.Tap13Parser.parseDiagnostics(Tap13Parser.java:435) at org.tap4j.parser.Tap13Parser.parseLine(Tap13Parser.java:262) at org.tap4j.parser.Tap13Parser.parseTapStream(Tap13Parser.java:224) ... 15 more Caused by: unacceptable character '' (0x0) special characters are not allowed in "'string'", position 586 at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67) at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:47) at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) at org.tap4j.parser.Tap13Parser.parseDiagnostics(Tap13Parser.java:430) ... 17 more TAP parse errors found in the build. Marking build as UNSTABLE ```
1.0
Investigate flaky pseudo-tty/test-tty-wrap - <!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: 10.0.0-pre * **Platform**: ppcle-ubuntu1404 * **Subsystem**: test tty <!-- Enter your issue details below this comment. --> Looks like maybe the error output breaks TAP too? https://ci.nodejs.org/job/node-test-commit-plinux/16559/nodes=ppcle-ubuntu1404/console ```console ok 2204 pseudo-tty/test-tty-wrap --- duration_ms: 0.107 ... make[1]: *** [test-ci] Error 1 make[1]: Leaving directory `/home/iojs/build/workspace/node-test-commit-plinux/nodes/ppcle-ubuntu1404' make: *** [run-ci] Error 2 Build step 'Execute shell' marked build as failure Run condition [Always] enabling perform for step [[]] TAP Reports Processing: START Looking for TAP results report in workspace using pattern: *.tap Saving reports... Processing '/var/lib/jenkins/jobs/node-test-commit-plinux/configurations/axis-nodes/ppcle-ubuntu1404/builds/16559/tap-master-files/cctest.tap' Parsing TAP test result [/var/lib/jenkins/jobs/node-test-commit-plinux/configurations/axis-nodes/ppcle-ubuntu1404/builds/16559/tap-master-files/cctest.tap]. Processing '/var/lib/jenkins/jobs/node-test-commit-plinux/configurations/axis-nodes/ppcle-ubuntu1404/builds/16559/tap-master-files/test.tap' Parsing TAP test result [/var/lib/jenkins/jobs/node-test-commit-plinux/configurations/axis-nodes/ppcle-ubuntu1404/builds/16559/tap-master-files/test.tap]. org.tap4j.parser.ParserException: Error parsing TAP Stream: Error parsing YAML [ duration_ms: 0.116 severity: fail stack: |- oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo ooooooooooooooooooooooooO ]: special characters are not allowed at org.tap4j.parser.Tap13Parser.parseTapStream(Tap13Parser.java:230) at org.tap4j.parser.Tap13Parser.parseFile(Tap13Parser.java:193) at org.tap4j.plugin.TapParser.parse(TapParser.java:167) at org.tap4j.plugin.TapPublisher.loadResults(TapPublisher.java:540) at org.tap4j.plugin.TapPublisher.performImpl(TapPublisher.java:412) at org.tap4j.plugin.TapPublisher.perform(TapPublisher.java:371) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1752) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused by: org.tap4j.parser.ParserException: Error parsing YAML [ duration_ms: 0.116 severity: fail stack: |- oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo ooooooooooooooooooooooooO ]: special characters are not allowed at org.tap4j.parser.Tap13Parser.parseDiagnostics(Tap13Parser.java:435) at org.tap4j.parser.Tap13Parser.parseLine(Tap13Parser.java:262) at org.tap4j.parser.Tap13Parser.parseTapStream(Tap13Parser.java:224) ... 15 more Caused by: unacceptable character '' (0x0) special characters are not allowed in "'string'", position 586 at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67) at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:47) at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) at org.tap4j.parser.Tap13Parser.parseDiagnostics(Tap13Parser.java:430) ... 17 more TAP parse errors found in the build. Marking build as UNSTABLE ```
test
investigate flaky pseudo tty test tty wrap thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as you re able version output of node v platform output of uname a unix or version and or bit windows subsystem if known please specify affected core module name if possible please provide code that demonstrates the problem keeping it as simple and free of external dependencies as you are able version pre platform ppcle subsystem test tty looks like maybe the error output breaks tap too console ok pseudo tty test tty wrap duration ms make error make leaving directory home iojs build workspace node test commit plinux nodes ppcle make error build step execute shell marked build as failure run condition enabling perform for step tap reports processing start looking for tap results report in workspace using pattern tap saving reports processing var lib jenkins jobs node test commit plinux configurations axis nodes ppcle builds tap master files cctest tap parsing tap test result processing var lib jenkins jobs node test commit plinux configurations axis nodes ppcle builds tap master files test tap parsing tap test result org parser parserexception error parsing tap stream error parsing yaml duration ms severity fail stack oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo ooooooooooooooooooooooooo special characters are not allowed at org parser parsetapstream java at org parser parsefile java at org plugin tapparser parse tapparser java at org plugin tappublisher loadresults tappublisher java at org plugin tappublisher performimpl tappublisher java at org plugin tappublisher perform tappublisher java at hudson tasks buildstepcompatibilitylayer perform buildstepcompatibilitylayer java at hudson tasks buildstepmonitor perform buildstepmonitor java at hudson model abstractbuild abstractbuildexecution perform abstractbuild java at hudson model abstractbuild abstractbuildexecution performallbuildsteps abstractbuild java at hudson model build buildexecution build java at hudson model abstractbuild abstractbuildexecution post abstractbuild java at hudson model run execute run java at hudson matrix matrixrun run matrixrun java at hudson model resourcecontroller execute resourcecontroller java at hudson model executor run executor java caused by org parser parserexception error parsing yaml duration ms severity fail stack oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooo ooooooooooooooooooooooooo special characters are not allowed at org parser parsediagnostics java at org parser parseline java at org parser parsetapstream java more caused by unacceptable character special characters are not allowed in string position at org yaml snakeyaml reader streamreader checkprintable streamreader java at org yaml snakeyaml reader streamreader streamreader java at org yaml snakeyaml yaml load yaml java at org parser parsediagnostics java more tap parse errors found in the build marking build as unstable
1
281,898
24,432,388,348
IssuesEvent
2022-10-06 09:03:40
Joystream/pioneer
https://api.github.com/repos/Joystream/pioneer
reopened
Sybil resistant faucet
enhancement mainnet skip-asana-sync qa-task qa-tested-ready-for-prod qa-effort-1h carthage
## Scope - [ ] Add captcha to the create membership flow ℹ️ Atlas ticket: - https://github.com/Joystream/atlas/issues/2969 ## Background We will have a faucet that gives people sufficient funds to make a membership, channel and upload content. This faucet is powered by Atlas operator funds, so it is costly for the operator. The upside is that the user cannot use funds for anything except transaction fees, so there is a very limited upside to abuse, but this may not stop grifters or people who simply fail to understand this. ## Proposal Introduce some basic authentication step to receive free tokens, meaning either doing some captcha and/or other task, as well as show some very clear big visual that sort of says "you will get some tiny amount of free coins, but you can only use them for fees, not transfer or selling, that wont work". We don't need to rush this, but it seems like it could quickly become a problem. ⚠️ Blocked by - https://github.com/Joystream/atlas/issues/3116 --- ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201958687417145/1202690692055573) by [Unito](https://www.unito.io)
1.0
Sybil resistant faucet - ## Scope - [ ] Add captcha to the create membership flow ℹ️ Atlas ticket: - https://github.com/Joystream/atlas/issues/2969 ## Background We will have a faucet that gives people sufficient funds to make a membership, channel and upload content. This faucet is powered by Atlas operator funds, so it is costly for the operator. The upside is that the user cannot use funds for anything except transaction fees, so there is a very limited upside to abuse, but this may not stop grifters or people who simply fail to understand this. ## Proposal Introduce some basic authentication step to receive free tokens, meaning either doing some captcha and/or other task, as well as show some very clear big visual that sort of says "you will get some tiny amount of free coins, but you can only use them for fees, not transfer or selling, that wont work". We don't need to rush this, but it seems like it could quickly become a problem. ⚠️ Blocked by - https://github.com/Joystream/atlas/issues/3116 --- ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201958687417145/1202690692055573) by [Unito](https://www.unito.io)
test
sybil resistant faucet scope add captcha to the create membership flow ℹ️ atlas ticket background we will have a faucet that gives people sufficient funds to make a membership channel and upload content this faucet is powered by atlas operator funds so it is costly for the operator the upside is that the user cannot use funds for anything except transaction fees so there is a very limited upside to abuse but this may not stop grifters or people who simply fail to understand this proposal introduce some basic authentication step to receive free tokens meaning either doing some captcha and or other task as well as show some very clear big visual that sort of says you will get some tiny amount of free coins but you can only use them for fees not transfer or selling that wont work we don t need to rush this but it seems like it could quickly become a problem ⚠️ blocked by ┆issue is synchronized with this by
1
49,587
6,033,733,838
IssuesEvent
2017-06-09 09:08:49
opencart/opencart
https://api.github.com/repos/opencart/opencart
closed
Paypal Payflow Error
Needs testing Planned
The specific file located here needs to be corrected. opencart/upload/admin/view/template/payment/pp_payflow.tpl On the storefront, it renders error when you click the submit button showing a user undefined variable and apparently even after fixing misspelling of 'user' in the code, the variable data is not being passed onto paypal for processing. Paypal tech stated it seems the "Test mode" does not turn off although I have it switched off in admin, hence throwing a credentials error. This is an out of box payment option that should work. Please fix.
1.0
Paypal Payflow Error - The specific file located here needs to be corrected. opencart/upload/admin/view/template/payment/pp_payflow.tpl On the storefront, it renders error when you click the submit button showing a user undefined variable and apparently even after fixing misspelling of 'user' in the code, the variable data is not being passed onto paypal for processing. Paypal tech stated it seems the "Test mode" does not turn off although I have it switched off in admin, hence throwing a credentials error. This is an out of box payment option that should work. Please fix.
test
paypal payflow error the specific file located here needs to be corrected opencart upload admin view template payment pp payflow tpl on the storefront it renders error when you click the submit button showing a user undefined variable and apparently even after fixing misspelling of user in the code the variable data is not being passed onto paypal for processing paypal tech stated it seems the test mode does not turn off although i have it switched off in admin hence throwing a credentials error this is an out of box payment option that should work please fix
1
331,590
29,044,383,301
IssuesEvent
2023-05-13 11:13:20
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Chrome X-Pack UI Functional Tests with ES SSL - Cases - group 2.x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework·ts - Cases Attachment framework Attachment hooks Flyout attaches correctly
failed-test Team:ResponseOps
A test failed on a tracked branch ``` Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="case-fixture-attach-to-new-case"]) Wait timed out after 10011ms at /home/buildkite-agent/builds/kb-n2-4-spot-e9a94b5d04746cd0/elastic/kibana-on-merge/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:17 at processTicksAndRejections (node:internal/process/task_queues:96:5) at onFailure (retry_for_success.ts:17:9) at retryForSuccess (retry_for_success.ts:59:13) at RetryService.try (retry.ts:31:12) at Proxy.clickByCssSelector (find.ts:407:5) at TestSubjects.click (test_subjects.ts:164:5) at CommonPageObject.clickAndValidate (common_page.ts:514:5) at openFlyout (attachment_framework.ts:238:11) at Context.<anonymous> (attachment_framework.ts:261:13) at Object.apply (wrap_function.js:73:16) ``` First failure: [CI Build - 8.8](https://buildkite.com/elastic/kibana-on-merge/builds/30378#0188118d-dd7d-4e4d-82f7-e3671c0a0bb0) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests with ES SSL - Cases - group 2.x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework·ts","test.name":"Cases Attachment framework Attachment hooks Flyout attaches correctly","test.failCount":1}} -->
1.0
Failing test: Chrome X-Pack UI Functional Tests with ES SSL - Cases - group 2.x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework·ts - Cases Attachment framework Attachment hooks Flyout attaches correctly - A test failed on a tracked branch ``` Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="case-fixture-attach-to-new-case"]) Wait timed out after 10011ms at /home/buildkite-agent/builds/kb-n2-4-spot-e9a94b5d04746cd0/elastic/kibana-on-merge/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:17 at processTicksAndRejections (node:internal/process/task_queues:96:5) at onFailure (retry_for_success.ts:17:9) at retryForSuccess (retry_for_success.ts:59:13) at RetryService.try (retry.ts:31:12) at Proxy.clickByCssSelector (find.ts:407:5) at TestSubjects.click (test_subjects.ts:164:5) at CommonPageObject.clickAndValidate (common_page.ts:514:5) at openFlyout (attachment_framework.ts:238:11) at Context.<anonymous> (attachment_framework.ts:261:13) at Object.apply (wrap_function.js:73:16) ``` First failure: [CI Build - 8.8](https://buildkite.com/elastic/kibana-on-merge/builds/30378#0188118d-dd7d-4e4d-82f7-e3671c0a0bb0) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests with ES SSL - Cases - group 2.x-pack/test/functional_with_es_ssl/apps/cases/group2/attachment_framework·ts","test.name":"Cases Attachment framework Attachment hooks Flyout attaches correctly","test.failCount":1}} -->
test
failing test chrome x pack ui functional tests with es ssl cases group x pack test functional with es ssl apps cases attachment framework·ts cases attachment framework attachment hooks flyout attaches correctly a test failed on a tracked branch error retry try timeout timeouterror waiting for element to be located by css selector wait timed out after at home buildkite agent builds kb spot elastic kibana on merge kibana node modules selenium webdriver lib webdriver js at processticksandrejections node internal process task queues at onfailure retry for success ts at retryforsuccess retry for success ts at retryservice try retry ts at proxy clickbycssselector find ts at testsubjects click test subjects ts at commonpageobject clickandvalidate common page ts at openflyout attachment framework ts at context attachment framework ts at object apply wrap function js first failure
1
162,163
12,625,160,345
IssuesEvent
2020-06-14 10:25:34
Students-of-the-city-of-Kostroma/trpo_automation
https://api.github.com/repos/Students-of-the-city-of-Kostroma/trpo_automation
closed
Непрервная интеграция Azura или Travis
Testing v.0.0.0.10
Непрерывная интеграция(автоматические пре-релизы и автотесты) должны быть исправлены на Azure, или перейти на Travis. - [x] Настроить автотесты. - [x] Настроить авто-выкат пре-релиза - [x] Настроить идентификаторы в автотестах - [x] Продемонстрировать работу тимлиду
1.0
Непрервная интеграция Azura или Travis - Непрерывная интеграция(автоматические пре-релизы и автотесты) должны быть исправлены на Azure, или перейти на Travis. - [x] Настроить автотесты. - [x] Настроить авто-выкат пре-релиза - [x] Настроить идентификаторы в автотестах - [x] Продемонстрировать работу тимлиду
test
непрервная интеграция azura или travis непрерывная интеграция автоматические пре релизы и автотесты должны быть исправлены на azure или перейти на travis настроить автотесты настроить авто выкат пре релиза настроить идентификаторы в автотестах продемонстрировать работу тимлиду
1
177,875
13,751,049,649
IssuesEvent
2020-10-06 12:53:19
home-assistant/core
https://api.github.com/repos/home-assistant/core
closed
Rewrite uk_transport unittest tests to pytest style test functions
Hacktoberfest Help wanted integration: uk_transport unittest.TestCase
## Problem The uk_transport integration still contains `unittest.TestCase` based unit tests. We want to rewrite them to standalone pytest test functions. ## Background The Home Assistant core standard is to write tests as standalone pytest test functions. We still have some old tests that are based on `unittest.TestCase`. We want all these tests to be rewritten as pytest test functions. Here are the docs for pytest: https://docs.pytest.org/en/stable/ Here's an example of an async pytest test function in Home Assistant core: https://github.com/home-assistant/core/blob/4cce724473233d4fb32c08bd251940b1ce2ba570/tests/components/tradfri/test_light.py#L156-L176 There are many pytest fixtures to help writing the tests. See: - https://docs.pytest.org/en/stable/reference.html#fixtures - https://github.com/home-assistant/core/blob/dev/tests/conftest.py - The most common fixture to use is [`hass`](https://github.com/home-assistant/core/blob/4cce724473233d4fb32c08bd251940b1ce2ba570/tests/conftest.py#L107) which will set up a [`HomeAssistant`](https://github.com/home-assistant/core/blob/4cce724473233d4fb32c08bd251940b1ce2ba570/homeassistant/core.py#L166) instance and start it. Here's an example of a pull request that rewrote a module of `unittest.TestCase` tests to standalone pytest test functions: https://github.com/home-assistant/core/pull/40749 Here's an example command to run a single test module with pytest inside tox on Python 3.8: ```sh tox -e py38 -- --cov-report term-missing --cov=homeassistant.components.command_line.switch tests/components/command_line/test_switch.py ``` It will print coverage information with lines that are missing coverage. ## Prerequisites - A working [development environment](https://developers.home-assistant.io/docs/development_environment). ## Task - Rewrite the tests one module at a time and submit the changes as a pull request to this repository. - We want to limit the change scope to a single module to not have the pull request be too long, which would take longer time to review. - Remember to reference this issue in your pull request, but don't close or fix the issue until all tests for the integration are updated.
2.0
Rewrite uk_transport unittest tests to pytest style test functions - ## Problem The uk_transport integration still contains `unittest.TestCase` based unit tests. We want to rewrite them to standalone pytest test functions. ## Background The Home Assistant core standard is to write tests as standalone pytest test functions. We still have some old tests that are based on `unittest.TestCase`. We want all these tests to be rewritten as pytest test functions. Here are the docs for pytest: https://docs.pytest.org/en/stable/ Here's an example of an async pytest test function in Home Assistant core: https://github.com/home-assistant/core/blob/4cce724473233d4fb32c08bd251940b1ce2ba570/tests/components/tradfri/test_light.py#L156-L176 There are many pytest fixtures to help writing the tests. See: - https://docs.pytest.org/en/stable/reference.html#fixtures - https://github.com/home-assistant/core/blob/dev/tests/conftest.py - The most common fixture to use is [`hass`](https://github.com/home-assistant/core/blob/4cce724473233d4fb32c08bd251940b1ce2ba570/tests/conftest.py#L107) which will set up a [`HomeAssistant`](https://github.com/home-assistant/core/blob/4cce724473233d4fb32c08bd251940b1ce2ba570/homeassistant/core.py#L166) instance and start it. Here's an example of a pull request that rewrote a module of `unittest.TestCase` tests to standalone pytest test functions: https://github.com/home-assistant/core/pull/40749 Here's an example command to run a single test module with pytest inside tox on Python 3.8: ```sh tox -e py38 -- --cov-report term-missing --cov=homeassistant.components.command_line.switch tests/components/command_line/test_switch.py ``` It will print coverage information with lines that are missing coverage. ## Prerequisites - A working [development environment](https://developers.home-assistant.io/docs/development_environment). ## Task - Rewrite the tests one module at a time and submit the changes as a pull request to this repository. - We want to limit the change scope to a single module to not have the pull request be too long, which would take longer time to review. - Remember to reference this issue in your pull request, but don't close or fix the issue until all tests for the integration are updated.
test
rewrite uk transport unittest tests to pytest style test functions problem the uk transport integration still contains unittest testcase based unit tests we want to rewrite them to standalone pytest test functions background the home assistant core standard is to write tests as standalone pytest test functions we still have some old tests that are based on unittest testcase we want all these tests to be rewritten as pytest test functions here are the docs for pytest here s an example of an async pytest test function in home assistant core there are many pytest fixtures to help writing the tests see the most common fixture to use is which will set up a instance and start it here s an example of a pull request that rewrote a module of unittest testcase tests to standalone pytest test functions here s an example command to run a single test module with pytest inside tox on python sh tox e cov report term missing cov homeassistant components command line switch tests components command line test switch py it will print coverage information with lines that are missing coverage prerequisites a working task rewrite the tests one module at a time and submit the changes as a pull request to this repository we want to limit the change scope to a single module to not have the pull request be too long which would take longer time to review remember to reference this issue in your pull request but don t close or fix the issue until all tests for the integration are updated
1
125,475
10,344,433,446
IssuesEvent
2019-09-04 11:12:58
nltk/nltk
https://api.github.com/repos/nltk/nltk
closed
Re-organizing and refactoring nltk/test
admin inactive tests
I suggest that we do some refactoring/reorganizing of `nltk/test/`. Currently the `*.doctest` files are on the `nltk/test` mixed with the `tox` and CI config files and scripts. Possibly, this would be a better organization: ``` nltk /test /doctests *.doctest /unittests *.py /ipynbs *.ipynb # all other files for tox and CI ``` @stevenbird @fievelk any suggestions?
1.0
Re-organizing and refactoring nltk/test - I suggest that we do some refactoring/reorganizing of `nltk/test/`. Currently the `*.doctest` files are on the `nltk/test` mixed with the `tox` and CI config files and scripts. Possibly, this would be a better organization: ``` nltk /test /doctests *.doctest /unittests *.py /ipynbs *.ipynb # all other files for tox and CI ``` @stevenbird @fievelk any suggestions?
test
re organizing and refactoring nltk test i suggest that we do some refactoring reorganizing of nltk test currently the doctest files are on the nltk test mixed with the tox and ci config files and scripts possibly this would be a better organization nltk test doctests doctest unittests py ipynbs ipynb all other files for tox and ci stevenbird fievelk any suggestions
1
232,254
18,853,288,612
IssuesEvent
2021-11-12 00:42:28
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
[Remoto] Back-End Developer - Júnior/Pleno @ Insigna
CLT PJ Pleno PHP NodeJS Remoto TypeScript PostgreSQL Testes Unitários SQL VueJS CI Laravel Rest RabbitMQ Docker Kubernetes Stale
## Nossa empresa A Insigna é uma empresa de tecnologia do segmento de consultoria de recursos humanos que possui uma história de sucesso de mais de 10 anos. Nosso propósito é conectar ciência e inovação para o desenvolvimento de equipes de alta performance. Dê uma olhada em nosso website: insignaconsultoria.com.br ## Descrição da vaga Estamos em processo de transição de um sistema monolítico (legado) para novos módulos de serviços (microsserviços) e buscando um profissional compromissado para fazer parte de nossa equipe. As atividades serão: - Desenvolvimento e manutenção de aplicações web; - Realizar a manutenção e criação de novas funcionalidades; - Aplicar melhores práticas de documentação de código desenvolvido; - Apoiar o time de negócio na validação técnica e realizar POCs; - Participar de discussões técnicas com o time; ## Local 100% Remoto ## Requisitos **Obrigatórios:** - Open API e REST - Banco de dados transacionais como SQL Server e PostgreSQL - Testes unitários - Ter domínio em uma das linguagens NodeJS, Typescript ou PHP **Desejáveis:** - Microsserviços utilizando containers (Docker e Kubernetes) - Experiência com Laravel ou Nestjs - Experiência com VueJS ou React - Conhecer ferramentas CI/CD (gitlab, github actions) **Diferenciais:** - Message broker RabbitMQ - Domain Driven Design e Clean Architecture - Conhecimento em SOLID - Testes unitários, integração e end-to-end ## Contratação PJ ou CLT a combinar ## Como se candidatar Por favor envie um email para ti@insignaconsultoria.com.br com seu CV anexado - enviar no assunto: Vaga Back-End Developer. Ou entre em contato pelo Whatsapp: 19 98194-7734 ## Tempo médio de feedbacks Costumamos enviar feedbacks em até 02 dias após cada processo. E-mail para contato em caso de não haver resposta: info@insignaconsultoria.com.br ## Labels - VueJS - RabbitMQ - CI - Rest #### Alocação - Remoto #### Regime - CLT - PJ #### Nível - Júnior - Pleno - Sênior
1.0
[Remoto] Back-End Developer - Júnior/Pleno @ Insigna - ## Nossa empresa A Insigna é uma empresa de tecnologia do segmento de consultoria de recursos humanos que possui uma história de sucesso de mais de 10 anos. Nosso propósito é conectar ciência e inovação para o desenvolvimento de equipes de alta performance. Dê uma olhada em nosso website: insignaconsultoria.com.br ## Descrição da vaga Estamos em processo de transição de um sistema monolítico (legado) para novos módulos de serviços (microsserviços) e buscando um profissional compromissado para fazer parte de nossa equipe. As atividades serão: - Desenvolvimento e manutenção de aplicações web; - Realizar a manutenção e criação de novas funcionalidades; - Aplicar melhores práticas de documentação de código desenvolvido; - Apoiar o time de negócio na validação técnica e realizar POCs; - Participar de discussões técnicas com o time; ## Local 100% Remoto ## Requisitos **Obrigatórios:** - Open API e REST - Banco de dados transacionais como SQL Server e PostgreSQL - Testes unitários - Ter domínio em uma das linguagens NodeJS, Typescript ou PHP **Desejáveis:** - Microsserviços utilizando containers (Docker e Kubernetes) - Experiência com Laravel ou Nestjs - Experiência com VueJS ou React - Conhecer ferramentas CI/CD (gitlab, github actions) **Diferenciais:** - Message broker RabbitMQ - Domain Driven Design e Clean Architecture - Conhecimento em SOLID - Testes unitários, integração e end-to-end ## Contratação PJ ou CLT a combinar ## Como se candidatar Por favor envie um email para ti@insignaconsultoria.com.br com seu CV anexado - enviar no assunto: Vaga Back-End Developer. Ou entre em contato pelo Whatsapp: 19 98194-7734 ## Tempo médio de feedbacks Costumamos enviar feedbacks em até 02 dias após cada processo. E-mail para contato em caso de não haver resposta: info@insignaconsultoria.com.br ## Labels - VueJS - RabbitMQ - CI - Rest #### Alocação - Remoto #### Regime - CLT - PJ #### Nível - Júnior - Pleno - Sênior
test
back end developer júnior pleno insigna nossa empresa a insigna é uma empresa de tecnologia do segmento de consultoria de recursos humanos que possui uma história de sucesso de mais de anos nosso propósito é conectar ciência e inovação para o desenvolvimento de equipes de alta performance dê uma olhada em nosso website insignaconsultoria com br descrição da vaga estamos em processo de transição de um sistema monolítico legado para novos módulos de serviços microsserviços e buscando um profissional compromissado para fazer parte de nossa equipe as atividades serão desenvolvimento e manutenção de aplicações web realizar a manutenção e criação de novas funcionalidades aplicar melhores práticas de documentação de código desenvolvido apoiar o time de negócio na validação técnica e realizar pocs participar de discussões técnicas com o time local remoto requisitos obrigatórios open api e rest banco de dados transacionais como sql server e postgresql testes unitários ter domínio em uma das linguagens nodejs typescript ou php desejáveis microsserviços utilizando containers docker e kubernetes experiência com laravel ou nestjs experiência com vuejs ou react conhecer ferramentas ci cd gitlab github actions diferenciais message broker rabbitmq domain driven design e clean architecture conhecimento em solid testes unitários integração e end to end contratação pj ou clt a combinar como se candidatar por favor envie um email para ti insignaconsultoria com br com seu cv anexado enviar no assunto vaga back end developer ou entre em contato pelo whatsapp tempo médio de feedbacks costumamos enviar feedbacks em até dias após cada processo e mail para contato em caso de não haver resposta info insignaconsultoria com br labels vuejs rabbitmq ci rest alocação remoto regime clt pj nível júnior pleno sênior
1
100,608
8,751,230,584
IssuesEvent
2018-12-13 21:39:31
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
UI review of Drain modal
area/machine area/ui kind/task status/to-test version/2.0
Version - 2.2 master 12/4 NOTE: #16894 needs to be fixed first **Steps to reproduce (least amount of steps as possible):** 1. Create a cluster with at least 1 node 2. Go to Node list page 3. Select a node and click drain **Result:** Drain modal comes up and has never been tested. Please test modal ![image](https://user-images.githubusercontent.com/11514927/49482124-15ce0a80-f7eb-11e8-9b57-b42dd5353cf6.png)
1.0
UI review of Drain modal - Version - 2.2 master 12/4 NOTE: #16894 needs to be fixed first **Steps to reproduce (least amount of steps as possible):** 1. Create a cluster with at least 1 node 2. Go to Node list page 3. Select a node and click drain **Result:** Drain modal comes up and has never been tested. Please test modal ![image](https://user-images.githubusercontent.com/11514927/49482124-15ce0a80-f7eb-11e8-9b57-b42dd5353cf6.png)
test
ui review of drain modal version master note needs to be fixed first steps to reproduce least amount of steps as possible create a cluster with at least node go to node list page select a node and click drain result drain modal comes up and has never been tested please test modal
1
612,725
19,029,939,184
IssuesEvent
2021-11-24 09:36:45
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
GraphQL Subscriptions support via Websockets
Type/New Feature Priority/Normal 4.x.x APIM - 4.1.0 feature/GraphQL Subs
### Describe your problem(s) Currently, APIM supports only queries and mutations for GraphQL APIs. We need to utilize the WebSocket protocol in APIM to route GraphQL subscription calls. ### Describe your solution - Subscription operations need to be routed to the backend via the WebSocket protocol. - If the GQL has subscription operations, we need to show an additional field to specify the subscription endpoint. This extra endpoint should be shown in publisher and devportal in the relevant places. - Subscription endpoint should be invokable via the GraphiQL try out tool in devportal - All existing functionalities that apply to GraphQL requests also should apply to GraphQL subscription requests (throttling, contract validation, query complexity, authentication/authorization, …) - Analytics should capture the subscription operations under the same GQL API stats. (No need to count the messages flowing through the subscription endpoint) ### Identified Sub Tasks - [x] #11689 - [x] #11690 - [x] #11692 - [x] #11701 - [x] #11691 - [x] #11753 - [x] #11752 - [x] #11750 - [x] #11754 - [x] #11795 - [x] #11796 - [x] Evaluate adding a list of separate pipeline handlers to channel in InboundWebsocketChannelInitializer - [x] #11847 - [x] #11848 - [x] #11849 - [x] #11850 - [x] Improve Endpoint UI to show both http and ws endpoints - [x] Unit tests for GQL subscriptions - [x] Integration tests with mock backend for GQL subscriptions - [x] Documentation for GQL subscriptions
1.0
GraphQL Subscriptions support via Websockets - ### Describe your problem(s) Currently, APIM supports only queries and mutations for GraphQL APIs. We need to utilize the WebSocket protocol in APIM to route GraphQL subscription calls. ### Describe your solution - Subscription operations need to be routed to the backend via the WebSocket protocol. - If the GQL has subscription operations, we need to show an additional field to specify the subscription endpoint. This extra endpoint should be shown in publisher and devportal in the relevant places. - Subscription endpoint should be invokable via the GraphiQL try out tool in devportal - All existing functionalities that apply to GraphQL requests also should apply to GraphQL subscription requests (throttling, contract validation, query complexity, authentication/authorization, …) - Analytics should capture the subscription operations under the same GQL API stats. (No need to count the messages flowing through the subscription endpoint) ### Identified Sub Tasks - [x] #11689 - [x] #11690 - [x] #11692 - [x] #11701 - [x] #11691 - [x] #11753 - [x] #11752 - [x] #11750 - [x] #11754 - [x] #11795 - [x] #11796 - [x] Evaluate adding a list of separate pipeline handlers to channel in InboundWebsocketChannelInitializer - [x] #11847 - [x] #11848 - [x] #11849 - [x] #11850 - [x] Improve Endpoint UI to show both http and ws endpoints - [x] Unit tests for GQL subscriptions - [x] Integration tests with mock backend for GQL subscriptions - [x] Documentation for GQL subscriptions
non_test
graphql subscriptions support via websockets describe your problem s currently apim supports only queries and mutations for graphql apis we need to utilize the websocket protocol in apim to route graphql subscription calls describe your solution subscription operations need to be routed to the backend via the websocket protocol if the gql has subscription operations we need to show an additional field to specify the subscription endpoint this extra endpoint should be shown in publisher and devportal in the relevant places subscription endpoint should be invokable via the graphiql try out tool in devportal all existing functionalities that apply to graphql requests also should apply to graphql subscription requests throttling contract validation query complexity authentication authorization … analytics should capture the subscription operations under the same gql api stats no need to count the messages flowing through the subscription endpoint identified sub tasks evaluate adding a list of separate pipeline handlers to channel in inboundwebsocketchannelinitializer improve endpoint ui to show both http and ws endpoints unit tests for gql subscriptions integration tests with mock backend for gql subscriptions documentation for gql subscriptions
0