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
162,689
12,686,379,707
IssuesEvent
2020-06-20 10:33:16
openhab/openhab-addons
https://api.github.com/repos/openhab/openhab-addons
opened
[netatmo] NAPresenceCameraHandlerTest uses internal I18nProviderImpl class
test
When you build the ported OH3 add-ons, the build fails to compile the `NAPresenceCameraHandlerTest` class because the `I18nProviderImpl` constructor changed with https://github.com/openhab/openhab-core/pull/1487. There should not be any usages of internal OHC/ESH classes in tests at all and it would be better if the build failed whenever they are used in imports. Instead the `NAPresenceCameraHandlerTest` should use the `I18nProvider` interface and use it with a mock for instance. Can you have a look at this @Novanic? This import was added in https://github.com/openhab/openhab-addons/pull/7927.
1.0
[netatmo] NAPresenceCameraHandlerTest uses internal I18nProviderImpl class - When you build the ported OH3 add-ons, the build fails to compile the `NAPresenceCameraHandlerTest` class because the `I18nProviderImpl` constructor changed with https://github.com/openhab/openhab-core/pull/1487. There should not be any usages of internal OHC/ESH classes in tests at all and it would be better if the build failed whenever they are used in imports. Instead the `NAPresenceCameraHandlerTest` should use the `I18nProvider` interface and use it with a mock for instance. Can you have a look at this @Novanic? This import was added in https://github.com/openhab/openhab-addons/pull/7927.
test
napresencecamerahandlertest uses internal class when you build the ported add ons the build fails to compile the napresencecamerahandlertest class because the constructor changed with there should not be any usages of internal ohc esh classes in tests at all and it would be better if the build failed whenever they are used in imports instead the napresencecamerahandlertest should use the interface and use it with a mock for instance can you have a look at this novanic this import was added in
1
18,830
5,719,511,240
IssuesEvent
2017-04-19 22:12:19
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
opened
setter.variable.type is the getter's return type, not the setter's parameter type
area-analyzer Type: code health
If I make a class with ``` set foo(Type1 blah) => ... get Type2 foo => null; ``` I would expect `lookupSetter("foo").variable.type` to be `Type1`. But its `Type2`?
1.0
setter.variable.type is the getter's return type, not the setter's parameter type - If I make a class with ``` set foo(Type1 blah) => ... get Type2 foo => null; ``` I would expect `lookupSetter("foo").variable.type` to be `Type1`. But its `Type2`?
non_test
setter variable type is the getter s return type not the setter s parameter type if i make a class with set foo blah get foo null i would expect lookupsetter foo variable type to be but its
0
283,661
8,721,739,021
IssuesEvent
2018-12-09 03:17:28
whatevery1says/we1s-collector
https://api.github.com/repos/whatevery1says/we1s-collector
closed
'searchcmd.py' improve title collection for university wire
medium priority
Examine xml from university wire to see if it includes publication titles from which it gathers, include this in our collection script
1.0
'searchcmd.py' improve title collection for university wire - Examine xml from university wire to see if it includes publication titles from which it gathers, include this in our collection script
non_test
searchcmd py improve title collection for university wire examine xml from university wire to see if it includes publication titles from which it gathers include this in our collection script
0
317
2,499,720,118
IssuesEvent
2015-01-08 04:37:43
TEAMMATES/repo
https://api.github.com/repos/TEAMMATES/repo
closed
modify tests to case-match the 'expected' file names to actual file names
a.Testing d.Easy forContributors p.Low s.Accepted
If the file names in the code is not an exact case-match to the actual file name, the test can throw a 'file not found' exception on Linux
1.0
modify tests to case-match the 'expected' file names to actual file names - If the file names in the code is not an exact case-match to the actual file name, the test can throw a 'file not found' exception on Linux
test
modify tests to case match the expected file names to actual file names if the file names in the code is not an exact case match to the actual file name the test can throw a file not found exception on linux
1
74,889
9,159,895,508
IssuesEvent
2019-03-01 04:50:39
Microsoft/Recognizers-Text
https://api.github.com/repos/Microsoft/Recognizers-Text
closed
[EN DateTimeV2] "this week" is recognized as 8 days
analysis/openquestion by design
**Describe the bug** The this week is recognized as 1/21-1/28, it should be 1/21-1/27 **To Reproduce** use DateTimeRecognizer to recognize "this week" **Expected behavior** return start as "1/21" and end as "1/27" **Sample input/output** input: "next week" output: start: "2019-01-21" end: "2019-01-28" **Platform (please complete the following information):** - Platform: .NET - Environment: nuget package - Version of package 1.1.4 **Additional context** Add any other context about the problem here.
1.0
[EN DateTimeV2] "this week" is recognized as 8 days - **Describe the bug** The this week is recognized as 1/21-1/28, it should be 1/21-1/27 **To Reproduce** use DateTimeRecognizer to recognize "this week" **Expected behavior** return start as "1/21" and end as "1/27" **Sample input/output** input: "next week" output: start: "2019-01-21" end: "2019-01-28" **Platform (please complete the following information):** - Platform: .NET - Environment: nuget package - Version of package 1.1.4 **Additional context** Add any other context about the problem here.
non_test
this week is recognized as days describe the bug the this week is recognized as it should be to reproduce use datetimerecognizer to recognize this week expected behavior return start as and end as sample input output input next week output start end platform please complete the following information platform net environment nuget package version of package additional context add any other context about the problem here
0
319,306
27,364,266,532
IssuesEvent
2023-02-27 17:56:17
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Customer tests are broken with recent dart analyzer changes
a: tests dependency: dart P1
Rolls from Engine -> Framework have been failing on customer tests coming from https://github.com/rrousselGit/provider.git. See failure here: https://cirrus-ci.com/task/6685374529929216?logs=main#L1826 This is due to changes in the dart sdk that have upgraded some info diagnostics to warning diagnostics: https://dart-review.googlesource.com/c/sdk/+/283400 We need to do the following: 1) Revert the dart SDK rolls to unblock the engine -> framework roll 2) Revert the analzyer change so that subsequent dart sdk -> engine rolls don't break downstream 3) Fix the customer test
1.0
Customer tests are broken with recent dart analyzer changes - Rolls from Engine -> Framework have been failing on customer tests coming from https://github.com/rrousselGit/provider.git. See failure here: https://cirrus-ci.com/task/6685374529929216?logs=main#L1826 This is due to changes in the dart sdk that have upgraded some info diagnostics to warning diagnostics: https://dart-review.googlesource.com/c/sdk/+/283400 We need to do the following: 1) Revert the dart SDK rolls to unblock the engine -> framework roll 2) Revert the analzyer change so that subsequent dart sdk -> engine rolls don't break downstream 3) Fix the customer test
test
customer tests are broken with recent dart analyzer changes rolls from engine framework have been failing on customer tests coming from see failure here this is due to changes in the dart sdk that have upgraded some info diagnostics to warning diagnostics we need to do the following revert the dart sdk rolls to unblock the engine framework roll revert the analzyer change so that subsequent dart sdk engine rolls don t break downstream fix the customer test
1
444,855
31,152,293,403
IssuesEvent
2023-08-16 10:47:12
keptn/lifecycle-toolkit
https://api.github.com/repos/keptn/lifecycle-toolkit
closed
Contribute: instructions for setting up a develop/test environment
documentation good first issue docker
We need explicit instructions for setting up a local environment that is appropriate for development and testing. Note that we have a list of software that is required; see https://github.com/keptn/lifecycle-toolkit/issues/1000 . This PR is to create instructions about what to do and in what order. Contributes to https://github.com/keptn/lifecycle-toolkit/issues/972
1.0
Contribute: instructions for setting up a develop/test environment - We need explicit instructions for setting up a local environment that is appropriate for development and testing. Note that we have a list of software that is required; see https://github.com/keptn/lifecycle-toolkit/issues/1000 . This PR is to create instructions about what to do and in what order. Contributes to https://github.com/keptn/lifecycle-toolkit/issues/972
non_test
contribute instructions for setting up a develop test environment we need explicit instructions for setting up a local environment that is appropriate for development and testing note that we have a list of software that is required see this pr is to create instructions about what to do and in what order contributes to
0
290,559
25,075,820,993
IssuesEvent
2022-11-07 15:25:15
wazuh/wazuh-qa
https://api.github.com/repos/wazuh/wazuh-qa
opened
Add performance test that check consuming hardware resources of VD
team/qa test/performance type/new-development role/qa-drop-table subteam/qa-rainbow
| Target version |Related PR/dev branch |Epic QA| QA branch | QA PR |---|-------|---|--|--| | - | - | https://github.com/wazuh/wazuh-qa/issues/3522| 3493-e2e-performance | https://github.com/wazuh/wazuh-qa/pull/3511 ## Description It is necessary to create a test suite to test the performance of the Vulnerability Detector. **Case**: - [ ] Check performance while consuming hardware resources with another program and injecting event spikes ## Consideration Check if you can use the same branch or if you thing that it better create a new branch because this test working with the current VD
1.0
Add performance test that check consuming hardware resources of VD - | Target version |Related PR/dev branch |Epic QA| QA branch | QA PR |---|-------|---|--|--| | - | - | https://github.com/wazuh/wazuh-qa/issues/3522| 3493-e2e-performance | https://github.com/wazuh/wazuh-qa/pull/3511 ## Description It is necessary to create a test suite to test the performance of the Vulnerability Detector. **Case**: - [ ] Check performance while consuming hardware resources with another program and injecting event spikes ## Consideration Check if you can use the same branch or if you thing that it better create a new branch because this test working with the current VD
test
add performance test that check consuming hardware resources of vd target version related pr dev branch epic qa qa branch qa pr performance description it is necessary to create a test suite to test the performance of the vulnerability detector case check performance while consuming hardware resources with another program and injecting event spikes consideration check if you can use the same branch or if you thing that it better create a new branch because this test working with the current vd
1
387,663
11,464,135,281
IssuesEvent
2020-02-07 17:23:31
eBay/ebayui-core
https://api.github.com/repos/eBay/ebayui-core
closed
Badge inside menu item is broken
priority: 2 status: merged status: qa type: bug
# Bug Report Badge inside menu item is broken ## eBayUI Version: 5.0.0-0 `<div id="badge_2" class="grid__cell grid__cell--4of16 grid__cell--4of16-lg grid__cell--4of8-sm" draggable="true" ondragstart="drag(event)"> <h3>badge in menu item</h3> <ebay-menu-button text="eBay Menu"> <ebay-menu-button-item badge-number="5" aria-label="item 1 (5 unread items)">item 1</ebay-menu-button-item> <ebay-menu-button-item badge-number="23" aria-label="item 2 (23 unread items)">item 2</ebay-menu-button-item> <ebay-menu-button-item>item 3</ebay-menu-button-item> </ebay-menu-button> </div>` ## Screenshots Before: ![image](https://user-images.githubusercontent.com/57548118/73345260-a316be80-4238-11ea-9381-e06b518bf241.png) After: ![image](https://user-images.githubusercontent.com/57548118/73345241-95613900-4238-11ea-8089-cd7858fa9abf.png)
1.0
Badge inside menu item is broken - # Bug Report Badge inside menu item is broken ## eBayUI Version: 5.0.0-0 `<div id="badge_2" class="grid__cell grid__cell--4of16 grid__cell--4of16-lg grid__cell--4of8-sm" draggable="true" ondragstart="drag(event)"> <h3>badge in menu item</h3> <ebay-menu-button text="eBay Menu"> <ebay-menu-button-item badge-number="5" aria-label="item 1 (5 unread items)">item 1</ebay-menu-button-item> <ebay-menu-button-item badge-number="23" aria-label="item 2 (23 unread items)">item 2</ebay-menu-button-item> <ebay-menu-button-item>item 3</ebay-menu-button-item> </ebay-menu-button> </div>` ## Screenshots Before: ![image](https://user-images.githubusercontent.com/57548118/73345260-a316be80-4238-11ea-9381-e06b518bf241.png) After: ![image](https://user-images.githubusercontent.com/57548118/73345241-95613900-4238-11ea-8089-cd7858fa9abf.png)
non_test
badge inside menu item is broken bug report badge inside menu item is broken ebayui version badge in menu item item item item screenshots before after
0
16,016
3,493,307,863
IssuesEvent
2016-01-05 01:01:02
winjs/winjs
https://api.github.com/repos/winjs/winjs
opened
Protractor: test case "WinJSTests.SemanticZoomTests: ButtonZoomFromMiddleBindingList_GridLayout_vertical" may be flakey
.kind: testbug feature: semanticzoom
`Test case "WinJSTests.SemanticZoomTests: ButtonZoomFromMiddleBindingList_GridLayout_vertical " in "winjs/bin/tests/SemanticZoom/test.html" failed in the latest Protractor run. Protractor determined that this failure is a regression from a previous build of Microsoft Edge (based on historical data). Please investigate why this test has begun failing.` Doesn't repro when run manually, may be a flakey test.
1.0
Protractor: test case "WinJSTests.SemanticZoomTests: ButtonZoomFromMiddleBindingList_GridLayout_vertical" may be flakey - `Test case "WinJSTests.SemanticZoomTests: ButtonZoomFromMiddleBindingList_GridLayout_vertical " in "winjs/bin/tests/SemanticZoom/test.html" failed in the latest Protractor run. Protractor determined that this failure is a regression from a previous build of Microsoft Edge (based on historical data). Please investigate why this test has begun failing.` Doesn't repro when run manually, may be a flakey test.
test
protractor test case winjstests semanticzoomtests buttonzoomfrommiddlebindinglist gridlayout vertical may be flakey test case winjstests semanticzoomtests buttonzoomfrommiddlebindinglist gridlayout vertical in winjs bin tests semanticzoom test html failed in the latest protractor run protractor determined that this failure is a regression from a previous build of microsoft edge based on historical data please investigate why this test has begun failing doesn t repro when run manually may be a flakey test
1
152,830
12,127,401,979
IssuesEvent
2020-04-22 18:39:54
amimof/multikube
https://api.github.com/repos/amimof/multikube
closed
Add proper unit tests for all packages
good first issue testing
Go packages needs proper testing and additionally code coverage in ci pipeline. Target is a code coverage of >= 75%
1.0
Add proper unit tests for all packages - Go packages needs proper testing and additionally code coverage in ci pipeline. Target is a code coverage of >= 75%
test
add proper unit tests for all packages go packages needs proper testing and additionally code coverage in ci pipeline target is a code coverage of
1
44,583
5,634,285,972
IssuesEvent
2017-04-05 20:58:16
unfoldingWord-dev/gogs
https://api.github.com/repos/unfoldingWord-dev/gogs
closed
Multiple Actions on Issues
Gogs NeedsTesting UBN
We need this: https://github.com/gogits/gogs/issues/2049. Github's interface for this is pretty good (e.g. https://github.com/unfoldingWord-dev/gogs/issues).
1.0
Multiple Actions on Issues - We need this: https://github.com/gogits/gogs/issues/2049. Github's interface for this is pretty good (e.g. https://github.com/unfoldingWord-dev/gogs/issues).
test
multiple actions on issues we need this github s interface for this is pretty good e g
1
349,427
31,801,553,947
IssuesEvent
2023-09-13 11:28:00
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
closed
Release 4.6.0 - Alpha 1 - E2E UX tests - Deployment with Puppet
type/test level/subtask
## End-to-End (E2E) Testing Guideline - **Documentation:** Always consult the development documentation for the current stage tag at [this link](https://documentation-dev.wazuh.com/v4.6.0-alpha1/index.html). Be careful because some of the description steps might refer to a current version in production, always navigate using the current development documention for the stage under test. - **Test Requirements:** Ensure your test comprehensively includes a full stack and agent/s deployment as per the Deployment requirements, detailing the machine OS, installed version, and revision. - **Deployment Options:** While deployments can be local (using VMs, Vagrant, or Docker) or on the aws-dev account, opt for local deployments when feasible. For AWS access, coordinate with the CICD team through [this link](https://github.com/wazuh/internal-devel-requests/issues/new?assignees=&labels=level%2Ftask%2C+request%2Foperational%2C+type%2Fchange&projects=&template=operational--request.md&title=%3CTitle%3E). - **External Accounts:** If tests require third-party accounts (e.g., GitHub, Azure, AWS, GCP), request the necessary access through the CICD team [here](https://github.com/wazuh/internal-devel-requests/issues/new?assignees=&labels=level%2Ftask%2C+request%2Foperational%2C+type%2Fchange&projects=&template=operational--request.md&title=%3CTitle%3E). - **Alerts:** Every test should generate a minimum of one end-to-end alert, from the agent to the dashboard, irrespective of test type. - **Multi-node Testing:** For multi-node wazuh-manager tests, ensure agents are connected to both workers and the master node. - **Package Verification:** Use the pre-release package that matches the current TAG you're testing. Confirm its version and revision. - **Filebeat Errors:** If you encounter errors with Filebeat during testing, refer to [this Slack discussion](https://wazuh-team.slack.com/archives/C03BDG0K6JC/p1672168163537809) for insights and resolutions. - **Known Issues:** Familiarize yourself with previously reported issues in the Known Issues section. This helps in identifying already recognized errors during testing. - **Reporting New Issues:** Any new errors discovered during testing that aren't listed under Known Issues should be reported. Communicate these to QA via the c-release Slack channel. - **Test Conduct:** It's imperative to be thorough in your testing, offering enough detail for reviewers. Incomplete tests might necessitate a redo. - **Documentation Feedback:** Encountering documentation gaps, unclear guidelines, or anything that disrupts the testing or UX? Open an issue, especially if it's not listed under Known Issues. - **Format:** If this is your first time doing this, refer to the format (but not necessarily the content, as it may vary) of previous E2E tests, here you have an example https://github.com/wazuh/wazuh/issues/13994. - **Status and completion:** Change the issue status within your team project accordingly. Once you finish testing and write the conclusions, move it to Pending review and notify the @wazuh/cicd team via Slack using the [c-release channel](https://wazuh-team.slack.com/archives/C02A737S5MJ). Beware that the reviewers might request additional information or task repetitions. - **For reviewers:** Please move the issue to Pending final review and notify via Slack using the same thread if everything is ok, otherwise, perform an issue update with the requested changes and move it to On hold, increase the review_cycles in the team project by one and notify the issue assignee via Slack using the same thread. For the conclusions and the issue testing and updates, use the following legend: **Status legend** - 🟢 All checks passed - 🟡 Found a known issue - 🔴 Found a new error ## Deployment requirements | Component | Installation | Type | OS | |----------|--------------|------|----| | Indexer | [Deployment with Puppet](https://documentation-dev.wazuh.com/v4.6.0-alpha1/deployment-options/deploying-with-puppet/index.html) | Multi node | openSUSE 15 x86_64 | | Server | [Deployment with Puppet](https://documentation-dev.wazuh.com/v4.6.0-alpha1/deployment-options/deploying-with-puppet/index.html) | Multi node | openSUSE 15 x86_64 | | Dashboard | [Deployment with Puppet](https://documentation-dev.wazuh.com/v4.6.0-alpha1/deployment-options/deploying-with-puppet/index.html) | - | openSUSE 15 x86_64 | | Agent | [Deployment with Puppet](https://documentation-dev.wazuh.com/v4.6.0-alpha1/deployment-options/deploying-with-puppet/index.html) | - | openSUSE 15 x86_64 | ## Test description Test distributed deployment with Wazuh manager cluster and Wazuh indexer cluster via Puppet. Test deployment of agent via Puppet. Test Vulnerability detector module ## Known issues There are no known issues. ## Conclusions Summarize the errors detected (Known Issues included). Illustrate using the table below, removing current examples: | **Status** | **Test** | **Failure type** | **Notes** | |----------------|-------------|---------------------|----------------| | 🔴 | Deployment wazuh-server with Puppet | Documentation lacks section for openSUSE | New issue opened: https://github.com/wazuh/wazuh-documentation/issues/6460 | | 🔴 | Puppet on openSUSE | According to Puppet's [official documentation](https://www.puppet.com/docs/puppet/7/server/install_from_packages.html), Puppet does not support openSUSE | [Comment](https://github.com/wazuh/wazuh/issues/18827#issuecomment-1711863622) | | 🔴 | Trying to clone the puppet repository | Seems that git is not available for openSUSE and the documentation lacks a section for Puppet configuration on openSUSE. | [Comment](https://github.com/wazuh/wazuh/issues/18827#issuecomment-1714230895) | ## Feedback We value your feedback. Please provide insights on your testing experience. - Was the testing guideline clear? Were there any ambiguities? - Did you face any challenges not covered by the guideline? - Suggestions for improvement: ## Reviewers validation The criteria for completing this task is based on the validation of the conclusions and the test results by all reviewers. All the checkboxes below must be marked in order to close this issue. - [x] @davidjiglesias - [x] @wazuh/cicd
1.0
Release 4.6.0 - Alpha 1 - E2E UX tests - Deployment with Puppet - ## End-to-End (E2E) Testing Guideline - **Documentation:** Always consult the development documentation for the current stage tag at [this link](https://documentation-dev.wazuh.com/v4.6.0-alpha1/index.html). Be careful because some of the description steps might refer to a current version in production, always navigate using the current development documention for the stage under test. - **Test Requirements:** Ensure your test comprehensively includes a full stack and agent/s deployment as per the Deployment requirements, detailing the machine OS, installed version, and revision. - **Deployment Options:** While deployments can be local (using VMs, Vagrant, or Docker) or on the aws-dev account, opt for local deployments when feasible. For AWS access, coordinate with the CICD team through [this link](https://github.com/wazuh/internal-devel-requests/issues/new?assignees=&labels=level%2Ftask%2C+request%2Foperational%2C+type%2Fchange&projects=&template=operational--request.md&title=%3CTitle%3E). - **External Accounts:** If tests require third-party accounts (e.g., GitHub, Azure, AWS, GCP), request the necessary access through the CICD team [here](https://github.com/wazuh/internal-devel-requests/issues/new?assignees=&labels=level%2Ftask%2C+request%2Foperational%2C+type%2Fchange&projects=&template=operational--request.md&title=%3CTitle%3E). - **Alerts:** Every test should generate a minimum of one end-to-end alert, from the agent to the dashboard, irrespective of test type. - **Multi-node Testing:** For multi-node wazuh-manager tests, ensure agents are connected to both workers and the master node. - **Package Verification:** Use the pre-release package that matches the current TAG you're testing. Confirm its version and revision. - **Filebeat Errors:** If you encounter errors with Filebeat during testing, refer to [this Slack discussion](https://wazuh-team.slack.com/archives/C03BDG0K6JC/p1672168163537809) for insights and resolutions. - **Known Issues:** Familiarize yourself with previously reported issues in the Known Issues section. This helps in identifying already recognized errors during testing. - **Reporting New Issues:** Any new errors discovered during testing that aren't listed under Known Issues should be reported. Communicate these to QA via the c-release Slack channel. - **Test Conduct:** It's imperative to be thorough in your testing, offering enough detail for reviewers. Incomplete tests might necessitate a redo. - **Documentation Feedback:** Encountering documentation gaps, unclear guidelines, or anything that disrupts the testing or UX? Open an issue, especially if it's not listed under Known Issues. - **Format:** If this is your first time doing this, refer to the format (but not necessarily the content, as it may vary) of previous E2E tests, here you have an example https://github.com/wazuh/wazuh/issues/13994. - **Status and completion:** Change the issue status within your team project accordingly. Once you finish testing and write the conclusions, move it to Pending review and notify the @wazuh/cicd team via Slack using the [c-release channel](https://wazuh-team.slack.com/archives/C02A737S5MJ). Beware that the reviewers might request additional information or task repetitions. - **For reviewers:** Please move the issue to Pending final review and notify via Slack using the same thread if everything is ok, otherwise, perform an issue update with the requested changes and move it to On hold, increase the review_cycles in the team project by one and notify the issue assignee via Slack using the same thread. For the conclusions and the issue testing and updates, use the following legend: **Status legend** - 🟢 All checks passed - 🟡 Found a known issue - 🔴 Found a new error ## Deployment requirements | Component | Installation | Type | OS | |----------|--------------|------|----| | Indexer | [Deployment with Puppet](https://documentation-dev.wazuh.com/v4.6.0-alpha1/deployment-options/deploying-with-puppet/index.html) | Multi node | openSUSE 15 x86_64 | | Server | [Deployment with Puppet](https://documentation-dev.wazuh.com/v4.6.0-alpha1/deployment-options/deploying-with-puppet/index.html) | Multi node | openSUSE 15 x86_64 | | Dashboard | [Deployment with Puppet](https://documentation-dev.wazuh.com/v4.6.0-alpha1/deployment-options/deploying-with-puppet/index.html) | - | openSUSE 15 x86_64 | | Agent | [Deployment with Puppet](https://documentation-dev.wazuh.com/v4.6.0-alpha1/deployment-options/deploying-with-puppet/index.html) | - | openSUSE 15 x86_64 | ## Test description Test distributed deployment with Wazuh manager cluster and Wazuh indexer cluster via Puppet. Test deployment of agent via Puppet. Test Vulnerability detector module ## Known issues There are no known issues. ## Conclusions Summarize the errors detected (Known Issues included). Illustrate using the table below, removing current examples: | **Status** | **Test** | **Failure type** | **Notes** | |----------------|-------------|---------------------|----------------| | 🔴 | Deployment wazuh-server with Puppet | Documentation lacks section for openSUSE | New issue opened: https://github.com/wazuh/wazuh-documentation/issues/6460 | | 🔴 | Puppet on openSUSE | According to Puppet's [official documentation](https://www.puppet.com/docs/puppet/7/server/install_from_packages.html), Puppet does not support openSUSE | [Comment](https://github.com/wazuh/wazuh/issues/18827#issuecomment-1711863622) | | 🔴 | Trying to clone the puppet repository | Seems that git is not available for openSUSE and the documentation lacks a section for Puppet configuration on openSUSE. | [Comment](https://github.com/wazuh/wazuh/issues/18827#issuecomment-1714230895) | ## Feedback We value your feedback. Please provide insights on your testing experience. - Was the testing guideline clear? Were there any ambiguities? - Did you face any challenges not covered by the guideline? - Suggestions for improvement: ## Reviewers validation The criteria for completing this task is based on the validation of the conclusions and the test results by all reviewers. All the checkboxes below must be marked in order to close this issue. - [x] @davidjiglesias - [x] @wazuh/cicd
test
release alpha ux tests deployment with puppet end to end testing guideline documentation always consult the development documentation for the current stage tag at be careful because some of the description steps might refer to a current version in production always navigate using the current development documention for the stage under test test requirements ensure your test comprehensively includes a full stack and agent s deployment as per the deployment requirements detailing the machine os installed version and revision deployment options while deployments can be local using vms vagrant or docker or on the aws dev account opt for local deployments when feasible for aws access coordinate with the cicd team through external accounts if tests require third party accounts e g github azure aws gcp request the necessary access through the cicd team alerts every test should generate a minimum of one end to end alert from the agent to the dashboard irrespective of test type multi node testing for multi node wazuh manager tests ensure agents are connected to both workers and the master node package verification use the pre release package that matches the current tag you re testing confirm its version and revision filebeat errors if you encounter errors with filebeat during testing refer to for insights and resolutions known issues familiarize yourself with previously reported issues in the known issues section this helps in identifying already recognized errors during testing reporting new issues any new errors discovered during testing that aren t listed under known issues should be reported communicate these to qa via the c release slack channel test conduct it s imperative to be thorough in your testing offering enough detail for reviewers incomplete tests might necessitate a redo documentation feedback encountering documentation gaps unclear guidelines or anything that disrupts the testing or ux open an issue especially if it s not listed under known issues format if this is your first time doing this refer to the format but not necessarily the content as it may vary of previous tests here you have an example status and completion change the issue status within your team project accordingly once you finish testing and write the conclusions move it to pending review and notify the wazuh cicd team via slack using the beware that the reviewers might request additional information or task repetitions for reviewers please move the issue to pending final review and notify via slack using the same thread if everything is ok otherwise perform an issue update with the requested changes and move it to on hold increase the review cycles in the team project by one and notify the issue assignee via slack using the same thread for the conclusions and the issue testing and updates use the following legend status legend 🟢 all checks passed 🟡 found a known issue 🔴 found a new error deployment requirements component installation type os indexer multi node opensuse server multi node opensuse dashboard opensuse agent opensuse test description test distributed deployment with wazuh manager cluster and wazuh indexer cluster via puppet test deployment of agent via puppet test vulnerability detector module known issues there are no known issues conclusions summarize the errors detected known issues included illustrate using the table below removing current examples status test failure type notes 🔴 deployment wazuh server with puppet documentation lacks section for opensuse new issue opened 🔴 puppet on opensuse according to puppet s puppet does not support opensuse 🔴 trying to clone the puppet repository seems that git is not available for opensuse and the documentation lacks a section for puppet configuration on opensuse feedback we value your feedback please provide insights on your testing experience was the testing guideline clear were there any ambiguities did you face any challenges not covered by the guideline suggestions for improvement reviewers validation the criteria for completing this task is based on the validation of the conclusions and the test results by all reviewers all the checkboxes below must be marked in order to close this issue davidjiglesias wazuh cicd
1
55,678
6,489,307,091
IssuesEvent
2017-08-21 00:45:10
FireFly-WoW/FireFly-IssueTracker
https://api.github.com/repos/FireFly-WoW/FireFly-IssueTracker
closed
Quest: The Bait for Lar'korwi
Status: Needs Testing Target: Core
**Description:** Cannot kill the mob cuz the item not spawns it **Current behaviour:** You can use the item on the correct space and the character places it down but the mob never appears which you have to kill. **Expected behaviour:** It should spawn the or just place the mob there. **Steps to reproduce the problem:** 1. Step 1 2. Step 2 3. Step 3 **Screenshots:** url... url... url...
1.0
Quest: The Bait for Lar'korwi - **Description:** Cannot kill the mob cuz the item not spawns it **Current behaviour:** You can use the item on the correct space and the character places it down but the mob never appears which you have to kill. **Expected behaviour:** It should spawn the or just place the mob there. **Steps to reproduce the problem:** 1. Step 1 2. Step 2 3. Step 3 **Screenshots:** url... url... url...
test
quest the bait for lar korwi description cannot kill the mob cuz the item not spawns it current behaviour you can use the item on the correct space and the character places it down but the mob never appears which you have to kill expected behaviour it should spawn the or just place the mob there steps to reproduce the problem step step step screenshots url url url
1
227,682
17,395,970,807
IssuesEvent
2021-08-02 13:31:12
kadalu/kadalu
https://api.github.com/repos/kadalu/kadalu
closed
Scale Testing
documentation wontfix
Understanding how many PVs can be created with a node of 16GB RAM, 4TB disk etc. 1. Just measure the create rate 2. Also measure if I/O can also scale from all the pods.
1.0
Scale Testing - Understanding how many PVs can be created with a node of 16GB RAM, 4TB disk etc. 1. Just measure the create rate 2. Also measure if I/O can also scale from all the pods.
non_test
scale testing understanding how many pvs can be created with a node of ram disk etc just measure the create rate also measure if i o can also scale from all the pods
0
205,772
15,687,012,962
IssuesEvent
2021-03-25 13:12:54
ubtue/tuefind
https://api.github.com/repos/ubtue/tuefind
closed
IHV nicht in Voltextsuche integriert
Fulltext ready for testing
Bei diesem Titel ist nur die Zusammenfassung in der Volltxtsuche, obwohl es ein IHV gibt. Warum ist das so? https://www.ixtheo.de/Record/630715033#fulltextsearch
1.0
IHV nicht in Voltextsuche integriert - Bei diesem Titel ist nur die Zusammenfassung in der Volltxtsuche, obwohl es ein IHV gibt. Warum ist das so? https://www.ixtheo.de/Record/630715033#fulltextsearch
test
ihv nicht in voltextsuche integriert bei diesem titel ist nur die zusammenfassung in der volltxtsuche obwohl es ein ihv gibt warum ist das so
1
117,487
9,937,066,492
IssuesEvent
2019-07-02 20:49:37
microsoft/vscode-python
https://api.github.com/repos/microsoft/vscode-python
closed
Allow sudo (root privileges) when running tests
feature-testing needs decision type-enhancement
## Environment data - VS Code version: 1.34 - Extension version (available under the Extensions sidebar): 2019.5.17059 - OS and version: Linux ## Expected behaviour Execution commands with `sudo` in tests works ## Actual behaviour `sudo` fails with e.g. "No TTY and no askpass" ## Steps to reproduce: Run this in a unit test ``` process = subprocess.Popen(cmd, stderr = subprocess.PIPE, stdout = subprocess.PIPE) print([line for line in process.communicate() if line]) ```
1.0
Allow sudo (root privileges) when running tests - ## Environment data - VS Code version: 1.34 - Extension version (available under the Extensions sidebar): 2019.5.17059 - OS and version: Linux ## Expected behaviour Execution commands with `sudo` in tests works ## Actual behaviour `sudo` fails with e.g. "No TTY and no askpass" ## Steps to reproduce: Run this in a unit test ``` process = subprocess.Popen(cmd, stderr = subprocess.PIPE, stdout = subprocess.PIPE) print([line for line in process.communicate() if line]) ```
test
allow sudo root privileges when running tests environment data vs code version extension version available under the extensions sidebar os and version linux expected behaviour execution commands with sudo in tests works actual behaviour sudo fails with e g no tty and no askpass steps to reproduce run this in a unit test process subprocess popen cmd stderr subprocess pipe stdout subprocess pipe print
1
45,436
5,714,946,353
IssuesEvent
2017-04-19 11:51:41
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Ansible task failure (permission denied)
component/install kind/test-flake priority/P1
``` TASK [openshift_sanitize_inventory : Ensure a valid deployment type has been given.] *** task path: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:22 fatal: [localhost]: FAILED! => { "changed": false, "failed": true, "msg": "Please set openshift_deployment_type to one of:\norigin, online, enterprise, atomic-enterprise, openshift-enterprise" } [WARNING]: Could not create retry file '/usr/share/ansible/openshift- ansible/playbooks/byo/config.retry'. [Errno 13] Permission denied: u'/usr/share/ansible/openshift-ansible/playbooks/byo/config.retry' PLAY RECAP ********************************************************************* localhost : ok=13 changed=0 unreachable=0 failed=1 ++ export status=FAILURE ++ status=FAILURE + set +o xtrace ########## FINISHED STAGE: FAILURE: INSTALL ORIGIN ########## ``` https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended_conformance_install/735/consoleFull
1.0
Ansible task failure (permission denied) - ``` TASK [openshift_sanitize_inventory : Ensure a valid deployment type has been given.] *** task path: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/main.yml:22 fatal: [localhost]: FAILED! => { "changed": false, "failed": true, "msg": "Please set openshift_deployment_type to one of:\norigin, online, enterprise, atomic-enterprise, openshift-enterprise" } [WARNING]: Could not create retry file '/usr/share/ansible/openshift- ansible/playbooks/byo/config.retry'. [Errno 13] Permission denied: u'/usr/share/ansible/openshift-ansible/playbooks/byo/config.retry' PLAY RECAP ********************************************************************* localhost : ok=13 changed=0 unreachable=0 failed=1 ++ export status=FAILURE ++ status=FAILURE + set +o xtrace ########## FINISHED STAGE: FAILURE: INSTALL ORIGIN ########## ``` https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended_conformance_install/735/consoleFull
test
ansible task failure permission denied task task path usr share ansible openshift ansible roles openshift sanitize inventory tasks main yml fatal failed changed false failed true msg please set openshift deployment type to one of norigin online enterprise atomic enterprise openshift enterprise could not create retry file usr share ansible openshift ansible playbooks byo config retry permission denied u usr share ansible openshift ansible playbooks byo config retry play recap localhost ok changed unreachable failed export status failure status failure set o xtrace finished stage failure install origin
1
26,192
4,210,357,158
IssuesEvent
2016-06-29 09:37:36
e-government-ua/i
https://api.github.com/repos/e-government-ua/i
closed
исправить баг с зарезервированной переменной bankIdAddressFactual
active test _central-js
Если войти в форму услуги по ЭЦП, то подтягивается адрес вида: м. Дніпропетровськ, undefined undefined undefined. Если заходят через БанкИД, но человек живет в частном секторе - м. Дніпропетровськ, вул. Якась, буд.111 undefined. доработать так, чтоб заменялись undefined на пробелы или вообще пустоту
1.0
исправить баг с зарезервированной переменной bankIdAddressFactual - Если войти в форму услуги по ЭЦП, то подтягивается адрес вида: м. Дніпропетровськ, undefined undefined undefined. Если заходят через БанкИД, но человек живет в частном секторе - м. Дніпропетровськ, вул. Якась, буд.111 undefined. доработать так, чтоб заменялись undefined на пробелы или вообще пустоту
test
исправить баг с зарезервированной переменной bankidaddressfactual если войти в форму услуги по эцп то подтягивается адрес вида м дніпропетровськ undefined undefined undefined если заходят через банкид но человек живет в частном секторе м дніпропетровськ вул якась буд undefined доработать так чтоб заменялись undefined на пробелы или вообще пустоту
1
40,455
16,483,855,498
IssuesEvent
2021-05-24 15:11:13
badges/shields
https://api.github.com/repos/badges/shields
closed
BowerVersion Service Test Failing
keep-service-tests-green
:clock11: **When did the problem start?** A long time ago (months) <!-- Indicate when the problem started --> :camera: **Live badge** https://img.shields.io/bower/v/bootstrap <!-- Provide a link to the live badge in plain text and markdown. --> ![](https://img.shields.io/bower/v/bootstrap) :wrench: **Is the live badge working?** Nope, not as far as I can tell <!-- Indicate whether or not the live badge is working. --> :link: **CircleCI link** https://app.circleci.com/pipelines/github/badges/daily-tests/951/workflows/803a4c67-3d91-40ea-89f3-9e437d2e9ac5/jobs/1849/tests#failed-test-3 <!-- Provide a link to the failing test in CircleCI. --> :beetle: **Stack trace** ``` ValidationError: message mismatch: "value" with value "no releases" fails to match the required pattern: /^v\d+(\.\d+)?(\.\d+)?$/ at Object.exports.process (node_modules/joi/lib/errors.js:184:16) at Object.internals.entry (node_modules/joi/lib/validator.js:150:26) at Object.exports.entry (node_modules/joi/lib/validator.js:27:30) at internals.Base.validate (node_modules/joi/lib/base.js:548:26) at Object.internals.assert (node_modules/joi/lib/index.js:225:27) at Object.attempt (node_modules/joi/lib/index.js:107:26) at Function._expectField (core/service-test-runner/icedfrisby-shields.js:73:13) at IcedFrisbyNock.<anonymous> (core/service-test-runner/icedfrisby-shields.js:54:26) at IcedFrisbyNock.<anonymous> (node_modules/icedfrisby/lib/icedfrisby.js:954:10) at invokeNextHook (node_modules/icedfrisby/lib/icedfrisby.js:1003:24) at /home/circleci/project/shields/node_modules/icedfrisby/lib/icedfrisby.js:1017:7 at new Promise (<anonymous>) at IcedFrisbyNock._runHooks (node_modules/icedfrisby/lib/icedfrisby.js:976:12) at IcedFrisbyNock.run (node_modules/icedfrisby/lib/icedfrisby.js:1276:20) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async Context.<anonymous> (node_modules/icedfrisby/lib/icedfrisby.js:1348:9) ``` :bulb: **Possible solution** Idk at this point. My initial thought was that maybe Bower had finally been shut down :laughing: Seems like the license and pre-release badges are working though so likely an issue with the test target or an API change upstream <!--- Optional: only if you have suggestions on a fix/reason for the bug --> <!-- Love Shields? Please consider donating $10 to sustain our activities: 👉 https://opencollective.com/shields -->
1.0
BowerVersion Service Test Failing - :clock11: **When did the problem start?** A long time ago (months) <!-- Indicate when the problem started --> :camera: **Live badge** https://img.shields.io/bower/v/bootstrap <!-- Provide a link to the live badge in plain text and markdown. --> ![](https://img.shields.io/bower/v/bootstrap) :wrench: **Is the live badge working?** Nope, not as far as I can tell <!-- Indicate whether or not the live badge is working. --> :link: **CircleCI link** https://app.circleci.com/pipelines/github/badges/daily-tests/951/workflows/803a4c67-3d91-40ea-89f3-9e437d2e9ac5/jobs/1849/tests#failed-test-3 <!-- Provide a link to the failing test in CircleCI. --> :beetle: **Stack trace** ``` ValidationError: message mismatch: "value" with value "no releases" fails to match the required pattern: /^v\d+(\.\d+)?(\.\d+)?$/ at Object.exports.process (node_modules/joi/lib/errors.js:184:16) at Object.internals.entry (node_modules/joi/lib/validator.js:150:26) at Object.exports.entry (node_modules/joi/lib/validator.js:27:30) at internals.Base.validate (node_modules/joi/lib/base.js:548:26) at Object.internals.assert (node_modules/joi/lib/index.js:225:27) at Object.attempt (node_modules/joi/lib/index.js:107:26) at Function._expectField (core/service-test-runner/icedfrisby-shields.js:73:13) at IcedFrisbyNock.<anonymous> (core/service-test-runner/icedfrisby-shields.js:54:26) at IcedFrisbyNock.<anonymous> (node_modules/icedfrisby/lib/icedfrisby.js:954:10) at invokeNextHook (node_modules/icedfrisby/lib/icedfrisby.js:1003:24) at /home/circleci/project/shields/node_modules/icedfrisby/lib/icedfrisby.js:1017:7 at new Promise (<anonymous>) at IcedFrisbyNock._runHooks (node_modules/icedfrisby/lib/icedfrisby.js:976:12) at IcedFrisbyNock.run (node_modules/icedfrisby/lib/icedfrisby.js:1276:20) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async Context.<anonymous> (node_modules/icedfrisby/lib/icedfrisby.js:1348:9) ``` :bulb: **Possible solution** Idk at this point. My initial thought was that maybe Bower had finally been shut down :laughing: Seems like the license and pre-release badges are working though so likely an issue with the test target or an API change upstream <!--- Optional: only if you have suggestions on a fix/reason for the bug --> <!-- Love Shields? Please consider donating $10 to sustain our activities: 👉 https://opencollective.com/shields -->
non_test
bowerversion service test failing when did the problem start a long time ago months camera live badge wrench is the live badge working nope not as far as i can tell link circleci link beetle stack trace validationerror message mismatch value with value no releases fails to match the required pattern v d d d at object exports process node modules joi lib errors js at object internals entry node modules joi lib validator js at object exports entry node modules joi lib validator js at internals base validate node modules joi lib base js at object internals assert node modules joi lib index js at object attempt node modules joi lib index js at function expectfield core service test runner icedfrisby shields js at icedfrisbynock core service test runner icedfrisby shields js at icedfrisbynock node modules icedfrisby lib icedfrisby js at invokenexthook node modules icedfrisby lib icedfrisby js at home circleci project shields node modules icedfrisby lib icedfrisby js at new promise at icedfrisbynock runhooks node modules icedfrisby lib icedfrisby js at icedfrisbynock run node modules icedfrisby lib icedfrisby js at runmicrotasks at processticksandrejections internal process task queues js at async context node modules icedfrisby lib icedfrisby js bulb possible solution idk at this point my initial thought was that maybe bower had finally been shut down laughing seems like the license and pre release badges are working though so likely an issue with the test target or an api change upstream love shields please consider donating to sustain our activities 👉
0
81,630
10,153,787,961
IssuesEvent
2019-08-06 06:07:17
bicolresearch/mtcarmel.app
https://api.github.com/repos/bicolresearch/mtcarmel.app
closed
Sprint2 - UI Design, Coding and Implementation for Service - Prayer Request (Church Regular User)
Epic coding design
Sprint 2 - UI Design, Coding and Implementation for Service : Make a Request: 1. Prayer Request (Church Regular User) - View - Add - Edit - Delete
1.0
Sprint2 - UI Design, Coding and Implementation for Service - Prayer Request (Church Regular User) - Sprint 2 - UI Design, Coding and Implementation for Service : Make a Request: 1. Prayer Request (Church Regular User) - View - Add - Edit - Delete
non_test
ui design coding and implementation for service prayer request church regular user sprint ui design coding and implementation for service make a request prayer request church regular user view add edit delete
0
123,294
17,772,204,102
IssuesEvent
2021-08-30 14:51:06
kapseliboi/bitmidi.com
https://api.github.com/repos/kapseliboi/bitmidi.com
opened
CVE-2021-32803 (High) detected in tar-4.4.13.tgz, tar-6.0.5.tgz
security vulnerability
## CVE-2021-32803 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>tar-4.4.13.tgz</b>, <b>tar-6.0.5.tgz</b></p></summary> <p> <details><summary><b>tar-4.4.13.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-4.4.13.tgz">https://registry.npmjs.org/tar/-/tar-4.4.13.tgz</a></p> <p>Path to dependency file: bitmidi.com/package.json</p> <p>Path to vulnerable library: bitmidi.com/node_modules/node-pre-gyp/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - cli-1.7.0.tgz (Root Library) - core-1.7.0.tgz - svg2img-0.8.1.tgz - canvas-2.6.1.tgz - node-pre-gyp-0.11.0.tgz - :x: **tar-4.4.13.tgz** (Vulnerable Library) </details> <details><summary><b>tar-6.0.5.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-6.0.5.tgz">https://registry.npmjs.org/tar/-/tar-6.0.5.tgz</a></p> <p>Path to dependency file: bitmidi.com/package.json</p> <p>Path to vulnerable library: bitmidi.com/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - cli-1.7.0.tgz (Root Library) - core-1.7.0.tgz - :x: **tar-6.0.5.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kapseliboi/bitmidi.com/commit/8bfbb9b5b1cc23e87e14304a565f6b849e11bdb2">8bfbb9b5b1cc23e87e14304a565f6b849e11bdb2</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> The npm package "tar" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2. <p>Publish Date: 2021-08-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32803>CVE-2021-32803</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>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw">https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw</a></p> <p>Release Date: 2021-08-03</p> <p>Fix Resolution: tar - 3.2.3, 4.4.15, 5.0.7, 6.1.2</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-2021-32803 (High) detected in tar-4.4.13.tgz, tar-6.0.5.tgz - ## CVE-2021-32803 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>tar-4.4.13.tgz</b>, <b>tar-6.0.5.tgz</b></p></summary> <p> <details><summary><b>tar-4.4.13.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-4.4.13.tgz">https://registry.npmjs.org/tar/-/tar-4.4.13.tgz</a></p> <p>Path to dependency file: bitmidi.com/package.json</p> <p>Path to vulnerable library: bitmidi.com/node_modules/node-pre-gyp/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - cli-1.7.0.tgz (Root Library) - core-1.7.0.tgz - svg2img-0.8.1.tgz - canvas-2.6.1.tgz - node-pre-gyp-0.11.0.tgz - :x: **tar-4.4.13.tgz** (Vulnerable Library) </details> <details><summary><b>tar-6.0.5.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-6.0.5.tgz">https://registry.npmjs.org/tar/-/tar-6.0.5.tgz</a></p> <p>Path to dependency file: bitmidi.com/package.json</p> <p>Path to vulnerable library: bitmidi.com/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - cli-1.7.0.tgz (Root Library) - core-1.7.0.tgz - :x: **tar-6.0.5.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kapseliboi/bitmidi.com/commit/8bfbb9b5b1cc23e87e14304a565f6b849e11bdb2">8bfbb9b5b1cc23e87e14304a565f6b849e11bdb2</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> The npm package "tar" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2. <p>Publish Date: 2021-08-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32803>CVE-2021-32803</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>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw">https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw</a></p> <p>Release Date: 2021-08-03</p> <p>Fix Resolution: tar - 3.2.3, 4.4.15, 5.0.7, 6.1.2</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 tar tgz tar tgz cve high severity vulnerability vulnerable libraries tar tgz tar tgz tar tgz tar for node library home page a href path to dependency file bitmidi com package json path to vulnerable library bitmidi com node modules node pre gyp node modules tar package json dependency hierarchy cli tgz root library core tgz tgz canvas tgz node pre gyp tgz x tar tgz vulnerable library tar tgz tar for node library home page a href path to dependency file bitmidi com package json path to vulnerable library bitmidi com node modules tar package json dependency hierarchy cli tgz root library core tgz x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite vulnerability via insufficient symlink protection node tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted this is in part achieved by ensuring that extracted directories are not symlinks additionally in order to prevent unnecessary stat calls to determine whether a given path is a directory paths are cached when directories are created this logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory this order of operations resulted in the directory being created and added to the node tar directory cache when a directory is present in the directory cache subsequent calls to mkdir for that directory are skipped however this is also where node tar checks for symlinks occur by first creating a directory and then replacing that directory with a symlink it was thus possible to bypass node tar symlink checks on directories essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location thus allowing arbitrary file creation and overwrite this issue was addressed in releases and publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tar step up your open source security game with whitesource
0
337,558
10,219,526,332
IssuesEvent
2019-08-15 18:49:05
taylorwilhite/SkuCreator
https://api.github.com/repos/taylorwilhite/SkuCreator
closed
Color codes should be editable
Priority: High enhancement
Currently color codes can only be added, not edited. A new view should be created for managing colors.
1.0
Color codes should be editable - Currently color codes can only be added, not edited. A new view should be created for managing colors.
non_test
color codes should be editable currently color codes can only be added not edited a new view should be created for managing colors
0
8,330
10,347,459,091
IssuesEvent
2019-09-04 17:27:00
cobalt-org/liquid-rust
https://api.github.com/repos/cobalt-org/liquid-rust
closed
`sort` / `sort_natural` should be a no-op for scalar values
enhancement good first issue std-compatibility
Example test: ```rust let assigns = v!({ "value": 3, }); assert_template_result!("3", "{{value | sort}}", assigns); ``` - [Rust implementation](https://github.com/cobalt-org/liquid-rust/blob/master/src/filters/mod.rs) - [Ruby implementation](https://github.com/Shopify/liquid/blob/master/lib/liquid/standardfilters.rb) - [Relevant tests](https://github.com/cobalt-org/liquid-rust/search?q=liquid+250&unscoped_q=liquid+250) - Once this is working, ideally the test will start failing. We would just need to remove the `#[should_panic]` on it - If the test doesn't start failing, please temporarily remove `#[should_panic]`, and find or create an issue for the new failure
True
`sort` / `sort_natural` should be a no-op for scalar values - Example test: ```rust let assigns = v!({ "value": 3, }); assert_template_result!("3", "{{value | sort}}", assigns); ``` - [Rust implementation](https://github.com/cobalt-org/liquid-rust/blob/master/src/filters/mod.rs) - [Ruby implementation](https://github.com/Shopify/liquid/blob/master/lib/liquid/standardfilters.rb) - [Relevant tests](https://github.com/cobalt-org/liquid-rust/search?q=liquid+250&unscoped_q=liquid+250) - Once this is working, ideally the test will start failing. We would just need to remove the `#[should_panic]` on it - If the test doesn't start failing, please temporarily remove `#[should_panic]`, and find or create an issue for the new failure
non_test
sort sort natural should be a no op for scalar values example test rust let assigns v value assert template result value sort assigns once this is working ideally the test will start failing we would just need to remove the on it if the test doesn t start failing please temporarily remove and find or create an issue for the new failure
0
337,528
30,248,946,087
IssuesEvent
2023-07-06 18:49:19
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
opened
Fix jax_numpy_linalg.test_jax_matrix_power
JAX Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5475017266"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5471990500"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5473310115"><img src=https://img.shields.io/badge/-success-success></a>
1.0
Fix jax_numpy_linalg.test_jax_matrix_power - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5475017266"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5471990500"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5473310115"><img src=https://img.shields.io/badge/-success-success></a>
test
fix jax numpy linalg test jax matrix power tensorflow a href src numpy a href src torch a href src
1
284,355
30,913,622,354
IssuesEvent
2023-08-05 02:25:29
Nivaskumark/kernel_v4.19.72_old
https://api.github.com/repos/Nivaskumark/kernel_v4.19.72_old
reopened
CVE-2020-10711 (Medium) detected in linux-yoctov5.4.51
Mend: dependency security vulnerability
## CVE-2020-10711 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yocto Linux Embedded kernel</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p> <p>Found in HEAD commit: <a href="https://github.com/Nivaskumark/kernel_v4.19.72/commit/ce49083a1c14be2d13cb5e878257d293e6c748bc">ce49083a1c14be2d13cb5e878257d293e6c748bc</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>/net/netlabel/netlabel_kapi.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/netlabel/netlabel_kapi.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> A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem in versions before 5.7. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service. <p>Publish Date: 2020-05-22 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-10711>CVE-2020-10711</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711">https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711</a></p> <p>Release Date: 2020-05-22</p> <p>Fix Resolution: v5.7-rc6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-10711 (Medium) detected in linux-yoctov5.4.51 - ## CVE-2020-10711 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yocto Linux Embedded kernel</p> <p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p> <p>Found in HEAD commit: <a href="https://github.com/Nivaskumark/kernel_v4.19.72/commit/ce49083a1c14be2d13cb5e878257d293e6c748bc">ce49083a1c14be2d13cb5e878257d293e6c748bc</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>/net/netlabel/netlabel_kapi.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/netlabel/netlabel_kapi.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> A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem in versions before 5.7. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service. <p>Publish Date: 2020-05-22 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-10711>CVE-2020-10711</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711">https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10711</a></p> <p>Release Date: 2020-05-22</p> <p>Fix Resolution: v5.7-rc6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in linux cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files net netlabel netlabel kapi c net netlabel netlabel kapi c vulnerability details a null pointer dereference flaw was found in the linux kernel s selinux subsystem in versions before this flaw occurs while importing the commercial ip security option cipso protocol s category bitmap into the selinux extensible bitmap via the ebitmap netlbl import routine while processing the cipso restricted bitmap tag in the cipso parsetag rbm routine it sets the security attribute to indicate that the category bitmap is present even if it has not been allocated this issue leads to a null pointer dereference issue while importing the same category bitmap into selinux this flaw allows a remote network user to crash the system kernel resulting in a denial of service publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
271,606
23,617,493,777
IssuesEvent
2022-08-24 17:10:46
brave/qa-resources
https://api.github.com/repos/brave/qa-resources
closed
Remove obsolete user-agent fingerprinting test
testsheet
Per @pes10k, we can remove this obsolete test[0], which "tests the absence of something we haven't shipped for 2 years. I think no point in wasting QA's time on it" 💯 > Test that Brave browser isn't detected via user-agent, on https://www.whatismybrowser.com/. The site will say "Looks like Brave on [Windows/Linux/macOS]", and yet, "But it's announcing that it's Chrome [version] on [platform]" [0] `https://github.com/brave/qa-resources/blob/187129d368d5ce40ccfc4c87ac9445398adce574/wikitemplate.md#fingerprint-tests`
1.0
Remove obsolete user-agent fingerprinting test - Per @pes10k, we can remove this obsolete test[0], which "tests the absence of something we haven't shipped for 2 years. I think no point in wasting QA's time on it" 💯 > Test that Brave browser isn't detected via user-agent, on https://www.whatismybrowser.com/. The site will say "Looks like Brave on [Windows/Linux/macOS]", and yet, "But it's announcing that it's Chrome [version] on [platform]" [0] `https://github.com/brave/qa-resources/blob/187129d368d5ce40ccfc4c87ac9445398adce574/wikitemplate.md#fingerprint-tests`
test
remove obsolete user agent fingerprinting test per we can remove this obsolete test which tests the absence of something we haven t shipped for years i think no point in wasting qa s time on it 💯 test that brave browser isn t detected via user agent on the site will say looks like brave on and yet but it s announcing that it s chrome on
1
129,208
12,401,866,560
IssuesEvent
2020-05-21 10:44:50
NickKaramoff/pfiff
https://api.github.com/repos/NickKaramoff/pfiff
opened
Create documentation website
documentation
Since every method is documented properly with JSDoc, we can autogenerate a docs website
1.0
Create documentation website - Since every method is documented properly with JSDoc, we can autogenerate a docs website
non_test
create documentation website since every method is documented properly with jsdoc we can autogenerate a docs website
0
85,362
16,654,010,011
IssuesEvent
2021-06-05 07:13:57
log2timeline/plaso
https://api.github.com/repos/log2timeline/plaso
closed
Update parser plugin interface docstrings
code health parsers
Several parser plugin interfaces define a Process method per https://codereview.appspot.com/333560043/diff/1/plaso/parsers/sqlite_plugins/interface.py update this docstring for all parser plugin interfaces
1.0
Update parser plugin interface docstrings - Several parser plugin interfaces define a Process method per https://codereview.appspot.com/333560043/diff/1/plaso/parsers/sqlite_plugins/interface.py update this docstring for all parser plugin interfaces
non_test
update parser plugin interface docstrings several parser plugin interfaces define a process method per update this docstring for all parser plugin interfaces
0
826,553
31,653,398,017
IssuesEvent
2023-09-07 01:36:46
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
remove maps from media search results
Priority-Critical (Arctos is broken) Enhancement Priority - Wildfire Potential
**Is your feature request related to a problem? Please describe.** Media search results maps.... <img width="463" alt="Screenshot 2023-08-31 at 09 38 38" src="https://github.com/ArctosDB/arctos/assets/5720791/98131b63-7f92-401e-8233-824379bec68f"> ... are processed individually - each requires a trip to the server, building an authenticator, a trip to Google's API, and insertion. This is causing server instability (and probably no small part of our quota @mkoo ) - **Describe what you're trying to accomplish** Keep Arctos alive **Describe the solution you'd like** I think I have no choice but to remove the maps, but I'm willing to try about anything. **Describe alternatives you've considered** I'm willing to consider anything sustainable. **Additional context** **Priority** highest
2.0
remove maps from media search results - **Is your feature request related to a problem? Please describe.** Media search results maps.... <img width="463" alt="Screenshot 2023-08-31 at 09 38 38" src="https://github.com/ArctosDB/arctos/assets/5720791/98131b63-7f92-401e-8233-824379bec68f"> ... are processed individually - each requires a trip to the server, building an authenticator, a trip to Google's API, and insertion. This is causing server instability (and probably no small part of our quota @mkoo ) - **Describe what you're trying to accomplish** Keep Arctos alive **Describe the solution you'd like** I think I have no choice but to remove the maps, but I'm willing to try about anything. **Describe alternatives you've considered** I'm willing to consider anything sustainable. **Additional context** **Priority** highest
non_test
remove maps from media search results is your feature request related to a problem please describe media search results maps img width alt screenshot at src are processed individually each requires a trip to the server building an authenticator a trip to google s api and insertion this is causing server instability and probably no small part of our quota mkoo describe what you re trying to accomplish keep arctos alive describe the solution you d like i think i have no choice but to remove the maps but i m willing to try about anything describe alternatives you ve considered i m willing to consider anything sustainable additional context priority highest
0
187,036
14,426,916,154
IssuesEvent
2020-12-06 00:45:43
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
caesarjuming/GoSrc: go/internal/gccgoimporter/importer_test.go; 3 LoC
fresh test tiny
Found a possible issue in [caesarjuming/GoSrc](https://www.github.com/caesarjuming/GoSrc) at [go/internal/gccgoimporter/importer_test.go](https://github.com/caesarjuming/GoSrc/blob/a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d/go/internal/gccgoimporter/importer_test.go#L108-L110) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to test at line 109 may start a goroutine [Click here to see the code in its original context.](https://github.com/caesarjuming/GoSrc/blob/a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d/go/internal/gccgoimporter/importer_test.go#L108-L110) <details> <summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary> ```go for _, test := range importerTests { runImporterTest(t, imp, initmap, &test) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d
1.0
caesarjuming/GoSrc: go/internal/gccgoimporter/importer_test.go; 3 LoC - Found a possible issue in [caesarjuming/GoSrc](https://www.github.com/caesarjuming/GoSrc) at [go/internal/gccgoimporter/importer_test.go](https://github.com/caesarjuming/GoSrc/blob/a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d/go/internal/gccgoimporter/importer_test.go#L108-L110) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to test at line 109 may start a goroutine [Click here to see the code in its original context.](https://github.com/caesarjuming/GoSrc/blob/a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d/go/internal/gccgoimporter/importer_test.go#L108-L110) <details> <summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary> ```go for _, test := range importerTests { runImporterTest(t, imp, initmap, &test) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d
test
caesarjuming gosrc go internal gccgoimporter importer test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to test at line may start a goroutine click here to show the line s of go which triggered the analyzer go for test range importertests runimportertest t imp initmap test leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
184,718
14,289,810,004
IssuesEvent
2020-11-23 19:51:48
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
yard-turkey/cns-object-broker: vendor/k8s.io/client-go/rest/watch/decoder_test.go; 51 LoC
fresh medium test
Found a possible issue in [yard-turkey/cns-object-broker](https://www.github.com/yard-turkey/cns-object-broker) at [vendor/k8s.io/client-go/rest/watch/decoder_test.go](https://github.com/yard-turkey/cns-object-broker/blob/0afa003e56e4c04ee9c794c9aceb62128eac60a8/vendor/k8s.io/client-go/rest/watch/decoder_test.go#L48-L98) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/yard-turkey/cns-object-broker/blob/0afa003e56e4c04ee9c794c9aceb62128eac60a8/vendor/k8s.io/client-go/rest/watch/decoder_test.go#L48-L98) <details> <summary>Click here to show the 51 line(s) of Go which triggered the analyzer.</summary> ```go for _, eventType := range table { out, in := io.Pipe() decoder := restclientwatch.NewDecoder(streaming.NewDecoder(out, getDecoder()), getDecoder()) expect := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "foo"}} encoder := json.NewEncoder(in) go func() { data, err := runtime.Encode(scheme.Codecs.LegacyCodec(v1.SchemeGroupVersion), expect) if err != nil { t.Fatalf("Unexpected error %v", err) } event := metav1.WatchEvent{ Type: string(eventType), Object: runtime.RawExtension{Raw: json.RawMessage(data)}, } if err := encoder.Encode(&event); err != nil { t.Errorf("Unexpected error %v", err) } in.Close() }() done := make(chan struct{}) go func() { action, got, err := decoder.Decode() if err != nil { t.Fatalf("Unexpected error %v", err) } if e, a := eventType, action; e != a { t.Errorf("Expected %v, got %v", e, a) } if e, a := expect, got; !apiequality.Semantic.DeepDerivative(e, a) { t.Errorf("Expected %v, got %v", e, a) } t.Logf("Exited read") close(done) }() <-done done = make(chan struct{}) go func() { _, _, err := decoder.Decode() if err == nil { t.Errorf("Unexpected nil error") } close(done) }() <-done decoder.Close() } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 0afa003e56e4c04ee9c794c9aceb62128eac60a8
1.0
yard-turkey/cns-object-broker: vendor/k8s.io/client-go/rest/watch/decoder_test.go; 51 LoC - Found a possible issue in [yard-turkey/cns-object-broker](https://www.github.com/yard-turkey/cns-object-broker) at [vendor/k8s.io/client-go/rest/watch/decoder_test.go](https://github.com/yard-turkey/cns-object-broker/blob/0afa003e56e4c04ee9c794c9aceb62128eac60a8/vendor/k8s.io/client-go/rest/watch/decoder_test.go#L48-L98) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/yard-turkey/cns-object-broker/blob/0afa003e56e4c04ee9c794c9aceb62128eac60a8/vendor/k8s.io/client-go/rest/watch/decoder_test.go#L48-L98) <details> <summary>Click here to show the 51 line(s) of Go which triggered the analyzer.</summary> ```go for _, eventType := range table { out, in := io.Pipe() decoder := restclientwatch.NewDecoder(streaming.NewDecoder(out, getDecoder()), getDecoder()) expect := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "foo"}} encoder := json.NewEncoder(in) go func() { data, err := runtime.Encode(scheme.Codecs.LegacyCodec(v1.SchemeGroupVersion), expect) if err != nil { t.Fatalf("Unexpected error %v", err) } event := metav1.WatchEvent{ Type: string(eventType), Object: runtime.RawExtension{Raw: json.RawMessage(data)}, } if err := encoder.Encode(&event); err != nil { t.Errorf("Unexpected error %v", err) } in.Close() }() done := make(chan struct{}) go func() { action, got, err := decoder.Decode() if err != nil { t.Fatalf("Unexpected error %v", err) } if e, a := eventType, action; e != a { t.Errorf("Expected %v, got %v", e, a) } if e, a := expect, got; !apiequality.Semantic.DeepDerivative(e, a) { t.Errorf("Expected %v, got %v", e, a) } t.Logf("Exited read") close(done) }() <-done done = make(chan struct{}) go func() { _, _, err := decoder.Decode() if err == nil { t.Errorf("Unexpected nil error") } close(done) }() <-done decoder.Close() } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 0afa003e56e4c04ee9c794c9aceb62128eac60a8
test
yard turkey cns object broker vendor io client go rest watch decoder test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer go for eventtype range table out in io pipe decoder restclientwatch newdecoder streaming newdecoder out getdecoder getdecoder expect pod objectmeta objectmeta name foo encoder json newencoder in go func data err runtime encode scheme codecs legacycodec schemegroupversion expect if err nil t fatalf unexpected error v err event watchevent type string eventtype object runtime rawextension raw json rawmessage data if err encoder encode event err nil t errorf unexpected error v err in close done make chan struct go func action got err decoder decode if err nil t fatalf unexpected error v err if e a eventtype action e a t errorf expected v got v e a if e a expect got apiequality semantic deepderivative e a t errorf expected v got v e a t logf exited read close done done done make chan struct go func err decoder decode if err nil t errorf unexpected nil error close done done decoder close leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
183,640
14,242,241,400
IssuesEvent
2020-11-19 01:18:14
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Confirm X509ChainPolicy.UrlRetrievalTimeout behavior across Windows/Linux
area-System.Security test enhancement
Now that we have better testing capabilities for URL retrieval scenarios, we should ensure that Windows and Linux are behaving similarly. I think currently Linux uses it cumulative, Windows uses it per fetch, and Linux uses 0 as "forever" but Windows might default to 15 seconds (or might cap at 15 seconds?)
1.0
Confirm X509ChainPolicy.UrlRetrievalTimeout behavior across Windows/Linux - Now that we have better testing capabilities for URL retrieval scenarios, we should ensure that Windows and Linux are behaving similarly. I think currently Linux uses it cumulative, Windows uses it per fetch, and Linux uses 0 as "forever" but Windows might default to 15 seconds (or might cap at 15 seconds?)
test
confirm urlretrievaltimeout behavior across windows linux now that we have better testing capabilities for url retrieval scenarios we should ensure that windows and linux are behaving similarly i think currently linux uses it cumulative windows uses it per fetch and linux uses as forever but windows might default to seconds or might cap at seconds
1
25,855
4,178,390,886
IssuesEvent
2016-06-22 06:32:13
couchbase/couchbase-lite-java-core
https://api.github.com/repos/couchbase/couchbase-lite-java-core
closed
Deleting a db takes over 1 min.
bug in progress P1: high release-prep test
Steps to reproduce: 1. Start LiteServ 0.0.0-736 + sync_gateway 2. Create a SQLite db on LiteServ 3. Setup continuous push / replication with sync_gateway db (walrus is fine) 4. Issue a DELETE to the LiteServ db 1.2.1-18 behavior: db is deleted (<1 sec) 0.0.0.736 behavior: db is deleted (> 1min) This is a non trivial amount of time. Currently our tests delete the database between every run so this behavior explains (1 min * # of tests) increase in runtime.
1.0
Deleting a db takes over 1 min. - Steps to reproduce: 1. Start LiteServ 0.0.0-736 + sync_gateway 2. Create a SQLite db on LiteServ 3. Setup continuous push / replication with sync_gateway db (walrus is fine) 4. Issue a DELETE to the LiteServ db 1.2.1-18 behavior: db is deleted (<1 sec) 0.0.0.736 behavior: db is deleted (> 1min) This is a non trivial amount of time. Currently our tests delete the database between every run so this behavior explains (1 min * # of tests) increase in runtime.
test
deleting a db takes over min steps to reproduce start liteserv sync gateway create a sqlite db on liteserv setup continuous push replication with sync gateway db walrus is fine issue a delete to the liteserv db behavior db is deleted sec behavior db is deleted this is a non trivial amount of time currently our tests delete the database between every run so this behavior explains min of tests increase in runtime
1
156,757
12,337,368,171
IssuesEvent
2020-05-14 14:53:58
zmap/zlint
https://api.github.com/repos/zmap/zlint
opened
TestEtsiTypeAsQcStmt fails w/ latest ZCrypto
bug test
The [`testdata/QcStmtEtsiTaggedValueCert20.pem`](https://github.com/zmap/zlint/blob/master/v2/testdata/QcStmtEtsiTaggedValueCert20.pem) test case used by [`TestEtsiTypeAsQcStmt`](https://github.com/zmap/zlint/blob/fd40f579253ea1ebfb18a585ab5cd8e7dcde61aa/v2/lints/etsi/lint_qcstatem_etsi_type_as_statem_test.go#L24-L41) panics during `test.ReadTestCert` when using ZCrypto w/ https://github.com/zmap/zcrypto/commit/13cf40b46ed3697eba66054aca90c73bbbc991d4. Here's [test output](https://gist.github.com/cpu/6cf8ac87958059274b5b4f2ccfa5d3d1) from a local repro. The underlying error returned by ZCrypto's `x509.ParseCertificate` is an `encoding/asn1.StructuralError` generated trying to [`asn1.Unmarshal` the `oidExtQCStatements` extension value](https://github.com/zmap/zcrypto/blob/16679db567ff92527e6982f60286c63666054d0f/x509/x509.go#L1945-L1949) from the test cert into a `QCStatementsASN{}`: ``` asn1: structure error: tags don't match (6 vs {class:2 tag:0 length:6 isCompound:false}) {optional:false explicit:false application:false private:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false} ObjectIdentifier @2 ``` @mtgag This test case was introduced by you in https://github.com/zmap/zlint/commit/0f862af0a6db1b6bf2f7fffef5cb160583b93537 but there isn't a comment indicating what is being tested. Can you coordinate with @dadrian to figure out what needs to happen here? E.g. is this a test case that should be removed from ZLint or is it a bug with the ZCrypto QCStatement support? Thanks!
1.0
TestEtsiTypeAsQcStmt fails w/ latest ZCrypto - The [`testdata/QcStmtEtsiTaggedValueCert20.pem`](https://github.com/zmap/zlint/blob/master/v2/testdata/QcStmtEtsiTaggedValueCert20.pem) test case used by [`TestEtsiTypeAsQcStmt`](https://github.com/zmap/zlint/blob/fd40f579253ea1ebfb18a585ab5cd8e7dcde61aa/v2/lints/etsi/lint_qcstatem_etsi_type_as_statem_test.go#L24-L41) panics during `test.ReadTestCert` when using ZCrypto w/ https://github.com/zmap/zcrypto/commit/13cf40b46ed3697eba66054aca90c73bbbc991d4. Here's [test output](https://gist.github.com/cpu/6cf8ac87958059274b5b4f2ccfa5d3d1) from a local repro. The underlying error returned by ZCrypto's `x509.ParseCertificate` is an `encoding/asn1.StructuralError` generated trying to [`asn1.Unmarshal` the `oidExtQCStatements` extension value](https://github.com/zmap/zcrypto/blob/16679db567ff92527e6982f60286c63666054d0f/x509/x509.go#L1945-L1949) from the test cert into a `QCStatementsASN{}`: ``` asn1: structure error: tags don't match (6 vs {class:2 tag:0 length:6 isCompound:false}) {optional:false explicit:false application:false private:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false} ObjectIdentifier @2 ``` @mtgag This test case was introduced by you in https://github.com/zmap/zlint/commit/0f862af0a6db1b6bf2f7fffef5cb160583b93537 but there isn't a comment indicating what is being tested. Can you coordinate with @dadrian to figure out what needs to happen here? E.g. is this a test case that should be removed from ZLint or is it a bug with the ZCrypto QCStatement support? Thanks!
test
testetsitypeasqcstmt fails w latest zcrypto the test case used by panics during test readtestcert when using zcrypto w here s from a local repro the underlying error returned by zcrypto s parsecertificate is an encoding structuralerror generated trying to from the test cert into a qcstatementsasn structure error tags don t match vs class tag length iscompound false optional false explicit false application false private false defaultvalue tag stringtype timetype set false omitempty false objectidentifier mtgag this test case was introduced by you in but there isn t a comment indicating what is being tested can you coordinate with dadrian to figure out what needs to happen here e g is this a test case that should be removed from zlint or is it a bug with the zcrypto qcstatement support thanks
1
56,184
23,719,327,245
IssuesEvent
2022-08-30 14:13:07
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
Experiment scaling fwdproxy
Identity console-services
This could be a bottleneck if we are scaling other services and not this one
1.0
Experiment scaling fwdproxy - This could be a bottleneck if we are scaling other services and not this one
non_test
experiment scaling fwdproxy this could be a bottleneck if we are scaling other services and not this one
0
330,889
28,492,817,596
IssuesEvent
2023-04-18 12:25:55
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
[CI] DataStreamIT testGetDataStream failing
>test-failure :Data Management/Data streams Team:Data Management
**Build scan:** https://gradle-enterprise.elastic.co/s/p5lp5uc42gpcu/tests/:modules:data-streams:internalClusterTest/org.elasticsearch.datastreams.DataStreamIT/testGetDataStream **Reproduction line:** ``` ./gradlew ':modules:data-streams:internalClusterTest' --tests "org.elasticsearch.datastreams.DataStreamIT.testGetDataStream" -Dtests.seed=2E01668E169440D7 -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dtests.locale=de-CH -Dtests.timezone=America/North_Dakota/Center -Druntime.java=19 ``` **Applicable branches:** main **Reproduces locally?:** Yes **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.datastreams.DataStreamIT&tests.test=testGetDataStream **Failure excerpt:** ``` java.lang.AssertionError: Expected: is <{ "data_retention" : "146448103625734ms" }> but: was null at __randomizedtesting.SeedInfo.seed([2E01668E169440D7:E1F01CC50A5BA920]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:956) at org.junit.Assert.assertThat(Assert.java:923) at org.elasticsearch.datastreams.DataStreamIT.testGetDataStream(DataStreamIT.java:1304) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.lang.reflect.Method.invoke(Method.java:578) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) at java.lang.Thread.run(Thread.java:1589) ```
1.0
[CI] DataStreamIT testGetDataStream failing - **Build scan:** https://gradle-enterprise.elastic.co/s/p5lp5uc42gpcu/tests/:modules:data-streams:internalClusterTest/org.elasticsearch.datastreams.DataStreamIT/testGetDataStream **Reproduction line:** ``` ./gradlew ':modules:data-streams:internalClusterTest' --tests "org.elasticsearch.datastreams.DataStreamIT.testGetDataStream" -Dtests.seed=2E01668E169440D7 -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dtests.locale=de-CH -Dtests.timezone=America/North_Dakota/Center -Druntime.java=19 ``` **Applicable branches:** main **Reproduces locally?:** Yes **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.datastreams.DataStreamIT&tests.test=testGetDataStream **Failure excerpt:** ``` java.lang.AssertionError: Expected: is <{ "data_retention" : "146448103625734ms" }> but: was null at __randomizedtesting.SeedInfo.seed([2E01668E169440D7:E1F01CC50A5BA920]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:956) at org.junit.Assert.assertThat(Assert.java:923) at org.elasticsearch.datastreams.DataStreamIT.testGetDataStream(DataStreamIT.java:1304) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.lang.reflect.Method.invoke(Method.java:578) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) at java.lang.Thread.run(Thread.java:1589) ```
test
datastreamit testgetdatastream failing build scan reproduction line gradlew modules data streams internalclustertest tests org elasticsearch datastreams datastreamit testgetdatastream dtests seed dbuild snapshot false dtests jvm argline dbuild snapshot false dtests locale de ch dtests timezone america north dakota center druntime java applicable branches main reproduces locally yes failure history failure excerpt java lang assertionerror expected is data retention but was null at randomizedtesting seedinfo seed at org hamcrest matcherassert assertthat matcherassert java at org junit assert assertthat assert java at org junit assert assertthat assert java at org elasticsearch datastreams datastreamit testgetdatastream datastreamit java at jdk internal reflect directmethodhandleaccessor invoke directmethodhandleaccessor java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol lambda forktimeoutingtask threadleakcontrol java at java lang thread run thread java
1
185,443
21,789,143,879
IssuesEvent
2022-05-14 16:11:55
TreyM-WSS/concord
https://api.github.com/repos/TreyM-WSS/concord
closed
CVE-2021-23368 (Medium) detected in postcss-7.0.30.tgz, postcss-7.0.21.tgz - autoclosed
security vulnerability
## CVE-2021-23368 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>postcss-7.0.30.tgz</b>, <b>postcss-7.0.21.tgz</b></p></summary> <p> <details><summary><b>postcss-7.0.30.tgz</b></p></summary> <p>Tool for transforming styles with JS plugins</p> <p>Library home page: <a href="https://registry.npmjs.org/postcss/-/postcss-7.0.30.tgz">https://registry.npmjs.org/postcss/-/postcss-7.0.30.tgz</a></p> <p>Path to dependency file: /console2/package.json</p> <p>Path to vulnerable library: /console2/node_modules/postcss/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.4.1.tgz (Root Library) - postcss-safe-parser-4.0.1.tgz - :x: **postcss-7.0.30.tgz** (Vulnerable Library) </details> <details><summary><b>postcss-7.0.21.tgz</b></p></summary> <p>Tool for transforming styles with JS plugins</p> <p>Library home page: <a href="https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz">https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz</a></p> <p>Path to dependency file: /console2/package.json</p> <p>Path to vulnerable library: /console2/node_modules/resolve-url-loader/node_modules/postcss/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.4.1.tgz (Root Library) - resolve-url-loader-3.1.1.tgz - :x: **postcss-7.0.21.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/TreyM-WSS/concord/commit/813d76939d588ba0e6ad41d1ea02343eb32e21c1">813d76939d588ba0e6ad41d1ea02343eb32e21c1</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package postcss from 7.0.0 and before 8.2.10 are vulnerable to Regular Expression Denial of Service (ReDoS) during source map parsing. <p>Publish Date: 2021-04-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23368>CVE-2021-23368</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23368">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23368</a></p> <p>Release Date: 2021-04-12</p> <p>Fix Resolution: postcss -8.2.10</p> </p> </details> <p></p>
True
CVE-2021-23368 (Medium) detected in postcss-7.0.30.tgz, postcss-7.0.21.tgz - autoclosed - ## CVE-2021-23368 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>postcss-7.0.30.tgz</b>, <b>postcss-7.0.21.tgz</b></p></summary> <p> <details><summary><b>postcss-7.0.30.tgz</b></p></summary> <p>Tool for transforming styles with JS plugins</p> <p>Library home page: <a href="https://registry.npmjs.org/postcss/-/postcss-7.0.30.tgz">https://registry.npmjs.org/postcss/-/postcss-7.0.30.tgz</a></p> <p>Path to dependency file: /console2/package.json</p> <p>Path to vulnerable library: /console2/node_modules/postcss/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.4.1.tgz (Root Library) - postcss-safe-parser-4.0.1.tgz - :x: **postcss-7.0.30.tgz** (Vulnerable Library) </details> <details><summary><b>postcss-7.0.21.tgz</b></p></summary> <p>Tool for transforming styles with JS plugins</p> <p>Library home page: <a href="https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz">https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz</a></p> <p>Path to dependency file: /console2/package.json</p> <p>Path to vulnerable library: /console2/node_modules/resolve-url-loader/node_modules/postcss/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.4.1.tgz (Root Library) - resolve-url-loader-3.1.1.tgz - :x: **postcss-7.0.21.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/TreyM-WSS/concord/commit/813d76939d588ba0e6ad41d1ea02343eb32e21c1">813d76939d588ba0e6ad41d1ea02343eb32e21c1</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package postcss from 7.0.0 and before 8.2.10 are vulnerable to Regular Expression Denial of Service (ReDoS) during source map parsing. <p>Publish Date: 2021-04-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23368>CVE-2021-23368</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23368">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23368</a></p> <p>Release Date: 2021-04-12</p> <p>Fix Resolution: postcss -8.2.10</p> </p> </details> <p></p>
non_test
cve medium detected in postcss tgz postcss tgz autoclosed cve medium severity vulnerability vulnerable libraries postcss tgz postcss tgz postcss tgz tool for transforming styles with js plugins library home page a href path to dependency file package json path to vulnerable library node modules postcss package json dependency hierarchy react scripts tgz root library postcss safe parser tgz x postcss tgz vulnerable library postcss tgz tool for transforming styles with js plugins library home page a href path to dependency file package json path to vulnerable library node modules resolve url loader node modules postcss package json dependency hierarchy react scripts tgz root library resolve url loader tgz x postcss tgz vulnerable library found in head commit a href vulnerability details the package postcss from and before are vulnerable to regular expression denial of service redos during source map parsing publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution postcss
0
172,046
27,229,011,951
IssuesEvent
2023-02-21 11:50:02
pupilfirst/pupilfirst
https://api.github.com/repos/pupilfirst/pupilfirst
opened
Sort by button in courses student page is being over-flowed.
bug design
![image](https://user-images.githubusercontent.com/53794102/220334980-ef4973c0-0c11-4f50-8c87-38c8b5caf7ac.png) To Reproduce : Go to the `courses/:id/students` page on mid(mobile) size devices. You will see the `Sort_by` button being over-flowed. **Expected :** I think it should be similar to that of `courses/:id/review` page. ![image](https://user-images.githubusercontent.com/53794102/220337018-8f4c156b-2f8f-42d4-811b-53f84661dfee.png)
1.0
Sort by button in courses student page is being over-flowed. - ![image](https://user-images.githubusercontent.com/53794102/220334980-ef4973c0-0c11-4f50-8c87-38c8b5caf7ac.png) To Reproduce : Go to the `courses/:id/students` page on mid(mobile) size devices. You will see the `Sort_by` button being over-flowed. **Expected :** I think it should be similar to that of `courses/:id/review` page. ![image](https://user-images.githubusercontent.com/53794102/220337018-8f4c156b-2f8f-42d4-811b-53f84661dfee.png)
non_test
sort by button in courses student page is being over flowed to reproduce go to the courses id students page on mid mobile size devices you will see the sort by button being over flowed expected i think it should be similar to that of courses id review page
0
55,697
8,025,875,342
IssuesEvent
2018-07-27 00:18:00
jupyterlab/jupyterlab
https://api.github.com/repos/jupyterlab/jupyterlab
closed
Changelog for 0.33
tag:Documentation
This issue is for changelog entries for the 0.33 release. Please comment here with a changelog entry, and note whether the entry should be in the breaking changes section of the changelog. Breaking changes should give the user an idea of how to migrate code, if possible. Changelog entries may be more than one line, and may contain code samples. The changelog is written in Markdown. Here is the format: ```markdown * Description of change ([#99999](https://github.com/jupyterlab/jupyterlab/issues/99999)). ``` In the release process for 0.33, we'll sweep through this issue to create the changelog for 0.33. We're adding changelog entries here rather than in individual PRs so that we don't create unnecessary conflicts between PRs editing the same file.
1.0
Changelog for 0.33 - This issue is for changelog entries for the 0.33 release. Please comment here with a changelog entry, and note whether the entry should be in the breaking changes section of the changelog. Breaking changes should give the user an idea of how to migrate code, if possible. Changelog entries may be more than one line, and may contain code samples. The changelog is written in Markdown. Here is the format: ```markdown * Description of change ([#99999](https://github.com/jupyterlab/jupyterlab/issues/99999)). ``` In the release process for 0.33, we'll sweep through this issue to create the changelog for 0.33. We're adding changelog entries here rather than in individual PRs so that we don't create unnecessary conflicts between PRs editing the same file.
non_test
changelog for this issue is for changelog entries for the release please comment here with a changelog entry and note whether the entry should be in the breaking changes section of the changelog breaking changes should give the user an idea of how to migrate code if possible changelog entries may be more than one line and may contain code samples the changelog is written in markdown here is the format markdown description of change in the release process for we ll sweep through this issue to create the changelog for we re adding changelog entries here rather than in individual prs so that we don t create unnecessary conflicts between prs editing the same file
0
155,688
24,503,716,389
IssuesEvent
2022-10-10 14:41:24
carbon-design-system/carbon
https://api.github.com/repos/carbon-design-system/carbon
opened
Contained List: Final design edits
role: design :pencil2:
- [ ] Align with Diana Tran on Contained list  - [ ] Revise docs with any edits (need issue) - [ ] Contained list: put in Figma (need issue)
1.0
Contained List: Final design edits - - [ ] Align with Diana Tran on Contained list  - [ ] Revise docs with any edits (need issue) - [ ] Contained list: put in Figma (need issue)
non_test
contained list final design edits align with diana tran on contained list  revise docs with any edits need issue contained list put in figma need issue
0
324,346
9,888,142,883
IssuesEvent
2019-06-25 10:49:15
process-engine/process_engine_runtime
https://api.github.com/repos/process-engine/process_engine_runtime
closed
✨Additional Socket.IO notifications for activities
enhancement high priority
## Description We require additional `onReached` and `onFinished` notifications for the following activities: - ScriptTasks - ServiceTasks (internal & external) - Subprocesses - SendTask - ReceivedTask This is somewhat urgent, because the BPMN Studio's LET will not work properly without them.
1.0
✨Additional Socket.IO notifications for activities - ## Description We require additional `onReached` and `onFinished` notifications for the following activities: - ScriptTasks - ServiceTasks (internal & external) - Subprocesses - SendTask - ReceivedTask This is somewhat urgent, because the BPMN Studio's LET will not work properly without them.
non_test
✨additional socket io notifications for activities description we require additional onreached and onfinished notifications for the following activities scripttasks servicetasks internal external subprocesses sendtask receivedtask this is somewhat urgent because the bpmn studio s let will not work properly without them
0
205,525
15,629,839,336
IssuesEvent
2021-03-22 00:29:45
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
[São Paulo, SP] Desenvolvedor[a] Node.js Pleno/Senior @ Jurema
CI Docker Express Git JavaScript Linux NodeJS PJ Remoto SOAP Scrum Stale TDD Testes automatizados
Desde 2010, a Jurema busca criar soluções que tornem o dia a dia das pessoas mais simples ou divertido. Combinando design e desenvolvimento de software concebe produtos e serviços que rompem os limites entre a web e o mundo físico, ajudando junto com seus parceiros - empreendedores, empresas e agências - a criar o futuro da web. Estamos procurando um[a] Desenvolvedor[a] Back-End com boa experiência em Node.js para juntar-se a nossa equipe e nos ajudar na criação de um novo produto digital de uma grande instituição financeira. ### Requisitos: - Proficiência em Javascript ES6; - Bons conhecimentos em Node.js, Express e Sequelize; - Bom entendimento de programação assíncrona, suas peculiaridades e alternativas; - Conhecimento básico de tecnologias front-end (HTML5, CSS3); - Bons conhecimentos em modelagem relacional de dados; - Experiência com arquiteturas RESTful e SOAP; - Controle de versão de código-fonte em Git (Gitflow); - Testes automatizados (BDD e TDD); - Integração contínua e entrega contínua (CI/CD); - Conhecimento do funcionamento de containers com Docker; - Familiaridade com ambiente Linux. ### Desejável - Boas práticas de desenvolvimento (S.O.L.I.D); - Capacidade de autogestão e aprendizado; - Familiaridade com scrum; - 5 anos de experiência prévia no desenvolvimento de software; - Tipo de contratação: PJ Estamos próximo ao metrô Fradique Coutinho em São Paulo (**Possibilidade de trabalho remoto**). Interessados enviar email para jobs+nodejs@jurema.la
1.0
[São Paulo, SP] Desenvolvedor[a] Node.js Pleno/Senior @ Jurema - Desde 2010, a Jurema busca criar soluções que tornem o dia a dia das pessoas mais simples ou divertido. Combinando design e desenvolvimento de software concebe produtos e serviços que rompem os limites entre a web e o mundo físico, ajudando junto com seus parceiros - empreendedores, empresas e agências - a criar o futuro da web. Estamos procurando um[a] Desenvolvedor[a] Back-End com boa experiência em Node.js para juntar-se a nossa equipe e nos ajudar na criação de um novo produto digital de uma grande instituição financeira. ### Requisitos: - Proficiência em Javascript ES6; - Bons conhecimentos em Node.js, Express e Sequelize; - Bom entendimento de programação assíncrona, suas peculiaridades e alternativas; - Conhecimento básico de tecnologias front-end (HTML5, CSS3); - Bons conhecimentos em modelagem relacional de dados; - Experiência com arquiteturas RESTful e SOAP; - Controle de versão de código-fonte em Git (Gitflow); - Testes automatizados (BDD e TDD); - Integração contínua e entrega contínua (CI/CD); - Conhecimento do funcionamento de containers com Docker; - Familiaridade com ambiente Linux. ### Desejável - Boas práticas de desenvolvimento (S.O.L.I.D); - Capacidade de autogestão e aprendizado; - Familiaridade com scrum; - 5 anos de experiência prévia no desenvolvimento de software; - Tipo de contratação: PJ Estamos próximo ao metrô Fradique Coutinho em São Paulo (**Possibilidade de trabalho remoto**). Interessados enviar email para jobs+nodejs@jurema.la
test
desenvolvedor node js pleno senior jurema desde a jurema busca criar soluções que tornem o dia a dia das pessoas mais simples ou divertido combinando design e desenvolvimento de software concebe produtos e serviços que rompem os limites entre a web e o mundo físico ajudando junto com seus parceiros empreendedores empresas e agências a criar o futuro da web estamos procurando um desenvolvedor back end com boa experiência em node js para juntar se a nossa equipe e nos ajudar na criação de um novo produto digital de uma grande instituição financeira requisitos proficiência em javascript bons conhecimentos em node js express e sequelize bom entendimento de programação assíncrona suas peculiaridades e alternativas conhecimento básico de tecnologias front end bons conhecimentos em modelagem relacional de dados experiência com arquiteturas restful e soap controle de versão de código fonte em git gitflow testes automatizados bdd e tdd integração contínua e entrega contínua ci cd conhecimento do funcionamento de containers com docker familiaridade com ambiente linux desejável boas práticas de desenvolvimento s o l i d capacidade de autogestão e aprendizado familiaridade com scrum anos de experiência prévia no desenvolvimento de software tipo de contratação pj estamos próximo ao metrô fradique coutinho em são paulo possibilidade de trabalho remoto interessados enviar email para jobs nodejs jurema la
1
256,571
22,063,605,999
IssuesEvent
2022-05-30 22:08:08
typelevel/spire
https://api.github.com/repos/typelevel/spire
closed
Add command alias for running the probabilistic tests with a very large n
testing
There are a number of scalacheck or discipline tests that fail occasionally. These are very annoying especially for new contributors. I have found it useful to occasionally run the scalacheck tests over night with a very large number of iterations locally to find and fix those. This should be an sbt task so we don't have to remember the arcane scalacheck options.
1.0
Add command alias for running the probabilistic tests with a very large n - There are a number of scalacheck or discipline tests that fail occasionally. These are very annoying especially for new contributors. I have found it useful to occasionally run the scalacheck tests over night with a very large number of iterations locally to find and fix those. This should be an sbt task so we don't have to remember the arcane scalacheck options.
test
add command alias for running the probabilistic tests with a very large n there are a number of scalacheck or discipline tests that fail occasionally these are very annoying especially for new contributors i have found it useful to occasionally run the scalacheck tests over night with a very large number of iterations locally to find and fix those this should be an sbt task so we don t have to remember the arcane scalacheck options
1
540,670
15,815,688,952
IssuesEvent
2021-04-05 11:48:39
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
bookme.airindia.in - site is not usable
browser-safari ml-needsdiagnosis-false os-mac priority-normal
<!-- @browser: Safari 13.1 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/69724 --> **URL**: https://bookme.airindia.in/AirIndiaB2C/MultiBrowserWindow **Browser / Version**: Safari 13.1 **Operating System**: Mac OS X 10.15.4 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: Saying multiple tabs open when they are not <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
bookme.airindia.in - site is not usable - <!-- @browser: Safari 13.1 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/69724 --> **URL**: https://bookme.airindia.in/AirIndiaB2C/MultiBrowserWindow **Browser / Version**: Safari 13.1 **Operating System**: Mac OS X 10.15.4 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: Saying multiple tabs open when they are not <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
bookme airindia in site is not usable url browser version safari operating system mac os x tested another browser yes other problem type site is not usable description page not loading correctly steps to reproduce saying multiple tabs open when they are not browser configuration none from with ❤️
0
148,405
5,681,236,129
IssuesEvent
2017-04-13 05:26:51
architecture-building-systems/CEAforArcGIS
https://api.github.com/repos/architecture-building-systems/CEAforArcGIS
closed
ValueError: operands could not be broadcast together with shapes (8760,) (4984,) (8760,)
bug Priority 1
Connected to pydev debugger (build 171.3780.115) PRE-PROCESSING + SINGLE BUILDING OPTIMIZATION Solar features extraction Run substation model for each building separately Run decentralized model for buildings Create distribution file with all buildings connected Traceback (most recent call last): File "C:\Program Files (x86)\JetBrains\PyCharm 2016.3.2\helpers\pydev\pydevd.py", line 1578, in <module> globals = debugger.run(setup['file'], None, None, is_module) File "C:\Program Files (x86)\JetBrains\PyCharm 2016.3.2\helpers\pydev\pydevd.py", line 1015, in run pydev_imports.execfile(file, globals, locals) # execute the script File "C:/Users/Bhargava/Documents/GitHub/CEAforArcGIS/cea/optimization/optimization_main.py", line 84, in <module> run_as_script(r'C:\reference-case-zug\baseline') File "C:/Users/Bhargava/Documents/GitHub/CEAforArcGIS/cea/optimization/optimization_main.py", line 79, in run_as_script moo_optimization(locator=locator, weather_file= weather_file, gv=gv) File "C:/Users/Bhargava/Documents/GitHub/CEAforArcGIS/cea/optimization/optimization_main.py", line 50, in moo_optimization weather_file, gv) File "C:\Users\Bhargava\Documents\GitHub\CEAforArcGIS\cea\optimization\preprocessing\preprocessing_main.py", line 78, in preproccessing summarize_network.network_main(locator, total_demand, building_names, gv, "all") #"_all" key for all buildings File "C:\Users\Bhargava\Documents\GitHub\CEAforArcGIS\cea\optimization\master\summarize_network.py", line 81, in network_main Electr_netw_total += substations[iteration].Electr_array_all_flat.values ValueError: operands could not be broadcast together with shapes (8760,) (4984,) (8760,)
1.0
ValueError: operands could not be broadcast together with shapes (8760,) (4984,) (8760,) - Connected to pydev debugger (build 171.3780.115) PRE-PROCESSING + SINGLE BUILDING OPTIMIZATION Solar features extraction Run substation model for each building separately Run decentralized model for buildings Create distribution file with all buildings connected Traceback (most recent call last): File "C:\Program Files (x86)\JetBrains\PyCharm 2016.3.2\helpers\pydev\pydevd.py", line 1578, in <module> globals = debugger.run(setup['file'], None, None, is_module) File "C:\Program Files (x86)\JetBrains\PyCharm 2016.3.2\helpers\pydev\pydevd.py", line 1015, in run pydev_imports.execfile(file, globals, locals) # execute the script File "C:/Users/Bhargava/Documents/GitHub/CEAforArcGIS/cea/optimization/optimization_main.py", line 84, in <module> run_as_script(r'C:\reference-case-zug\baseline') File "C:/Users/Bhargava/Documents/GitHub/CEAforArcGIS/cea/optimization/optimization_main.py", line 79, in run_as_script moo_optimization(locator=locator, weather_file= weather_file, gv=gv) File "C:/Users/Bhargava/Documents/GitHub/CEAforArcGIS/cea/optimization/optimization_main.py", line 50, in moo_optimization weather_file, gv) File "C:\Users\Bhargava\Documents\GitHub\CEAforArcGIS\cea\optimization\preprocessing\preprocessing_main.py", line 78, in preproccessing summarize_network.network_main(locator, total_demand, building_names, gv, "all") #"_all" key for all buildings File "C:\Users\Bhargava\Documents\GitHub\CEAforArcGIS\cea\optimization\master\summarize_network.py", line 81, in network_main Electr_netw_total += substations[iteration].Electr_array_all_flat.values ValueError: operands could not be broadcast together with shapes (8760,) (4984,) (8760,)
non_test
valueerror operands could not be broadcast together with shapes connected to pydev debugger build pre processing single building optimization solar features extraction run substation model for each building separately run decentralized model for buildings create distribution file with all buildings connected traceback most recent call last file c program files jetbrains pycharm helpers pydev pydevd py line in globals debugger run setup none none is module file c program files jetbrains pycharm helpers pydev pydevd py line in run pydev imports execfile file globals locals execute the script file c users bhargava documents github ceaforarcgis cea optimization optimization main py line in run as script r c reference case zug baseline file c users bhargava documents github ceaforarcgis cea optimization optimization main py line in run as script moo optimization locator locator weather file weather file gv gv file c users bhargava documents github ceaforarcgis cea optimization optimization main py line in moo optimization weather file gv file c users bhargava documents github ceaforarcgis cea optimization preprocessing preprocessing main py line in preproccessing summarize network network main locator total demand building names gv all all key for all buildings file c users bhargava documents github ceaforarcgis cea optimization master summarize network py line in network main electr netw total substations electr array all flat values valueerror operands could not be broadcast together with shapes
0
3,032
2,607,970,052
IssuesEvent
2015-02-26 00:44:09
chrsmithdemos/leveldb
https://api.github.com/repos/chrsmithdemos/leveldb
opened
leveldb does not compile with g++ 4.8.2
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.run make with g++ 4.8.2 2. 3. What is the expected output? What do you see instead? the expected result is make finished ok but i get errors "ssize_t does not name a type" from db/db_iter.cc What version of the product are you using? On what operating system? tried it both with 1.14 & 1.15 Please provide any additional information below. ``` ----- Original issue reported on code.google.com by `yair.to...@gmail.com` on 3 Mar 2014 at 3:03
1.0
leveldb does not compile with g++ 4.8.2 - ``` What steps will reproduce the problem? 1.run make with g++ 4.8.2 2. 3. What is the expected output? What do you see instead? the expected result is make finished ok but i get errors "ssize_t does not name a type" from db/db_iter.cc What version of the product are you using? On what operating system? tried it both with 1.14 & 1.15 Please provide any additional information below. ``` ----- Original issue reported on code.google.com by `yair.to...@gmail.com` on 3 Mar 2014 at 3:03
non_test
leveldb does not compile with g what steps will reproduce the problem run make with g what is the expected output what do you see instead the expected result is make finished ok but i get errors ssize t does not name a type from db db iter cc what version of the product are you using on what operating system tried it both with please provide any additional information below original issue reported on code google com by yair to gmail com on mar at
0
263,418
8,289,230,740
IssuesEvent
2018-09-19 14:11:29
huridocs/uwazi
https://api.github.com/repos/huridocs/uwazi
closed
Inserting </script> in any input trows an error in any view that requests that info
Bug Priority: Low Status: Sprint
- Go to any input and type </script> (does not matter if there is any other text) - Save and reload. - But you can reload in any other page and navigate to that one, the error is in the initialData loaded by the server side rendering
1.0
Inserting </script> in any input trows an error in any view that requests that info - - Go to any input and type </script> (does not matter if there is any other text) - Save and reload. - But you can reload in any other page and navigate to that one, the error is in the initialData loaded by the server side rendering
non_test
inserting in any input trows an error in any view that requests that info go to any input and type does not matter if there is any other text save and reload but you can reload in any other page and navigate to that one the error is in the initialdata loaded by the server side rendering
0
179,986
13,914,719,307
IssuesEvent
2020-10-20 22:46:33
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[docdb] QLStressTest.OldLeaderCatchUpAfterNetworkPartition flaky in master
area/docdb kind/failing-test
https://detective-gcp.dev.yugabyte.com/job/github-yugabyte-db-phabricator/23596/artifact/build/debug-clang-dynamic-ninja/yb-test-logs/tests-client__ql-stress-test/QLStressTest_OldLeaderCatchUpAfterNetworkPartition.log   ``` src/yb/client/ql-stress-test.cc:673: Failure 1140 | Expected: pre_isolate_op_id.term 1141 | Which is: 2 1142 | To be equal to: 1  ``` https://detective-gcp.dev.yugabyte.com/job/github-yugabyte-db-mac-master-clang-release/787/artifact/build/release-clang-dynamic-ninja/yb-test-logs/tests-client__ql-stress-test/QLStressTest_OldLeaderCatchUpAfterNetworkPartition.log ``` Expected: (pre_isolate_op_id.index) > (key), actual: 1050 vs 1050 ``` https://detective-gcp.dev.yugabyte.com/job/github-yugabyte-db-mac-master-clang-debug/874/artifact/build/debug-clang-dynamic-ninja/yb-test-logs/tests-client__ql-stress-test/QLStressTest_OldLeaderCatchUpAfterNetworkPartition.log ``` Expected: (leader) != (nullptr), actual: NULL vs 8-byte object <00-00 00-00 00-00 00-00> ```
1.0
[docdb] QLStressTest.OldLeaderCatchUpAfterNetworkPartition flaky in master - https://detective-gcp.dev.yugabyte.com/job/github-yugabyte-db-phabricator/23596/artifact/build/debug-clang-dynamic-ninja/yb-test-logs/tests-client__ql-stress-test/QLStressTest_OldLeaderCatchUpAfterNetworkPartition.log   ``` src/yb/client/ql-stress-test.cc:673: Failure 1140 | Expected: pre_isolate_op_id.term 1141 | Which is: 2 1142 | To be equal to: 1  ``` https://detective-gcp.dev.yugabyte.com/job/github-yugabyte-db-mac-master-clang-release/787/artifact/build/release-clang-dynamic-ninja/yb-test-logs/tests-client__ql-stress-test/QLStressTest_OldLeaderCatchUpAfterNetworkPartition.log ``` Expected: (pre_isolate_op_id.index) > (key), actual: 1050 vs 1050 ``` https://detective-gcp.dev.yugabyte.com/job/github-yugabyte-db-mac-master-clang-debug/874/artifact/build/debug-clang-dynamic-ninja/yb-test-logs/tests-client__ql-stress-test/QLStressTest_OldLeaderCatchUpAfterNetworkPartition.log ``` Expected: (leader) != (nullptr), actual: NULL vs 8-byte object <00-00 00-00 00-00 00-00> ```
test
qlstresstest oldleadercatchupafternetworkpartition flaky in master   src yb client ql stress test cc failure expected pre isolate op id term which is to be equal to   expected pre isolate op id index key actual vs expected leader nullptr actual null vs byte object
1
361,546
25,343,096,680
IssuesEvent
2022-11-19 00:26:21
amzn/selling-partner-api-docs
https://api.github.com/repos/amzn/selling-partner-api-docs
closed
Claim codes/product codes/coupons
Documentation enhancement request closing soon
Is there a way to generate a claim code/coupon code for a specific product and seller/vendor via the SP-API? Or any other amazon supported API?
1.0
Claim codes/product codes/coupons - Is there a way to generate a claim code/coupon code for a specific product and seller/vendor via the SP-API? Or any other amazon supported API?
non_test
claim codes product codes coupons is there a way to generate a claim code coupon code for a specific product and seller vendor via the sp api or any other amazon supported api
0
647,006
21,083,780,391
IssuesEvent
2022-04-03 09:52:33
adirh3/Fluent-Search
https://api.github.com/repos/adirh3/Fluent-Search
closed
Some settings revert back to defaults after a reboot
bug Medium Priority
**Describe the bug** After the recent app update (0.9.86 >0.9.87.1) from Microsoft Store. Some settings are reverting to defaults after a reboot. Closing the app does not affect these settings. **To Reproduce** Change hotkeys and, the option to start minimized at startup. These options revert to their original values. **Expected behavior** Changed settings should not revert after a reboot. **Desktop (please complete the following information):** - Windows 10 Version: 21H1 19043.1081 - Fluent Search Version: 0.9.87.1
1.0
Some settings revert back to defaults after a reboot - **Describe the bug** After the recent app update (0.9.86 >0.9.87.1) from Microsoft Store. Some settings are reverting to defaults after a reboot. Closing the app does not affect these settings. **To Reproduce** Change hotkeys and, the option to start minimized at startup. These options revert to their original values. **Expected behavior** Changed settings should not revert after a reboot. **Desktop (please complete the following information):** - Windows 10 Version: 21H1 19043.1081 - Fluent Search Version: 0.9.87.1
non_test
some settings revert back to defaults after a reboot describe the bug after the recent app update from microsoft store some settings are reverting to defaults after a reboot closing the app does not affect these settings to reproduce change hotkeys and the option to start minimized at startup these options revert to their original values expected behavior changed settings should not revert after a reboot desktop please complete the following information windows version fluent search version
0
28,966
4,454,742,602
IssuesEvent
2016-08-23 02:33:59
mautic/mautic
https://api.github.com/repos/mautic/mautic
closed
Failed e-mail appears as sent in contact timeline
Bug Ready To Test
What type of report is this: | Q | A | ---| --- | Bug report? | yes | Feature request? | | Enhancement? | ## Description: Failed e-mails to a contact appear in the timeline as sent. I encountered that behaviour as I was sending a manual e-mail to a contact. I made the test with Amazon SES where you have to configure your allowed sending domains. The SMTP was dropping my mails and I think Mautic does not handle that error correctly. ## If a bug: | Q | A | --- | --- | Mautic version | 2.1.0 | PHP version | 5.6.23-1+deprecated+dontuse+deb.sury.org~trusty+1 ### Steps to reproduce: 1. Configure a mail transport that will reject certain sending domains (like Amazon SES) 1. Send a manual e-mail to that contact from the contact detail page 1. Process the mail queue from the cli (php app/console mautic:emails:send) 1. Check the contact page. The lead is marked as bounced (which is wrong, because the sending domain was wrong, not the contact). The email sent to the customer shows up as "sent", which give you the feeling that the contact received it. ![screen shot 2016-08-18 at 09 46 09](https://cloud.githubusercontent.com/assets/1575445/17766098/aec454d0-6529-11e6-810e-b098b0dfa321.png) ### Log errors: The Swift_TransportException bubbles up from the mautic:emails:send command ```` root@web001:/var/www/playground# php app/console mautic:emails:send [Swift_TransportException] Expected response code 250 but got code "554", with message "554 Message rejected: Email address is not verified. The following identities failed the check in region EU-WEST-1: 55hubs Administrator <me@nope.com>, me@nope.com " mautic:emails:send [--message-limit [MESSAGE-LIMIT]] [--time-limit [TIME-LIMIT]] [--do-not-clear] [--recover-timeout [RECOVER-TIMEOUT]] [--clear-timeout [CLEAR-TIMEOUT]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> ````
1.0
Failed e-mail appears as sent in contact timeline - What type of report is this: | Q | A | ---| --- | Bug report? | yes | Feature request? | | Enhancement? | ## Description: Failed e-mails to a contact appear in the timeline as sent. I encountered that behaviour as I was sending a manual e-mail to a contact. I made the test with Amazon SES where you have to configure your allowed sending domains. The SMTP was dropping my mails and I think Mautic does not handle that error correctly. ## If a bug: | Q | A | --- | --- | Mautic version | 2.1.0 | PHP version | 5.6.23-1+deprecated+dontuse+deb.sury.org~trusty+1 ### Steps to reproduce: 1. Configure a mail transport that will reject certain sending domains (like Amazon SES) 1. Send a manual e-mail to that contact from the contact detail page 1. Process the mail queue from the cli (php app/console mautic:emails:send) 1. Check the contact page. The lead is marked as bounced (which is wrong, because the sending domain was wrong, not the contact). The email sent to the customer shows up as "sent", which give you the feeling that the contact received it. ![screen shot 2016-08-18 at 09 46 09](https://cloud.githubusercontent.com/assets/1575445/17766098/aec454d0-6529-11e6-810e-b098b0dfa321.png) ### Log errors: The Swift_TransportException bubbles up from the mautic:emails:send command ```` root@web001:/var/www/playground# php app/console mautic:emails:send [Swift_TransportException] Expected response code 250 but got code "554", with message "554 Message rejected: Email address is not verified. The following identities failed the check in region EU-WEST-1: 55hubs Administrator <me@nope.com>, me@nope.com " mautic:emails:send [--message-limit [MESSAGE-LIMIT]] [--time-limit [TIME-LIMIT]] [--do-not-clear] [--recover-timeout [RECOVER-TIMEOUT]] [--clear-timeout [CLEAR-TIMEOUT]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> ````
test
failed e mail appears as sent in contact timeline what type of report is this q a bug report yes feature request enhancement description failed e mails to a contact appear in the timeline as sent i encountered that behaviour as i was sending a manual e mail to a contact i made the test with amazon ses where you have to configure your allowed sending domains the smtp was dropping my mails and i think mautic does not handle that error correctly if a bug q a mautic version php version deprecated dontuse deb sury org trusty steps to reproduce configure a mail transport that will reject certain sending domains like amazon ses send a manual e mail to that contact from the contact detail page process the mail queue from the cli php app console mautic emails send check the contact page the lead is marked as bounced which is wrong because the sending domain was wrong not the contact the email sent to the customer shows up as sent which give you the feeling that the contact received it log errors the swift transportexception bubbles up from the mautic emails send command root var www playground php app console mautic emails send expected response code but got code with message message rejected email address is not verified the following identities failed the check in region eu west administrator me nope com mautic emails send
1
47,156
7,308,871,904
IssuesEvent
2018-02-28 09:51:35
confluentinc/ksql
https://api.github.com/repos/confluentinc/ksql
closed
Client-server mode docs on Concepts page are out of date
documentation
Docs on client-server mode on [this page](https://github.com/confluentinc/ksql/blob/v0.5/docs/concepts.md#concepts) are out of date. They talk of starting KSQL server with no args, to use default settings, but this will result in an error.
1.0
Client-server mode docs on Concepts page are out of date - Docs on client-server mode on [this page](https://github.com/confluentinc/ksql/blob/v0.5/docs/concepts.md#concepts) are out of date. They talk of starting KSQL server with no args, to use default settings, but this will result in an error.
non_test
client server mode docs on concepts page are out of date docs on client server mode on are out of date they talk of starting ksql server with no args to use default settings but this will result in an error
0
263,242
23,043,896,532
IssuesEvent
2022-07-23 15:36:40
cosinekitty/astronomy
https://api.github.com/repos/cosinekitty/astronomy
closed
Add difference tests for all functions
testing
I already have unit tests for all published functions in all languages. I also have "difference tests" for core functionality like calculating body positions. The difference tests exist only to ensure that the different language implementations calculate the same values, not that the values are correct. I want to add difference tests for all functionality. Even minimal spot checking that the different implementations produce nearly identical values will be valuable for catching problems that might slip through the less strict range checking of tests that compare against reference data.
1.0
Add difference tests for all functions - I already have unit tests for all published functions in all languages. I also have "difference tests" for core functionality like calculating body positions. The difference tests exist only to ensure that the different language implementations calculate the same values, not that the values are correct. I want to add difference tests for all functionality. Even minimal spot checking that the different implementations produce nearly identical values will be valuable for catching problems that might slip through the less strict range checking of tests that compare against reference data.
test
add difference tests for all functions i already have unit tests for all published functions in all languages i also have difference tests for core functionality like calculating body positions the difference tests exist only to ensure that the different language implementations calculate the same values not that the values are correct i want to add difference tests for all functionality even minimal spot checking that the different implementations produce nearly identical values will be valuable for catching problems that might slip through the less strict range checking of tests that compare against reference data
1
315,678
27,094,509,126
IssuesEvent
2023-02-15 00:55:04
softeerbootcamp/Team2-CarBook
https://api.github.com/repos/softeerbootcamp/Team2-CarBook
closed
[BE][프로필 페이지] test: 프로필 페이지 테스트 코드 작성
Feat BE Test
## 추가하려는 기능이 어떠한 문제 혹은 기능과 연관되어 있나요? 프로필 페이지 테스트 코드 작성 ## 원하는 기능 추가 web mvc test 활용 ## 생각 중인 기능 추가 방안 ## ETC
1.0
[BE][프로필 페이지] test: 프로필 페이지 테스트 코드 작성 - ## 추가하려는 기능이 어떠한 문제 혹은 기능과 연관되어 있나요? 프로필 페이지 테스트 코드 작성 ## 원하는 기능 추가 web mvc test 활용 ## 생각 중인 기능 추가 방안 ## ETC
test
test 프로필 페이지 테스트 코드 작성 추가하려는 기능이 어떠한 문제 혹은 기능과 연관되어 있나요 프로필 페이지 테스트 코드 작성 원하는 기능 추가 web mvc test 활용 생각 중인 기능 추가 방안 etc
1
135,347
10,975,373,971
IssuesEvent
2019-11-29 11:18:06
fac18/week5-EIJO-weatherAPI
https://api.github.com/repos/fac18/week5-EIJO-weatherAPI
opened
nyc coverage
compliment enhancement stretch goal testing
Ran some coverage tests! They're coming back pretty good! ![Screenshot from 2019-11-29 10-40-00](https://user-images.githubusercontent.com/29084012/69865605-7de9ec00-1299-11ea-96d9-b43ac15fab9f.png) The main line you want to read is for router.js since that's the one you're really testing with supertest. The others are incidentally invoked. Coverage could be improved by including a supertest for the search query endpoint (`q=...`) and by using [nock](https://github.com/nock/nock) to test your request function in the api.js file. If you want help with that last bit we've managed to rig it up so you can refer to our code or ask us if helpful! :) x
1.0
nyc coverage - Ran some coverage tests! They're coming back pretty good! ![Screenshot from 2019-11-29 10-40-00](https://user-images.githubusercontent.com/29084012/69865605-7de9ec00-1299-11ea-96d9-b43ac15fab9f.png) The main line you want to read is for router.js since that's the one you're really testing with supertest. The others are incidentally invoked. Coverage could be improved by including a supertest for the search query endpoint (`q=...`) and by using [nock](https://github.com/nock/nock) to test your request function in the api.js file. If you want help with that last bit we've managed to rig it up so you can refer to our code or ask us if helpful! :) x
test
nyc coverage ran some coverage tests they re coming back pretty good the main line you want to read is for router js since that s the one you re really testing with supertest the others are incidentally invoked coverage could be improved by including a supertest for the search query endpoint q and by using to test your request function in the api js file if you want help with that last bit we ve managed to rig it up so you can refer to our code or ask us if helpful x
1
218,306
16,983,352,704
IssuesEvent
2021-06-30 11:41:15
QubesOS/qubes-issues
https://api.github.com/repos/QubesOS/qubes-issues
closed
secure paste broken in Qubes R4.1
C: core P: default T: bug needs diagnosis updates testing
<!--(Please use this issue template. Do not delete it.)--> <!--(Before filing this report, please read: https://www.qubes-os.org/doc/issue-tracking/)--> **Qubes OS version** <!--(The version of Qubes OS you're using (e.g., `R4.0`), available via the command `cat /etc/qubes-release` in a dom0 terminal.)--> Qubes R4.1 **Are you using any [testing](https://www.qubes-os.org/doc/testing/) repositories? If so, please list them AND where they are enabled (i.e., dom0, template, or standalone).** <!--(Please be sure to specify both the names of any enabled testing repos AND where the testing repos are enabled.)--> current-testing in both dom0 and vm templates **Are you providing feedback about a specific package or packages in testing? (If so, please list the package(s) here and [provide feedback in `updates-status`](https://www.qubes-os.org/doc/testing/#providing-feedback), linking to this issue.)** **Affected component(s) or functionality** <!--(The component or functionality of Qubes OS that is not working as expected.)--> secure paste **Brief summary** <!--(A clear and concise summary of the bug.)--> a recent update (from the past two weeks or so?) **How Reproducible** <!--(At what rate does the bug occur when the steps to reproduce are performed?)--> 100% **To Reproduce** Steps to reproduce the behavior: 1. secure copy something 2. try to secure paste (using ctrl-shift-v, in my case) 3. nothing **Expected behavior** <!--(A clear and concise description of what you expected to happen.)--> works **Actual behavior** <!--(What actually happened instead of what you expected to happen.)--> doesn't work. secure copy does still work though **Relevant [documentation](https://www.qubes-os.org/doc/) you've consulted** <!--(Please read the text below and replace it with you own answer to this prompt.)--> Do not delete this section. Instead, replace this block of text with a list of any relevant documentation you've consulted. We do not know what you've already read unless you tell us. If you do not list anything, we will assume that you haven't read any relevant documentation. If you're not aware of any relevant documentation, write "None" (or "N/A" if not applicable). **Related, [non-duplicate](https://www.qubes-os.org/doc/reporting-bugs/#new-issues-should-not-be-duplicates-of-existing-issues) issues** <!--(Please read the text below and replace it with you own answer to this prompt.)--> Do not delete this section. Instead, replace this block of text with a list of any related issues of which you're aware. Do not describe any other unreported bugs, features, or tasks here. We do not know which issues you've already seen unless you tell us. If there is another issue that seems like a duplicate, and you did not mention it here, we will assume that you were not aware of it. If you didn't find any related issues, write "None found."
1.0
secure paste broken in Qubes R4.1 - <!--(Please use this issue template. Do not delete it.)--> <!--(Before filing this report, please read: https://www.qubes-os.org/doc/issue-tracking/)--> **Qubes OS version** <!--(The version of Qubes OS you're using (e.g., `R4.0`), available via the command `cat /etc/qubes-release` in a dom0 terminal.)--> Qubes R4.1 **Are you using any [testing](https://www.qubes-os.org/doc/testing/) repositories? If so, please list them AND where they are enabled (i.e., dom0, template, or standalone).** <!--(Please be sure to specify both the names of any enabled testing repos AND where the testing repos are enabled.)--> current-testing in both dom0 and vm templates **Are you providing feedback about a specific package or packages in testing? (If so, please list the package(s) here and [provide feedback in `updates-status`](https://www.qubes-os.org/doc/testing/#providing-feedback), linking to this issue.)** **Affected component(s) or functionality** <!--(The component or functionality of Qubes OS that is not working as expected.)--> secure paste **Brief summary** <!--(A clear and concise summary of the bug.)--> a recent update (from the past two weeks or so?) **How Reproducible** <!--(At what rate does the bug occur when the steps to reproduce are performed?)--> 100% **To Reproduce** Steps to reproduce the behavior: 1. secure copy something 2. try to secure paste (using ctrl-shift-v, in my case) 3. nothing **Expected behavior** <!--(A clear and concise description of what you expected to happen.)--> works **Actual behavior** <!--(What actually happened instead of what you expected to happen.)--> doesn't work. secure copy does still work though **Relevant [documentation](https://www.qubes-os.org/doc/) you've consulted** <!--(Please read the text below and replace it with you own answer to this prompt.)--> Do not delete this section. Instead, replace this block of text with a list of any relevant documentation you've consulted. We do not know what you've already read unless you tell us. If you do not list anything, we will assume that you haven't read any relevant documentation. If you're not aware of any relevant documentation, write "None" (or "N/A" if not applicable). **Related, [non-duplicate](https://www.qubes-os.org/doc/reporting-bugs/#new-issues-should-not-be-duplicates-of-existing-issues) issues** <!--(Please read the text below and replace it with you own answer to this prompt.)--> Do not delete this section. Instead, replace this block of text with a list of any related issues of which you're aware. Do not describe any other unreported bugs, features, or tasks here. We do not know which issues you've already seen unless you tell us. If there is another issue that seems like a duplicate, and you did not mention it here, we will assume that you were not aware of it. If you didn't find any related issues, write "None found."
test
secure paste broken in qubes before filing this report please read qubes os version qubes are you using any repositories if so please list them and where they are enabled i e template or standalone current testing in both and vm templates are you providing feedback about a specific package or packages in testing if so please list the package s here and linking to this issue affected component s or functionality secure paste brief summary a recent update from the past two weeks or so how reproducible to reproduce steps to reproduce the behavior secure copy something try to secure paste using ctrl shift v in my case nothing expected behavior works actual behavior doesn t work secure copy does still work though relevant you ve consulted do not delete this section instead replace this block of text with a list of any relevant documentation you ve consulted we do not know what you ve already read unless you tell us if you do not list anything we will assume that you haven t read any relevant documentation if you re not aware of any relevant documentation write none or n a if not applicable related issues do not delete this section instead replace this block of text with a list of any related issues of which you re aware do not describe any other unreported bugs features or tasks here we do not know which issues you ve already seen unless you tell us if there is another issue that seems like a duplicate and you did not mention it here we will assume that you were not aware of it if you didn t find any related issues write none found
1
278,919
8,652,591,575
IssuesEvent
2018-11-27 08:33:35
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
TransactionStmtFlowTest fails after error/typecheck change migration
Component/Compiler L1/L2 for December Priority/Highest Type/Bug
**Description:** Compilation fails with ```bash org.ballerinalang.launcher.BLauncherException at org.ballerinalang.launcher.LauncherUtils.createLauncherException(LauncherUtils.java:223) at org.ballerinalang.launcher.LauncherUtils.getExecutableProgram(LauncherUtils.java:331) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:306) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:217) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:199) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:116) at org.ballerinalang.test.statements.transaction.TransactionStmtFlowTest.setup(TransactionStmtFlowTest.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:59) at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:451) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:222) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:163) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1187) at org.testng.TestNG.runSuitesLocally(TestNG.java:1116) at org.testng.TestNG.runSuites(TestNG.java:1028) at org.testng.TestNG.run(TestNG.java:996) at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:72) at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:123) ``` Migration done with https://github.com/ballerina-platform/ballerina-lang/pull/11440
1.0
TransactionStmtFlowTest fails after error/typecheck change migration - **Description:** Compilation fails with ```bash org.ballerinalang.launcher.BLauncherException at org.ballerinalang.launcher.LauncherUtils.createLauncherException(LauncherUtils.java:223) at org.ballerinalang.launcher.LauncherUtils.getExecutableProgram(LauncherUtils.java:331) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:306) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:217) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:199) at org.ballerinalang.launcher.util.BCompileUtil.compile(BCompileUtil.java:116) at org.ballerinalang.test.statements.transaction.TransactionStmtFlowTest.setup(TransactionStmtFlowTest.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:59) at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:451) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:222) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:163) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1187) at org.testng.TestNG.runSuitesLocally(TestNG.java:1116) at org.testng.TestNG.runSuites(TestNG.java:1028) at org.testng.TestNG.run(TestNG.java:996) at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:72) at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:123) ``` Migration done with https://github.com/ballerina-platform/ballerina-lang/pull/11440
non_test
transactionstmtflowtest fails after error typecheck change migration description compilation fails with bash org ballerinalang launcher blauncherexception at org ballerinalang launcher launcherutils createlauncherexception launcherutils java at org ballerinalang launcher launcherutils getexecutableprogram launcherutils java at org ballerinalang launcher util bcompileutil compile bcompileutil java at org ballerinalang launcher util bcompileutil compile bcompileutil java at org ballerinalang launcher util bcompileutil compile bcompileutil java at org ballerinalang launcher util bcompileutil compile bcompileutil java at org ballerinalang test statements transaction transactionstmtflowtest setup transactionstmtflowtest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal methodinvocationhelper invokemethodconsideringtimeout methodinvocationhelper java at org testng internal invoker invokeconfigurationmethod invoker java at org testng internal invoker invokeconfigurations invoker java at org testng internal invoker invokeconfigurations invoker java at org testng internal testmethodworker invokebeforeclassmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng idearemotetestng run idearemotetestng java at org testng remotetestngstarter main remotetestngstarter java migration done with
0
42,700
12,949,267,842
IssuesEvent
2020-07-19 08:24:07
noobProgrammer35/ASPJ_Vulnerable
https://api.github.com/repos/noobProgrammer35/ASPJ_Vulnerable
opened
CVE-2018-14041 (Medium) detected in bootstrap-4.1.0.min.js
security vulnerability
## CVE-2018-14041 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-4.1.0.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.0/js/bootstrap.min.js</a></p> <p>Path to vulnerable library: /ASPJ_Vulnerable/static/js/bootstrap.min.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-4.1.0.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/noobProgrammer35/ASPJ_Vulnerable/commit/bc51e389f91a0561e0a0500e64f864d34709c290">bc51e389f91a0561e0a0500e64f864d34709c290</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Bootstrap before 4.1.2, XSS is possible in the data-target property of scrollspy. <p>Publish Date: 2018-07-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14041>CVE-2018-14041</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/twbs/bootstrap/pull/26630">https://github.com/twbs/bootstrap/pull/26630</a></p> <p>Release Date: 2018-07-13</p> <p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:4.1.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-14041 (Medium) detected in bootstrap-4.1.0.min.js - ## CVE-2018-14041 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-4.1.0.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.0/js/bootstrap.min.js</a></p> <p>Path to vulnerable library: /ASPJ_Vulnerable/static/js/bootstrap.min.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-4.1.0.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/noobProgrammer35/ASPJ_Vulnerable/commit/bc51e389f91a0561e0a0500e64f864d34709c290">bc51e389f91a0561e0a0500e64f864d34709c290</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Bootstrap before 4.1.2, XSS is possible in the data-target property of scrollspy. <p>Publish Date: 2018-07-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-14041>CVE-2018-14041</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/twbs/bootstrap/pull/26630">https://github.com/twbs/bootstrap/pull/26630</a></p> <p>Release Date: 2018-07-13</p> <p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:4.1.2</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 bootstrap min js cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to vulnerable library aspj vulnerable static js bootstrap min js dependency hierarchy x bootstrap min js vulnerable library found in head commit a href vulnerability details in bootstrap before xss is possible in the data target property of scrollspy publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org webjars npm bootstrap org webjars bootstrap step up your open source security game with whitesource
0
37,386
6,607,480,278
IssuesEvent
2017-09-19 07:16:14
rauc/rauc
https://api.github.com/repos/rauc/rauc
closed
Failed marking slot rootfs non-bootable
documentation help wanted
``` root@arm:~# rauc install /media/usb/up2.raucb Trying to contact rauc service rauc-Message: installing /media/usb/up2.raucb: installing rauc-Message: installing /media/usb/up2.raucb: 0% Installing rauc-Message: installing /media/usb/up2.raucb: 0% Determining slot states rauc-Message: installing /media/usb/up2.raucb: 20% Determining slot states done. rauc-Message: installing /media/usb/up2.raucb: 20% Checking bundle rauc-Message: installing /media/usb/up2.raucb: 20% Verifying signature rauc-Message: installing /media/usb/up2.raucb: 40% Verifying signature done. rauc-Message: installing /media/usb/up2.raucb: 40% Checking bundle done. rauc-Message: installing /media/usb/up2.raucb: 40% Verifying manifest rauc-Message: installing /media/usb/up2.raucb: 40% Loading manifest file rauc-Message: installing /media/usb/up2.raucb: 50% Loading manifest file done. rauc-Message: installing /media/usb/up2.raucb: 50% Verifying manifest checksums rauc-Message: installing /media/usb/up2.raucb: 60% Verifying manifest checksums done. rauc-Message: installing /media/usb/up2.raucb: 60% Verifying manifest done. rauc-Message: installing /media/usb/up2.raucb: 60% Determining target install group rauc-Message: installing /media/usb/up2.raucb: 80% Determining target install group done. rauc-Message: installing /media/usb/up2.raucb: 100% Installing failed. rauc-Message: installing /media/usb/up2.raucb: LastError: Handler error: Failed marking slot rootfs.1 non-bootable Installing `/media/usb/up2.raucb` failed ``` ``` root@arm:~# tail -f --lines=20 /var/log/syslog ... Sep 15 12:16:14 arm rauc[5607]: Using default handler Sep 15 12:16:15 arm rauc[5607]: rauc-Message: Marking target slot as non-bootable... Sep 15 12:16:15 arm rauc[5607]: Cannot parse config file: No such file or directory Sep 15 12:16:15 arm rauc[5607]: Error: environment not initialized Sep 15 12:16:15 arm rauc[5607]: (rauc:5607): rauc-WARNING **: fw_setenv failed: Child process exited with code 1 Sep 15 12:16:15 arm rauc[5607]: (rauc:5607): rauc-WARNING **: failed marking as bad Sep 15 12:16:16 arm rauc[5607]: (rauc:5607): rauc-WARNING **: Handler error: Failed marking slot rootfs.1 non-bootable Sep 15 12:16:16 arm rauc[5607]: rauc-Message: installing /media/usb/up2.raucb: Handler error: Failed marking slot rootfs.1 non-bootable Sep 15 12:16:16 arm rauc[5607]: rauc-Message: installing /media/usb/up2.raucb: finished Sep 15 12:16:16 arm rauc[5607]: rauc-Message: installing `/media/usb/up2.raucb` failed: 1 ``` Any idea on which configuration needs to done. The error message is not giving sufficient information.
1.0
Failed marking slot rootfs non-bootable - ``` root@arm:~# rauc install /media/usb/up2.raucb Trying to contact rauc service rauc-Message: installing /media/usb/up2.raucb: installing rauc-Message: installing /media/usb/up2.raucb: 0% Installing rauc-Message: installing /media/usb/up2.raucb: 0% Determining slot states rauc-Message: installing /media/usb/up2.raucb: 20% Determining slot states done. rauc-Message: installing /media/usb/up2.raucb: 20% Checking bundle rauc-Message: installing /media/usb/up2.raucb: 20% Verifying signature rauc-Message: installing /media/usb/up2.raucb: 40% Verifying signature done. rauc-Message: installing /media/usb/up2.raucb: 40% Checking bundle done. rauc-Message: installing /media/usb/up2.raucb: 40% Verifying manifest rauc-Message: installing /media/usb/up2.raucb: 40% Loading manifest file rauc-Message: installing /media/usb/up2.raucb: 50% Loading manifest file done. rauc-Message: installing /media/usb/up2.raucb: 50% Verifying manifest checksums rauc-Message: installing /media/usb/up2.raucb: 60% Verifying manifest checksums done. rauc-Message: installing /media/usb/up2.raucb: 60% Verifying manifest done. rauc-Message: installing /media/usb/up2.raucb: 60% Determining target install group rauc-Message: installing /media/usb/up2.raucb: 80% Determining target install group done. rauc-Message: installing /media/usb/up2.raucb: 100% Installing failed. rauc-Message: installing /media/usb/up2.raucb: LastError: Handler error: Failed marking slot rootfs.1 non-bootable Installing `/media/usb/up2.raucb` failed ``` ``` root@arm:~# tail -f --lines=20 /var/log/syslog ... Sep 15 12:16:14 arm rauc[5607]: Using default handler Sep 15 12:16:15 arm rauc[5607]: rauc-Message: Marking target slot as non-bootable... Sep 15 12:16:15 arm rauc[5607]: Cannot parse config file: No such file or directory Sep 15 12:16:15 arm rauc[5607]: Error: environment not initialized Sep 15 12:16:15 arm rauc[5607]: (rauc:5607): rauc-WARNING **: fw_setenv failed: Child process exited with code 1 Sep 15 12:16:15 arm rauc[5607]: (rauc:5607): rauc-WARNING **: failed marking as bad Sep 15 12:16:16 arm rauc[5607]: (rauc:5607): rauc-WARNING **: Handler error: Failed marking slot rootfs.1 non-bootable Sep 15 12:16:16 arm rauc[5607]: rauc-Message: installing /media/usb/up2.raucb: Handler error: Failed marking slot rootfs.1 non-bootable Sep 15 12:16:16 arm rauc[5607]: rauc-Message: installing /media/usb/up2.raucb: finished Sep 15 12:16:16 arm rauc[5607]: rauc-Message: installing `/media/usb/up2.raucb` failed: 1 ``` Any idea on which configuration needs to done. The error message is not giving sufficient information.
non_test
failed marking slot rootfs non bootable root arm rauc install media usb raucb trying to contact rauc service rauc message installing media usb raucb installing rauc message installing media usb raucb installing rauc message installing media usb raucb determining slot states rauc message installing media usb raucb determining slot states done rauc message installing media usb raucb checking bundle rauc message installing media usb raucb verifying signature rauc message installing media usb raucb verifying signature done rauc message installing media usb raucb checking bundle done rauc message installing media usb raucb verifying manifest rauc message installing media usb raucb loading manifest file rauc message installing media usb raucb loading manifest file done rauc message installing media usb raucb verifying manifest checksums rauc message installing media usb raucb verifying manifest checksums done rauc message installing media usb raucb verifying manifest done rauc message installing media usb raucb determining target install group rauc message installing media usb raucb determining target install group done rauc message installing media usb raucb installing failed rauc message installing media usb raucb lasterror handler error failed marking slot rootfs non bootable installing media usb raucb failed root arm tail f lines var log syslog sep arm rauc using default handler sep arm rauc rauc message marking target slot as non bootable sep arm rauc cannot parse config file no such file or directory sep arm rauc error environment not initialized sep arm rauc rauc rauc warning fw setenv failed child process exited with code sep arm rauc rauc rauc warning failed marking as bad sep arm rauc rauc rauc warning handler error failed marking slot rootfs non bootable sep arm rauc rauc message installing media usb raucb handler error failed marking slot rootfs non bootable sep arm rauc rauc message installing media usb raucb finished sep arm rauc rauc message installing media usb raucb failed any idea on which configuration needs to done the error message is not giving sufficient information
0
132,002
28,077,004,289
IssuesEvent
2023-03-30 01:07:10
files-community/Files
https://api.github.com/repos/files-community/Files
closed
Merge `Files.Backend` and `Files.Shared` into `Files.Core`
codebase quality
### Description Backend is a backend-code of Files.App and Shared provide common code for multiple projects. ### Concerned code _None_ ### Gains - A better readability. ### Requirements _No response_ ### Comments _No response_
1.0
Merge `Files.Backend` and `Files.Shared` into `Files.Core` - ### Description Backend is a backend-code of Files.App and Shared provide common code for multiple projects. ### Concerned code _None_ ### Gains - A better readability. ### Requirements _No response_ ### Comments _No response_
non_test
merge files backend and files shared into files core description backend is a backend code of files app and shared provide common code for multiple projects concerned code none gains a better readability requirements no response comments no response
0
115,235
9,784,783,710
IssuesEvent
2019-06-08 22:38:07
pyro-ppl/numpyro
https://api.github.com/repos/pyro-ppl/numpyro
closed
Test batching rule for distributions
enhancement test
To support parallel chains, we need to make sure that each piece of the code works well under `vmap`. Currently, there is no batching rule for `lax.cond`. Given that we rarely use `lax.cond` and it can be replaced by a `while_loop` or `np.where`, this work is possible now. But making the whole thing works at the same time might be error prone and hard to debug / review. So this PR splits the task into many steps, each should be on its own PR. - [ ] Add batching test for dist construction, log_prob, and support transforms. We can test for the `potential_fn` generated by a model with a single sample statement.
1.0
Test batching rule for distributions - To support parallel chains, we need to make sure that each piece of the code works well under `vmap`. Currently, there is no batching rule for `lax.cond`. Given that we rarely use `lax.cond` and it can be replaced by a `while_loop` or `np.where`, this work is possible now. But making the whole thing works at the same time might be error prone and hard to debug / review. So this PR splits the task into many steps, each should be on its own PR. - [ ] Add batching test for dist construction, log_prob, and support transforms. We can test for the `potential_fn` generated by a model with a single sample statement.
test
test batching rule for distributions to support parallel chains we need to make sure that each piece of the code works well under vmap currently there is no batching rule for lax cond given that we rarely use lax cond and it can be replaced by a while loop or np where this work is possible now but making the whole thing works at the same time might be error prone and hard to debug review so this pr splits the task into many steps each should be on its own pr add batching test for dist construction log prob and support transforms we can test for the potential fn generated by a model with a single sample statement
1
242,527
7,843,720,201
IssuesEvent
2018-06-19 07:18:43
bpakodi/service.nfo.sync
https://api.github.com/repos/bpakodi/service.nfo.sync
closed
review processing in tasks
enhancement priority: high work in progress
This is a major reorganization of the way tasks are structured: see [dedicated page on wiki](https://github.com/bpakodi/service.nfo.sync/wiki/ZZ.-Dev----Class-organization) for more details.
1.0
review processing in tasks - This is a major reorganization of the way tasks are structured: see [dedicated page on wiki](https://github.com/bpakodi/service.nfo.sync/wiki/ZZ.-Dev----Class-organization) for more details.
non_test
review processing in tasks this is a major reorganization of the way tasks are structured see for more details
0
71,050
7,228,326,880
IssuesEvent
2018-02-11 07:59:07
chartjs/Chart.js
https://api.github.com/repos/chartjs/Chart.js
closed
Line chart with only one value
status: needs test case
Hi I have line chart with only one value. The label and the actual point is not below each other. See two screenshots for more data. Any idea what I am missing. ![s1](https://user-images.githubusercontent.com/8546137/35915267-d5a3d048-0c0e-11e8-8be4-573da0c989be.PNG) ![s2](https://user-images.githubusercontent.com/8546137/35915271-d858b7b8-0c0e-11e8-89f6-1fc5ceb6aea5.PNG) Thanks
1.0
Line chart with only one value - Hi I have line chart with only one value. The label and the actual point is not below each other. See two screenshots for more data. Any idea what I am missing. ![s1](https://user-images.githubusercontent.com/8546137/35915267-d5a3d048-0c0e-11e8-8be4-573da0c989be.PNG) ![s2](https://user-images.githubusercontent.com/8546137/35915271-d858b7b8-0c0e-11e8-89f6-1fc5ceb6aea5.PNG) Thanks
test
line chart with only one value hi i have line chart with only one value the label and the actual point is not below each other see two screenshots for more data any idea what i am missing thanks
1
334,059
29,820,343,616
IssuesEvent
2023-06-17 01:31:13
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix sparse_array.test_sparse_coo
Sub Task Ivy API Experimental Failing Test
| | | |---|---| |torch|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5262201861/jobs/9511159860"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5262201861/jobs/9511159860"><img src=https://img.shields.io/badge/-success-success></a>
1.0
Fix sparse_array.test_sparse_coo - | | | |---|---| |torch|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="null"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5262201861/jobs/9511159860"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5262201861/jobs/9511159860"><img src=https://img.shields.io/badge/-success-success></a>
test
fix sparse array test sparse coo torch img src jax img src numpy img src tensorflow a href src paddle a href src
1
170,258
13,180,939,221
IssuesEvent
2020-08-12 13:35:47
AlexKMarshall/regMan
https://api.github.com/repos/AlexKMarshall/regMan
closed
Test Personal Details
client test
PersonalDetails.js - slightly big component, but without **Authorisation**
1.0
Test Personal Details - PersonalDetails.js - slightly big component, but without **Authorisation**
test
test personal details personaldetails js slightly big component but without authorisation
1
369,885
10,919,524,949
IssuesEvent
2019-11-21 19:12:52
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Admin: Profiling Combination User Agent Display
Priority: Low Type: Bug
When adding a new Compliance > Fingerbank Profiling > Combination the **user_agent** requires the `value`: ![selection_002](https://user-images.githubusercontent.com/3904468/51042077-66264e00-1589-11e9-81d7-7d7747588715.png) The `user_agent`: ``` sqlite> .schema user_agent CREATE TABLE "user_agent" ( "id" varchar(11) NOT NULL, "value" varchar(1000) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL, PRIMARY KEY ("id") ); sqlite> select * from user_agent; 0|Windows|| ``` However, when editing the Combination, **user_agent** is displayed as the `id` instead of the `value`: ![selection_003](https://user-images.githubusercontent.com/3904468/51042157-9837b000-1589-11e9-8825-9d4be7c9bc28.png)
1.0
Admin: Profiling Combination User Agent Display - When adding a new Compliance > Fingerbank Profiling > Combination the **user_agent** requires the `value`: ![selection_002](https://user-images.githubusercontent.com/3904468/51042077-66264e00-1589-11e9-81d7-7d7747588715.png) The `user_agent`: ``` sqlite> .schema user_agent CREATE TABLE "user_agent" ( "id" varchar(11) NOT NULL, "value" varchar(1000) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL, PRIMARY KEY ("id") ); sqlite> select * from user_agent; 0|Windows|| ``` However, when editing the Combination, **user_agent** is displayed as the `id` instead of the `value`: ![selection_003](https://user-images.githubusercontent.com/3904468/51042157-9837b000-1589-11e9-8825-9d4be7c9bc28.png)
non_test
admin profiling combination user agent display when adding a new compliance fingerbank profiling combination the user agent requires the value the user agent sqlite schema user agent create table user agent id varchar not null value varchar default null created at datetime default null updated at datetime default null primary key id sqlite select from user agent windows however when editing the combination user agent is displayed as the id instead of the value
0
65,627
12,627,928,843
IssuesEvent
2020-06-15 00:13:36
infinyon/flv-kf-protocol
https://api.github.com/repos/infinyon/flv-kf-protocol
closed
kf protocol codec can't handle when receiving packets large than message size
bug codec
How to produce it: (1) send 2 message and encode them (2) decode.
1.0
kf protocol codec can't handle when receiving packets large than message size - How to produce it: (1) send 2 message and encode them (2) decode.
non_test
kf protocol codec can t handle when receiving packets large than message size how to produce it send message and encode them decode
0
4,201
2,713,450,782
IssuesEvent
2015-04-09 19:21:25
mozilla/marketplace-tests
https://api.github.com/repos/mozilla/marketplace-tests
opened
Investigate intermittent StaleElementReferenceException on test_clicking_on_content_rating
Test Failure
This test fails from time to time with a `StaleElementReferenceException`. This should be investigated and addressed. Sample failures are: https://webqa-ci.mozilla.com/view/Marketplace/job/marketplace.dev/87/testReport/junit/tests.desktop.consumer_pages.test_details_page/TestDetailsPage/test_clicking_on_content_rating/ https://webqa-ci.mozilla.com/view/Marketplace/job/marketplace.dev/85/testReport/junit/tests.desktop.consumer_pages.test_details_page/TestDetailsPage/test_clicking_on_content_rating/ https://webqa-ci.mozilla.com/view/Marketplace/job/marketplace.dev/78/testReport/junit/tests.desktop.consumer_pages.test_details_page/TestDetailsPage/test_clicking_on_content_rating/
1.0
Investigate intermittent StaleElementReferenceException on test_clicking_on_content_rating - This test fails from time to time with a `StaleElementReferenceException`. This should be investigated and addressed. Sample failures are: https://webqa-ci.mozilla.com/view/Marketplace/job/marketplace.dev/87/testReport/junit/tests.desktop.consumer_pages.test_details_page/TestDetailsPage/test_clicking_on_content_rating/ https://webqa-ci.mozilla.com/view/Marketplace/job/marketplace.dev/85/testReport/junit/tests.desktop.consumer_pages.test_details_page/TestDetailsPage/test_clicking_on_content_rating/ https://webqa-ci.mozilla.com/view/Marketplace/job/marketplace.dev/78/testReport/junit/tests.desktop.consumer_pages.test_details_page/TestDetailsPage/test_clicking_on_content_rating/
test
investigate intermittent staleelementreferenceexception on test clicking on content rating this test fails from time to time with a staleelementreferenceexception this should be investigated and addressed sample failures are
1
102,498
32,024,913,737
IssuesEvent
2023-09-22 08:09:33
acuarica/evm
https://api.github.com/repos/acuarica/evm
closed
Remove `yargs@11` indirect dependency
build
One of the `solc` compiler versions used for testing, [`v0.5.5`](https://github.com/ethereum/solc-js/tree/v0.5.5), depends on [`"yargs": "^11.0.0`](https://github.com/ethereum/solc-js/blob/4a905cbc654d6ca63c20184ac342b83adea4c999/package.json#L51). This indirect dependency is vulnerable to Prototype Pollution https://security.snyk.io/vuln/SNYK-JS-YARGSPARSER-560381. This vulnerability has a moderate severity and it is not actually used. It is used by `solc` to parse CLI arguments. So it does not represent a real issue. However, the best solution would be to skip installing this package to avoid any issue. One solution could be to fork `solc@0.5.5` and remove the unnecessary dependency. Note that https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/ is not an option, given that ideally we would like to remove the indirect dependency altogether. And the command `yarn patch` is only available in Yarn v2.
1.0
Remove `yargs@11` indirect dependency - One of the `solc` compiler versions used for testing, [`v0.5.5`](https://github.com/ethereum/solc-js/tree/v0.5.5), depends on [`"yargs": "^11.0.0`](https://github.com/ethereum/solc-js/blob/4a905cbc654d6ca63c20184ac342b83adea4c999/package.json#L51). This indirect dependency is vulnerable to Prototype Pollution https://security.snyk.io/vuln/SNYK-JS-YARGSPARSER-560381. This vulnerability has a moderate severity and it is not actually used. It is used by `solc` to parse CLI arguments. So it does not represent a real issue. However, the best solution would be to skip installing this package to avoid any issue. One solution could be to fork `solc@0.5.5` and remove the unnecessary dependency. Note that https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/ is not an option, given that ideally we would like to remove the indirect dependency altogether. And the command `yarn patch` is only available in Yarn v2.
non_test
remove yargs indirect dependency one of the solc compiler versions used for testing depends on this indirect dependency is vulnerable to prototype pollution this vulnerability has a moderate severity and it is not actually used it is used by solc to parse cli arguments so it does not represent a real issue however the best solution would be to skip installing this package to avoid any issue one solution could be to fork solc and remove the unnecessary dependency note that is not an option given that ideally we would like to remove the indirect dependency altogether and the command yarn patch is only available in yarn
0
238,144
19,701,326,751
IssuesEvent
2022-01-12 16:54:28
Kittentainment/Chuegelibahn
https://api.github.com/repos/Kittentainment/Chuegelibahn
closed
Copy segments
enhancement to test
Ability to somehow copy segments. A printer where one can put a piece inside, and take out copies of the entered piece.
1.0
Copy segments - Ability to somehow copy segments. A printer where one can put a piece inside, and take out copies of the entered piece.
test
copy segments ability to somehow copy segments a printer where one can put a piece inside and take out copies of the entered piece
1
477,478
13,763,215,679
IssuesEvent
2020-10-07 10:12:08
AY2021S1-CS2113-T14-1/tp
https://api.github.com/repos/AY2021S1-CS2113-T14-1/tp
closed
Write and Save
priority.Medium type.Task
- Function to save all appliances and its power consumption into a text file. - At the start of the program, program will read from the text file and load all existing text file into the program
1.0
Write and Save - - Function to save all appliances and its power consumption into a text file. - At the start of the program, program will read from the text file and load all existing text file into the program
non_test
write and save function to save all appliances and its power consumption into a text file at the start of the program program will read from the text file and load all existing text file into the program
0
412,735
27,869,847,644
IssuesEvent
2023-03-21 12:49:07
doorooful/CapstoneProject
https://api.github.com/repos/doorooful/CapstoneProject
closed
Setup API verification process
documentation
AC: - setup **directory** and **input data** for API verification - writeup document format - virtual environment setup
1.0
Setup API verification process - AC: - setup **directory** and **input data** for API verification - writeup document format - virtual environment setup
non_test
setup api verification process ac setup directory and input data for api verification writeup document format virtual environment setup
0
13,725
10,023,937,503
IssuesEvent
2019-07-16 20:30:39
microsoft/bedrock
https://api.github.com/repos/microsoft/bedrock
closed
Tag fabrikate version to a major
enhancement services-team
**As a:** ops engineer **I want:** the bedrock builds scripts to download a tagged SemVer Major version **So that:** I can be assured that I download the latest non breaking bersion **Describe the solution you'd like:** Make the build scripts tagged to pull the great 0.x.x version **Describe alternatives you've considered:** **Additional context:** **Does this require updates to documentation?:**
1.0
Tag fabrikate version to a major - **As a:** ops engineer **I want:** the bedrock builds scripts to download a tagged SemVer Major version **So that:** I can be assured that I download the latest non breaking bersion **Describe the solution you'd like:** Make the build scripts tagged to pull the great 0.x.x version **Describe alternatives you've considered:** **Additional context:** **Does this require updates to documentation?:**
non_test
tag fabrikate version to a major as a ops engineer i want the bedrock builds scripts to download a tagged semver major version so that i can be assured that i download the latest non breaking bersion describe the solution you d like make the build scripts tagged to pull the great x x version describe alternatives you ve considered additional context does this require updates to documentation
0
4,663
11,540,596,964
IssuesEvent
2020-02-18 00:43:29
titswort/npp-explorer-plugin
https://api.github.com/repos/titswort/npp-explorer-plugin
opened
Method extends callback without overriding
architecture
The method `LRESULT CALLBACK ContextMenu::HookWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)` in `ContextMenu.cpp` attempts to modify the behavior of a callback without overriding it. The function always ends with a call to the "overriden" method so that the base behavior executes, so it might as well be overwritten or something. Time to resolve: 20 minutes if you know about the underlying callback, otherwise probably a lot more.
1.0
Method extends callback without overriding - The method `LRESULT CALLBACK ContextMenu::HookWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)` in `ContextMenu.cpp` attempts to modify the behavior of a callback without overriding it. The function always ends with a call to the "overriden" method so that the base behavior executes, so it might as well be overwritten or something. Time to resolve: 20 minutes if you know about the underlying callback, otherwise probably a lot more.
non_test
method extends callback without overriding the method lresult callback contextmenu hookwndproc hwnd hwnd uint message wparam wparam lparam lparam in contextmenu cpp attempts to modify the behavior of a callback without overriding it the function always ends with a call to the overriden method so that the base behavior executes so it might as well be overwritten or something time to resolve minutes if you know about the underlying callback otherwise probably a lot more
0
508,367
14,698,873,071
IssuesEvent
2021-01-04 07:27:22
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
accounts.google.com - video or audio doesn't play
browser-fenix engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox Mobile 86.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:86.0) Gecko/86.0 Firefox/86.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/64837 --> <!-- @extra_labels: browser-fenix --> **URL**: https://accounts.google.com/signin/v2/challenge/pwd?continue=https%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dweather%26ie%3Dutf-8%26oe%3Dutf-8%26client%3Dfirefox-b-m%26ved%3D1t%3A46826&flowName=GlifWebSignIn&flowEntry=ServiceLogin&cid=1&navigationDirection=forward&TL=AM3QAYab-x7iHUB6CdruxiDXjpHY8XDSeDfcsDnGMzgk9D5kkR3Wj56fTD2pM1tI **Browser / Version**: Firefox Mobile 86.0 **Operating System**: Android **Tested Another Browser**: Yes Edge **Problem type**: Video or audio doesn't play **Description**: There is no video **Steps to Reproduce**: Energy2219 <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/1/6f870351-9e5e-49e5-a090-323631b25c63.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201225095506</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2021/1/7665c348-7424-4620-b6fb-042cb83f00a7) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
accounts.google.com - video or audio doesn't play - <!-- @browser: Firefox Mobile 86.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:86.0) Gecko/86.0 Firefox/86.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/64837 --> <!-- @extra_labels: browser-fenix --> **URL**: https://accounts.google.com/signin/v2/challenge/pwd?continue=https%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dweather%26ie%3Dutf-8%26oe%3Dutf-8%26client%3Dfirefox-b-m%26ved%3D1t%3A46826&flowName=GlifWebSignIn&flowEntry=ServiceLogin&cid=1&navigationDirection=forward&TL=AM3QAYab-x7iHUB6CdruxiDXjpHY8XDSeDfcsDnGMzgk9D5kkR3Wj56fTD2pM1tI **Browser / Version**: Firefox Mobile 86.0 **Operating System**: Android **Tested Another Browser**: Yes Edge **Problem type**: Video or audio doesn't play **Description**: There is no video **Steps to Reproduce**: Energy2219 <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/1/6f870351-9e5e-49e5-a090-323631b25c63.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201225095506</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2021/1/7665c348-7424-4620-b6fb-042cb83f00a7) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
accounts google com video or audio doesn t play url browser version firefox mobile operating system android tested another browser yes edge problem type video or audio doesn t play description there is no video steps to reproduce view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
59,097
3,102,919,109
IssuesEvent
2015-08-31 05:26:00
PeaceGeeksSociety/Aid-Watch
https://api.github.com/repos/PeaceGeeksSociety/Aid-Watch
opened
Change Twitter label on home page (if possible)
High Priority
Twitter box on home and http://dev.awptheme.peacegeeks.org/ar#block-block-2 (Also Read more label)
1.0
Change Twitter label on home page (if possible) - Twitter box on home and http://dev.awptheme.peacegeeks.org/ar#block-block-2 (Also Read more label)
non_test
change twitter label on home page if possible twitter box on home and also read more label
0
281,769
24,417,355,285
IssuesEvent
2022-10-05 17:04:58
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
opened
Test skip execution due to "Implementation of a `static` `virtual` method in derived type is getting ignored by runtime"
Area-Compilers Disabled Test New Language Feature - Default Interface Impl
Some DIM tests skip execution due to this runtime issue: https://github.com/dotnet/runtime/issues/76673
1.0
Test skip execution due to "Implementation of a `static` `virtual` method in derived type is getting ignored by runtime" - Some DIM tests skip execution due to this runtime issue: https://github.com/dotnet/runtime/issues/76673
test
test skip execution due to implementation of a static virtual method in derived type is getting ignored by runtime some dim tests skip execution due to this runtime issue
1
201,371
15,802,234,963
IssuesEvent
2021-04-03 08:44:17
brandonfoong/ped
https://api.github.com/repos/brandonfoong/ped
opened
save and shortlist commands not implemented
severity.High type.DocumentationBug
The UG suggests that one can use `save` and `shortlist`, however, during testing, these 2 commands were not interpreted as valid commands. ![ug_invalid.PNG](https://raw.githubusercontent.com/brandonfoong/ped/master/files/fc0bbbab-22f6-4565-9722-31b0350f2dba.PNG) ![invalid_command.PNG](https://raw.githubusercontent.com/brandonfoong/ped/master/files/91b93637-5aeb-4678-99ac-16412a57f698.PNG) <!--session: 1617437431681-44024c84-1ded-4009-bde6-97489a07c59f-->
1.0
save and shortlist commands not implemented - The UG suggests that one can use `save` and `shortlist`, however, during testing, these 2 commands were not interpreted as valid commands. ![ug_invalid.PNG](https://raw.githubusercontent.com/brandonfoong/ped/master/files/fc0bbbab-22f6-4565-9722-31b0350f2dba.PNG) ![invalid_command.PNG](https://raw.githubusercontent.com/brandonfoong/ped/master/files/91b93637-5aeb-4678-99ac-16412a57f698.PNG) <!--session: 1617437431681-44024c84-1ded-4009-bde6-97489a07c59f-->
non_test
save and shortlist commands not implemented the ug suggests that one can use save and shortlist however during testing these commands were not interpreted as valid commands
0
238,600
19,728,157,057
IssuesEvent
2022-01-13 22:17:34
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
reopened
[Flaky Test] should insert media, convert to blocks, and undo in one step
[Status] In Progress [Block] Classic [Type] Flaky Test
<!-- __META_DATA__:{"failedTimes":18,"totalCommits":846,"baseCommit":"681619a7932ec281ef45bb47c5cd6cd0eda6189e"} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should insert media, convert to blocks, and undo in one step ## Test path `specs/editor/blocks/classic.test.js` ## Flaky rate (_estimated_) `18 / 864` runs ## Errors <!-- __TEST_RESULTS_LIST__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-01T16:20:40.511Z"><code>[2021-11-01T16:20:40.511Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1408616873"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a6ff7c0b-e268-4190-aa6a-b30aa614cfde.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-01T21:55:13.905Z"><code>[2021-11-01T21:55:13.905Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1409774766"><code>update/typography-supports-panel-default-controls</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/03a786e1-c1b9-4d51-b1e2-1cc6a83ce0dc.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-02T04:03:06.949Z"><code>[2021-11-02T04:03:06.949Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1410713565"><code>rnmobile/embed-block-link-to</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/4fa183f6-51b1-45e0-8926-2bc9a8599def.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-02T14:16:40.058Z"><code>[2021-11-02T14:16:40.058Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1412342760"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/1b844ea8-45f9-476b-beef-6a2351a6a7b8.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-02T19:30:42.348Z"><code>[2021-11-02T19:30:42.348Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1413738845"><code>rnmobile/add/embed-block-integration-tests-2</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a67e6485-38cc-4f7e-93b9-53e97760b9ad.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-02T21:01:48.144Z"><code>[2021-11-02T21:01:48.144Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1414054035"><code>fix/schema-url-in-docs</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/ecd234cf-9c63-4c96-bbe8-02d5f8b873de.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-03T02:16:48.958Z"><code>[2021-11-03T02:16:48.958Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1414918612"><code>add/buttons-flex-layout</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/6f69d1d1-e5d7-4192-8c6d-b25f048f360c.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-03T09:24:02.989Z"><code>[2021-11-03T09:24:02.989Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1415941685"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a2fa4c10-52b7-4837-9cf1-60e8c36f3b80.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-03T18:49:07.403Z"><code>[2021-11-03T18:49:07.403Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1418116023"><code>refactor/theme-json-migrations</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/c6bcfd4e-204f-4e22-bd7b-ef30d992cce5.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-03T23:31:53.337Z"><code>[2021-11-03T23:31:53.337Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1419069056"><code>enlarge-input-controls</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/62df4fd3-55b2-4ba2-9c6e-ff48ef944bba.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-04T14:59:13.817Z"><code>[2021-11-04T14:59:13.817Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1421729775"><code>update/feature-parity-comment-author-post-author</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/8ba911bb-67bb-4a96-9b23-ccf5ebb52a09.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-04T15:03:47.279Z"><code>[2021-11-04T15:03:47.279Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1421757188"><code>try/ariakit</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/e1192bd6-6646-435f-8c93-bf4a4c7b30ca.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-04T15:21:49.833Z"><code>[2021-11-04T15:21:49.833Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1421791072"><code>rnmobile/feature/word-selected-color</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/abcedd8c-97c0-4a6e-bceb-afbffee75a4d.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T01:25:37.833Z"><code>[2021-11-05T01:25:37.833Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1423896720"><code>update/gallery-block-disable-v2-when-useBalanceTags-set</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/319753df-6404-452d-a235-1c7bc7cf5a91.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T09:30:52.442Z"><code>[2021-11-05T09:30:52.442Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1424952184"><code>try/nav-area-block</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/358f55bb-a2eb-45b4-aa66-fa3879d2c367.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T09:53:54.145Z"><code>[2021-11-05T09:53:54.145Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1425101729"><code>update/babel-7.16-upgrade</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/c804a81b-d268-4e34-96c6-e61d26b500a9.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T09:58:09.939Z"><code>[2021-11-05T09:58:09.939Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1425124111"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/e4bcd9cd-62f0-4847-9378-f48e250b453f.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T12:45:53.650Z"><code>[2021-11-05T12:45:53.650Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1425637287"><code>update/babel-7.16-upgrade</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/ee37ea53-7884-4db6-acfa-100b78a6ff9a.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T21:20:43.384Z"><code>[2021-11-05T21:20:43.384Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1427379497"><code>feature/disable-bottom-sheet-gestures</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/3ab72f41-fbf3-446e-8913-1e6e85d7308f.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-06T10:26:02.257Z"><code>[2021-11-06T10:26:02.257Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1428843928"><code>fix/way-themes-are-switched-global-styles-rest-api-unit-test</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/adba5c42-822c-4ed4-aff2-6a2bc9755740.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-08T00:08:26.954Z"><code>[2021-11-08T00:08:26.954Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1432623860"><code>fix/image-block-radius-bug</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a982d19e-55f1-4c3a-95e0-d4f14a0d6d7c.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-08T17:23:59.872Z"><code>[2021-11-08T17:23:59.872Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1426249711"><code>fix-render_block_core_file-parameter</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/6e0432f4-aa94-446f-a6b6-9a7e76c611d3.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-10T05:46:22.077Z"><code>[2021-11-10T05:46:22.077Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1442759207"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/526cdb06-4487-4ab0-a6c7-ae43ccde3ec5.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-10T15:04:52.227Z"><code>[2021-11-10T15:04:52.227Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1444655186"><code>fix/ms-list-firstchild</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":259} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/7674230f-3ee5-4082-ae52-667f8c328e61.png\" alt=\"\" class=\"wp-image-259\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-10T23:06:02.267Z"><code>[2021-11-10T23:06:02.267Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1446439552"><code>add/move-gutenberg-navigation-endpoint-to-core</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":258} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/9de1b7c5-9517-4f86-a86f-23cdf239d0d8.png\" alt=\"\" class=\"wp-image-258\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-11T10:21:15.533Z"><code>[2021-11-11T10:21:15.533Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1448226337"><code>update/paragraph-consolidate-typography-settings</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":216} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/97ff3dd1-49cd-41bc-a50c-65d58e0bd913.png\" alt=\"\" class=\"wp-image-216\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-12T14:40:23.551Z"><code>[2021-11-12T14:40:23.551Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1453412146"><code>add/navigation-link-previews</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":254} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/2cb778c4-46a4-4277-8c0a-2b0274800257.png\" alt=\"\" class=\"wp-image-254\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-14T23:36:03.432Z"><code>[2021-11-14T23:36:03.432Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1459968967"><code>update/letter-spacing-control-width</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":252} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/9baf2ff7-8b88-465e-8c8d-68ec2342e608.png\" alt=\"\" class=\"wp-image-252\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-15T05:09:11.618Z"><code>[2021-11-15T05:09:11.618Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1460697057"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/04e8bb84-a807-4670-8784-534f0f14c8bd.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-16T01:18:37.001Z"><code>[2021-11-16T01:18:37.001Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1464784543"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/0b62fd44-7518-44c2-984a-b413c54dca0c.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-16T15:09:30.989Z"><code>[2021-11-16T15:09:30.989Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1467342694"><code>gutenberg-is-fse-theme-filter</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/d1d20df2-607d-4be5-8974-cdb59e24df4f.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-16T20:35:47.599Z"><code>[2021-11-16T20:35:47.599Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1468619851"><code>fix/webp-support</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/b5154846-2609-4643-b1c0-a3e497632e78.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-17T01:09:40.958Z"><code>[2021-11-17T01:09:40.958Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1469470325"><code>release/11.9</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":256} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a76abced-954f-4095-917d-4307013b9df7.png\" alt=\"\" class=\"wp-image-256\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | 93 | // Check that you can undo back to a Classic block gallery in one step. > 94 | await pressKeyWithModifier( 'primary', 'z' ); | ^ 95 | expect( await getEditedPostContent() ).toMatch( 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-17T15:16:31.554Z"><code>[2021-11-17T15:16:31.554Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1472236861"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/c8dd881a-142e-4761-82e9-770a55665028.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-17T19:36:32.350Z"><code>[2021-11-17T19:36:32.350Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1473258101"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/1c335084-50b1-4783-9e95-2e06ecbb419c.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-18T16:22:23.284Z"><code>[2021-11-18T16:22:23.284Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1477212818"><code>rnmobile/fix/font-size-not-updating</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/786570b2-e5e0-4a59-a351-a4fccdafcf35.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-19T14:18:06.912Z"><code>[2021-11-19T14:18:06.912Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1481257010"><code>remove-gutenberg-reference</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/d0e296fc-753b-4036-b949-aaf2efc17fea.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-19T15:01:10.755Z"><code>[2021-11-19T15:01:10.755Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1481416362"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/e6df45d6-d493-4e88-b811-f815ddab2443.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-19T19:04:39.656Z"><code>[2021-11-19T19:04:39.656Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1482274011"><code>fix/i18n-post-template-actions</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/cef68fcc-ffc4-4d1e-95bd-3769656c934b.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-19T19:31:42.992Z"><code>[2021-11-19T19:31:42.992Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1482362424"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/67d5cdf0-fb6a-44e2-a095-3958444fc266.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-21T15:04:08.437Z"><code>[2021-11-21T15:04:08.437Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1484853883"><code>docs/update-contrib-types</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/73e39e7c-88c1-4978-a351-1e807fa5e53c.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-22T15:26:27.921Z"><code>[2021-11-22T15:26:27.921Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1490783656"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/75fcc4f4-d8c2-49dc-b451-101fed6aa902.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-23T14:01:28.485Z"><code>[2021-11-23T14:01:28.485Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1494988338"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/5c394f73-4615-48e9-84c9-be18ac9858b7.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-24T08:06:39.478Z"><code>[2021-11-24T08:06:39.478Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1498318374"><code>add/webfonts</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/2a58ce28-e632-4f50-b2f7-5f66f90462d0.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-24T11:57:03.673Z"><code>[2021-11-24T11:57:03.673Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1499142437"><code>fix/color-palettes-are-not-being-stored-correctly</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/46f95642-27a8-4b25-92ef-dbabecc2a934.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-25T16:52:56.937Z"><code>[2021-11-25T16:52:56.937Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1504560844"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/1c407d3c-ac3a-4936-ae71-0957e1ffdd90.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-29T18:22:35.418Z"><code>[2021-11-29T18:22:35.418Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1517242938"><code>update/theme-json-keys-sort-alphabetically</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":157} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/464842e7-30e4-4eb7-88f7-a5ad5b830bdb.png\" alt=\"\" class=\"wp-image-157\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-29T19:06:23.703Z"><code>[2021-11-29T19:06:23.703Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1517403103"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":157} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/220a27e7-1bbd-4dcd-9236-e04e082b6041.png\" alt=\"\" class=\"wp-image-157\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-01T14:21:24.623Z"><code>[2021-12-01T14:21:24.623Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1526100502"><code>fix/handle-empty-hrefs</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":161} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/1136fc7d-46c5-425e-8e82-81913090d667.png\" alt=\"\" class=\"wp-image-161\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-06T05:07:30.278Z"><code>[2021-12-06T05:07:30.278Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1543128846"><code>fix/messed-up-function</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":161} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/1029b1fe-7553-446e-9454-4013eb7c283d.png\" alt=\"\" class=\"wp-image-161\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-06T22:07:00.042Z"><code>[2021-12-06T22:07:00.042Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1546723936"><code>fix/37156-theme-period</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":161} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/d442d288-9458-439b-8f8f-f2a05685af7b.png\" alt=\"\" class=\"wp-image-161\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-08T00:22:42.642Z"><code>[2021-12-08T00:22:42.642Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1551450961"><code>fix/e2e-flakey-api-call</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":185} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/a517f6f9-fdb5-4c41-8192-75b19059077e.png\" alt=\"\" class=\"wp-image-185\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-08T10:59:52.005Z"><code>[2021-12-08T10:59:52.005Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1553605097"><code>sync/fse-utils-core</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":184} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/a09b4e5c-860f-4fa8-9eb4-0bddd27b04ef.png\" alt=\"\" class=\"wp-image-184\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-08T23:48:30.829Z"><code>[2021-12-08T23:48:30.829Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1556138825"><code>try/e2e-retry-login-rest-api</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":186} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/90d2327e-ae84-4c8c-b759-a031b221ddc3.png\" alt=\"\" class=\"wp-image-186\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-09T16:42:34.332Z"><code>[2021-12-09T16:42:34.332Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1559636753"><code>rnmobile/update/hide-help-button-from-ube</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":240} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/8692584d-5568-4a1a-8e32-d798cdacd100.png\" alt=\"\" class=\"wp-image-240\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-15T08:20:22.003Z"><code>[2021-12-15T08:20:22.003Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1581706270"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/0f360415-06d5-4b2f-8050-3f858fde6673.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-16T13:28:15.704Z"><code>[2021-12-16T13:28:15.704Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1587557958"><code>add/block-gap-support-group</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":244} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/08a09e88-6764-484f-bc89-5695047cbe3e.png\" alt=\"\" class=\"wp-image-244\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-17T05:47:21.660Z"><code>[2021-12-17T05:47:21.660Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1590819008"><code>try/popover-in-custom-select-control</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":158} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/dc7d74e2-d677-44af-a00f-7bf9798a6b9a.png\" alt=\"\" class=\"wp-image-158\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-20T11:35:48.243Z"><code>[2021-12-20T11:35:48.243Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1601733753"><code>rnmobile/update/refactor-editor-initialization</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":278} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/4e5e2f52-2627-4582-b98c-27a6366b36e6.png\" alt=\"\" class=\"wp-image-278\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-20T20:19:40.482Z"><code>[2021-12-20T20:19:40.482Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1603745647"><code>migrate/switch-to-draft-confirm-dialog</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":281} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/8d6a46ce-249c-43ac-ae6e-926cd3e350ba.png\" alt=\"\" class=\"wp-image-281\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-23T16:00:21.816Z"><code>[2021-12-23T16:00:21.816Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1616151153"><code>fix/theme-editor-conditional</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":282} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/332732a9-7f3d-40de-8728-ca61e1d995cc.png\" alt=\"\" class=\"wp-image-282\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-29T12:21:48.567Z"><code>[2021-12-29T12:21:48.567Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1633901656"><code>fix/coloring-panel-is-unusable-in-RTL</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":276} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/7083b630-8f1c-4f79-a147-c3b0f8a61065.png\" alt=\"\" class=\"wp-image-276\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-03T02:42:05.776Z"><code>[2022-01-03T02:42:05.776Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1647287654"><code>fix/nav-editor-item-size</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":278} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/1e0297f9-9b3a-4b0d-8c33-eca9061bee30.png\" alt=\"\" class=\"wp-image-278\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-04T01:39:16.614Z"><code>[2022-01-04T01:39:16.614Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1651666531"><code>try/no-css-variable-block-gap-columns-block</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":286} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/c7a4c767-dfd6-406e-b11f-b38878b621cf.png\" alt=\"\" class=\"wp-image-286\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-04T06:18:42.427Z"><code>[2022-01-04T06:18:42.427Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1652313602"><code>remove/post-content-default-args</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":280} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/de529bdc-f556-41a7-843d-60d694dcb37b.png\" alt=\"\" class=\"wp-image-280\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-06T07:59:35.816Z"><code>[2022-01-06T07:59:35.816Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1662013950"><code>add/audio-block-uploading-state</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":272} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/b620b107-3997-4dca-bead-d41c4a350c3d.png\" alt=\"\" class=\"wp-image-272\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-06T14:30:43.270Z"><code>[2022-01-06T14:30:43.270Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1663306325"><code>fix/base-control-visual-label</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":271} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/3c35bb82-10b3-4cd2-b76b-ef44c49968e4.png\" alt=\"\" class=\"wp-image-271\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-07T09:09:30.314Z"><code>[2022-01-07T09:09:30.314Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1666790423"><code>try/individual-border-support</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":268} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/899f6c06-907f-4a03-8f20-690afc405a24.png\" alt=\"\" class=\"wp-image-268\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-07T16:51:52.071Z"><code>[2022-01-07T16:51:52.071Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1668377347"><code>update/cover-featured-image-site-logo-borders</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":304} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/f27641f9-2713-4763-b98d-2caca85603bb.png\" alt=\"\" class=\"wp-image-304\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-10T14:03:46.463Z"><code>[2022-01-10T14:03:46.463Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1677610687"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":303} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/403a84cb-7019-48af-951d-ce7af98c30e1.png\" alt=\"\" class=\"wp-image-303\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-10T15:37:17.812Z"><code>[2022-01-10T15:37:17.812Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1678055148"><code>release/12.3</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":275} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/7bfc68c3-7477-4409-b0ce-8e7031f5b90b.png\" alt=\"\" class=\"wp-image-275\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-10T16:42:55.035Z"><code>[2022-01-10T16:42:55.035Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1678327851"><code>release/12.3</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":280} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/a2649ee6-fe77-46bd-a87e-004bf8f790f9.png\" alt=\"\" class=\"wp-image-280\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-12T07:53:44.027Z"><code>[2022-01-12T07:53:44.027Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1686397610"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":304} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/bac8e6cc-7041-422a-9b94-a2a39c9645f7.png\" alt=\"\" class=\"wp-image-304\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-12T13:13:43.404Z"><code>[2022-01-12T13:13:43.404Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1687605416"><code>update/spinner</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":308} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/ea61b3da-4a08-4715-9b71-b668a1a796b1.png\" alt=\"\" class=\"wp-image-308\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- /__TEST_RESULTS_LIST__ -->
1.0
[Flaky Test] should insert media, convert to blocks, and undo in one step - <!-- __META_DATA__:{"failedTimes":18,"totalCommits":846,"baseCommit":"681619a7932ec281ef45bb47c5cd6cd0eda6189e"} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should insert media, convert to blocks, and undo in one step ## Test path `specs/editor/blocks/classic.test.js` ## Flaky rate (_estimated_) `18 / 864` runs ## Errors <!-- __TEST_RESULTS_LIST__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-01T16:20:40.511Z"><code>[2021-11-01T16:20:40.511Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1408616873"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a6ff7c0b-e268-4190-aa6a-b30aa614cfde.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-01T21:55:13.905Z"><code>[2021-11-01T21:55:13.905Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1409774766"><code>update/typography-supports-panel-default-controls</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/03a786e1-c1b9-4d51-b1e2-1cc6a83ce0dc.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-02T04:03:06.949Z"><code>[2021-11-02T04:03:06.949Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1410713565"><code>rnmobile/embed-block-link-to</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/4fa183f6-51b1-45e0-8926-2bc9a8599def.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-02T14:16:40.058Z"><code>[2021-11-02T14:16:40.058Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1412342760"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/1b844ea8-45f9-476b-beef-6a2351a6a7b8.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-02T19:30:42.348Z"><code>[2021-11-02T19:30:42.348Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1413738845"><code>rnmobile/add/embed-block-integration-tests-2</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a67e6485-38cc-4f7e-93b9-53e97760b9ad.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-02T21:01:48.144Z"><code>[2021-11-02T21:01:48.144Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1414054035"><code>fix/schema-url-in-docs</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/ecd234cf-9c63-4c96-bbe8-02d5f8b873de.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-03T02:16:48.958Z"><code>[2021-11-03T02:16:48.958Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1414918612"><code>add/buttons-flex-layout</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/6f69d1d1-e5d7-4192-8c6d-b25f048f360c.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-03T09:24:02.989Z"><code>[2021-11-03T09:24:02.989Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1415941685"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a2fa4c10-52b7-4837-9cf1-60e8c36f3b80.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-03T18:49:07.403Z"><code>[2021-11-03T18:49:07.403Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1418116023"><code>refactor/theme-json-migrations</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/c6bcfd4e-204f-4e22-bd7b-ef30d992cce5.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-03T23:31:53.337Z"><code>[2021-11-03T23:31:53.337Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1419069056"><code>enlarge-input-controls</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/62df4fd3-55b2-4ba2-9c6e-ff48ef944bba.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-04T14:59:13.817Z"><code>[2021-11-04T14:59:13.817Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1421729775"><code>update/feature-parity-comment-author-post-author</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/8ba911bb-67bb-4a96-9b23-ccf5ebb52a09.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-04T15:03:47.279Z"><code>[2021-11-04T15:03:47.279Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1421757188"><code>try/ariakit</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/e1192bd6-6646-435f-8c93-bf4a4c7b30ca.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-04T15:21:49.833Z"><code>[2021-11-04T15:21:49.833Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1421791072"><code>rnmobile/feature/word-selected-color</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/abcedd8c-97c0-4a6e-bceb-afbffee75a4d.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T01:25:37.833Z"><code>[2021-11-05T01:25:37.833Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1423896720"><code>update/gallery-block-disable-v2-when-useBalanceTags-set</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/319753df-6404-452d-a235-1c7bc7cf5a91.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T09:30:52.442Z"><code>[2021-11-05T09:30:52.442Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1424952184"><code>try/nav-area-block</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/358f55bb-a2eb-45b4-aa66-fa3879d2c367.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T09:53:54.145Z"><code>[2021-11-05T09:53:54.145Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1425101729"><code>update/babel-7.16-upgrade</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/c804a81b-d268-4e34-96c6-e61d26b500a9.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T09:58:09.939Z"><code>[2021-11-05T09:58:09.939Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1425124111"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/e4bcd9cd-62f0-4847-9378-f48e250b453f.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T12:45:53.650Z"><code>[2021-11-05T12:45:53.650Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1425637287"><code>update/babel-7.16-upgrade</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/ee37ea53-7884-4db6-acfa-100b78a6ff9a.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-05T21:20:43.384Z"><code>[2021-11-05T21:20:43.384Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1427379497"><code>feature/disable-bottom-sheet-gestures</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/3ab72f41-fbf3-446e-8913-1e6e85d7308f.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-06T10:26:02.257Z"><code>[2021-11-06T10:26:02.257Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1428843928"><code>fix/way-themes-are-switched-global-styles-rest-api-unit-test</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/adba5c42-822c-4ed4-aff2-6a2bc9755740.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-08T00:08:26.954Z"><code>[2021-11-08T00:08:26.954Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1432623860"><code>fix/image-block-radius-bug</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a982d19e-55f1-4c3a-95e0-d4f14a0d6d7c.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-08T17:23:59.872Z"><code>[2021-11-08T17:23:59.872Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1426249711"><code>fix-render_block_core_file-parameter</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/6e0432f4-aa94-446f-a6b6-9a7e76c611d3.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-10T05:46:22.077Z"><code>[2021-11-10T05:46:22.077Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1442759207"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":152} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/526cdb06-4487-4ab0-a6c7-ae43ccde3ec5.png\" alt=\"\" class=\"wp-image-152\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | // Check that you can undo back to a Classic block gallery in one step. 93 | await pressKeyWithModifier( 'primary', 'z' ); > 94 | expect( await getEditedPostContent() ).toMatch( | ^ 95 | /\[gallery ids=\"\d+\"\]/ 96 | ); 97 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-10T15:04:52.227Z"><code>[2021-11-10T15:04:52.227Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1444655186"><code>fix/ms-list-firstchild</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":259} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/7674230f-3ee5-4082-ae52-667f8c328e61.png\" alt=\"\" class=\"wp-image-259\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-10T23:06:02.267Z"><code>[2021-11-10T23:06:02.267Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1446439552"><code>add/move-gutenberg-navigation-endpoint-to-core</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":258} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/9de1b7c5-9517-4f86-a86f-23cdf239d0d8.png\" alt=\"\" class=\"wp-image-258\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-11T10:21:15.533Z"><code>[2021-11-11T10:21:15.533Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1448226337"><code>update/paragraph-consolidate-typography-settings</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":216} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/97ff3dd1-49cd-41bc-a50c-65d58e0bd913.png\" alt=\"\" class=\"wp-image-216\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-12T14:40:23.551Z"><code>[2021-11-12T14:40:23.551Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1453412146"><code>add/navigation-link-previews</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":254} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/2cb778c4-46a4-4277-8c0a-2b0274800257.png\" alt=\"\" class=\"wp-image-254\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-14T23:36:03.432Z"><code>[2021-11-14T23:36:03.432Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1459968967"><code>update/letter-spacing-control-width</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":252} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/9baf2ff7-8b88-465e-8c8d-68ec2342e608.png\" alt=\"\" class=\"wp-image-252\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-15T05:09:11.618Z"><code>[2021-11-15T05:09:11.618Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1460697057"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/04e8bb84-a807-4670-8784-534f0f14c8bd.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-16T01:18:37.001Z"><code>[2021-11-16T01:18:37.001Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1464784543"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/0b62fd44-7518-44c2-984a-b413c54dca0c.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-16T15:09:30.989Z"><code>[2021-11-16T15:09:30.989Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1467342694"><code>gutenberg-is-fse-theme-filter</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/d1d20df2-607d-4be5-8974-cdb59e24df4f.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-16T20:35:47.599Z"><code>[2021-11-16T20:35:47.599Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1468619851"><code>fix/webp-support</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/b5154846-2609-4643-b1c0-a3e497632e78.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-17T01:09:40.958Z"><code>[2021-11-17T01:09:40.958Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1469470325"><code>release/11.9</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":256} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/a76abced-954f-4095-917d-4307013b9df7.png\" alt=\"\" class=\"wp-image-256\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 92 | 93 | // Check that you can undo back to a Classic block gallery in one step. > 94 | await pressKeyWithModifier( 'primary', 'z' ); | ^ 95 | expect( await getEditedPostContent() ).toMatch( 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); at Object.<anonymous> (specs/editor/blocks/classic.test.js:94:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-17T15:16:31.554Z"><code>[2021-11-17T15:16:31.554Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1472236861"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/c8dd881a-142e-4761-82e9-770a55665028.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-17T19:36:32.350Z"><code>[2021-11-17T19:36:32.350Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1473258101"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/1c335084-50b1-4783-9e95-2e06ecbb419c.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-18T16:22:23.284Z"><code>[2021-11-18T16:22:23.284Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1477212818"><code>rnmobile/fix/font-size-not-updating</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/786570b2-e5e0-4a59-a351-a4fccdafcf35.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-19T14:18:06.912Z"><code>[2021-11-19T14:18:06.912Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1481257010"><code>remove-gutenberg-reference</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/d0e296fc-753b-4036-b949-aaf2efc17fea.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-19T15:01:10.755Z"><code>[2021-11-19T15:01:10.755Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1481416362"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/e6df45d6-d493-4e88-b811-f815ddab2443.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-19T19:04:39.656Z"><code>[2021-11-19T19:04:39.656Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1482274011"><code>fix/i18n-post-template-actions</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/cef68fcc-ffc4-4d1e-95bd-3769656c934b.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-19T19:31:42.992Z"><code>[2021-11-19T19:31:42.992Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1482362424"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/67d5cdf0-fb6a-44e2-a095-3958444fc266.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-21T15:04:08.437Z"><code>[2021-11-21T15:04:08.437Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1484853883"><code>docs/update-contrib-types</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/73e39e7c-88c1-4978-a351-1e807fa5e53c.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-22T15:26:27.921Z"><code>[2021-11-22T15:26:27.921Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1490783656"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/75fcc4f4-d8c2-49dc-b451-101fed6aa902.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-23T14:01:28.485Z"><code>[2021-11-23T14:01:28.485Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1494988338"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/5c394f73-4615-48e9-84c9-be18ac9858b7.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-24T08:06:39.478Z"><code>[2021-11-24T08:06:39.478Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1498318374"><code>add/webfonts</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/2a58ce28-e632-4f50-b2f7-5f66f90462d0.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-24T11:57:03.673Z"><code>[2021-11-24T11:57:03.673Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1499142437"><code>fix/color-palettes-are-not-being-stored-correctly</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/46f95642-27a8-4b25-92ef-dbabecc2a934.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-25T16:52:56.937Z"><code>[2021-11-25T16:52:56.937Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1504560844"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/1c407d3c-ac3a-4936-ae71-0957e1ffdd90.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-29T18:22:35.418Z"><code>[2021-11-29T18:22:35.418Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1517242938"><code>update/theme-json-keys-sort-alphabetically</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":157} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/464842e7-30e4-4eb7-88f7-a5ad5b830bdb.png\" alt=\"\" class=\"wp-image-157\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-11-29T19:06:23.703Z"><code>[2021-11-29T19:06:23.703Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1517403103"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":157} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/11/220a27e7-1bbd-4dcd-9236-e04e082b6041.png\" alt=\"\" class=\"wp-image-157\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-01T14:21:24.623Z"><code>[2021-12-01T14:21:24.623Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1526100502"><code>fix/handle-empty-hrefs</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":161} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/1136fc7d-46c5-425e-8e82-81913090d667.png\" alt=\"\" class=\"wp-image-161\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-06T05:07:30.278Z"><code>[2021-12-06T05:07:30.278Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1543128846"><code>fix/messed-up-function</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":161} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/1029b1fe-7553-446e-9454-4013eb7c283d.png\" alt=\"\" class=\"wp-image-161\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-06T22:07:00.042Z"><code>[2021-12-06T22:07:00.042Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1546723936"><code>fix/37156-theme-period</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":161} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/d442d288-9458-439b-8f8f-f2a05685af7b.png\" alt=\"\" class=\"wp-image-161\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-08T00:22:42.642Z"><code>[2021-12-08T00:22:42.642Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1551450961"><code>fix/e2e-flakey-api-call</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":185} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/a517f6f9-fdb5-4c41-8192-75b19059077e.png\" alt=\"\" class=\"wp-image-185\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-08T10:59:52.005Z"><code>[2021-12-08T10:59:52.005Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1553605097"><code>sync/fse-utils-core</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":184} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/a09b4e5c-860f-4fa8-9eb4-0bddd27b04ef.png\" alt=\"\" class=\"wp-image-184\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-08T23:48:30.829Z"><code>[2021-12-08T23:48:30.829Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1556138825"><code>try/e2e-retry-login-rest-api</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":186} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/90d2327e-ae84-4c8c-b759-a031b221ddc3.png\" alt=\"\" class=\"wp-image-186\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-09T16:42:34.332Z"><code>[2021-12-09T16:42:34.332Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1559636753"><code>rnmobile/update/hide-help-button-from-ube</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":240} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/8692584d-5568-4a1a-8e32-d798cdacd100.png\" alt=\"\" class=\"wp-image-240\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-15T08:20:22.003Z"><code>[2021-12-15T08:20:22.003Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1581706270"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":212} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/0f360415-06d5-4b2f-8050-3f858fde6673.png\" alt=\"\" class=\"wp-image-212\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-16T13:28:15.704Z"><code>[2021-12-16T13:28:15.704Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1587557958"><code>add/block-gap-support-group</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":244} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/08a09e88-6764-484f-bc89-5695047cbe3e.png\" alt=\"\" class=\"wp-image-244\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-17T05:47:21.660Z"><code>[2021-12-17T05:47:21.660Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1590819008"><code>try/popover-in-custom-select-control</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":158} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/dc7d74e2-d677-44af-a00f-7bf9798a6b9a.png\" alt=\"\" class=\"wp-image-158\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-20T11:35:48.243Z"><code>[2021-12-20T11:35:48.243Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1601733753"><code>rnmobile/update/refactor-editor-initialization</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":278} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/4e5e2f52-2627-4582-b98c-27a6366b36e6.png\" alt=\"\" class=\"wp-image-278\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-20T20:19:40.482Z"><code>[2021-12-20T20:19:40.482Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1603745647"><code>migrate/switch-to-draft-confirm-dialog</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":281} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/8d6a46ce-249c-43ac-ae6e-926cd3e350ba.png\" alt=\"\" class=\"wp-image-281\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-23T16:00:21.816Z"><code>[2021-12-23T16:00:21.816Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1616151153"><code>fix/theme-editor-conditional</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":282} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/332732a9-7f3d-40de-8728-ca61e1d995cc.png\" alt=\"\" class=\"wp-image-282\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2021-12-29T12:21:48.567Z"><code>[2021-12-29T12:21:48.567Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1633901656"><code>fix/coloring-panel-is-unusable-in-RTL</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":276} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2021/12/7083b630-8f1c-4f79-a147-c3b0f8a61065.png\" alt=\"\" class=\"wp-image-276\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-03T02:42:05.776Z"><code>[2022-01-03T02:42:05.776Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1647287654"><code>fix/nav-editor-item-size</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":278} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/1e0297f9-9b3a-4b0d-8c33-eca9061bee30.png\" alt=\"\" class=\"wp-image-278\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-04T01:39:16.614Z"><code>[2022-01-04T01:39:16.614Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1651666531"><code>try/no-css-variable-block-gap-columns-block</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":286} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/c7a4c767-dfd6-406e-b11f-b38878b621cf.png\" alt=\"\" class=\"wp-image-286\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-04T06:18:42.427Z"><code>[2022-01-04T06:18:42.427Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1652313602"><code>remove/post-content-default-args</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":280} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/de529bdc-f556-41a7-843d-60d694dcb37b.png\" alt=\"\" class=\"wp-image-280\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-06T07:59:35.816Z"><code>[2022-01-06T07:59:35.816Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1662013950"><code>add/audio-block-uploading-state</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":272} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/b620b107-3997-4dca-bead-d41c4a350c3d.png\" alt=\"\" class=\"wp-image-272\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-06T14:30:43.270Z"><code>[2022-01-06T14:30:43.270Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1663306325"><code>fix/base-control-visual-label</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":271} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/3c35bb82-10b3-4cd2-b76b-ef44c49968e4.png\" alt=\"\" class=\"wp-image-271\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-07T09:09:30.314Z"><code>[2022-01-07T09:09:30.314Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1666790423"><code>try/individual-border-support</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":268} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/899f6c06-907f-4a03-8f20-690afc405a24.png\" alt=\"\" class=\"wp-image-268\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-07T16:51:52.071Z"><code>[2022-01-07T16:51:52.071Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1668377347"><code>update/cover-featured-image-site-logo-borders</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":304} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/f27641f9-2713-4763-b98d-2caca85603bb.png\" alt=\"\" class=\"wp-image-304\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-10T14:03:46.463Z"><code>[2022-01-10T14:03:46.463Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1677610687"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":303} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/403a84cb-7019-48af-951d-ce7af98c30e1.png\" alt=\"\" class=\"wp-image-303\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-10T15:37:17.812Z"><code>[2022-01-10T15:37:17.812Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1678055148"><code>release/12.3</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":275} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/7bfc68c3-7477-4409-b0ce-8e7031f5b90b.png\" alt=\"\" class=\"wp-image-275\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-10T16:42:55.035Z"><code>[2022-01-10T16:42:55.035Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1678327851"><code>release/12.3</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":280} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/a2649ee6-fe77-46bd-a87e-004bf8f790f9.png\" alt=\"\" class=\"wp-image-280\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-12T07:53:44.027Z"><code>[2022-01-12T07:53:44.027Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1686397610"><code>trunk</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":304} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/bac8e6cc-7041-422a-9b94-a2a39c9645f7.png\" alt=\"\" class=\"wp-image-304\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-01-12T13:13:43.404Z"><code>[2022-01-12T13:13:43.404Z]</code></time> Test passed after 1 failed attempts on <a href="https://github.com/WordPress/gutenberg/actions/runs/1687605416"><code>update/spinner</code></a>. </summary> ``` ● Classic › should insert media, convert to blocks, and undo in one step expect(received).toMatch(expected) Expected pattern: /\[gallery ids=\"\d+\"\]/ Received string: "<!-- wp:paragraph --> <p>test</p> <!-- /wp:paragraph -->· <!-- wp:gallery {\"columns\":3,\"linkTo\":\"none\"} --> <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped\"><!-- wp:image {\"id\":308} --> <figure class=\"wp-block-image\"><img src=\"http://localhost:8889/wp-content/uploads/2022/01/ea61b3da-4a08-4715-9b71-b668a1a796b1.png\" alt=\"\" class=\"wp-image-308\"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery -->" 93 | // Check that you can undo back to a Classic block gallery in one step. 94 | await pressKeyWithModifier( 'primary', 'z' ); > 95 | expect( await getEditedPostContent() ).toMatch( | ^ 96 | /\[gallery ids=\"\d+\"\]/ 97 | ); 98 | at Object.<anonymous> (specs/editor/blocks/classic.test.js:95:42) at runMicrotasks (<anonymous>) ``` </details><!-- /__TEST_RESULT__ --> <!-- /__TEST_RESULTS_LIST__ -->
test
should insert media convert to blocks and undo in one step flaky test detected this is an auto generated issue by github actions please do not edit this manually test title should insert media convert to blocks and undo in one step test path specs editor blocks classic test js flaky rate estimated runs errors test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks test passed after failed attempts on a href ● classic › should insert media convert to blocks and undo in one step expect received tomatch expected expected pattern received string test · check that you can undo back to a classic block gallery in one step await presskeywithmodifier primary z expect await geteditedpostcontent tomatch at object specs editor blocks classic test js at runmicrotasks
1
780,711
27,405,276,473
IssuesEvent
2023-03-01 06:03:44
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Side pony tail contains errant on-mob pixel
Oversight Priority: Low Could Reproduce Sprites
<!-- Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Every field other than 'specific information for locating' is required. If you do not fill out the 'specific information' field, please delete the header. /!\ Omitting or not answering a required field will result in your issue being closed. /!\ Repeated violation of this rule, or joke or spam issues, will result in punishment. PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS (The lines with four #'s) Don't edit them or delete them - it's part of the formatting --> #### Description of issue Side Pony Tail on west face (dir 8?) contains errant pixel. https://cdn.discordapp.com/attachments/681584363036737660/743603382908092508/unknown.png #### Specific information for locating <!-- e.g. an object name, paste specific message outputs... --> /datum/sprite_accessory/hair/sideponytail #### Length of time in which bug has been known to occur <!-- Be specific if you approximately know the time it's been occurring for—this can speed up finding the source. If you're not sure about it, tell us too! --> Unknown #### Client version, Server revision & Game ID <!-- Found with the "Show server revision" verb in the OOC tab in game. --> Current Revision #### Issue bingo <!-- Check these by writing an x inside the [ ] (like this: [x])--> <!-- Don't forget to remove the space between the brackets, or it won't work! --> - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [x] Issue happened in a recent (less than 7 days ago) round - [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
1.0
Side pony tail contains errant on-mob pixel - <!-- Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Every field other than 'specific information for locating' is required. If you do not fill out the 'specific information' field, please delete the header. /!\ Omitting or not answering a required field will result in your issue being closed. /!\ Repeated violation of this rule, or joke or spam issues, will result in punishment. PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS (The lines with four #'s) Don't edit them or delete them - it's part of the formatting --> #### Description of issue Side Pony Tail on west face (dir 8?) contains errant pixel. https://cdn.discordapp.com/attachments/681584363036737660/743603382908092508/unknown.png #### Specific information for locating <!-- e.g. an object name, paste specific message outputs... --> /datum/sprite_accessory/hair/sideponytail #### Length of time in which bug has been known to occur <!-- Be specific if you approximately know the time it's been occurring for—this can speed up finding the source. If you're not sure about it, tell us too! --> Unknown #### Client version, Server revision & Game ID <!-- Found with the "Show server revision" verb in the OOC tab in game. --> Current Revision #### Issue bingo <!-- Check these by writing an x inside the [ ] (like this: [x])--> <!-- Don't forget to remove the space between the brackets, or it won't work! --> - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [x] Issue happened in a recent (less than 7 days ago) round - [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
non_test
side pony tail contains errant on mob pixel anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them every field other than specific information for locating is required if you do not fill out the specific information field please delete the header omitting or not answering a required field will result in your issue being closed repeated violation of this rule or joke or spam issues will result in punishment put your answers on the blank lines below the headers the lines with four s don t edit them or delete them it s part of the formatting description of issue side pony tail on west face dir contains errant pixel specific information for locating datum sprite accessory hair sideponytail length of time in which bug has been known to occur be specific if you approximately know the time it s been occurring for—this can speed up finding the source if you re not sure about it tell us too unknown client version server revision game id current revision issue bingo issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round
0
672,980
22,917,077,058
IssuesEvent
2022-07-17 05:29:47
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] m64p
request:new-pkg priority:low
### Link to the package(s) in the AUR https://aur.archlinux.org/packages/m64p ### Utility this package has for you This is a package for [m64p](https://github.com/m64p/m64p), a featureful Qt-based frontend for Mupen64Plus that's much faster and up-to-date than M64Py. It seems to be much more convenient to use than standalone Mupen64Plus and M64Py, and as a result it's been my go-to application for quick N64 emulation for quite a while. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a great amount. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information One of this package's make dependencies, [vosk-api](https://aur.archlinux.org/packages/vosk-api) (which is used for VRU support for games like Hey You, Pikachu!), seems to take quite a while to build. It would probably be useful to add this package as well since it also acts as an optional dependency.
1.0
[Request] m64p - ### Link to the package(s) in the AUR https://aur.archlinux.org/packages/m64p ### Utility this package has for you This is a package for [m64p](https://github.com/m64p/m64p), a featureful Qt-based frontend for Mupen64Plus that's much faster and up-to-date than M64Py. It seems to be much more convenient to use than standalone Mupen64Plus and M64Py, and as a result it's been my go-to application for quick N64 emulation for quite a while. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a great amount. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information One of this package's make dependencies, [vosk-api](https://aur.archlinux.org/packages/vosk-api) (which is used for VRU support for games like Hey You, Pikachu!), seems to take quite a while to build. It would probably be useful to add this package as well since it also acts as an optional dependency.
non_test
link to the package s in the aur utility this package has for you this is a package for a featureful qt based frontend for that s much faster and up to date than it seems to be much more convenient to use than standalone and and as a result it s been my go to application for quick emulation for quite a while do you consider the package s to be useful for every chaotic aur user no but for a great amount do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information one of this package s make dependencies which is used for vru support for games like hey you pikachu seems to take quite a while to build it would probably be useful to add this package as well since it also acts as an optional dependency
0
334,478
29,868,693,546
IssuesEvent
2023-06-20 06:56:25
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
opened
Flaky test monkey_business: insect guts spawned in a bad turf (the lava) at Lavaland Wastes (69,15,3) in Lavaland Wastes. Please remove it or set turf_loc_check to FALSE on the decal if intended. (code/game/objects/effects/decals/decal.dm:13)
🤖 Flaky Test Report
<!-- This issue can be renamed, but do not change the next comment! --> <!-- title: Flaky test monkey_business: insect guts spawned in a bad turf (the lava) at Lavaland Wastes (69,15,3) in Lavaland Wastes. Please remove it or set turf_loc_check to FALSE on the decal if intended. (code/game/objects/effects/decals/decal.dm:13) --> Flaky tests were detected in [this test run](https://github.com/tgstation/tgstation/actions/runs/5319090839/attempts/1). This means that there was a failure that was cleared when the tests were simply restarted. Failures: ``` monkey_business: [06:29:10] Runtime in stack_trace.dm,4: insect guts spawned in a bad turf (the lava) at Lavaland Wastes (69,15,3) in Lavaland Wastes. Please remove it or set turf_loc_check to FALSE on the decal if intended. (code/game/objects/effects/decals/decal.dm:13) proc name: stack trace (/proc/_stack_trace) usr: *no key*/(cockroach) usr.loc: (Lavaland Wastes (69,15,3)) src: null call stack: stack trace("insect guts spawned in a bad t...", "code/game/objects/effects/deca...", 13) the insect guts (/obj/effect/decal/cleanable/insectguts): Initialize(0, null) the insect guts (/obj/effect/decal/cleanable/insectguts): Initialize(0, null) Atoms (/datum/controller/subsystem/atoms): InitAtom(the insect guts (/obj/effect/decal/cleanable/insectguts), 0, /list (/list)) the insect guts (/obj/effect/decal/cleanable/insectguts): New(0) /datum/element/death_drops (/datum/element/death_drops): on death(the cockroach (/mob/living/basic/cockroach), null) the cockroach (/mob/living/basic/cockroach): SendSignal("living_death", /list (/list)) the cockroach (/mob/living/basic/cockroach): death(null) the cockroach (/mob/living/basic/cockroach): death(null) the cockroach (/mob/living/basic/cockroach): death(null) ... the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface): Entered(the cockroach (/mob/living/basic/cockroach), the volcanic floor (70,15,3) (/turf/open/misc/asteroid/basalt/lava_land_surface), null) the cockroach (/mob/living/basic/cockroach): Move(the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface), 8, 0, 1) the cockroach (/mob/living/basic/cockroach): Move(the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface), 8, 0, 1) the cockroach (/mob/living/basic/cockroach): Move(the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface), 8, null) the cockroach (/mob/living/basic/cockroach): Move(the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface), 10, null) /datum/ai_controller/basic_con... (/datum/ai_controller/basic_controller/cockroach): process(0.1) AI Behavior Ticker (/datum/controller/subsystem/processing/ai_behaviors): fire(0) Master (/datum/controller/master): RunQueue() Master (/datum/controller/master): StartProcessing(0) at stack_trace.dm:4 ```
1.0
Flaky test monkey_business: insect guts spawned in a bad turf (the lava) at Lavaland Wastes (69,15,3) in Lavaland Wastes. Please remove it or set turf_loc_check to FALSE on the decal if intended. (code/game/objects/effects/decals/decal.dm:13) - <!-- This issue can be renamed, but do not change the next comment! --> <!-- title: Flaky test monkey_business: insect guts spawned in a bad turf (the lava) at Lavaland Wastes (69,15,3) in Lavaland Wastes. Please remove it or set turf_loc_check to FALSE on the decal if intended. (code/game/objects/effects/decals/decal.dm:13) --> Flaky tests were detected in [this test run](https://github.com/tgstation/tgstation/actions/runs/5319090839/attempts/1). This means that there was a failure that was cleared when the tests were simply restarted. Failures: ``` monkey_business: [06:29:10] Runtime in stack_trace.dm,4: insect guts spawned in a bad turf (the lava) at Lavaland Wastes (69,15,3) in Lavaland Wastes. Please remove it or set turf_loc_check to FALSE on the decal if intended. (code/game/objects/effects/decals/decal.dm:13) proc name: stack trace (/proc/_stack_trace) usr: *no key*/(cockroach) usr.loc: (Lavaland Wastes (69,15,3)) src: null call stack: stack trace("insect guts spawned in a bad t...", "code/game/objects/effects/deca...", 13) the insect guts (/obj/effect/decal/cleanable/insectguts): Initialize(0, null) the insect guts (/obj/effect/decal/cleanable/insectguts): Initialize(0, null) Atoms (/datum/controller/subsystem/atoms): InitAtom(the insect guts (/obj/effect/decal/cleanable/insectguts), 0, /list (/list)) the insect guts (/obj/effect/decal/cleanable/insectguts): New(0) /datum/element/death_drops (/datum/element/death_drops): on death(the cockroach (/mob/living/basic/cockroach), null) the cockroach (/mob/living/basic/cockroach): SendSignal("living_death", /list (/list)) the cockroach (/mob/living/basic/cockroach): death(null) the cockroach (/mob/living/basic/cockroach): death(null) the cockroach (/mob/living/basic/cockroach): death(null) ... the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface): Entered(the cockroach (/mob/living/basic/cockroach), the volcanic floor (70,15,3) (/turf/open/misc/asteroid/basalt/lava_land_surface), null) the cockroach (/mob/living/basic/cockroach): Move(the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface), 8, 0, 1) the cockroach (/mob/living/basic/cockroach): Move(the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface), 8, 0, 1) the cockroach (/mob/living/basic/cockroach): Move(the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface), 8, null) the cockroach (/mob/living/basic/cockroach): Move(the lava (69,15,3) (/turf/open/lava/smooth/lava_land_surface), 10, null) /datum/ai_controller/basic_con... (/datum/ai_controller/basic_controller/cockroach): process(0.1) AI Behavior Ticker (/datum/controller/subsystem/processing/ai_behaviors): fire(0) Master (/datum/controller/master): RunQueue() Master (/datum/controller/master): StartProcessing(0) at stack_trace.dm:4 ```
test
flaky test monkey business insect guts spawned in a bad turf the lava at lavaland wastes in lavaland wastes please remove it or set turf loc check to false on the decal if intended code game objects effects decals decal dm flaky tests were detected in this means that there was a failure that was cleared when the tests were simply restarted failures monkey business runtime in stack trace dm insect guts spawned in a bad turf the lava at lavaland wastes in lavaland wastes please remove it or set turf loc check to false on the decal if intended code game objects effects decals decal dm proc name stack trace proc stack trace usr no key cockroach usr loc lavaland wastes src null call stack stack trace insect guts spawned in a bad t code game objects effects deca the insect guts obj effect decal cleanable insectguts initialize null the insect guts obj effect decal cleanable insectguts initialize null atoms datum controller subsystem atoms initatom the insect guts obj effect decal cleanable insectguts list list the insect guts obj effect decal cleanable insectguts new datum element death drops datum element death drops on death the cockroach mob living basic cockroach null the cockroach mob living basic cockroach sendsignal living death list list the cockroach mob living basic cockroach death null the cockroach mob living basic cockroach death null the cockroach mob living basic cockroach death null the lava turf open lava smooth lava land surface entered the cockroach mob living basic cockroach the volcanic floor turf open misc asteroid basalt lava land surface null the cockroach mob living basic cockroach move the lava turf open lava smooth lava land surface the cockroach mob living basic cockroach move the lava turf open lava smooth lava land surface the cockroach mob living basic cockroach move the lava turf open lava smooth lava land surface null the cockroach mob living basic cockroach move the lava turf open lava smooth lava land surface null datum ai controller basic con datum ai controller basic controller cockroach process ai behavior ticker datum controller subsystem processing ai behaviors fire master datum controller master runqueue master datum controller master startprocessing at stack trace dm
1
77,407
7,573,763,936
IssuesEvent
2018-04-23 18:47:21
SchizoDuckie/DuckieTV
https://api.github.com/repos/SchizoDuckie/DuckieTV
closed
Redirect blocked by CORS policy: can't download torrents from 1337x and ETTV through Jackett proxy
3 - Done Testing Completed
**What build of DuckieTV are you using (Standlone / Chrome Extension (New Tab / Browser Action))** Browser Action **What version of DuckieTV are you using (Stable 1.1.x / Nightly yyyymmddHHMM)** angular d2f64a314e94fd002043eaface5bcbb7ea1f385e **What is your Operating System (Windows, Mac, Linux, Android)** Linux (Xubuntu 17.10) **Describe the problem you are having and steps to reproduce if available** I was configuring DuckieTV to prox all search engines through Jackett, and hit an issue with 1337x. The magnet link for all 1337x seemed disabled, so I clicked on the `Download torrent` icon: ![image](https://user-images.githubusercontent.com/10074769/38961800-9d605a9e-4340-11e8-8dbb-2401c1b86d2f.png) Checked transmission and the torrent hadn't been added. I cleared the console log and repeated the operation, here it is (I've also pasted it [here](https://pastebin.com/5g1seKwE) in case it's more practical to look at): ``` 19:37:57.105 tab.html#/episode/1208:1 Failed to load http://localhost:9117/dl/1337x/?jackett_apikey=ej32pk6qjir7f7nzh0rru8l2j2cgjy1g&path=b3l2ZGRTWmphQmRkUjNpSlROOEpFbSswcjhjcXJrQXhSM0xYOC92cnFpTXNJUjBGaU5JR0ZQRmdTVmp4QWZaZ3EydG9uSDVDRjI4WEhNZWhGZTZJQlUyUEowNGxuMkJDUkluM3lwWjBrZ0ZxNTB1V3VyQVJSekZUaUNnSXNOZDlDUER5OWlEaUFlZnRPVXRFQllxdkszSGdFYkRHNXVSOTR4TzhXRVIrRXBmaGRjaldPYmhnZTNycnFYUDNyN1RSa1h0ckNtcGozVytoemhTbUZuNlpucGU0aStFd1cvZHRyMlRleGhzTFRTdllsN2o3U1IyLzBaWGJoaVVLbERyelFHQ1gvZzFwd1pzREpkZGtSeDNhY1NFVFhURXBicGc4MUpFMUhmcmlmQXROdUJlcGdHZWkvMHZvM0tTa2VqdFZ5bXErL0FPZkRWQS9HZXFKZVYxQzB5R1YvRkM1Si9NVlZXMngvaVdPYkRrRXEraDlZeCtlU04zWlJMNlU1MDc0Z1pnbzZTNHRDQ3lDWEE0MXlwL2FpUT090&file=The+City+And+The+City+S01E03+(720p+HD%2C+soft+Eng+subs): Redirect from 'http://localhost:9117/dl/1337x/?jackett_apikey=ej32pk6qjir7f7nzh0rru8l2j2cgjy1g&path=b3l2ZGRTWmphQmRkUjNpSlROOEpFbSswcjhjcXJrQXhSM0xYOC92cnFpTXNJUjBGaU5JR0ZQRmdTVmp4QWZaZ3EydG9uSDVDRjI4WEhNZWhGZTZJQlUyUEowNGxuMkJDUkluM3lwWjBrZ0ZxNTB1V3VyQVJSekZUaUNnSXNOZDlDUER5OWlEaUFlZnRPVXRFQllxdkszSGdFYkRHNXVSOTR4TzhXRVIrRXBmaGRjaldPYmhnZTNycnFYUDNyN1RSa1h0ckNtcGozVytoemhTbUZuNlpucGU0aStFd1cvZHRyMlRleGhzTFRTdllsN2o3U1IyLzBaWGJoaVVLbERyelFHQ1gvZzFwd1pzREpkZGtSeDNhY1NFVFhURXBicGc4MUpFMUhmcmlmQXROdUJlcGdHZWkvMHZvM0tTa2VqdFZ5bXErL0FPZkRWQS9HZXFKZVYxQzB5R1YvRkM1Si9NVlZXMngvaVdPYkRrRXEraDlZeCtlU04zWlJMNlU1MDc0Z1pnbzZTNHRDQ3lDWEE0MXlwL2FpUT090&file=The+City+And+The+City+S01E03+(720p+HD%2C+soft+Eng+subs)' to 'magnet:?xt=urn:btih:54811404466C3E4BC97FF925C5C984361696F8B2&dn=The+City+And+The+City+S01E03+(720p+HD%2C+soft+Eng+subs)+&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969%2Fannounce&tr=udp:%2F%2Ftracker.zer0day.to:1337%2Fannounce&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969%2Fannounce&tr=udp:%2F%2Fcoppersurfer.tk:6969%2Fannounce' has been blocked by CORS policy: Redirect location 'magnet:?xt=urn:btih:54811404466C3E4BC97FF925C5C984361696F8B2&dn=The+City+And+The+City+S01E03+(720p+HD%2C+soft+Eng+subs)+&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969%2Fannounce&tr=udp:%2F%2Ftracker.zer0day.to:1337%2Fannounce&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969%2Fannounce&tr=udp:%2F%2Fcoppersurfer.tk:6969%2Fannounce' has a disallowed scheme for cross-origin requests. 19:37:57.136 utility.js:169 Arguments(3) console.error @ utility.js:169 19:37:57.183 torrentDialog2.js:323 Uncaught Error: Error downloading torrent: XHR error at parse-torrent.js:8484 at module.exports.<anonymous> (parse-torrent.js:9995) at module.exports.f (parse-torrent.js:9098) at module.exports.EventEmitter.emit (parse-torrent.js:2325) at XMLHttpRequest.xhr.onerror (parse-torrent.js:6844) ``` I tried to search/download exactly the same torrent (I had tried through DuckieTV) directly on Jackett, and it was correctly downloaded/added to transmission. From looking at the console log, I get the impression DuckieTV got the torrent but didn't parse it, but couldn't decypher why. I tried to download other episodes from 1337x but they all failed with the same parsing error. **Attach any DuckieTV statistics or Developer Console logs if available** Opt-in error tracking was enabled for ID **fcc4c833-d67f-849d-4a18-5daec48c91cf**.
1.0
Redirect blocked by CORS policy: can't download torrents from 1337x and ETTV through Jackett proxy - **What build of DuckieTV are you using (Standlone / Chrome Extension (New Tab / Browser Action))** Browser Action **What version of DuckieTV are you using (Stable 1.1.x / Nightly yyyymmddHHMM)** angular d2f64a314e94fd002043eaface5bcbb7ea1f385e **What is your Operating System (Windows, Mac, Linux, Android)** Linux (Xubuntu 17.10) **Describe the problem you are having and steps to reproduce if available** I was configuring DuckieTV to prox all search engines through Jackett, and hit an issue with 1337x. The magnet link for all 1337x seemed disabled, so I clicked on the `Download torrent` icon: ![image](https://user-images.githubusercontent.com/10074769/38961800-9d605a9e-4340-11e8-8dbb-2401c1b86d2f.png) Checked transmission and the torrent hadn't been added. I cleared the console log and repeated the operation, here it is (I've also pasted it [here](https://pastebin.com/5g1seKwE) in case it's more practical to look at): ``` 19:37:57.105 tab.html#/episode/1208:1 Failed to load http://localhost:9117/dl/1337x/?jackett_apikey=ej32pk6qjir7f7nzh0rru8l2j2cgjy1g&path=b3l2ZGRTWmphQmRkUjNpSlROOEpFbSswcjhjcXJrQXhSM0xYOC92cnFpTXNJUjBGaU5JR0ZQRmdTVmp4QWZaZ3EydG9uSDVDRjI4WEhNZWhGZTZJQlUyUEowNGxuMkJDUkluM3lwWjBrZ0ZxNTB1V3VyQVJSekZUaUNnSXNOZDlDUER5OWlEaUFlZnRPVXRFQllxdkszSGdFYkRHNXVSOTR4TzhXRVIrRXBmaGRjaldPYmhnZTNycnFYUDNyN1RSa1h0ckNtcGozVytoemhTbUZuNlpucGU0aStFd1cvZHRyMlRleGhzTFRTdllsN2o3U1IyLzBaWGJoaVVLbERyelFHQ1gvZzFwd1pzREpkZGtSeDNhY1NFVFhURXBicGc4MUpFMUhmcmlmQXROdUJlcGdHZWkvMHZvM0tTa2VqdFZ5bXErL0FPZkRWQS9HZXFKZVYxQzB5R1YvRkM1Si9NVlZXMngvaVdPYkRrRXEraDlZeCtlU04zWlJMNlU1MDc0Z1pnbzZTNHRDQ3lDWEE0MXlwL2FpUT090&file=The+City+And+The+City+S01E03+(720p+HD%2C+soft+Eng+subs): Redirect from 'http://localhost:9117/dl/1337x/?jackett_apikey=ej32pk6qjir7f7nzh0rru8l2j2cgjy1g&path=b3l2ZGRTWmphQmRkUjNpSlROOEpFbSswcjhjcXJrQXhSM0xYOC92cnFpTXNJUjBGaU5JR0ZQRmdTVmp4QWZaZ3EydG9uSDVDRjI4WEhNZWhGZTZJQlUyUEowNGxuMkJDUkluM3lwWjBrZ0ZxNTB1V3VyQVJSekZUaUNnSXNOZDlDUER5OWlEaUFlZnRPVXRFQllxdkszSGdFYkRHNXVSOTR4TzhXRVIrRXBmaGRjaldPYmhnZTNycnFYUDNyN1RSa1h0ckNtcGozVytoemhTbUZuNlpucGU0aStFd1cvZHRyMlRleGhzTFRTdllsN2o3U1IyLzBaWGJoaVVLbERyelFHQ1gvZzFwd1pzREpkZGtSeDNhY1NFVFhURXBicGc4MUpFMUhmcmlmQXROdUJlcGdHZWkvMHZvM0tTa2VqdFZ5bXErL0FPZkRWQS9HZXFKZVYxQzB5R1YvRkM1Si9NVlZXMngvaVdPYkRrRXEraDlZeCtlU04zWlJMNlU1MDc0Z1pnbzZTNHRDQ3lDWEE0MXlwL2FpUT090&file=The+City+And+The+City+S01E03+(720p+HD%2C+soft+Eng+subs)' to 'magnet:?xt=urn:btih:54811404466C3E4BC97FF925C5C984361696F8B2&dn=The+City+And+The+City+S01E03+(720p+HD%2C+soft+Eng+subs)+&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969%2Fannounce&tr=udp:%2F%2Ftracker.zer0day.to:1337%2Fannounce&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969%2Fannounce&tr=udp:%2F%2Fcoppersurfer.tk:6969%2Fannounce' has been blocked by CORS policy: Redirect location 'magnet:?xt=urn:btih:54811404466C3E4BC97FF925C5C984361696F8B2&dn=The+City+And+The+City+S01E03+(720p+HD%2C+soft+Eng+subs)+&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969%2Fannounce&tr=udp:%2F%2Ftracker.zer0day.to:1337%2Fannounce&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969%2Fannounce&tr=udp:%2F%2Fcoppersurfer.tk:6969%2Fannounce' has a disallowed scheme for cross-origin requests. 19:37:57.136 utility.js:169 Arguments(3) console.error @ utility.js:169 19:37:57.183 torrentDialog2.js:323 Uncaught Error: Error downloading torrent: XHR error at parse-torrent.js:8484 at module.exports.<anonymous> (parse-torrent.js:9995) at module.exports.f (parse-torrent.js:9098) at module.exports.EventEmitter.emit (parse-torrent.js:2325) at XMLHttpRequest.xhr.onerror (parse-torrent.js:6844) ``` I tried to search/download exactly the same torrent (I had tried through DuckieTV) directly on Jackett, and it was correctly downloaded/added to transmission. From looking at the console log, I get the impression DuckieTV got the torrent but didn't parse it, but couldn't decypher why. I tried to download other episodes from 1337x but they all failed with the same parsing error. **Attach any DuckieTV statistics or Developer Console logs if available** Opt-in error tracking was enabled for ID **fcc4c833-d67f-849d-4a18-5daec48c91cf**.
test
redirect blocked by cors policy can t download torrents from and ettv through jackett proxy what build of duckietv are you using standlone chrome extension new tab browser action browser action what version of duckietv are you using stable x nightly yyyymmddhhmm angular what is your operating system windows mac linux android linux xubuntu describe the problem you are having and steps to reproduce if available i was configuring duckietv to prox all search engines through jackett and hit an issue with the magnet link for all seemed disabled so i clicked on the download torrent icon checked transmission and the torrent hadn t been added i cleared the console log and repeated the operation here it is i ve also pasted it in case it s more practical to look at tab html episode failed to load redirect from to magnet xt urn btih dn the city and the city hd soft eng subs tr udp coppersurfer tk tr udp to tr udp leechers paradise org tr udp tk has been blocked by cors policy redirect location magnet xt urn btih dn the city and the city hd soft eng subs tr udp coppersurfer tk tr udp to tr udp leechers paradise org tr udp tk has a disallowed scheme for cross origin requests utility js arguments console error utility js js uncaught error error downloading torrent xhr error at parse torrent js at module exports parse torrent js at module exports f parse torrent js at module exports eventemitter emit parse torrent js at xmlhttprequest xhr onerror parse torrent js i tried to search download exactly the same torrent i had tried through duckietv directly on jackett and it was correctly downloaded added to transmission from looking at the console log i get the impression duckietv got the torrent but didn t parse it but couldn t decypher why i tried to download other episodes from but they all failed with the same parsing error attach any duckietv statistics or developer console logs if available opt in error tracking was enabled for id
1
642,220
20,870,891,561
IssuesEvent
2022-03-22 11:51:10
returntocorp/semgrep
https://api.github.com/repos/returntocorp/semgrep
closed
Ellipsis metavariable ($...X) doesn't work in HTML mode
bug priority:medium alpha lang:html
**Describe the bug** The ellipsis metavariable doesn't work in HTML mode: > <script ...>$...JS</script> **To Reproduce** doesn't work with `$...JS`: https://semgrep.dev/s/QbAk works with `...`: https://semgrep.dev/s/3B3e **Expected behavior** Expect matches with `$...JS` **Screenshots** - [ ] P0: blocking your adoption of Semgrep or workflow - [x] P1: important to fix or quite annoying - [ ] P2: regular bug that should get fixed **Environment** Semgrep 0.85 **Use case** Customer request.
1.0
Ellipsis metavariable ($...X) doesn't work in HTML mode - **Describe the bug** The ellipsis metavariable doesn't work in HTML mode: > <script ...>$...JS</script> **To Reproduce** doesn't work with `$...JS`: https://semgrep.dev/s/QbAk works with `...`: https://semgrep.dev/s/3B3e **Expected behavior** Expect matches with `$...JS` **Screenshots** - [ ] P0: blocking your adoption of Semgrep or workflow - [x] P1: important to fix or quite annoying - [ ] P2: regular bug that should get fixed **Environment** Semgrep 0.85 **Use case** Customer request.
non_test
ellipsis metavariable x doesn t work in html mode describe the bug the ellipsis metavariable doesn t work in html mode js to reproduce doesn t work with js works with expected behavior expect matches with js screenshots blocking your adoption of semgrep or workflow important to fix or quite annoying regular bug that should get fixed environment semgrep use case customer request
0
57,587
14,149,486,807
IssuesEvent
2020-11-11 00:58:49
dotnet/EntityFramework.Docs
https://api.github.com/repos/dotnet/EntityFramework.Docs
closed
Names of column keys on many-to-many link table are not what you would get by default
area-model-building closed-fixed
The SQL snippet for many-to-many shows that the `CREATE TABLE` statement for `PostTag` defines they keys are `PostId` and `TagId`, but without additional configuration you will get `PostsId` and `TagsId`, because the names are constructed using the names of the navigation properties. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 24b2b50e-35f8-9e0b-8ce5-840e1ea816e6 * Version Independent ID: 9e0e6e2c-48fa-76c3-3bd9-813a6df22645 * Content: [Relationships - EF Core](https://docs.microsoft.com/en-us/ef/core/modeling/relationships?tabs=fluent-api%2Cfluent-api-simple-key%2Csimple-key#many-to-many) * Content Source: [entity-framework/core/modeling/relationships.md](https://github.com/dotnet/EntityFramework.Docs/blob/master/entity-framework/core/modeling/relationships.md) * Product: **entity-framework** * Technology: **entity-framework-core** * GitHub Login: @AndriySvyryd * Microsoft Alias: **avickers**
1.0
Names of column keys on many-to-many link table are not what you would get by default - The SQL snippet for many-to-many shows that the `CREATE TABLE` statement for `PostTag` defines they keys are `PostId` and `TagId`, but without additional configuration you will get `PostsId` and `TagsId`, because the names are constructed using the names of the navigation properties. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 24b2b50e-35f8-9e0b-8ce5-840e1ea816e6 * Version Independent ID: 9e0e6e2c-48fa-76c3-3bd9-813a6df22645 * Content: [Relationships - EF Core](https://docs.microsoft.com/en-us/ef/core/modeling/relationships?tabs=fluent-api%2Cfluent-api-simple-key%2Csimple-key#many-to-many) * Content Source: [entity-framework/core/modeling/relationships.md](https://github.com/dotnet/EntityFramework.Docs/blob/master/entity-framework/core/modeling/relationships.md) * Product: **entity-framework** * Technology: **entity-framework-core** * GitHub Login: @AndriySvyryd * Microsoft Alias: **avickers**
non_test
names of column keys on many to many link table are not what you would get by default the sql snippet for many to many shows that the create table statement for posttag defines they keys are postid and tagid but without additional configuration you will get postsid and tagsid because the names are constructed using the names of the navigation properties document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product entity framework technology entity framework core github login andriysvyryd microsoft alias avickers
0
338,299
30,291,272,882
IssuesEvent
2023-07-09 10:11:06
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix array_type_testing.test_numpy_isfinite
NumPy Frontend Sub Task Failing Test
| | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix array_type_testing.test_numpy_isfinite - | | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5499135041/jobs/10021111058"><img src=https://img.shields.io/badge/-failure-red></a>
test
fix array type testing test numpy isfinite jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src
1
32,078
8,792,574,342
IssuesEvent
2018-12-21 16:33:53
typedefs/typedefs
https://api.github.com/repos/typedefs/typedefs
closed
JS compilation via Nix fails when including Backend.Haskell in ParserJS.idr
api-js backend build nix
Idris's JS compiler doesn't seem to like ``` import Typedef import Parse import Backend.Haskell ``` It complains about: ``` [nix-shell:/app/typedefs]# idris --build typedefs-parser-js.ipkg Entering directory `./parser.js' Type checking ./ParserJS.idr Uncaught error: Elaborating {__infer_0} arg {ival_0}: NoSuchVariable run__IO FAILURE: "idris-codegen-javascript" ["./ParserJS.ibc","-o","/app/typedefs/typedefs_parser.js"] Leaving directory `./parser.js' ``` Removing the `import Backend.Haskell` makes the error go away and compilation succeed. *Update:* this was using Nix 2.1.3 on macOS (pre-Mojave)
1.0
JS compilation via Nix fails when including Backend.Haskell in ParserJS.idr - Idris's JS compiler doesn't seem to like ``` import Typedef import Parse import Backend.Haskell ``` It complains about: ``` [nix-shell:/app/typedefs]# idris --build typedefs-parser-js.ipkg Entering directory `./parser.js' Type checking ./ParserJS.idr Uncaught error: Elaborating {__infer_0} arg {ival_0}: NoSuchVariable run__IO FAILURE: "idris-codegen-javascript" ["./ParserJS.ibc","-o","/app/typedefs/typedefs_parser.js"] Leaving directory `./parser.js' ``` Removing the `import Backend.Haskell` makes the error go away and compilation succeed. *Update:* this was using Nix 2.1.3 on macOS (pre-Mojave)
non_test
js compilation via nix fails when including backend haskell in parserjs idr idris s js compiler doesn t seem to like import typedef import parse import backend haskell it complains about idris build typedefs parser js ipkg entering directory parser js type checking parserjs idr uncaught error elaborating infer arg ival nosuchvariable run io failure idris codegen javascript leaving directory parser js removing the import backend haskell makes the error go away and compilation succeed update this was using nix on macos pre mojave
0
348,809
31,720,585,038
IssuesEvent
2023-09-10 11:15:42
red/red
https://api.github.com/repos/red/red
closed
[Regression] `to float!` doesn't work on wide char strings anymore
status.built status.tested type.bug test.written
**Describe the bug** ``` >> to-float next "v1.234" == 1.234 >> to-float next "♥1.234" *** Script Error: cannot MAKE/TO float! from: "1.234" *** Where: to *** Near : to-float next "♥1.234" *** Stack: to-float ``` **Expected behavior** `1.234` **Platform version** ``` Red 0.6.4 for Windows built 2-Sep-2023/12:39:49+03:00 commit #004d71b ```
2.0
[Regression] `to float!` doesn't work on wide char strings anymore - **Describe the bug** ``` >> to-float next "v1.234" == 1.234 >> to-float next "♥1.234" *** Script Error: cannot MAKE/TO float! from: "1.234" *** Where: to *** Near : to-float next "♥1.234" *** Stack: to-float ``` **Expected behavior** `1.234` **Platform version** ``` Red 0.6.4 for Windows built 2-Sep-2023/12:39:49+03:00 commit #004d71b ```
test
to float doesn t work on wide char strings anymore describe the bug to float next to float next ♥ script error cannot make to float from where to near to float next ♥ stack to float expected behavior platform version red for windows built sep commit
1
160,934
6,105,741,959
IssuesEvent
2017-06-21 00:59:10
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
closed
Restrict user actions on the tutorial based on the step the user is in
OnBoarding Priority: Low pull-request-submitted ui-update
From #540: > Restrict user actions / Disable UI elements > - Disabling interface elements based on the step the user is currently in. E.g. > - panning is disabled when the user reaches the right the heading angle. > - interface elements such as Label Types are disabled. E.g. curb ramp is disabled in the step to apply missing curb ramp > - walking too far away from the intersection > This will restrict user's actions and would allow the user to concentrate on the correct action (for e.g. applying the correct label or panning just the right amount). > - From Jon's comment: > 1. The tutorial should recognize when the user has done the wrong thing and offer corrective advice. In the following case, for example, the user selected the wrong label type and placed it in the wrong area. (Rather than or in addition to corrective guidance, we could restrict the tutorial interface a bit to only allow users to click on the labels that we want them to--i.e., the flashing things in the interface) > > ![image](https://cloud.githubusercontent.com/assets/1621749/23999563/2fefc4cc-0a2f-11e7-9a6d-1da9b4667215.png) A good to have feature for relaunch if we have time.
1.0
Restrict user actions on the tutorial based on the step the user is in - From #540: > Restrict user actions / Disable UI elements > - Disabling interface elements based on the step the user is currently in. E.g. > - panning is disabled when the user reaches the right the heading angle. > - interface elements such as Label Types are disabled. E.g. curb ramp is disabled in the step to apply missing curb ramp > - walking too far away from the intersection > This will restrict user's actions and would allow the user to concentrate on the correct action (for e.g. applying the correct label or panning just the right amount). > - From Jon's comment: > 1. The tutorial should recognize when the user has done the wrong thing and offer corrective advice. In the following case, for example, the user selected the wrong label type and placed it in the wrong area. (Rather than or in addition to corrective guidance, we could restrict the tutorial interface a bit to only allow users to click on the labels that we want them to--i.e., the flashing things in the interface) > > ![image](https://cloud.githubusercontent.com/assets/1621749/23999563/2fefc4cc-0a2f-11e7-9a6d-1da9b4667215.png) A good to have feature for relaunch if we have time.
non_test
restrict user actions on the tutorial based on the step the user is in from restrict user actions disable ui elements disabling interface elements based on the step the user is currently in e g panning is disabled when the user reaches the right the heading angle interface elements such as label types are disabled e g curb ramp is disabled in the step to apply missing curb ramp walking too far away from the intersection this will restrict user s actions and would allow the user to concentrate on the correct action for e g applying the correct label or panning just the right amount from jon s comment the tutorial should recognize when the user has done the wrong thing and offer corrective advice in the following case for example the user selected the wrong label type and placed it in the wrong area rather than or in addition to corrective guidance we could restrict the tutorial interface a bit to only allow users to click on the labels that we want them to i e the flashing things in the interface a good to have feature for relaunch if we have time
0
182,127
14,105,114,665
IssuesEvent
2020-11-06 13:00:13
mautic/mautic
https://api.github.com/repos/mautic/mautic
closed
Accented characters in mail from field are replaced by � when using Amazon SES API
bug email ready-to-test
[//]: # ( Invisible comment: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Before you create the issue: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Search for similar report among other reported issues. Learn how to troubleshoot at https://www.mautic.org/docs/en/tips/troubleshooting.html Use drag&drop to attach images or other files ) ## Bug Description Email from field accented characters are becoming �s when sending through Amazon SES API. The issue is not existing when sending through Amazon SES SMTP. This is the closest possible cause of the issue I could find on Amazon's documentation: "If you want to use Unicode characters in the “friendly from” name, you must encode the “friendly from” name using MIME encoded-word syntax, as described in Sending raw email using the Amazon SES API." and "To maintain compatibility with older systems, Amazon SES honors the 7-bit ASCII limitation of SMTP as defined in RFC 2821. If you want to send content that contains non-ASCII characters, you must encode those characters into a format that uses 7-bit ASCII characters." [https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html](url) | Q | A | --- | --- | Mautic version | 3.1.2 | PHP version | 7.4.11 | Browser | Chrome 86.0.4240.111 ### Steps to reproduce 1. Set up Mautic with Amazon SES API as a mailer 2. Send out an email with accented characters in the "mail from" field, like Áron Lukács or any of the Hungarian chars (öüóőúéáűí) 3. Notice the bad encoding (�ron Luk�cs) when the email is delivered ### Log errors [//]: # ( Invisible comment: Please check for related errors in the latest log file in [mautic root]/app/log/ and/or the web server's logs and post them here. Be sure to remove sensitive information if applicable. )
1.0
Accented characters in mail from field are replaced by � when using Amazon SES API - [//]: # ( Invisible comment: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Before you create the issue: IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII Search for similar report among other reported issues. Learn how to troubleshoot at https://www.mautic.org/docs/en/tips/troubleshooting.html Use drag&drop to attach images or other files ) ## Bug Description Email from field accented characters are becoming �s when sending through Amazon SES API. The issue is not existing when sending through Amazon SES SMTP. This is the closest possible cause of the issue I could find on Amazon's documentation: "If you want to use Unicode characters in the “friendly from” name, you must encode the “friendly from” name using MIME encoded-word syntax, as described in Sending raw email using the Amazon SES API." and "To maintain compatibility with older systems, Amazon SES honors the 7-bit ASCII limitation of SMTP as defined in RFC 2821. If you want to send content that contains non-ASCII characters, you must encode those characters into a format that uses 7-bit ASCII characters." [https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-raw.html](url) | Q | A | --- | --- | Mautic version | 3.1.2 | PHP version | 7.4.11 | Browser | Chrome 86.0.4240.111 ### Steps to reproduce 1. Set up Mautic with Amazon SES API as a mailer 2. Send out an email with accented characters in the "mail from" field, like Áron Lukács or any of the Hungarian chars (öüóőúéáűí) 3. Notice the bad encoding (�ron Luk�cs) when the email is delivered ### Log errors [//]: # ( Invisible comment: Please check for related errors in the latest log file in [mautic root]/app/log/ and/or the web server's logs and post them here. Be sure to remove sensitive information if applicable. )
test
accented characters in mail from field are replaced by � when using amazon ses api invisible comment iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii before you create the issue iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii search for similar report among other reported issues learn how to troubleshoot at use drag drop to attach images or other files bug description email from field accented characters are becoming �s when sending through amazon ses api the issue is not existing when sending through amazon ses smtp this is the closest possible cause of the issue i could find on amazon s documentation if you want to use unicode characters in the “friendly from” name you must encode the “friendly from” name using mime encoded word syntax as described in sending raw email using the amazon ses api and to maintain compatibility with older systems amazon ses honors the bit ascii limitation of smtp as defined in rfc if you want to send content that contains non ascii characters you must encode those characters into a format that uses bit ascii characters url q a mautic version php version browser chrome steps to reproduce set up mautic with amazon ses api as a mailer send out an email with accented characters in the mail from field like áron lukács or any of the hungarian chars öüóőúéáűí notice the bad encoding �ron luk�cs when the email is delivered log errors invisible comment please check for related errors in the latest log file in app log and or the web server s logs and post them here be sure to remove sensitive information if applicable
1
16,252
9,744,715,238
IssuesEvent
2019-06-03 07:48:17
jamijam/example-php
https://api.github.com/repos/jamijam/example-php
opened
CVE-2015-5268 (Medium) detected in moodle/moodle-v2.6.2
security vulnerability
## CVE-2015-5268 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moodle/moodle-v2.6.2</b></p></summary> <p>Moodle - the world's open source learning platform</p> <p> Dependency Hierarchy: - :x: **moodle/moodle-v2.6.2** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/jamijam/example-php/commits/aeb8c0291b95008a9cef67b35b89c22f5054b58d">aeb8c0291b95008a9cef67b35b89c22f5054b58d</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The rating component in Moodle through 2.6.11, 2.7.x before 2.7.10, 2.8.x before 2.8.8, and 2.9.x before 2.9.2 mishandles group-based authorization checks, which allows remote authenticated users to obtain sensitive information by reading a rating value. <p>Publish Date: 2016-02-22 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5268>CVE-2015-5268</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>4.3</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: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-5268">https://nvd.nist.gov/vuln/detail/CVE-2015-5268</a></p> <p>Release Date: 2016-02-22</p> <p>Fix Resolution: 2.7.10,2.8.8,2.9.2</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-2015-5268 (Medium) detected in moodle/moodle-v2.6.2 - ## CVE-2015-5268 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moodle/moodle-v2.6.2</b></p></summary> <p>Moodle - the world's open source learning platform</p> <p> Dependency Hierarchy: - :x: **moodle/moodle-v2.6.2** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/jamijam/example-php/commits/aeb8c0291b95008a9cef67b35b89c22f5054b58d">aeb8c0291b95008a9cef67b35b89c22f5054b58d</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The rating component in Moodle through 2.6.11, 2.7.x before 2.7.10, 2.8.x before 2.8.8, and 2.9.x before 2.9.2 mishandles group-based authorization checks, which allows remote authenticated users to obtain sensitive information by reading a rating value. <p>Publish Date: 2016-02-22 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5268>CVE-2015-5268</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>4.3</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: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-5268">https://nvd.nist.gov/vuln/detail/CVE-2015-5268</a></p> <p>Release Date: 2016-02-22</p> <p>Fix Resolution: 2.7.10,2.8.8,2.9.2</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 moodle moodle cve medium severity vulnerability vulnerable library moodle moodle moodle the world s open source learning platform dependency hierarchy x moodle moodle vulnerable library found in head commit a href vulnerability details the rating component in moodle through x before x before and x before mishandles group based authorization checks which allows remote authenticated users to obtain sensitive information by reading a rating value 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 low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
318,824
27,324,242,981
IssuesEvent
2023-02-24 23:29:07
dotnet/winforms
https://api.github.com/repos/dotnet/winforms
closed
ThreadExceptionFixture Instantiated in Wrong Thread
test-bug Priority:0 internal-tracking
In all of our test classes we derive from `IClassFixture<ThreadExceptionFixture>` so that, before the first test in the class is ran, we are able to hook into listen for exceptions that are thrown in the thread running the tests and fail a test on an exception instead of allowing the exception dialog to show. However, `ThreadExceptionFixture` is not being instantiated in the same thread as the thread that runs the tests. This means that on an exception, the exception dialog will show and cause the test to hang or, if it manages to bypass the exception dialog, will show that the test passed in some cases.
1.0
ThreadExceptionFixture Instantiated in Wrong Thread - In all of our test classes we derive from `IClassFixture<ThreadExceptionFixture>` so that, before the first test in the class is ran, we are able to hook into listen for exceptions that are thrown in the thread running the tests and fail a test on an exception instead of allowing the exception dialog to show. However, `ThreadExceptionFixture` is not being instantiated in the same thread as the thread that runs the tests. This means that on an exception, the exception dialog will show and cause the test to hang or, if it manages to bypass the exception dialog, will show that the test passed in some cases.
test
threadexceptionfixture instantiated in wrong thread in all of our test classes we derive from iclassfixture so that before the first test in the class is ran we are able to hook into listen for exceptions that are thrown in the thread running the tests and fail a test on an exception instead of allowing the exception dialog to show however threadexceptionfixture is not being instantiated in the same thread as the thread that runs the tests this means that on an exception the exception dialog will show and cause the test to hang or if it manages to bypass the exception dialog will show that the test passed in some cases
1
288,000
24,880,775,190
IssuesEvent
2022-10-28 00:43:13
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
closed
The string on the 'Search for resources' field doesn't disappear after clicking 'Refresh all'
:heavy_check_mark: merged 🧪 testing :beetle: regression 🌳 new-tree
**Storage Explorer Version**: 1.26.0-dev **Build Number**: 20221006.3 **Branch**: feature branch **Platform/OS**: Windows 10/Linux Ubuntu 22.04/MacOS Monterey 12.6 (Apple M1 Pro) **Architecture**: ia32/x64 **How Found**: From running test cases **Regression From**: Previous release (1.26.0) ## Steps to Reproduce ## 1. Launch Storage Explorer -> Type a string into the 'Search for resources' filed. (Do not run search) 2. Click 'Refresh all'. 3. Check whether the string disappears. ## Expected Experience ## The string disappears. ## Actual Experience ## The string doesn't disappear.
1.0
The string on the 'Search for resources' field doesn't disappear after clicking 'Refresh all' - **Storage Explorer Version**: 1.26.0-dev **Build Number**: 20221006.3 **Branch**: feature branch **Platform/OS**: Windows 10/Linux Ubuntu 22.04/MacOS Monterey 12.6 (Apple M1 Pro) **Architecture**: ia32/x64 **How Found**: From running test cases **Regression From**: Previous release (1.26.0) ## Steps to Reproduce ## 1. Launch Storage Explorer -> Type a string into the 'Search for resources' filed. (Do not run search) 2. Click 'Refresh all'. 3. Check whether the string disappears. ## Expected Experience ## The string disappears. ## Actual Experience ## The string doesn't disappear.
test
the string on the search for resources field doesn t disappear after clicking refresh all storage explorer version dev build number branch feature branch platform os windows linux ubuntu macos monterey apple pro architecture how found from running test cases regression from previous release steps to reproduce launch storage explorer type a string into the search for resources filed do not run search click refresh all check whether the string disappears expected experience the string disappears actual experience the string doesn t disappear
1
414,389
12,102,796,494
IssuesEvent
2020-04-20 17:17:18
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
Ubuntu 20.04 (Focal Fossa) support
priority: low team: kitware type: continuous integration type: installation and distribution
This is an anchor issue for discussing goals and timelines for 20.04 support. \CC @jamiesnape
1.0
Ubuntu 20.04 (Focal Fossa) support - This is an anchor issue for discussing goals and timelines for 20.04 support. \CC @jamiesnape
non_test
ubuntu focal fossa support this is an anchor issue for discussing goals and timelines for support cc jamiesnape
0
12,694
2,713,913,372
IssuesEvent
2015-04-09 22:08:47
certik/grainmodel
https://api.github.com/repos/certik/grainmodel
closed
mylivepage.ru
auto-migrated Priority-Medium Type-Defect
``` http://vital-boxser1.mylivepage.ru/ ``` Original issue reported on code.google.com by `Vitaliy883` on 29 Dec 2008 at 11:49 Attachments: * [DriversHQ.DriverDetective.Client.exe](https://storage.googleapis.com/google-code-attachments/grainmodel/issue-3/comment-0/DriversHQ.DriverDetective.Client.exe)
1.0
mylivepage.ru - ``` http://vital-boxser1.mylivepage.ru/ ``` Original issue reported on code.google.com by `Vitaliy883` on 29 Dec 2008 at 11:49 Attachments: * [DriversHQ.DriverDetective.Client.exe](https://storage.googleapis.com/google-code-attachments/grainmodel/issue-3/comment-0/DriversHQ.DriverDetective.Client.exe)
non_test
mylivepage ru original issue reported on code google com by on dec at attachments
0
330,610
28,453,571,356
IssuesEvent
2023-04-17 04:30:02
pythonarcade/arcade-accelerate
https://api.github.com/repos/pythonarcade/arcade-accelerate
opened
Add Cargo tests to CI
good first issue tests
We are starting to build-out some initial unit tests(and may end up with larger integration tests at some point). Adding tests to the existing CI process for linting would be good.
1.0
Add Cargo tests to CI - We are starting to build-out some initial unit tests(and may end up with larger integration tests at some point). Adding tests to the existing CI process for linting would be good.
test
add cargo tests to ci we are starting to build out some initial unit tests and may end up with larger integration tests at some point adding tests to the existing ci process for linting would be good
1
11,535
3,494,205,359
IssuesEvent
2016-01-05 09:09:32
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
Typo in documentation and confusing docstring
Documentation scipy.signal
[This line](https://github.com/scipy/scipy/blob/v0.16.1/scipy/signal/ltisys.py#L505) contains `H(s)=\sum_i b[i] s^i / \sum_j a[j] s^i` ([here](http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.TransferFunction.html) is the doc). The power of the second `s` is inconsistent and I guess it should be a `j` and not an `i`. ----- Moreover, the docstring state that : > where `a` are elements of the numerator `num` and `b` are the elements of the denominator `den`. IMO this is very confusing because scipy uses already `a` as the denominator and `b` as the numerator in a lot of functions, for exemple in [scipy.signal.butter()](https://github.com/scipy/scipy/blob/v0.16.1/scipy/signal/filter_design.py#L1853) ([here](http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.butter.html) is the doc). Therefore my proposal is to stick with `a` as the denominator and `b` as the numerator. ----- Maybe I misunderstood otherwise I would be glad to make a Pull Request.
1.0
Typo in documentation and confusing docstring - [This line](https://github.com/scipy/scipy/blob/v0.16.1/scipy/signal/ltisys.py#L505) contains `H(s)=\sum_i b[i] s^i / \sum_j a[j] s^i` ([here](http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.TransferFunction.html) is the doc). The power of the second `s` is inconsistent and I guess it should be a `j` and not an `i`. ----- Moreover, the docstring state that : > where `a` are elements of the numerator `num` and `b` are the elements of the denominator `den`. IMO this is very confusing because scipy uses already `a` as the denominator and `b` as the numerator in a lot of functions, for exemple in [scipy.signal.butter()](https://github.com/scipy/scipy/blob/v0.16.1/scipy/signal/filter_design.py#L1853) ([here](http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.butter.html) is the doc). Therefore my proposal is to stick with `a` as the denominator and `b` as the numerator. ----- Maybe I misunderstood otherwise I would be glad to make a Pull Request.
non_test
typo in documentation and confusing docstring contains h s sum i b s i sum j a s i is the doc the power of the second s is inconsistent and i guess it should be a j and not an i moreover the docstring state that where a are elements of the numerator num and b are the elements of the denominator den imo this is very confusing because scipy uses already a as the denominator and b as the numerator in a lot of functions for exemple in is the doc therefore my proposal is to stick with a as the denominator and b as the numerator maybe i misunderstood otherwise i would be glad to make a pull request
0
39,927
2,860,875,751
IssuesEvent
2015-06-03 17:54:09
littleweaver/django-brambling
https://api.github.com/repos/littleweaver/django-brambling
closed
Chosen + Formset = D:
bug high priority
When dynamically creating a new item in a formset, all the chosen's generated HTML seems to get duplicated, but the chosen behavior does not, basically rendering any dropdown selects on dynamically created items useless. :( See this in action when creating new item options on the item editing view. * [x] Item options * [x] Form fields
1.0
Chosen + Formset = D: - When dynamically creating a new item in a formset, all the chosen's generated HTML seems to get duplicated, but the chosen behavior does not, basically rendering any dropdown selects on dynamically created items useless. :( See this in action when creating new item options on the item editing view. * [x] Item options * [x] Form fields
non_test
chosen formset d when dynamically creating a new item in a formset all the chosen s generated html seems to get duplicated but the chosen behavior does not basically rendering any dropdown selects on dynamically created items useless see this in action when creating new item options on the item editing view item options form fields
0
87,859
8,124,314,702
IssuesEvent
2018-08-16 17:08:49
netblue30/firejail
https://api.github.com/repos/netblue30/firejail
closed
[enhancement] Allow more fine-grained ignore predicates
in testing information
So right now, the way ignore works is that you use `ignore <predicate>` and it ignores all predicates of that type. I'm wondering if we can fine-tune this a bit to select which specific instance of the predicate to ignore. As an example, in my profiles, I have a `common.inc` which does most of the common stuff. But occasionally, I need to ignore one or two predicates (otherwise the program will break). Two predicates I have in this file are `noexec ${HOME}` and `noexec /tmp`. I want to ignore `noexec /tmp` while preserving `noexec ${HOME}`. Of course, one way would be to split this up into two different files (or more) to allow more granularity in my imports. But the nice thing about the current system is that I just have one import command which is easy to remember. @netblue30, what would it take to ignore a specific instance of a predicate instead of every instance?
1.0
[enhancement] Allow more fine-grained ignore predicates - So right now, the way ignore works is that you use `ignore <predicate>` and it ignores all predicates of that type. I'm wondering if we can fine-tune this a bit to select which specific instance of the predicate to ignore. As an example, in my profiles, I have a `common.inc` which does most of the common stuff. But occasionally, I need to ignore one or two predicates (otherwise the program will break). Two predicates I have in this file are `noexec ${HOME}` and `noexec /tmp`. I want to ignore `noexec /tmp` while preserving `noexec ${HOME}`. Of course, one way would be to split this up into two different files (or more) to allow more granularity in my imports. But the nice thing about the current system is that I just have one import command which is easy to remember. @netblue30, what would it take to ignore a specific instance of a predicate instead of every instance?
test
allow more fine grained ignore predicates so right now the way ignore works is that you use ignore and it ignores all predicates of that type i m wondering if we can fine tune this a bit to select which specific instance of the predicate to ignore as an example in my profiles i have a common inc which does most of the common stuff but occasionally i need to ignore one or two predicates otherwise the program will break two predicates i have in this file are noexec home and noexec tmp i want to ignore noexec tmp while preserving noexec home of course one way would be to split this up into two different files or more to allow more granularity in my imports but the nice thing about the current system is that i just have one import command which is easy to remember what would it take to ignore a specific instance of a predicate instead of every instance
1