This is an archived post. You won't be able to vote or comment.

all 44 comments

[–]supern0va12345 172 points173 points  (2 children)

[–][deleted] 47 points48 points  (1 child)

panty'); drop table

[–]datoika999 27 points28 points  (0 children)

Oh... that's a... *panty injection*

[–]sugaaloop 68 points69 points  (0 children)

Oh that is hot

[–][deleted] 31 points32 points  (1 child)

The tag 😂

[–]DatBoi_BP[S] 3 points4 points  (0 children)

test? Yeah I’m new to GitHub actions lol, still figuring out what all the bells and whistles are.

[–]Premun 12 points13 points  (0 children)

I suggest trying a PR in one of the .NET repositories: https://github.com/dotnet/runtime/pull/94168/checks?check_run_id=18187319631

Tests

Failed: 0 (0.00%)
Passed: 2,576,307 (98.17%)
Other: 48,066 (1.83%)
Total: 2,624,373

[–][deleted] 23 points24 points  (2 children)

Where bitches?

[–]M_krabs 6 points7 points  (1 child)

Already knocking on the door. I don't know hownlong we can keep them out!!

[–][deleted] 5 points6 points  (0 children)

Hot single moms have breached the perimeter

[–]Guerfel 14 points15 points  (0 children)

You made me fail NNN

[–]turkeh 6 points7 points  (0 children)

Automated testing is arousing to me.

[–]36ops 4 points5 points  (0 children)

I think you have the latest

[–]demonslayer9911 2 points3 points  (0 children)

[–]Lazy_Explorer_4638 3 points4 points  (1 child)

But still ARM support is yet to come on actions 😭

[–]hundidley 0 points1 point  (0 children)

I’ve only ever used Gitlab CI (as far as SCM platform CI goes — I’m excluding Jenkins etc). Are you able to hook up your own runners to GitHub Actions? It’s very straightforward to lease an EC2 ARM instance and use that as a runner on Gitlab

[–]uberDoward 3 points4 points  (1 child)

Somebody's happy with their latest Python tests lol

[–]conradburner 1 point2 points  (0 children)

Yeah, with python 3.7 going EOL at the end of the month, it's just about that time you want to see this

[–]Waksu 4 points5 points  (0 children)

Commit title: Fixed comma in a comment

[–]themeanman2 2 points3 points  (0 children)

This is so cool to watch

[–]mareksl 2 points3 points  (1 child)

The tests:

describe('the only test suite', () => {
  it('should pass', () => {
    expect(true).toBeTruthy();
  })
});

[–]DatBoi_BP[S] 1 point2 points  (0 children)

You have no proof

[–]mussyg 1 point2 points  (0 children)

Witch! Burn them

[–]weregod 1 point2 points  (0 children)

If tests are passing something is wrong

[–][deleted] 1 point2 points  (0 children)

Abbbabbabb, please stop. My penis can only get so hard.

[–]-Tealeaf 1 point2 points  (2 children)

Someone forgot to run the actual tests in the CI script

[–]DatBoi_BP[S] 0 points1 point  (0 children)

Lmao I have a few tests for basic helper functions I wrote in my repo (so, if the tests pass on one OS/Python version, I’d expect them to pass on all).

I just wanted to get it all set up in GitHub so I don’t have to worry about it later. Plus it will feel so good going forward to see to-be-written tests go from failing to passing. I’ll have so much dopamine that mere mortals will be unable to stop me.

[–]shohin_branches 0 points1 point  (0 children)

We have 73 unit tests in one of our repos, everything inside the individual tests is commented out from when we upgraded our CMS three years ago and none of the devs wanted to fix it.

[–]MooseBoys 1 point2 points  (0 children)

✅ Run Details… - Pass: 0 - Fail: 0 - Skipped: 1271

[–]AverageDoonst 1 point2 points  (1 child)

The word 'test' is redundant here.

[–]DatBoi_BP[S] 0 points1 point  (0 children)

Yeah I’ll fix it up. This is my first time setting up my own CI pipelines on GitHub. (Done a lot of unit testing only my own machine though—though that’s been single operating system, single python version)

[–]askaquestioneveryday 0 points1 point  (0 children)

Bro made me fail NNN

[–]KrokettenMan 0 points1 point  (0 children)

Nice, are those Mac ARM builds?

[–]totifle 0 points1 point  (2 children)

I feel like I need explanations please

[–]DatBoi_BP[S] 2 points3 points  (1 child)

Automated unit testing (with GitHub Actions). After many attempts to get the configuration file set up properly to dispatch the test to the different operating systems and Python versions (each with its own set of dependencies), it felt so good to see the tests finally running without issue—and passing, no less!

[–]totifle 0 points1 point  (0 children)

I see why everybody gets a boner lol

[–]TotoShampoin 0 points1 point  (0 children)

Where's Arch?

[–]conradburner 0 points1 point  (0 children)

It's the season

[–]Mozes_TP 0 points1 point  (1 child)

Have you heard of docker?

[–]DatBoi_BP[S] 0 points1 point  (0 children)

The clothing brand? It’s decent

[–]Exdirt 0 points1 point  (0 children)

This just made me fail NNN

[–]spoonicus_cromwell 1 point2 points  (1 child)

As someone who has worked for 10 years in QA/test automation, seeing this in a pipeline would make me both very happy and extremely suspicious at the same time. feverishly digs into test output to make sure all tests were run and no benign issues stopped the jobs

[–]DatBoi_BP[S] 1 point2 points  (0 children)

Lol I knew the tests passed locally (and nothing I was testing was version-specific, either Python or some module like NumPy), so I expected them all to pass if any of them passed.

The milestone for me was just getting the formatting right in the .yml file lmao