Skip to content

Conversation

@SolidWallOfCode
Copy link
Member

TSFile and related plugin API are being deprecated. This removes those from the background_fetch plugin, along with some other clean up.

@SolidWallOfCode SolidWallOfCode added this to the 10.0.0 milestone Dec 8, 2023
@SolidWallOfCode SolidWallOfCode self-assigned this Dec 8, 2023
@ywkaras
Copy link
Contributor

ywkaras commented Dec 8, 2023

Any way we could get an Au test for this plugin merged first?

@SolidWallOfCode
Copy link
Member Author

@ywkaras
Copy link
Contributor

ywkaras commented Dec 8, 2023

https://github.com/apache/trafficserver/blob/master/tests/gold_tests/cache/background_fill.test.py

Sorry I'm not seeing where/how this tests the plugin.

@SolidWallOfCode
Copy link
Member Author

Hmmm, I'll have to double check.

@bneradt bneradt requested a review from ezelkow1 December 11, 2023 23:27
Copy link
Member

@ezelkow1 ezelkow1 Dec 19, 2023

Choose a reason for hiding this comment

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

that extern DbgCtl Bg_dbg_ctl should probably be

static DbgCtl Bg_dbg_ctl{PLUGIN_NAME};

Plugin will build as-is but not run like that due to the externed dbg

Copy link
Contributor

Choose a reason for hiding this comment

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

Could just add:

DbgCtl Bg_dbg_ctl{PLUGIN_NAME};

to config.cc .

@bryancall
Copy link
Contributor

@ezelkow1 is going to take over this PR

@bryancall
Copy link
Contributor

This was fixed with #10980

@bryancall bryancall closed this Mar 11, 2024
@bryancall bryancall removed this from the 10.0.0 milestone Mar 11, 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.

4 participants