Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep Issue fields after censorship #714

Merged
merged 2 commits into from
Dec 26, 2023
Merged

Conversation

Hor911
Copy link
Collaborator

@Hor911 Hor911 commented Dec 25, 2023

No description provided.

Copy link

github-actions bot commented Dec 26, 2023

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 4a9591e.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
59417 50225 0 25 9139 28

🔴 linux-x86_64-release-asan: some tests FAILED for commit 4a9591e.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15628 15465 0 23 109 31

@@ -50,7 +50,8 @@ class TIssueDatabaseRemover {

TIntrusivePtr<NYql::TIssue> Run(const NYql::TIssue& issue) {
auto msg = RemoveDatabaseFromStr(issue.GetMessage(), DatabasePath);
auto newIssue = MakeIntrusive<NYql::TIssue>(msg);
auto newIssue = MakeIntrusive<NYql::TIssue>(issue.Position, issue.EndPosition, msg);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add the test here. We can change this field at https://a.yandex-team.ru/arcadia/ydb/tests/tools/fq_runner/kikimr_runner.py?rev=13154375#L379 to BM_DROP_WITH_WARNING in any existing test and check that the we don't any have problems in this case

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Hor911 Hor911 merged commit 29b2945 into ydb-platform:main Dec 26, 2023
2 of 4 checks passed
@jepett0 jepett0 mentioned this pull request Dec 28, 2023
@StekPerepolnen StekPerepolnen mentioned this pull request Dec 29, 2023
Closed
adameat pushed a commit to adameat/ydb that referenced this pull request Dec 29, 2023
* Keep Issue fields after censorship

* Tests
This was referenced Jan 3, 2024
This was referenced Jan 11, 2024
@vitstn vitstn mentioned this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants